Gecode::Int::Arithmetic::AbsDom< View > Class Template Reference
[Integer propagators]
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. |
Detailed Description
template<class View>
class Gecode::Int::Arithmetic::AbsDom< View >
Domain consistent absolute value propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 96 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Int::Arithmetic::AbsDom< View >::AbsDom | ( | Space & | home, | |
bool | share, | |||
AbsDom< View > & | p | |||
) | [inline, protected] |
template<class View >
Gecode::Int::Arithmetic::AbsDom< View >::AbsDom | ( | Home | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Member Function Documentation
template<class View >
Actor * Gecode::Int::Arithmetic::AbsDom< View >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View >
PropCost Gecode::Int::Arithmetic::AbsDom< View >::cost | ( | const Space & | home, | |
const ModEventDelta & | med | |||
) | const [inline, 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 >.
template<class View >
ExecStatus Gecode::Int::Arithmetic::AbsDom< View >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class View >
ExecStatus Gecode::Int::Arithmetic::AbsDom< View >::post | ( | Home | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 15568)
- gecode/int/arithmetic/abs.hpp (Revision: 15568)