Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus > Class Template Reference
[Integer propagators]
Positive bounds 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. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, IntView x0, IntView x1, Ops ops) |
Post propagator. | |
Protected Member Functions | |
NrootPlusBnd (Space &home, bool share, NrootPlusBnd< Ops, minus > &p) | |
Constructor for cloning p. | |
NrootPlusBnd (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::NrootPlusBnd< Ops, minus >
Positive bounds consistent n-th root propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 498 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::NrootPlusBnd | ( | Space & | home, | |
bool | share, | |||
NrootPlusBnd< Ops, minus > & | p | |||
) | [inline, protected] |
template<class Ops , bool minus>
Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::NrootPlusBnd | ( | Home | home, | |
IntView | x0, | |||
IntView | x1, | |||
const Ops & | ops | |||
) | [inline, protected] |
Member Function Documentation
template<class Ops , bool minus>
Actor * Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class Ops , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusBnd< Ops, minus >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class Ops , bool minus>
ExecStatus Gecode::Int::Arithmetic::NrootPlusBnd< 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::NrootPlusBnd< Ops, minus >::ops [protected] |
Operations.
Definition at line 503 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)