Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus > Class Template Reference
[Integer propagators]
Domain consistent n-th root propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
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. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, IntView x0, IntView x1, Ops ops) |
Post propagator. | |
Protected Member Functions | |
NrootPlusDom (Space &home, bool share, NrootPlusDom< Ops, minus > &p) | |
Constructor for cloning p. | |
NrootPlusDom (Home home, IntView x0, IntView x1, const Ops &ops) | |
Constructor for posting. | |
Protected Attributes | |
Ops | ops |
Operations. |
Detailed Description
template<class Ops, bool minus>
class Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >
Domain consistent n-th root propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 550 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::NrootPlusDom | ( | Space & | home, | |
bool | share, | |||
NrootPlusDom< Ops, minus > & | p | |||
) | [inline, protected] |
template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::NrootPlusDom | ( | Home | home, | |
IntView | x0, | |||
IntView | x1, | |||
const Ops & | ops | |||
) | [inline, protected] |
Member Function Documentation
template<class Ops , bool minus>
Actor * Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class Ops , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class Ops , bool minus>
PropCost Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::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 , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::post | ( | Home | home, | |
IntView | x0, | |||
IntView | x1, | |||
Ops | ops | |||
) | [inline, static] |
Member Data Documentation
template<class Ops, bool minus>
Ops Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >::ops [protected] |
Operations.
Definition at line 555 of file arithmetic.hh.
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 15568)
- gecode/int/arithmetic/nroot.hpp (Revision: 15073)