Public Member Functions |
| | MaxBnd (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 ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation.
|
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function (defined as low ternary)
|
| 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 |
| | MaxBnd (Space &home, bool share, MaxBnd &p) |
| | Constructor for cloning p.
|
| | MaxBnd (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::MaxBnd< View >
Bounds consistent ternary maximum propagator.
Requires
Definition at line 130 of file arithmetic.hh.