Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 > Class Template Reference
[Patterns for set propagators]
Inherits Gecode::Propagator.
Detailed Description
template<class View0, PropCond pc0, class View1, PropCond pc1>
class Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >
Inhomogeneous binary propagator.
Stores two views of type View0 and View1 with propagation conditions pc0 and pc1.
Definition at line 61 of file propagator.icc.
Public Member Functions | |
virtual PropCost | cost (void) const |
Cost function (defined as PC_BINARY_LO). | |
virtual | ~InhomBinaryPropagator (void) |
Protected Member Functions | |
InhomBinaryPropagator (Space *home, bool, InhomBinaryPropagator &) | |
Constructor for cloning. | |
InhomBinaryPropagator (Space *home, View0, View1, bool=false) | |
Constructor for creation. | |
Protected Attributes | |
View0 | x0 |
View1 | x1 |
Constructor & Destructor Documentation
|
Constructor for cloning.
|
|
Constructor for creation.
Definition at line 155 of file propagator.icc. |
|
Definition at line 178 of file propagator.icc. |
Member Function Documentation
|
Cost function (defined as PC_BINARY_LO).
Implements Gecode::Propagator. Definition at line 173 of file propagator.icc. |
Member Data Documentation
|
Definition at line 63 of file propagator.icc. |
|
Definition at line 64 of file propagator.icc. |
The documentation for this class was generated from the following file: