Gecode::Int::Rel::EqBnd< View0, View1 > Class Template Reference
[Integer propagators]
#include <rel.hh>
Inherits MixBinaryPropagator< View0, PC_INT_BND, View1, PC_INT_BND >.
Detailed Description
template<class View0, class View1>
class Gecode::Int::Rel::EqBnd< View0, View1 >
Binary bounds consistent equality propagator.
Requires
#include "gecode/int/rel.hh"
Definition at line 115 of file rel.hh.
Public Member Functions | |
EqBnd (Space *home, View0 x0, View1 x1) | |
Constructor for posting. | |
EqBnd (Space *home, bool share, Propagator &p, View0 x0, View1 x1) | |
Constructor for rewriting p during cloning. | |
virtual Actor * | copy (Space *home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
Perform propagation. | |
virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
Specification for this propagator. | |
Static Public Member Functions | |
static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
Post propagator according to specification. | |
static Support::Symbol | ati (void) |
Mangled propagator name. | |
static ExecStatus | post (Space *home, View0 x0, View1 x1) |
Post bounds consistent propagator . | |
Protected Member Functions | |
EqBnd (Space *home, bool share, EqBnd< View0, View1 > &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd | ( | Space * | home, | |
bool | share, | |||
EqBnd< View0, View1 > & | p | |||
) | [inline, protected] |
template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd | ( | Space * | home, | |
View0 | x0, | |||
View1 | x1 | |||
) | [inline] |
template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd | ( | Space * | home, | |
bool | share, | |||
Propagator & | p, | |||
View0 | x0, | |||
View1 | x1 | |||
) | [inline] |
Member Function Documentation
template<class View0, class View1>
Actor * Gecode::Int::Rel::EqBnd< View0, View1 >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View0, class View1>
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class View0, class View1>
Reflection::ActorSpec Gecode::Int::Rel::EqBnd< View0, View1 >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
template<class View0, class View1>
void Gecode::Int::Rel::EqBnd< View0, View1 >::post | ( | Space * | home, | |
Reflection::VarMap & | vars, | |||
const Reflection::ActorSpec & | spec | |||
) | [inline, static] |
template<class View0, class View1>
Support::Symbol Gecode::Int::Rel::EqBnd< View0, View1 >::ati | ( | void | ) | [inline, static] |
template<class View0, class View1>
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::post | ( | Space * | home, | |
View0 | x0, | |||
View1 | x1 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/rel.hh (Revision: 7290)
- gecode/int/rel/eq.icc (Revision: 7348)