Generated on Tue May 22 09:41:11 2018 for Gecode by doxygen 1.6.3

Gecode::Float::Arithmetic::Max< A, B, C > Class Template Reference
[Float propagators]

Propagator for bounds consistent max operator More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 Max (Space &home, Propagator &p, A x0, B x1, C x2)
 Constructor for rewriting p during cloning.
virtual Actorcopy (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 $ max(x_0, x_1) = x_2$.

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

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,
x0,
x1,
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,
x0,
x1,
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]

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 114 of file min-max.hpp.

template<class A , class B , class C >
ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 130 of file min-max.hpp.

template<class A , class B , class C >
ExecStatus Gecode::Float::Arithmetic::Max< A, B, C >::post ( Home  home,
x0,
x1,
x2 
) [inline, static]

Post propagator for $ max(x_0, x_1) = x_2$.

Definition at line 120 of file min-max.hpp.


The documentation for this class was generated from the following files: