Gecode::InhomTernaryPropagator< View0, pc0, View1, pc1, View2, pc2 > Class Template Reference
[Patterns for set propagators]
Inherits Gecode::Propagator.
Detailed Description
template<class View0, PropCond pc0, class View1, PropCond pc1, class View2, PropCond pc2>
class Gecode::InhomTernaryPropagator< View0, pc0, View1, pc1, View2, pc2 >
Inhomogeneous ternary propagator.
Stores three views of type View0, View1, and View2 with propagation conditions pc0, pc1, and pc2.
Definition at line 83 of file propagator.icc.
Public Member Functions | |
virtual PropCost | cost (void) const |
Cost function (defined as PC_TERNARY_LO). | |
virtual | ~InhomTernaryPropagator (void) |
Protected Member Functions | |
InhomTernaryPropagator (Space *home, bool, InhomTernaryPropagator &) | |
Constructor for cloning. | |
InhomTernaryPropagator (Space *home, View0, View1, View2, bool=false) | |
Constructor for creation. | |
Protected Attributes | |
View0 | x0 |
View1 | x1 |
View2 | x2 |
Constructor & Destructor Documentation
|
Constructor for cloning.
|
|
Constructor for creation.
Definition at line 186 of file propagator.icc. |
|
Definition at line 217 of file propagator.icc. |
Member Function Documentation
|
Cost function (defined as PC_TERNARY_LO).
Implements Gecode::Propagator. Definition at line 210 of file propagator.icc. |
Member Data Documentation
|
Definition at line 85 of file propagator.icc. |
|
Definition at line 86 of file propagator.icc. |
|
Definition at line 87 of file propagator.icc. |
The documentation for this class was generated from the following file: