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 "gecode/int/arithmetic.hh"
Definition at line 122 of file arithmetic.hh.
Public Member Functions | |
Max (Space *home, bool share, Propagator &p, View x0, View x1, View x2) | |
Constructor for rewriting p during cloning. | |
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
template<class View>
Gecode::Int::Arithmetic::Max< View >::Max | ( | Space * | home, | |
bool | share, | |||
Max< View > & | p | |||
) | [protected] |
Constructor for cloning p.
template<class View>
Gecode::Int::Arithmetic::Max< View >::Max | ( | Space * | home, | |
View | x0, | |||
View | x1, | |||
View | x2 | |||
) | [inline, protected] |
template<class View>
Gecode::Int::Arithmetic::Max< View >::Max | ( | Space * | home, | |
bool | share, | |||
Propagator & | p, | |||
View | x0, | |||
View | x1, | |||
View | x2 | |||
) | [inline] |
Member Function Documentation
template<class View>
Actor * Gecode::Int::Arithmetic::Max< View >::copy | ( | Space * | home, | |
bool | share | |||
) | [virtual] |
template<class View>
ExecStatus Gecode::Int::Arithmetic::Max< View >::propagate | ( | Space * | home | ) | [virtual] |
template<class View>
ExecStatus Gecode::Int::Arithmetic::Max< View >::post | ( | Space * | home, | |
View | x0, | |||
View | x1, | |||
View | x2 | |||
) | [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)