Gecode::Int::Bool::Eq< BVA, BVB > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::Int::Bool::BoolBinary< BVA, BVB >.
Detailed Description
template<class BVA, class BVB>
class Gecode::Int::Bool::Eq< BVA, BVB >
Boolean equality propagator.
Requires
#include "gecode/int/bool.hh"
Definition at line 111 of file bool.hh.
Public Member Functions | |
Eq (Space *home, bool share, Propagator &p, BVA b0, BVB b1) | |
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 ExecStatus | post (Space *home, BVA b0, BVB b1) |
Post propagator . | |
static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
Post using specification. | |
static Support::Symbol | ati (void) |
Name of this propagator. | |
Protected Member Functions | |
Eq (Space *home, BVA b0, BVB b1) | |
Constructor for posting. | |
Eq (Space *home, bool share, Eq &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq | ( | Space * | home, | |
BVA | b0, | |||
BVB | b1 | |||
) | [inline, protected] |
template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq | ( | Space * | home, | |
bool | share, | |||
Eq< BVA, BVB > & | p | |||
) | [inline, protected] |
template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq | ( | Space * | home, | |
bool | share, | |||
Propagator & | p, | |||
BVA | b0, | |||
BVB | b1 | |||
) | [inline] |
Member Function Documentation
template<class BVA, class BVB>
Actor * Gecode::Int::Bool::Eq< BVA, BVB >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class BVA, class BVB>
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class BVA, class BVB>
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::post | ( | Space * | home, | |
BVA | b0, | |||
BVB | b1 | |||
) | [inline, static] |
template<class BVA, class BVB>
Reflection::ActorSpec Gecode::Int::Bool::Eq< BVA, BVB >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
template<class BVA, class BVB>
void Gecode::Int::Bool::Eq< BVA, BVB >::post | ( | Space * | home, | |
Reflection::VarMap & | vars, | |||
const Reflection::ActorSpec & | spec | |||
) | [inline, static] |
template<class BVA, class BVB>
Support::Symbol Gecode::Int::Bool::Eq< BVA, BVB >::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 5993)
- gecode/int/bool/eq.icc (Revision: 6017)