
#include <gecode/float/arithmetic.hh>Go to the source code of this file.
Functions | |
| void | Gecode::abs (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::max (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . More... | |
| void | Gecode::max (Home home, const FloatVarArgs &x, FloatVar y) |
Post propagator for If x is empty, an exception of type Float::TooFewArguments is thrown. More... | |
| void | Gecode::min (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . More... | |
| void | Gecode::min (Home home, const FloatVarArgs &x, FloatVar y) |
Post propagator for If x is empty, an exception of type Float::TooFewArguments is thrown. More... | |
| void | Gecode::mult (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . More... | |
| void | Gecode::sqr (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::sqrt (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::pow (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for for $n\geq 0$. More... | |
| void | Gecode::nroot (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for for $n\geq 0$. More... | |
| void | Gecode::div (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . More... | |
Post propagator for
.
Definition at line 41 of file arithmetic.cpp.
Post propagator for
.
Definition at line 49 of file arithmetic.cpp.
| void Gecode::max | ( | Home | home, |
| const FloatVarArgs & | x, | ||
| FloatVar | y | ||
| ) |
Post propagator for
If x is empty, an exception of type Float::TooFewArguments is thrown.
Definition at line 56 of file arithmetic.cpp.
Post propagator for
.
Definition at line 67 of file arithmetic.cpp.
| void Gecode::min | ( | Home | home, |
| const FloatVarArgs & | x, | ||
| FloatVar | y | ||
| ) |
Post propagator for
If x is empty, an exception of type Float::TooFewArguments is thrown.
Definition at line 74 of file arithmetic.cpp.
Post propagator for
.
Definition at line 88 of file arithmetic.cpp.
Post propagator for
.
Definition at line 95 of file arithmetic.cpp.
Post propagator for
.
Definition at line 102 of file arithmetic.cpp.
Post propagator for
for $n\geq 0$.
Definition at line 109 of file arithmetic.cpp.
Post propagator for
for $n\geq 0$.
Definition at line 118 of file arithmetic.cpp.