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

Gecode::Int::Bool::Lq< BV > Class Template Reference
[Integer propagators]

Boolean less or equal propagator. More...

#include <bool.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, BV b0, BV b1)
 Post propagator $ b_0 \leq b_1$.

Protected Member Functions

 Lq (Home home, BV b0, BV b1)
 Constructor for posting.
 Lq (Space &home, Lq &p)
 Constructor for cloning p.

Detailed Description

template<class BV>
class Gecode::Int::Bool::Lq< BV >

Boolean less or equal propagator.

Requires

 #include <gecode/int/bool.hh> 

Definition at line 159 of file bool.hh.


Constructor & Destructor Documentation

template<class BV >
Gecode::Int::Bool::Lq< BV >::Lq ( Home  home,
BV  b0,
BV  b1 
) [inline, protected]

Constructor for posting.

Definition at line 43 of file lq.hpp.

template<class BV >
Gecode::Int::Bool::Lq< BV >::Lq ( Space home,
Lq< BV > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 48 of file lq.hpp.


Member Function Documentation

template<class BV >
Actor * Gecode::Int::Bool::Lq< BV >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 53 of file lq.hpp.

template<class BV >
ExecStatus Gecode::Int::Bool::Lq< BV >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 76 of file lq.hpp.

template<class BV >
ExecStatus Gecode::Int::Bool::Lq< BV >::post ( Home  home,
BV  b0,
BV  b1 
) [inline, static]

Post propagator $ b_0 \leq b_1$.

Definition at line 59 of file lq.hpp.


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