Bounds or domain consistent propagator for
.
More...
#include <arithmetic.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, View x0, View x1) |
| Post propagator .
|
Protected Member Functions |
| MultZeroOne (Space &home, bool share, MultZeroOne< View, pc > &p) |
| Constructor for cloning p.
|
| MultZeroOne (Home home, View x0, View x1) |
| Constructor for posting.
|
Static Protected Member Functions |
static RelTest | equal (View x, int n) |
| Test whether x is equal to n.
|
Detailed Description
Bounds or domain consistent propagator for
.
Requires
Constructor & Destructor Documentation
Gecode::Int::Arithmetic::MultZeroOne::MultZeroOne |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
MultZeroOne< View, pc > & |
p |
|
) |
| [inline, protected] |
Constructor for cloning p.
Definition at line 192 of file mult.hpp.
Gecode::Int::Arithmetic::MultZeroOne::MultZeroOne |
( |
Home |
home, |
|
|
View |
x0, |
|
|
View |
x1 |
|
) |
| [inline, protected] |
Constructor for posting.
Definition at line 150 of file mult.hpp.
Member Function Documentation
RelTest Gecode::Int::Arithmetic::MultZeroOne::equal |
( |
View |
x, |
|
|
int |
n |
|
) |
| [inline, static, protected] |
Actor * Gecode::Int::Arithmetic::MultZeroOne::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| [virtual] |
Copy propagator during cloning.
Definition at line 198 of file mult.hpp.
Perform propagation.
Definition at line 204 of file mult.hpp.
ExecStatus Gecode::Int::Arithmetic::MultZeroOne::post |
( |
Home |
home, |
|
|
View |
x0, |
|
|
View |
x1 |
|
) |
| [inline, static] |
Post propagator
.
Definition at line 165 of file mult.hpp.
The documentation for this class was generated from the following files: