Generated on Thu Mar 22 10:39:58 2012 for Gecode by doxygen 1.6.3

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

Less propagator. More...

#include <rel.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 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, bool share, Le &p)
 Constructor for cloning p.
 Le (Home home, View x0, View x1)
 Constructor for posting.

Detailed Description

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

Less propagator.

Requires

 #include <gecode/int/rel.hh> 

Definition at line 490 of file rel.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

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

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

Constructor for posting.

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


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

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

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

Perform propagation.

Implements Gecode::Propagator.

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

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

Post propagator $x_0 \le x_1$.

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


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