Gecode::Float::Arithmetic::Max< A, B, C > Class Template Reference
[Float propagators]
Propagator for bounds consistent max operator More...
#include <arithmetic.hh>
Public Member Functions | |
| Max (Space &home, Propagator &p, A x0, B x1, C x2) | |
| Constructor for rewriting p during cloning. | |
| virtual Actor * | copy (Space &home) |
| Create copy during cloning. | |
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Home home, A x0, B x1, C x2) |
Post propagator for . | |
Protected Member Functions | |
| Max (Space &home, Max &p) | |
| Constructor for cloning p. | |
| Max (Home home, A x0, B x1, C x2) | |
| Constructor for creation. | |
Detailed Description
template<class A, class B, class C>
class Gecode::Float::Arithmetic::Max< A, B, C >
Propagator for bounds consistent max operator
The types A, B and C give the types of the views.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 356 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class A , class B , class C >
| Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, | |
| Max< A, B, C > & | p | |||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 103 of file min-max.hpp.
template<class A , class B , class C >
| Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Home | home, | |
| A | x0, | |||
| B | x1, | |||
| C | x2 | |||
| ) | [inline, protected] |
Constructor for creation.
Definition at line 98 of file min-max.hpp.
template<class A , class B , class C >
| Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, | |
| Propagator & | p, | |||
| A | x0, | |||
| B | x1, | |||
| C | x2 | |||
| ) | [inline] |
Constructor for rewriting p during cloning.
Definition at line 108 of file min-max.hpp.
Member Function Documentation
template<class A , class B , class C >
| Actor * Gecode::Float::Arithmetic::Max< A, B, C >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class A , class B , class C >
| ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class A , class B , class C >
| ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::post | ( | Home | home, | |
| A | x0, | |||
| B | x1, | |||
| C | x2 | |||
| ) | [inline, static] |
Post propagator for
.
Definition at line 120 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
