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