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, bool share, Propagator &p, A x0, B x1, C x2) | |
Constructor for rewriting p during cloning. | |
virtual Actor * | copy (Space &home, bool share) |
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, bool share, 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 360 of file arithmetic.hh.
Constructor & Destructor Documentation
template<class A , class B , class C >
Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, | |
bool | share, | |||
Max< A, B, C > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 104 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 99 of file min-max.hpp.
template<class A , class B , class C >
Gecode::Float::Arithmetic::Max< A, B, C >::Max | ( | Space & | home, | |
bool | share, | |||
Propagator & | p, | |||
A | x0, | |||
B | x1, | |||
C | x2 | |||
) | [inline] |
Constructor for rewriting p during cloning.
Definition at line 109 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, | |
bool | share | |||
) | [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 121 of file min-max.hpp.
The documentation for this class was generated from the following files:
- gecode/float/arithmetic.hh (Revision: 15631)
- gecode/float/arithmetic/min-max.hpp (Revision: 15631)