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

(equivalence).