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 bounds consistent propagator .
|
Protected Member Functions |
| | ReEqBndInt (Space &home, bool share, ReEqBndInt &p) |
| | Constructor for cloning p.
|
| | ReEqBndInt (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::ReEqBndInt< View, CtrlView >
Reified bounds consistent equality with integer propagator.
Requires
Definition at line 397 of file rel.hh.