#include <limits>
#include "../IPOException.hpp"
Go to the source code of this file.
|
| | ipo |
| | This namespace holds all the interior-point optimisation classes.
|
| |
| | ipo::detail |
| | Namespace for classes that handle details of interior-point optimisation that are not ordinarily accessed directly to set up and solve a convex optimisation problem.
|
| |
|
| double constexpr | ipo::infinity = std::numeric_limits<double>::infinity() |
| | Infinity: use for unbounded variables. More...
|
| |
| double constexpr | ipo::minusInfinity = -std::numeric_limits<double>::infinity() |
| | Negative infinity: use for unbounded variables. More...
|
| |