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

Gecode::Float::Rel::ReLeFloat< View, CtrlView, rm > Class Template Reference
[Float propagators]

Reified less with float 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 x, FloatVal c, CtrlView b)
 Post propagator for $ (x < c)\Leftrightarrow b$.

Protected Member Functions

 ReLeFloat (Space &home, ReLeFloat &p)
 Constructor for cloning p.
 ReLeFloat (Home home, View x, FloatVal c, CtrlView b)
 Constructor for posting.

Protected Attributes

FloatVal c
 Float constant to check.

Detailed Description

template<class View, class CtrlView, ReifyMode rm>
class Gecode::Float::Rel::ReLeFloat< View, CtrlView, rm >

Reified less with float propagator.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 326 of file rel.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

template<class View , class CtrlView , ReifyMode rm>
Gecode::Float::Rel::ReLeFloat< View, CtrlView, rm >::ReLeFloat ( Home  home,
View  x,
FloatVal  c,
CtrlView  b 
) [inline, protected]

Constructor for posting.

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


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

template<class View , class CtrlView , ReifyMode rm>
ExecStatus Gecode::Float::Rel::ReLeFloat< View, CtrlView, rm >::post ( Home  home,
View  x,
FloatVal  c,
CtrlView  b 
) [inline, static]

Post propagator for $ (x < c)\Leftrightarrow b$.

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


Member Data Documentation

template<class View, class CtrlView, ReifyMode rm>
FloatVal Gecode::Float::Rel::ReLeFloat< View, CtrlView, rm >::c [protected]

Float constant to check.

Definition at line 332 of file rel.hh.


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