Public Member Functions |
| MaxDom (Space &home, bool share, Propagator &p, View x0, View x1, View x2) |
| Constructor for rewriting p during cloning.
|
virtual Actor * | copy (Space &home, bool share) |
| Copy propagator during cloning.
|
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function.
|
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation.
|
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.
|
Protected Member Functions |
| MaxDom (Space &home, bool share, MaxDom &p) |
| Constructor for cloning p.
|
| MaxDom (Home home, View x0, View x1, View x2) |
| Constructor for posting.
|
| TernaryPropagator (Space &home, bool share, TernaryPropagator &p) |
| Constructor for cloning p.
|
| TernaryPropagator (Home home, View x0, View x1, View x2) |
| Constructor for creation.
|
| TernaryPropagator (Space &home, bool share, Propagator &p, View x0, View x1, View x2) |
| Constructor for rewriting p during cloning.
|
| Propagator (Home home) |
| Constructor for posting.
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p.
|
template<class View>
class Gecode::Int::Arithmetic::MaxDom< View >
Domain consistent ternary maximum propagator.
Requires
Definition at line 183 of file arithmetic.hh.