
Go to the source code of this file.
Classes | |
| struct | ifopt::Bounds |
| Upper and lower bound for optimization variables and constraints. More... | |
Namespaces | |
| ifopt | |
| common namespace for all elements in this library. | |
Variables | |
| static const Bounds | ifopt::BoundGreaterZero = Bounds( 0.0, +inf) |
| static const Bounds | ifopt::BoundSmallerZero = Bounds(-inf, 0.0) |
| static const Bounds | ifopt::BoundZero = Bounds( 0.0, 0.0) |
| static const double | ifopt::inf = 1.0e20 |
| static const Bounds | ifopt::NoBound = Bounds(-inf, +inf) |