Public Member Functions |
| 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 b0, BVB b1, BVC b2) |
| | Post propagator (equivalence)
|
Protected Member Functions |
| | Eqv (Space &home, bool share, Eqv &p) |
| | Constructor for cloning p.
|
| | Eqv (Home home, BVA b0, BVB b1, BVC b2) |
| | Constructor for posting.
|
template<class BVA, class BVB, class BVC>
class Gecode::Int::Bool::Eqv< BVA, BVB, BVC >
Boolean equivalence propagator.
Requires
Definition at line 424 of file bool.hh.