
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. | |
Public Member Functions inherited from Gecode::MixBinaryPropagator< VA, PC_INT_BND, VB, PC_INT_BND > | |
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| Cost function (defined as low binary) | |
| virtual size_t | dispose (Space &home) |
| Delete propagator and return its size. | |
Public Member Functions inherited from Gecode::Propagator | |
| ModEventDelta | modeventdelta (void) const |
| Return the modification event delta. | |
| virtual ExecStatus | advise (Space &home, Advisor &a, const Delta &d) |
| Advise function. | |
| double | afc (void) const |
| Return the accumlated failure count. | |
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. | |
Protected Member Functions inherited from Gecode::MixBinaryPropagator< VA, PC_INT_BND, VB, PC_INT_BND > | |
| MixBinaryPropagator (Space &home, bool, MixBinaryPropagator &) | |
| Constructor for cloning. | |
| MixBinaryPropagator (Home home, VA, VB) | |
| Constructor for creation. | |
| MixBinaryPropagator (Space &home, bool share, Propagator &p, VAx0, VBx1) | |
| Constructor for rewriting p during cloning. | |
Protected Member Functions inherited from Gecode::Propagator | |
| Propagator (Home home) | |
| Constructor for posting. | |
| Propagator (Space &home, bool share, Propagator &p) | |
| Constructor for cloning p. | |
Additional Inherited Members | |
Protected Attributes inherited from Gecode::MixBinaryPropagator< VA, PC_INT_BND, VB, PC_INT_BND > | |
| VA | x0 |
| View of type View0. | |
| VB | x1 |
| View of type View1. | |
Bounds consistent positive square propagator.
This propagator provides multiplication for positive views only.
Definition at line 252 of file arithmetic.hh.
|
inlineprotected |
|
inlineprotected |
|
inlinestatic |
|
virtual |
|
virtual |