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 propagator for .
|
Protected Member Functions |
| | ReLqInt (Space &home, bool share, ReLqInt &p) |
| | Constructor for cloning p.
|
| | ReLqInt (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::ReLqInt< View, CtrlView >
Reified less or equal with integer propagator.
Requires
Definition at line 549 of file rel.hh.