Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
Var.hpp File Reference
#include <limits>
#include "../IPOException.hpp"
Include dependency graph for Var.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ipo::detail::ModelBase
 Abstract base class for model. More...
 
class  ipo::detail::Var
 Abstract base class for Variable and Array;. More...
 

Namespaces

 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.
 

Variables

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...