
Domain 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 domain consistent propagator . | |
Protected Member Functions | |
| AbsDom (Space &home, bool share, AbsDom &p) | |
| Constructor for cloning p. | |
| AbsDom (Home home, View x0, View x1) | |
| Constructor for posting. | |
Constructor for cloning p.
| Gecode::Int::Arithmetic::AbsDom::AbsDom | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [inline, protected] |
| PropCost Gecode::Int::Arithmetic::AbsDom::cost | ( | const Space & | home, |
| const ModEventDelta & | med | ||
| ) | const [virtual] |
Cost function.
If a view has been assigned, the cost is low binary. If in stage for bounds propagation, the cost is low binary. Otherwise it is high binary.
Reimplemented from Gecode::BinaryPropagator< View, PC_INT_DOM >.
| ExecStatus Gecode::Int::Arithmetic::AbsDom::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Arithmetic::AbsDom::post | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [static] |