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, View x0, View x1, CtrlView b) |
| | Post domain consistent propagator .
|
Protected Member Functions |
| | ReEqDom (Space &home, bool share, ReEqDom &p) |
| | Constructor for cloning p.
|
| | ReEqDom (Home home, View x0, View x1, CtrlView b) |
| | Constructor for posting.
|
template<class View, class CtrlView>
class Gecode::Int::Rel::ReEqDom< View, CtrlView >
Reified binary domain consistent equality propagator.
Requires
Definition at line 318 of file rel.hh.