Boolean equivalence 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, BVA b0, BVB b1, BVC b2) |
| Post propagator (equivalence)
|
Protected Member Functions |
| Eqv (Space &home, bool share, Eqv &p) |
| Constructor for cloning p.
|
| Eqv (Home home, BVA b0, BVB b1, BVC b2) |
| Constructor for posting.
|
Detailed Description
Boolean equivalence propagator.
Requires
Constructor & Destructor Documentation
Gecode::Int::Bool::Eqv::Eqv |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Eqv & |
p |
|
) |
| [protected] |
Constructor for cloning p.
Gecode::Int::Bool::Eqv::Eqv |
( |
Home |
home, |
|
|
BVA |
b0, |
|
|
BVB |
b1, |
|
|
BVC |
b2 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 42 of file eqv.hpp.
Member Function Documentation
Actor * Gecode::Int::Bool::Eqv::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 85 of file eqv.hpp.
Perform propagation.
Definition at line 91 of file eqv.hpp.
ExecStatus Gecode::Int::Bool::Eqv::post |
( |
Home |
home, |
|
|
BVA |
b0, |
|
|
BVB |
b1, |
|
|
BVC |
b2 |
|
) |
| [inline, static] |
Post propagator
(equivalence)
Definition at line 52 of file eqv.hpp.
The documentation for this class was generated from the following files: