Gecode::Int::Arithmetic::NaryMaxBnd< View > Class Template Reference
[Integer propagators]
Bounds consistent n-ary maximum 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. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, ViewArray< View > &x, View y) |
Post propagator . | |
Protected Member Functions | |
| NaryMaxBnd (Space &home, NaryMaxBnd &p) | |
| Constructor for cloning p. | |
| NaryMaxBnd (Home home, ViewArray< View > &x, View y) | |
| Constructor for posting. | |
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 159 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class View >
| Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Space & | home, | |
| NaryMaxBnd< View > & | p | |||
| ) | [inline, protected] |
template<class View >
| Gecode::Int::Arithmetic::NaryMaxBnd< View >::NaryMaxBnd | ( | Home | home, | |
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View >
| Actor * Gecode::Int::Arithmetic::NaryMaxBnd< View >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class View >
| ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class View >
| ExecStatus Gecode::Int::Arithmetic::NaryMaxBnd< View >::post | ( | Home | home, | |
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh
- gecode/int/arithmetic/max.hpp

.