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.
|
template<class BVA, class BVB>
class Gecode::Int::Bool::BinOrTrue< BVA, BVB >
Binary Boolean disjunction propagator (true)
Requires
Definition at line 237 of file bool.hh.