Propagator for the sequenced union constraint More...
#include <sequence.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
Copy propagator during cloning. More... | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. More... | |
![]() | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low linear) More... | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. 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, ViewArray< SetView >, SetView) |
Post propagator ![]() ![]() | |
![]() | |
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 | |
SeqU (Space &home, bool share, SeqU &p) | |
Constructor for cloning p. More... | |
SeqU (Home home, ViewArray< SetView > &, SetView) | |
Constructor for posting. More... | |
ExecStatus | propagateSeqUnion (Space &home, bool &modified, ViewArray< SetView > &x, SetView &y) |
![]() | |
NaryOnePropagator (Space &home, bool share, NaryOnePropagator &p) | |
Constructor for cloning p. More... | |
NaryOnePropagator (Space &home, bool share, Propagator &p, ViewArray< SetView > &x, SetViewy) | |
Constructor for rewriting p during cloning. More... | |
NaryOnePropagator (Home home, ViewArray< SetView > &x, SetViewy) | |
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 | |
GLBndSet | unionOfDets |
![]() | |
ViewArray< SetView > | x |
Array of views. More... | |
SetView | y |
Single view. More... | |
Propagator for the sequenced union constraint
Requires
Definition at line 85 of file sequence.hh.
|
protected |
|
virtual |
|
inlinestatic |
|
protected |
Definition at line 87 of file sequence.hh.