Generated on Thu Apr 11 13:59:52 2019 for Gecode by doxygen 1.6.3

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

Propagator for bounds consistent min operator More...

#include <arithmetic.hh>

List of all members.

Public Member Functions

 Min (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 $ min(x_0, x_1) = x_2$.

Protected Member Functions

 Min (Space &home, Min &p)
 Constructor for cloning p.
 Min (Home home, A x0, B x1, C x2)
 Constructor for creation.

Detailed Description

template<class A, class B, class C>
class Gecode::Float::Arithmetic::Min< A, B, C >

Propagator for bounds consistent min operator

The types A, B and C give the types of the views.

Requires

Definition at line 327 of file arithmetic.hh.


Constructor & Destructor Documentation

template<class A , class B , class C >
Gecode::Float::Arithmetic::Min< A, B, C >::Min ( Space home,
Min< A, B, C > &  p 
) [inline, protected]

Constructor for cloning p.

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

template<class A , class B , class C >
Gecode::Float::Arithmetic::Min< A, B, C >::Min ( Home  home,
x0,
x1,
x2 
) [inline, protected]

Constructor for creation.

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

template<class A , class B , class C >
Gecode::Float::Arithmetic::Min< A, B, C >::Min ( Space home,
Propagator p,
x0,
x1,
x2 
) [inline]

Constructor for rewriting p during cloning.

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


Member Function Documentation

template<class A , class B , class C >
Actor * Gecode::Float::Arithmetic::Min< A, B, C >::copy ( Space home  )  [inline, virtual]

Create copy during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

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

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

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


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