arithmetic.cpp File Reference
(Revision: 13246)
#include <gecode/float/arithmetic.hh>#include <gecode/int.hh>#include <gecode/float.hh>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
Gecode toplevel namespace | |
Functions | |
| void | Gecode::abs (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::max (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . | |
| 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. | |
| void | Gecode::min (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . | |
| 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. | |
| void | Gecode::mult (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . | |
| void | Gecode::sqr (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::sqrt (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::pow (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for for $n 0$. | |
| void | Gecode::nroot (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for for $n 0$. | |
| void | Gecode::div (Home home, FloatVar x0, FloatVar x1, FloatVar x2) |
Post propagator for . | |
| void | Gecode::exp (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::log (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::log (Home home, FloatNum base, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::pow (Home home, FloatNum base, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::asin (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::sin (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::acos (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::cos (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::atan (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::tan (Home home, FloatVar x0, FloatVar x1) |
Post propagator for . | |
| void | Gecode::channel (Home home, FloatVar x0, IntVar x1) |
Post propagator for channeling a float and an integer variable . | |
| void | Gecode::channel (Home home, IntVar x0, FloatVar x1) |
Post propagator for channeling a float and an integer variable . | |

.
.
If x is empty, an exception of type
.
If x is empty, an exception of type
.
.
.
for $n 0$.
for $n 0$.
.
.
.
.
.
.
.
.
.
.
.
.