Gecode::Int::Arithmetic::PowDom< Ops > Class Template Reference
[Integer propagators]
Domain consistent power propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| 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. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, IntView x0, IntView x1, Ops ops) |
| Post propagator. | |
Protected Member Functions | |
| PowDom (Space &home, PowDom< Ops > &p) | |
| Constructor for cloning p. | |
| PowDom (Home home, IntView x0, IntView x1, const Ops &ops) | |
| Constructor for posting. | |
Protected Attributes | |
| Ops | ops |
| Operations. | |
Detailed Description
template<class Ops>
class Gecode::Int::Arithmetic::PowDom< Ops >
Domain consistent power propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 454 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class Ops >
| Gecode::Int::Arithmetic::PowDom< Ops >::PowDom | ( | Space & | home, | |
| PowDom< Ops > & | p | |||
| ) | [inline, protected] |
template<class Ops >
| Gecode::Int::Arithmetic::PowDom< Ops >::PowDom | ( | Home | home, | |
| IntView | x0, | |||
| IntView | x1, | |||
| const Ops & | ops | |||
| ) | [inline, protected] |
Member Function Documentation
template<class Ops >
| Actor * Gecode::Int::Arithmetic::PowDom< Ops >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class Ops >
| ExecStatus Gecode::Int::Arithmetic::PowDom< Ops >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class Ops >
| PropCost Gecode::Int::Arithmetic::PowDom< Ops >::cost | ( | const Space & | home, | |
| const ModEventDelta & | med | |||
| ) | const [inline, virtual] |
Cost function.
If a view has been assigned, the cost is low unary. If in stage for bounds propagation, the cost is low binary. Otherwise it is high binary.
Reimplemented from Gecode::BinaryPropagator< IntView, PC_INT_DOM >.
template<class Ops >
| ExecStatus Gecode::Int::Arithmetic::PowDom< Ops >::post | ( | Home | home, | |
| IntView | x0, | |||
| IntView | x1, | |||
| Ops | ops | |||
| ) | [inline, static] |
Member Data Documentation
template<class Ops>
Ops Gecode::Int::Arithmetic::PowDom< Ops >::ops [protected] |
Operations.
Definition at line 459 of file arithmetic.hh.
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh
- gecode/int/arithmetic/pow.hpp
