Propagator for ternary union
More...
#include <rel-op.hh>
List of all members.
Public Member Functions |
| virtual Actor * | copy (Space &home, bool) |
| | Copy propagator during cloning.
|
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation.
|
Static Public Member Functions |
| static ExecStatus | post (Home home, View0 x, View1 y, View2 z) |
| | Post propagator .
|
Protected Member Functions |
| | Union (Space &home, bool share, Union &p) |
| | Constructor for cloning p.
|
| | Union (Home home, View0, View1, View2) |
| | Constructor for posting.
|
Detailed Description
Propagator for ternary union
Requires
Constructor & Destructor Documentation
| Gecode::Set::RelOp::Union::Union |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Union & |
p |
|
) |
| [protected] |
Constructor for cloning p.
| Gecode::Set::RelOp::Union::Union |
( |
Home |
home, |
|
|
View0 |
y0, |
|
|
View1 |
y1, |
|
|
View2 |
y2 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 53 of file union.hpp.
Member Function Documentation
| Actor * Gecode::Set::RelOp::Union::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 73 of file union.hpp.
Perform propagation.
Definition at line 79 of file union.hpp.
| ExecStatus Gecode::Set::RelOp::Union::post |
( |
Home |
home, |
|
|
View0 |
x, |
|
|
View1 |
y, |
|
|
View2 |
z |
|
) |
| [static] |
Post propagator
.
Definition at line 65 of file union.hpp.
The documentation for this class was generated from the following files: