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