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

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

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)
 Post propagator $x_0 \leq x_1$.

Protected Member Functions

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

Detailed Description

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

Less or equal propagator.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 241 of file rel.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

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

Constructor for posting.

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


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

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

Post propagator $x_0 \leq x_1$.

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


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