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 x, int c, CtrlView b) |
| | Post domain consistent propagator .
|
Protected Member Functions |
| | ReEqDomInt (Space &home, bool share, ReEqDomInt &p) |
| | Constructor for cloning p.
|
| | ReEqDomInt (Home home, View x, int c, CtrlView b) |
| | Constructor for posting.
|
Protected Attributes |
| int | c |
| | Integer constant to check.
|
template<class View, class CtrlView>
class Gecode::Int::Rel::ReEqDomInt< View, CtrlView >
Reified domain consistent equality with integer propagator.
Requires
Definition at line 370 of file rel.hh.