Gecode::Int::Bool::Lq< BV > Class Template Reference
[Integer propagators]
Boolean less or equal propagator. More...
#include <bool.hh>
Public Member Functions | |
| virtual Actor * | copy (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 . | |
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] |
template<class BV >
| Gecode::Int::Bool::Lq< BV >::Lq | ( | Space & | home, | |
| Lq< BV > & | p | |||
| ) | [inline, protected] |
Member Function Documentation
template<class BV >
| Actor * Gecode::Int::Bool::Lq< BV >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class BV >
| ExecStatus Gecode::Int::Bool::Lq< BV >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class BV >
| ExecStatus Gecode::Int::Bool::Lq< BV >::post | ( | Home | home, | |
| BV | b0, | |||
| BV | b1 | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.