Gecode::Int::Bool::Eq< BVA, BVB > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::Int::Bool::BoolBinary< BVA, BVB >< 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 89 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) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, BVA b0, BVB b1) |
Post 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 | |||
| ) | [protected] |
Constructor for cloning p.
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 | |||
| ) | [virtual] |
template<class BVA, class BVB>
| ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::propagate | ( | Space * | home | ) | [virtual] |
template<class BVA, class BVB>
| ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::post | ( | Space * | home, | |
| BVA | b0, | |||
| BVB | b1 | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 3600)
- gecode/int/bool/eq.icc (Revision: 3566)

.