Gecode::BinaryPropagator< View, pc > Class Template Reference
[Propagator patterns]
Inherits Gecode::Propagator.
Inherited by Gecode::Int::Arithmetic::MultZeroOne< View, pc >, and Gecode::Set::Convex::ConvexHull.
Detailed Description
template<class View, PropCond pc>
class Gecode::BinaryPropagator< View, pc >
Binary propagator.
Stores two views of type View with propagation condition pc.
If the propagation condition pc has the value PC_GEN_NONE, no subscriptions are created.
Definition at line 121 of file propagator.icc.
Public Member Functions | |
virtual PropCost | cost (ModEventDelta med) const |
Cost function (defined as PC_BINARY_LO). | |
virtual size_t | dispose (Space *home) |
Delete propagator and return its size. | |
Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m, const Support::Symbol &name) const |
Return specification given a variable map m and a name. | |
Protected Member Functions | |
BinaryPropagator (Space *home, bool share, BinaryPropagator &p) | |
Constructor for cloning p. | |
BinaryPropagator (Space *home, View x0, View x1) | |
Constructor for creation. | |
BinaryPropagator (Space *home, bool share, Propagator &p, View x0, View x1) | |
Constructor for rewriting p during cloning. | |
Protected Attributes | |
View | x0 |
Two views. | |
View | x1 |
Constructor & Destructor Documentation
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space * | home, | |
bool | share, | |||
BinaryPropagator< View, pc > & | p | |||
) | [inline, protected] |
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space * | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space * | home, | |
bool | share, | |||
Propagator & | p, | |||
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Member Function Documentation
PropCost Gecode::BinaryPropagator< View, pc >::cost | ( | ModEventDelta | med | ) | const [inline, virtual] |
Cost function (defined as PC_BINARY_LO).
Implements Gecode::Propagator.
Reimplemented in Gecode::Int::Arithmetic::AbsBnd< View >, Gecode::Int::Arithmetic::AbsDom< View >, Gecode::Int::Arithmetic::SqrDom< View >, Gecode::Int::Arithmetic::SqrtDom< View >, Gecode::Int::Bool::NaryOrTrue< BV >, Gecode::Int::Count::NqInt< VX, VY >, Gecode::Int::Linear::NqBoolInt< VX >, and Gecode::Int::Rel::Nq< View >.
Definition at line 449 of file propagator.icc.
size_t Gecode::BinaryPropagator< View, pc >::dispose | ( | Space * | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Reimplemented in Gecode::Int::Count::NqInt< VX, VY >.
Definition at line 455 of file propagator.icc.
Reflection::ActorSpec Gecode::BinaryPropagator< View, pc >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m, | |||
const Support::Symbol & | name | |||
) | const [inline] |
Return specification given a variable map m and a name.
Definition at line 466 of file propagator.icc.
Member Data Documentation
View Gecode::BinaryPropagator< View, pc >::x0 [protected] |
View Gecode::BinaryPropagator< View, pc >::x1 [protected] |
Definition at line 124 of file propagator.icc.
The documentation for this class was generated from the following file:
- gecode/kernel/propagator.icc (Revision: 5993)