Public Member Functions |
| | MultPlusBnd (Home home, VA x0, VB x1, VC x2) |
| | Constructor for posting.
|
| | MultPlusBnd (Space &home, bool share, MultPlusBnd< Val, VA, VB, VC > &p) |
| | Constructor for cloning p.
|
| virtual Actor * | copy (Space &home, bool share) |
| | Copy propagator during cloning.
|
| virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
| | Perform propagation.
|
| virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
| | Cost function (defined as low ternary)
|
| virtual size_t | dispose (Space &home) |
| | Delete propagator and return its size.
|
| 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.
|
template<class Val, class VA, class VB, class VC>
class Gecode::Int::Arithmetic::MultPlusBnd< Val, VA, VB, VC >
Bounds consistent positive multiplication propagator.
This propagator provides multiplication for positive views only.
Definition at line 457 of file arithmetic.hh.