Gecode::Int::Arithmetic::SqrtBnd< View > Class Template Reference
[Integer propagators]
#include <arithmetic.hh>
Inherits BinaryPropagator< View, PC_INT_BND >.
Detailed Description
template<class View>
class Gecode::Int::Arithmetic::SqrtBnd< View >
Bounds consistent square root propagator.
Requires
#include "gecode/int/arithmetic.hh"
Definition at line 451 of file arithmetic.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool share) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
| Perform propagation. | |
| virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
| Specification for this propagator. | |
Static Public Member Functions | |
| static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
| Post propagator for specification. | |
| static ExecStatus | post (Space *home, View x0, View x1) |
Post propagator . | |
| static Support::Symbol | ati (void) |
| Name of this propagator. | |
Protected Member Functions | |
| SqrtBnd (Space *home, bool share, SqrtBnd< View > &p) | |
| Constructor for cloning p. | |
| SqrtBnd (Space *home, View x0, View x1) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
template<class View>
| Gecode::Int::Arithmetic::SqrtBnd< View >::SqrtBnd | ( | Space * | home, | |
| bool | share, | |||
| SqrtBnd< View > & | p | |||
| ) | [inline, protected] |
template<class View>
| Gecode::Int::Arithmetic::SqrtBnd< View >::SqrtBnd | ( | Space * | home, | |
| View | x0, | |||
| View | x1 | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View>
| Actor * Gecode::Int::Arithmetic::SqrtBnd< View >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [inline, virtual] |
template<class View>
| ExecStatus Gecode::Int::Arithmetic::SqrtBnd< View >::propagate | ( | Space * | home, | |
| ModEventDelta | med | |||
| ) | [inline, virtual] |
template<class View>
| void Gecode::Int::Arithmetic::SqrtBnd< View >::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [inline, static] |
template<class View>
| ExecStatus Gecode::Int::Arithmetic::SqrtBnd< View >::post | ( | Space * | home, | |
| View | x0, | |||
| View | x1 | |||
| ) | [inline, static] |
template<class View>
| Reflection::ActorSpec Gecode::Int::Arithmetic::SqrtBnd< View >::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [inline, virtual] |
template<class View>
| Support::Symbol Gecode::Int::Arithmetic::SqrtBnd< View >::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 7352)
- gecode/int/arithmetic/sqrt.icc (Revision: 7348)

.