Functions | |
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 ![]() | |
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 ![]() | |
void | Gecode::abs (Home home, FloatVar x0, FloatVar x1) |
Post propagator for ![]() | |
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 ![]() | |
void | Gecode::nroot (Home home, FloatVar x0, int n, FloatVar x1) |
Post propagator for ![]() | |
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::pow (Home home, FloatNum base, FloatVar x0, FloatVar x1) |
Post propagator for ![]() | |
void | Gecode::log (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 ![]() | |
Post propagator for .
Definition at line 71 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 78 of file arithmetic.cpp.
Post propagator for .
Definition at line 53 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 60 of file arithmetic.cpp.
Post propagator for .
Definition at line 45 of file arithmetic.cpp.
Post propagator for .
Definition at line 92 of file arithmetic.cpp.
Post propagator for .
Definition at line 99 of file arithmetic.cpp.
Post propagator for .
Definition at line 106 of file arithmetic.cpp.
Post propagator for for $n\geq 0$.
Definition at line 113 of file arithmetic.cpp.
Post propagator for for $n\geq 0$.
Definition at line 122 of file arithmetic.cpp.
Post propagator for .
Definition at line 131 of file arithmetic.cpp.
Post propagator for .
Definition at line 49 of file transcendental.cpp.
Post propagator for .
Definition at line 57 of file transcendental.cpp.
Post propagator for .
Definition at line 73 of file transcendental.cpp.
Post propagator for .
Definition at line 65 of file transcendental.cpp.
Post propagator for .
Definition at line 49 of file trigonometric.cpp.
Post propagator for .
Definition at line 56 of file trigonometric.cpp.
Post propagator for .
Definition at line 63 of file trigonometric.cpp.
Post propagator for .
Definition at line 70 of file trigonometric.cpp.
Post propagator for .
Definition at line 77 of file trigonometric.cpp.
Post propagator for .
Definition at line 84 of file trigonometric.cpp.