Gecode::TernaryPropagator< View, pc > Class Template Reference
[Propagator patterns]
Inherits Gecode::Propagator.
Detailed Description
template<class View, PropCond pc>
class Gecode::TernaryPropagator< View, pc >
Ternary propagator.
Stores three views of type View with propagation condition pc.
Definition at line 99 of file propagator.icc.
Public Member Functions | |
virtual PropCost | cost (void) const |
Cost function (defined as PC_TERNARY_LO). | |
virtual | ~TernaryPropagator (void) |
Destructor. | |
Protected Member Functions | |
TernaryPropagator (Space *home, bool share, TernaryPropagator &p) | |
Constructor for cloning p. | |
TernaryPropagator (Space *home, View x0, View x1, View x2, bool fd=false) | |
Constructor for creation. | |
Protected Attributes | |
View | x0 |
Three views. | |
View | x1 |
View | x2 |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for creation.
Definition at line 258 of file propagator.icc. |
|
Destructor.
Definition at line 282 of file propagator.icc. |
Member Function Documentation
|
Cost function (defined as PC_TERNARY_LO).
Implements Gecode::Propagator. Reimplemented in Gecode::Int::Arithmetic::Mult< View >. Definition at line 277 of file propagator.icc. |
Member Data Documentation
|
Three views.
Definition at line 102 of file propagator.icc. |
|
Definition at line 102 of file propagator.icc. |
|
Definition at line 102 of file propagator.icc. |
The documentation for this class was generated from the following file: