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
|
Constructor for cloning p.
|
|
Constructor for posting.
|
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. |
|
Perform propagation.
Implements Gecode::Propagator. |
|
Post propagator .
|
The documentation for this class was generated from the following files:
- gecode/int/arithmetic.hh (Revision: 3512)
- gecode/int/arithmetic/max.icc (Revision: 3512)