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