Binary bounds consistent equality propagator.
More...
#include <rel.hh>
List of all members.
Public Member Functions |
| EqBnd (Home home, View0 x0, View1 x1) |
| Constructor for posting.
|
| EqBnd (Space &home, bool share, Propagator &p, View0 x0, View1 x1) |
| 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, View0 x0, View1 x1) |
| Post bounds consistent propagator .
|
Protected Member Functions |
| EqBnd (Space &home, bool share, EqBnd< View0, View1 > &p) |
| Constructor for cloning p.
|
Detailed Description
Binary bounds consistent equality propagator.
Requires
Constructor & Destructor Documentation
Gecode::Int::Rel::EqBnd::EqBnd |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
EqBnd< View0, View1 > & |
p |
|
) |
| [inline, protected] |
Constructor for cloning p.
Definition at line 69 of file eq.hpp.
Gecode::Int::Rel::EqBnd::EqBnd |
( |
Home |
home, |
|
|
View0 |
x0, |
|
|
View1 |
x1 |
|
) |
| [inline] |
Constructor for posting.
Definition at line 47 of file eq.hpp.
Gecode::Int::Rel::EqBnd::EqBnd |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Propagator & |
p, |
|
|
View0 |
x0, |
|
|
View1 |
x1 |
|
) |
| [inline] |
Constructor for rewriting p during cloning.
Definition at line 74 of file eq.hpp.
Member Function Documentation
Actor * Gecode::Int::Rel::EqBnd::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 81 of file eq.hpp.
Perform propagation.
Definition at line 87 of file eq.hpp.
ExecStatus Gecode::Int::Rel::EqBnd::post |
( |
Home |
home, |
|
|
View0 |
x0, |
|
|
View1 |
x1 |
|
) |
| [static] |
Post bounds consistent propagator
.
Definition at line 52 of file eq.hpp.
The documentation for this class was generated from the following files: