Gecode::Int::Arithmetic::Max< View > Class Template Reference
[Integer propagators]
#include <arithmetic.hh>
Inherits Gecode::TernaryPropagator< View, PC_INT_BND >.
Detailed Description
template<class View>
class Gecode::Int::Arithmetic::Max< View >
Bounds-consistent ternary maximum propagator.
Requires
#include "int/arithmetic.hh"
Definition at line 71 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, View x0, View x1, View x2) |
Post propagator ![]() | |
Protected Member Functions | |
Max (Space *home, bool share, Max &p) | |
Constructor for cloning p. | |
Max (Space *home, View x0, View x1, View x2) | |
Constructor for posting. |
Constructor & Destructor Documentation
|
Constructor for cloning p.
|
|
Constructor for posting.
Definition at line 31 of file minmax.icc. |
Member Function Documentation
|
Copy propagator during cloning.
Implements Gecode::Actor. Definition at line 50 of file minmax.icc. |
|
Perform propagation.
Implements Gecode::Propagator. Definition at line 56 of file minmax.icc. |
|
Post propagator
Definition at line 36 of file minmax.icc. |
The documentation for this class was generated from the following files:
- int/arithmetic.hh (Revision: 2660)
- int/arithmetic/minmax.icc (Revision: 2503)