Reified domain dom-propagator. More...
#include <dom.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 size_t | dispose (Space &home) |
Delete propagator and return its size. | |
![]() | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low unary) | |
![]() | |
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, const IntSet &s, BoolView b) |
Post propagator for ![]() |
Protected Member Functions | |
ReIntSet (Space &home, bool share, ReIntSet &p) | |
Constructor for cloning p. | |
ReIntSet (Home home, View x, const IntSet &s, BoolView b) | |
Constructor for creation. | |
![]() | |
ReUnaryPropagator (Space &home, bool share, ReUnaryPropagator &p) | |
Constructor for cloning p. | |
ReUnaryPropagator (Space &home, bool share, Propagator &p, View x0, BoolViewb) | |
Constructor for rewriting p during cloning. | |
ReUnaryPropagator (Space &home, View x0, BoolViewb) | |
Constructor for creation. | |
![]() | |
Propagator (Home home) | |
Constructor for posting. | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. |
Protected Attributes | |
IntSet | is |
Domain | |
![]() | |
View | x0 |
Single view. | |
BoolView | b |
Boolean control view. |
Reified domain dom-propagator.
Requires
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
static |
|
inlinevirtual |
Delete propagator and return its size.
Reimplemented from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >.
|
protected |