Public Member Functions |
| | EqBnd (Home home, View0 x0, View1 x1) |
| | Constructor for posting.
|
| | EqBnd (Space &home, bool share, Propagator &p, View0 x0, View1 x1) |
| | 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, View0 x0, View1 x1) |
| | Post bounds consistent propagator .
|
Protected Member Functions |
| | EqBnd (Space &home, bool share, EqBnd< View0, View1 > &p) |
| | Constructor for cloning p.
|
template<class View0, class View1>
class Gecode::Int::Rel::EqBnd< View0, View1 >
Binary bounds consistent equality propagator.
Requires
Definition at line 107 of file rel.hh.