Gecode::NaryPropagator< View, pc > Class Template Reference
[Propagator patterns]
Inherits Gecode::Propagator.
Inherited by Gecode::Int::Rel::Lex< View >, Gecode::Set::Distinct::AtmostOne, Gecode::Set::Distinct::Distinct, and Gecode::Set::Sequence::Seq.
Detailed Description
template<class View, PropCond pc>
class Gecode::NaryPropagator< View, pc >
n-ary propagator
Stores array of views of type View with propagation condition pc.
Definition at line 131 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 | |
| NaryPropagator (Space *home, bool share, NaryPropagator &p) | |
| Constructor for cloning p. | |
| NaryPropagator (Space *home, bool share, Propagator &p, ViewArray< View > &x) | |
| Constructor for rewriting p during cloning. | |
| NaryPropagator (Space *home, ViewArray< View > &x, bool fd=false) | |
| Constructor for creation. | |
Protected Attributes | |
| ViewArray< View > | x |
| Array of views. | |
Constructor & Destructor Documentation
| Gecode::NaryPropagator< View, pc >::NaryPropagator | ( | Space * | home, | |
| bool | share, | |||
| NaryPropagator< View, pc > & | p | |||
| ) | [protected] |
Constructor for cloning p.
| Gecode::NaryPropagator< View, pc >::NaryPropagator | ( | Space * | home, | |
| bool | share, | |||
| Propagator & | p, | |||
| ViewArray< View > & | x | |||
| ) | [inline, protected] |
| Gecode::NaryPropagator< View, pc >::NaryPropagator | ( | Space * | home, | |
| ViewArray< View > & | x, | |||
| bool | fd = false | |||
| ) | [protected] |
Member Function Documentation
| PropCost Gecode::NaryPropagator< View, pc >::cost | ( | void | ) | const [virtual] |
Cost function (defined as dynamic PC_LINEAR_LO).
Implements Gecode::Propagator.
Reimplemented in Gecode::Int::Distinct::Dom< View >, Gecode::Int::Regular::Dom< View >, Gecode::Int::Rel::NaryEqDom< View >, and Gecode::Int::Rel::NaryEqBnd< View >.
Definition at line 457 of file propagator.icc.
| size_t Gecode::NaryPropagator< View, pc >::dispose | ( | Space * | home | ) | [virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Reimplemented in Gecode::Int::Distinct::Dom< View >, Gecode::Int::Regular::Dom< View >, and Gecode::Set::Distinct::Distinct.
Definition at line 463 of file propagator.icc.
Member Data Documentation
ViewArray<View> Gecode::NaryPropagator< View, pc >::x [protected] |
The documentation for this class was generated from the following file:
- gecode/kernel/propagator.icc (Revision: 3510)
