Bounds consistent multiplication propagator. More...
#include <arithmetic.hh>
Public Member Functions | |
MultBnd (Home home, IntView x0, IntView x1, IntView x2) | |
Constructor for posting. | |
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, IntView x0, IntView x1, IntView x2) |
Post propagator ![]() | |
Protected Member Functions | |
MultBnd (Space &home, bool share, MultBnd &p) | |
Constructor for cloning p. |
Bounds consistent multiplication propagator.
Requires
#include <gecode/int/arithmetic.hh>
Definition at line 631 of file arithmetic.hh.
Gecode::Int::Arithmetic::MultBnd::MultBnd | ( | Space & | home, |
bool | share, | ||
MultBnd & | p | ||
) | [inline, protected] |
Gecode::Int::Arithmetic::MultBnd::MultBnd | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
IntView | x2 | ||
) | [inline] |
ExecStatus Gecode::Int::Arithmetic::MultBnd::post | ( | Home | home, |
IntView | x0, | ||
IntView | x1, | ||
IntView | x2 | ||
) | [static] |
Actor * Gecode::Int::Arithmetic::MultBnd::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Arithmetic::MultBnd::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |