
Bounds consistent absolute value propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
| 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. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, View x0, View x1) |
Post bounds consistent propagator . | |
Protected Member Functions | |
| AbsBnd (Space &home, bool share, AbsBnd &p) | |
| Constructor for cloning p. | |
| AbsBnd (Home home, View x0, View x1) | |
| Constructor for posting. | |
Constructor for cloning p.
| Gecode::Int::Arithmetic::AbsBnd::AbsBnd | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [inline, protected] |
| PropCost Gecode::Int::Arithmetic::AbsBnd::cost | ( | const Space & | home, |
| const ModEventDelta & | med | ||
| ) | const [virtual] |
Cost function.
If a view has been assigned, the cost is low unary. Otherwise it is low binary.
Reimplemented from Gecode::BinaryPropagator< View, PC_INT_BND >.
| ExecStatus Gecode::Int::Arithmetic::AbsBnd::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Arithmetic::AbsBnd::post | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [static] |