
Bounds consistent positive square propagator. 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, VA x0, VB x1) |
Post propagator . | |
Protected Member Functions | |
| SqrPlusBnd (Home home, VA x0, VB x1) | |
| Constructor for posting. | |
| SqrPlusBnd (Space &home, bool share, SqrPlusBnd< VA, VB > &p) | |
| Constructor for cloning p. | |
Bounds consistent positive square propagator.
This propagator provides multiplication for positive views only.
| Gecode::Int::Arithmetic::SqrPlusBnd::SqrPlusBnd | ( | Home | home, |
| VA | x0, | ||
| VB | x1 | ||
| ) | [inline, protected] |
| Gecode::Int::Arithmetic::SqrPlusBnd::SqrPlusBnd | ( | Space & | home, |
| bool | share, | ||
| SqrPlusBnd< VA, VB > & | p | ||
| ) | [inline, protected] |
| ExecStatus Gecode::Int::Arithmetic::SqrPlusBnd::post | ( | Home | home, |
| VA | x0, | ||
| VB | x1 | ||
| ) | [inline, static] |
| ExecStatus Gecode::Int::Arithmetic::SqrPlusBnd::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |