Bounds consistent ternary maximum propagator.
More...
#include <arithmetic.hh>
List of all members.
Public Member Functions |
| MaxBnd (Space &home, bool share, Propagator &p, View x0, View x1, View x2) |
| 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, View x0, View x1, View x2) |
| Post propagator .
|
Protected Member Functions |
| MaxBnd (Space &home, bool share, MaxBnd &p) |
| Constructor for cloning p.
|
| MaxBnd (Home home, View x0, View x1, View x2) |
| Constructor for posting.
|
Detailed Description
Bounds consistent ternary maximum propagator.
Requires
Constructor & Destructor Documentation
Gecode::Int::Arithmetic::MaxBnd::MaxBnd |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
MaxBnd & |
p |
|
) |
| [protected] |
Constructor for cloning p.
Gecode::Int::Arithmetic::MaxBnd::MaxBnd |
( |
Home |
home, |
|
|
View |
x0, |
|
|
View |
x1, |
|
|
View |
x2 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 79 of file max.hpp.
Gecode::Int::Arithmetic::MaxBnd::MaxBnd |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Propagator & |
p, |
|
|
View |
x0, |
|
|
View |
x1, |
|
|
View |
x2 |
|
) |
| [inline] |
Constructor for rewriting p during cloning.
Definition at line 104 of file max.hpp.
Member Function Documentation
Actor * Gecode::Int::Arithmetic::MaxBnd::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 110 of file max.hpp.
Perform propagation.
Definition at line 116 of file max.hpp.
ExecStatus Gecode::Int::Arithmetic::MaxBnd::post |
( |
Home |
home, |
|
|
View |
x0, |
|
|
View |
x1, |
|
|
View |
x2 |
|
) |
| [static] |
Post propagator
.
Definition at line 84 of file max.hpp.
The documentation for this class was generated from the following files: