Gecode::NaryOnePropagator< View, pc > Class Template Reference
[Propagator patterns]
Inherits Gecode::Propagator.
Detailed Description
template<class View, PropCond pc>
class Gecode::NaryOnePropagator< View, pc >
(n+1)-ary propagator
Stores array of views and single view of type View with propagation condition pc.
Definition at line 156 of file propagator.icc.
Public Member Functions | |
virtual PropCost | cost (void) const |
Cost function (defined as dynamic PC_LINEAR_LO). | |
virtual size_t | dispose (Space *home) |
Delete propagator and return its size. | |
Protected Member Functions | |
NaryOnePropagator (Space *home, bool share, NaryOnePropagator &p) | |
Constructor for cloning p. | |
NaryOnePropagator (Space *home, bool share, Propagator &p, ViewArray< View > &x, View y) | |
Constructor for rewriting p during cloning. | |
NaryOnePropagator (Space *home, ViewArray< View > &x, View y, bool fd=false) | |
Constructor for creation. | |
Protected Attributes | |
ViewArray< View > | x |
Array of views. | |
View | y |
Single view. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for rewriting p during cloning.
Definition at line 496 of file propagator.icc. |
|
Constructor for creation.
Definition at line 478 of file propagator.icc. |
Member Function Documentation
|
Cost function (defined as dynamic PC_LINEAR_LO).
Implements Gecode::Propagator. Definition at line 504 of file propagator.icc. |
|
Delete propagator and return its size.
Reimplemented from Gecode::Actor. Definition at line 510 of file propagator.icc. |
Member Data Documentation
|
Array of views.
Definition at line 159 of file propagator.icc. |
|
Single view.
Definition at line 161 of file propagator.icc. |
The documentation for this class was generated from the following file:
- gecode/kernel/propagator.icc (Revision: 3510)