Propagator for set equality More...
#include <rel.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
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 binary) | |
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, View0, View1) |
Post propagator ![]() |
Protected Member Functions | |
Eq (Space &home, bool share, Eq &p) | |
Constructor for cloning p. | |
Eq (Home home, View0, View1) | |
Constructor for posting. | |
![]() | |
MixBinaryPropagator (Space &home, bool, MixBinaryPropagator &) | |
Constructor for cloning. | |
MixBinaryPropagator (Home home, View0, View1) | |
Constructor for creation. | |
MixBinaryPropagator (Space &home, bool share, Propagator &p, View0 x0, View1 x1) | |
Constructor for rewriting p during cloning. | |
![]() | |
Propagator (Home home) | |
Constructor for posting. | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. |
Additional Inherited Members | |
![]() | |
View0 | x0 |
View of type View0. | |
View1 | x1 |
View of type View1. |
Propagator for set equality
Requires
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
static |