Reified equality propagator More...
#include <rel.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
Copy propagator during cloning. More... | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as PC_TERNARY_LO) More... | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. More... | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. More... | |
![]() | |
ModEventDelta | modeventdelta (void) const |
Return the modification event delta. More... | |
virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
Advise function. More... | |
double | afc (const Space &home) const |
Return the accumlated failure count. More... | |
![]() |
Static Public Member Functions | |
static ExecStatus | post (Home home, View0 x, View1 y, CtrlView b) |
Post propagator for ![]() | |
![]() | |
static void * | operator new (size_t s, Space &home) |
Allocate memory from space. More... | |
static void | operator delete (void *p, Space &home) |
No-op for exceptions. More... | |
Protected Member Functions | |
ReEq (Space &home, bool share, ReEq &) | |
Constructor for cloning p. More... | |
ReEq (Home home, View0, View1, CtrlView) | |
Constructor for posting. More... | |
![]() | |
Propagator (Home home) | |
Constructor for posting. More... | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. More... | |
Propagator * | fwd (void) const |
Return forwarding pointer during copying. More... | |
Protected Attributes | |
View0 | x0 |
View1 | x1 |
CtrlView | b |
Reified equality propagator
Requires
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
Cost function (defined as PC_TERNARY_LO)
Implements Gecode::Propagator.
|
inlinevirtual |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
|
virtual |
|
static |
|
protected |
|
protected |
|
protected |