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

Gecode::Float::Rel::Le< View > Class Template Reference
[Float propagators]

Less propagator. More...

#include <rel.hh>

List of all members.

Public Member Functions

virtual Actorcopy (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, View x0, View x1)
 Post propagator $x_0 \le x_1$.

Protected Member Functions

 Le (Space &home, Le &p)
 Constructor for cloning p.
 Le (Home home, View x0, View x1)
 Constructor for posting.

Detailed Description

template<class View>
class Gecode::Float::Rel::Le< View >

Less propagator.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 267 of file rel.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Float::Rel::Le< View >::Le ( Space home,
Le< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 106 of file lq-le.hpp.

template<class View >
Gecode::Float::Rel::Le< View >::Le ( Home  home,
View  x0,
View  x1 
) [inline, protected]

Constructor for posting.

Definition at line 86 of file lq-le.hpp.


Member Function Documentation

template<class View >
Actor * Gecode::Float::Rel::Le< View >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 111 of file lq-le.hpp.

template<class View >
ExecStatus Gecode::Float::Rel::Le< View >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 117 of file lq-le.hpp.

template<class View >
ExecStatus Gecode::Float::Rel::Le< View >::post ( Home  home,
View  x0,
View  x1 
) [inline, static]

Post propagator $x_0 \le x_1$.

Definition at line 91 of file lq-le.hpp.


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