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, const ModEventDelta &med) |
| | Perform propagation.
|
Static Public Member Functions |
| static ExecStatus | post (Home home, BVA x0, BVB x1) |
| | Post propagator .
|
Protected Member Functions |
| | Eq (Home home, BVA b0, BVB b1) |
| | Constructor for posting.
|
| | Eq (Space &home, bool share, Eq &p) |
| | Constructor for cloning p.
|
template<class BVA, class BVB>
class Gecode::Int::Bool::Eq< BVA, BVB >
Boolean equality propagator.
Requires
Definition at line 105 of file bool.hh.