
Bounds or domain consistent propagator for
.
More...
#include <arithmetic.hh>
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. | |
Bounds or domain consistent propagator for
.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 429 of file arithmetic.hh.
| Gecode::Int::Arithmetic::MultZeroOne< View, pc >::MultZeroOne | ( | Space & | home, |
| bool | share, | ||
| MultZeroOne< View, pc > & | p | ||
| ) | [inline, protected] |
| Gecode::Int::Arithmetic::MultZeroOne< View, pc >::MultZeroOne | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [inline, protected] |
| RelTest Gecode::Int::Arithmetic::MultZeroOne< View, pc >::equal | ( | View | x, |
| int | n | ||
| ) | [inline, static, protected] |
| Actor * Gecode::Int::Arithmetic::MultZeroOne< View, pc >::copy | ( | Space & | home, |
| bool | share | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Arithmetic::MultZeroOne< View, pc >::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Int::Arithmetic::MultZeroOne< View, pc >::post | ( | Home | home, |
| View | x0, | ||
| View | x1 | ||
| ) | [inline, static] |