Public Member Functions |
virtual Actor * | copy (Space &home, bool share) |
| Copy propagator during cloning.
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation.
|
| BoolTernary (Space &home, bool share, Propagator &p, BVA b0, BVB b1, BVC b2) |
| Constructor for rewriting p during cloning.
|
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low binary)
|
virtual size_t | dispose (Space &home) |
| Delete propagator and return its size.
|
ModEventDelta | modeventdelta (void) const |
| Return the modification event delta.
|
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function.
|
double | afc (void) const |
| Return the accumlated failure count.
|
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.
|
| BoolTernary (Home home, BVA b0, BVB b1, BVC b2) |
| BoolTernary (Space &home, bool share, BoolTernary &p) |
| Constructor for cloning.
|
| Propagator (Home home) |
| Constructor for posting.
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p.
|
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.