|
| QuadOrTrue (Space &home, bool share, Propagator &p, BV b0, BV b1, BV b2, BV b3) |
| Constructor for rewriting p during cloning. More...
|
|
virtual Actor * | copy (Space &home, bool share) |
| Copy propagator during cloning. More...
|
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. More...
|
|
virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. More...
|
|
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low unary) More...
|
|
ModEventDelta | modeventdelta (void) const |
| Return the modification event delta. More...
|
|
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function. More...
|
|
double | afc (const Space &home) const |
| Return the accumlated failure count. More...
|
|
|
| QuadOrTrue (Home home, BV b0, BV b1, BV b2, BV b3) |
| Constructor for posting. More...
|
|
| QuadOrTrue (Space &home, bool share, QuadOrTrue &p) |
| Constructor for cloning p. More...
|
|
| BoolBinary (Home home, BVb0, BVb1) |
|
| BoolBinary (Space &home, bool share, BoolBinary &p) |
| Constructor for cloning. More...
|
|
| BoolBinary (Space &home, bool share, Propagator &p, BVb0, BVb1) |
| Constructor for rewriting p during cloning. More...
|
|
| Propagator (Home home) |
| Constructor for posting. More...
|
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p. More...
|
|
Propagator * | fwd (void) const |
| Return forwarding pointer during copying. More...
|
|
template<class BV>
class Gecode::Int::Bool::QuadOrTrue< BV >
Quarternary Boolean disjunction propagator (true)
Requires
Definition at line 295 of file bool.hh.