Gecode::Int::Arithmetic::NaryMax< View > Class Template Reference
[Integer propagators]
#include <arithmetic.hh>
Inherits Gecode::NaryOnePropagator< View, PC_INT_BND >.
Detailed Description
template<class View>
class Gecode::Int::Arithmetic::NaryMax< View >
Bounds-consistent n-ary maximum propagator.
Requires
#include "gecode/int/arithmetic.hh"
Definition at line 150 of file arithmetic.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool share) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, ViewArray< View > &x, View y) |
Post propagator . | |
Protected Member Functions | |
| NaryMax (Space *home, bool share, NaryMax &p) | |
| Constructor for cloning p. | |
| NaryMax (Space *home, ViewArray< View > &x, View y) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
template<class View>
| Gecode::Int::Arithmetic::NaryMax< View >::NaryMax | ( | Space * | home, | |
| bool | share, | |||
| NaryMax< View > & | p | |||
| ) | [protected] |
Constructor for cloning p.
template<class View>
| Gecode::Int::Arithmetic::NaryMax< View >::NaryMax | ( | Space * | home, | |
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View>
| Actor * Gecode::Int::Arithmetic::NaryMax< View >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [virtual] |
template<class View>
| ExecStatus Gecode::Int::Arithmetic::NaryMax< View >::propagate | ( | Space * | home | ) | [virtual] |
template<class View>
| ExecStatus Gecode::Int::Arithmetic::NaryMax< View >::post | ( | Space * | home, | |
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [static] |
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 3512)
- gecode/int/arithmetic/max.icc (Revision: 3512)

.