Gecode::Float::Arithmetic::NaryMax< View > Class Template Reference
[Float 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 | |
NaryMax (Space &home, NaryMax &p) | |
Constructor for cloning p. | |
NaryMax (Home home, ViewArray< View > &x, View y) | |
Constructor for posting. |
Detailed Description
template<class View>
class Gecode::Float::Arithmetic::NaryMax< View >
Bounds consistent n-ary maximum propagator.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 383 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class View >
Gecode::Float::Arithmetic::NaryMax< View >::NaryMax | ( | Space & | home, | |
NaryMax< View > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 182 of file min-max.hpp.
template<class View >
Gecode::Float::Arithmetic::NaryMax< View >::NaryMax | ( | Home | home, | |
ViewArray< View > & | x, | |||
View | y | |||
) | [inline, protected] |
Constructor for posting.
Definition at line 150 of file min-max.hpp.
Member Function Documentation
template<class View >
Actor * Gecode::Float::Arithmetic::NaryMax< View >::copy | ( | Space & | home | ) | [inline, virtual] |
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 187 of file min-max.hpp.
template<class View >
ExecStatus Gecode::Float::Arithmetic::NaryMax< View >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class View >
ExecStatus Gecode::Float::Arithmetic::NaryMax< View >::post | ( | Home | home, | |
ViewArray< View > & | x, | |||
View | y | |||
) | [inline, static] |
Post propagator .
Definition at line 155 of file min-max.hpp.
The documentation for this class was generated from the following files:
- gecode/float/arithmetic.hh
- gecode/float/arithmetic/min-max.hpp