Boolean less or equal propagator.
More...
#include <bool.hh>
List of all members.
Public Member Functions |
virtual Actor * | copy (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, BV b0, BV b1) |
| Post propagator .
|
Protected Member Functions |
| Lq (Home home, BV b0, BV b1) |
| Constructor for posting.
|
| Lq (Space &home, bool share, Lq &p) |
| Constructor for cloning p.
|
Detailed Description
Boolean less or equal propagator.
Requires
Constructor & Destructor Documentation
Gecode::Int::Bool::Lq::Lq |
( |
Home |
home, |
|
|
BV |
b0, |
|
|
BV |
b1 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 47 of file lq.hpp.
Gecode::Int::Bool::Lq::Lq |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Lq & |
p |
|
) |
| [protected] |
Constructor for cloning p.
Member Function Documentation
Actor * Gecode::Int::Bool::Lq::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 57 of file lq.hpp.
Perform propagation.
Definition at line 80 of file lq.hpp.
ExecStatus Gecode::Int::Bool::Lq::post |
( |
Home |
home, |
|
|
BV |
b0, |
|
|
BV |
b1 |
|
) |
| [inline, static] |
Post propagator
.
Definition at line 63 of file lq.hpp.
The documentation for this class was generated from the following files: