Propagator for bounds multiplication operator More...
#include <arithmetic.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Create copy during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, A x0, B x1, C x2) |
Post propagator for ![]() | |
Protected Member Functions | |
Div (Space &home, bool share, Div &p) | |
Constructor for cloning p. | |
Div (Home home, A x0, B x1, C x2) | |
Constructor for creation. |
Propagator for bounds multiplication operator
The types A, B and C give the types of the views.
Requires
#include <gecode/float/arithmetic.hh>
Propagator for bounds division operator
The types A, B and C give the types of the views.
Requires
#include <gecode/float/arithmetic.hh>
Definition at line 333 of file arithmetic.hh.
Gecode::Float::Arithmetic::Div< A, B, C >::Div | ( | Space & | home, |
bool | share, | ||
Div< A, B, C > & | p | ||
) | [inline, protected] |
Gecode::Float::Arithmetic::Div< A, B, C >::Div | ( | Home | home, |
A | x0, | ||
B | x1, | ||
C | x2 | ||
) | [inline, protected] |
Actor * Gecode::Float::Arithmetic::Div< A, B, C >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Float::Arithmetic::Div< A, B, C >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Float::Arithmetic::Div< A, B, C >::post | ( | Home | home, |
A | x0, | ||
B | x1, | ||
C | x2 | ||
) | [static] |