Reified less or equal with integer propagator. More...
#include <rel.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
![]() | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low unary) | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. | |
![]() | |
ModEventDelta | modeventdelta (void) const |
Return the modification event delta. | |
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
Advise function. | |
double | afc (void) const |
Return the accumlated failure count. |
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. | |
![]() | |
ReUnaryPropagator (Space &home, bool share, ReUnaryPropagator &p) | |
Constructor for cloning p. | |
ReUnaryPropagator (Space &home, bool share, Propagator &p, View x0, CtrlView b) | |
Constructor for rewriting p during cloning. | |
ReUnaryPropagator (Space &home, View x0, CtrlView b) | |
Constructor for creation. | |
![]() | |
Propagator (Home home) | |
Constructor for posting. | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. |
Protected Attributes | |
int | c |
Integer constant to check. | |
![]() | |
View | x0 |
Single view. | |
CtrlView | b |
Boolean control view. |
Reified less or equal with integer propagator.
Requires
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
static |
|
protected |