Reified domain dom-propagator. More...
#include <dom.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. More... | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. More... | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. More... | |
![]() | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low unary) 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, View x, const IntSet &s, BoolView 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 | |
ReIntSet (Space &home, bool share, ReIntSet &p) | |
Constructor for cloning p. More... | |
ReIntSet (Home home, View x, const IntSet &s, BoolView b) | |
Constructor for creation. More... | |
![]() | |
ReUnaryPropagator (Space &home, bool share, ReUnaryPropagator &p) | |
Constructor for cloning p. More... | |
ReUnaryPropagator (Space &home, bool share, Propagator &p, View x0, BoolViewb) | |
Constructor for rewriting p during cloning. More... | |
ReUnaryPropagator (Home home, View x0, BoolViewb) | |
Constructor for creation. 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 | |
IntSet | is |
Domain More... | |
![]() | |
View | x0 |
Single view. More... | |
BoolView | b |
Boolean control view. More... | |
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 |