
Functions | |
| 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::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::abs (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . 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 0$. More... | |
| void | Gecode::nroot (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for for $n 0$. More... | |
| void | Gecode::div (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . More... | |
| void | Gecode::exp (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::log (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::pow (Home home, FloatNum base, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::log (Home home, FloatNum base, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::asin (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::sin (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::acos (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::cos (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::atan (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void | Gecode::tan (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . More... | |
| void Gecode::min | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1, | ||
| FloatVar | x2 | ||
| ) |
Post propagator for
.
Definition at line 75 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 82 of file arithmetic.cpp.
| void Gecode::max | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1, | ||
| FloatVar | x2 | ||
| ) |
Post propagator for
.
Definition at line 57 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 64 of file arithmetic.cpp.
| void Gecode::abs | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 49 of file arithmetic.cpp.
| void Gecode::mult | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1, | ||
| FloatVar | x2 | ||
| ) |
Post propagator for
.
Definition at line 96 of file arithmetic.cpp.
| void Gecode::sqr | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 103 of file arithmetic.cpp.
| void Gecode::sqrt | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 110 of file arithmetic.cpp.
| void Gecode::pow | ( | Home | home, |
| FloatVar | x0, | ||
| int | n, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
for $n 0$.
Definition at line 117 of file arithmetic.cpp.
| void Gecode::nroot | ( | Home | home, |
| FloatVar | x0, | ||
| int | n, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
for $n 0$.
Definition at line 126 of file arithmetic.cpp.
| void Gecode::div | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1, | ||
| FloatVar | x2 | ||
| ) |
Post propagator for
.
Definition at line 135 of file arithmetic.cpp.
| void Gecode::exp | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 144 of file arithmetic.cpp.
| void Gecode::log | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 151 of file arithmetic.cpp.
| void Gecode::pow | ( | Home | home, |
| FloatNum | base, | ||
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 167 of file arithmetic.cpp.
| void Gecode::log | ( | Home | home, |
| FloatNum | base, | ||
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 159 of file arithmetic.cpp.
| void Gecode::asin | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 175 of file arithmetic.cpp.
| void Gecode::sin | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 182 of file arithmetic.cpp.
| void Gecode::acos | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 189 of file arithmetic.cpp.
| void Gecode::cos | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 196 of file arithmetic.cpp.
| void Gecode::atan | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 203 of file arithmetic.cpp.
| void Gecode::tan | ( | Home | home, |
| FloatVar | x0, | ||
| FloatVar | x1 | ||
| ) |
Post propagator for
.
Definition at line 210 of file arithmetic.cpp.