Bounds consistent n-ary maximum propagator. More...
#include <arithmetic.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 PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low linear) | |
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, ViewArray< View > &x, View y) |
Post propagator ![]() |
Protected Member Functions | |
NaryMaxBnd (Space &home, bool share, NaryMaxBnd &p) | |
Constructor for cloning p. | |
NaryMaxBnd (Home home, ViewArray< View > &x, View y) | |
Constructor for posting. | |
![]() | |
NaryOnePropagator (Space &home, bool share, NaryOnePropagator &p) | |
Constructor for cloning p. | |
NaryOnePropagator (Space &home, bool share, Propagator &p, ViewArray< View > &x, View y) | |
Constructor for rewriting p during cloning. | |
NaryOnePropagator (Home home, ViewArray< View > &x, View y) | |
Constructor for creation. | |
![]() | |
Propagator (Home home) | |
Constructor for posting. | |
Propagator (Space &home, bool share, Propagator &p) | |
Constructor for cloning p. |
Additional Inherited Members | |
![]() | |
ViewArray< View > | x |
Array of views. | |
View | y |
Single view. |
Bounds consistent n-ary maximum propagator.
Requires
Definition at line 158 of file arithmetic.hh.
|
inlineprotected |
|
inlineprotected |
|
virtual |
|
virtual |
|
static |