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

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

Reified less or equal 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, CtrlView b)
 Post propagator for $ (x_0 \leq x_1)\Leftrightarrow b$.

Protected Member Functions

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

Detailed Description

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

Reified less or equal propagator.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 354 of file rel.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

template<class View , class CtrlView , ReifyMode rm>
Gecode::Float::Rel::ReLq< View, CtrlView, rm >::ReLq ( Home  home,
View  x0,
View  x1,
CtrlView  b 
) [inline, protected]

Constructor for posting.

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


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

template<class View , class CtrlView , ReifyMode rm>
ExecStatus Gecode::Float::Rel::ReLq< View, CtrlView, rm >::post ( Home  home,
View  x0,
View  x1,
CtrlView  b 
) [inline, static]

Post propagator for $ (x_0 \leq x_1)\Leftrightarrow b$.

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


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