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, BoolView b, View x0, View x1, View x2) |
| Post if-then-else propagator.
|
Protected Member Functions |
| IteBnd (Space &home, bool share, IteBnd &p) |
| Constructor for cloning p.
|
| IteBnd (Home home, BoolView b, View x0, View x1, View x2) |
| Constructor for creation.
|
template<class View>
class Gecode::Int::Bool::IteBnd< View >
If-then-else bounds-consistent propagator.
Requires
Definition at line 600 of file bool.hh.