Binary Boolean disjunction propagator (true)
More...
#include <bool.hh>
List of all members.
Public Member Functions |
| BinOrTrue (Space &home, bool share, Propagator &p, BVA b0, BVB b1) |
| Constructor for rewriting p during cloning.
|
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, BVA b0, BVB b1) |
| Post propagator .
|
Protected Member Functions |
| BinOrTrue (Home home, BVA b0, BVB b1) |
| Constructor for posting.
|
| BinOrTrue (Space &home, bool share, BinOrTrue &p) |
| Constructor for cloning p.
|
Detailed Description
Binary Boolean disjunction propagator (true)
Requires
Constructor & Destructor Documentation
Gecode::Int::Bool::BinOrTrue::BinOrTrue |
( |
Home |
home, |
|
|
BVA |
b0, |
|
|
BVB |
b1 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 107 of file or.hpp.
Gecode::Int::Bool::BinOrTrue::BinOrTrue |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
BinOrTrue & |
p |
|
) |
| [protected] |
Constructor for cloning p.
Gecode::Int::Bool::BinOrTrue::BinOrTrue |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Propagator & |
p, |
|
|
BVA |
b0, |
|
|
BVB |
b1 |
|
) |
| [inline] |
Constructor for rewriting p during cloning.
Definition at line 117 of file or.hpp.
Member Function Documentation
Actor * Gecode::Int::Bool::BinOrTrue::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 123 of file or.hpp.
Perform propagation.
Definition at line 152 of file or.hpp.
ExecStatus Gecode::Int::Bool::BinOrTrue::post |
( |
Home |
home, |
|
|
BVA |
b0, |
|
|
BVB |
b1 |
|
) |
| [inline, static] |
Post propagator
.
Definition at line 129 of file or.hpp.
The documentation for this class was generated from the following files: