Lexical disequality propagator. More...
#include <rel.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
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, ViewArray< View > &x, ViewArray< View > &y) |
Post propagator ![]() |
Protected Member Functions | |
ExecStatus | resubscribe (Space &home, RelTest rt, View &x0, View &y0, View x1, View y1) |
Update subscription. | |
LexNq (Home home, ViewArray< View > &x, ViewArray< View > &y) | |
Constructor for posting. | |
LexNq (Space &home, bool share, LexNq< View > &p) | |
Constructor for cloning p. | |
![]() | |
Propagator (Home home) | |
Constructor for posting. | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. |
Protected Attributes | |
View | x0 |
Views currently subscribed to. | |
View | y0 |
View | x1 |
View | y1 |
ViewArray< View > | x |
Views not yet subscribed to. | |
ViewArray< View > | y |
Lexical disequality propagator.
Requires
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
virtual |
|
inlinestatic |
|
inlinevirtual |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |