Gecode::Int::Arithmetic::NaryMaxBnd< View > Class Template Reference
[Integer propagators]
#include <arithmetic.hh>
Inherits NaryOnePropagator< View, PC_INT_BND >.
Detailed Description
template<class View>
class Gecode::Int::Arithmetic::NaryMaxBnd< View >
Bounds consistent n-ary maximum propagator.
Requires
#include "gecode/int/arithmetic.hh"
Definition at line 182 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 ExecStatus | post (Space *home, ViewArray< View > &x, View y) |
Post propagator . | |
static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
Post propagator for specification. | |
static Support::Symbol | ati (void) |
Name of this propagator. | |
Protected Member Functions | |
NaryMaxBnd (Space *home, bool share, NaryMaxBnd &p) | |
Constructor for cloning p. | |
NaryMaxBnd (Space *home, ViewArray< View > &x, View y) | |
Constructor for posting. |
Constructor & Destructor Documentation
template<class View>
Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Space * | home, | |
bool | share, | |||
NaryMaxBnd< View > & | p | |||
) | [inline, protected] |
template<class View>
Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Space * | home, | |
ViewArray< View > & | x, | |||
View | y | |||
) | [inline, protected] |
Member Function Documentation
template<class View>
Actor * Gecode::Int::Arithmetic::NaryMaxBnd< View >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View>
ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class View>
ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::post | ( | Space * | home, | |
ViewArray< View > & | x, | |||
View | y | |||
) | [inline, static] |
template<class View>
void Gecode::Int::Arithmetic::NaryMaxBnd< View >::post | ( | Space * | home, | |
Reflection::VarMap & | vars, | |||
const Reflection::ActorSpec & | spec | |||
) | [inline, static] |
template<class View>
Reflection::ActorSpec Gecode::Int::Arithmetic::NaryMaxBnd< View >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
template<class View>
Support::Symbol Gecode::Int::Arithmetic::NaryMaxBnd< 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/max.icc (Revision: 7348)