Propagator for set equality
More...
#include <rel.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, View1) |
| Post propagator .
|
Protected Member Functions |
| Eq (Space &home, bool share, Eq &p) |
| Constructor for cloning p.
|
| Eq (Home home, View0, View1) |
| Constructor for posting.
|
Detailed Description
Propagator for set equality
Requires
Constructor & Destructor Documentation
Gecode::Set::Rel::Eq::Eq |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Eq & |
p |
|
) |
| [inline, protected] |
Constructor for cloning p.
Definition at line 53 of file eq.hpp.
Gecode::Set::Rel::Eq::Eq |
( |
Home |
home, |
|
|
View0 |
x, |
|
|
View1 |
y |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 48 of file eq.hpp.
Member Function Documentation
Actor * Gecode::Set::Rel::Eq::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 65 of file eq.hpp.
Perform propagation.
Definition at line 71 of file eq.hpp.
ExecStatus Gecode::Set::Rel::Eq::post |
( |
Home |
home, |
|
|
View0 |
x, |
|
|
View1 |
y |
|
) |
| [static] |
Post propagator
.
Definition at line 58 of file eq.hpp.
The documentation for this class was generated from the following files: