Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
Variable.hpp File Reference
#include <string>
#include <memory>
#include <sstream>
#include <cmath>
#include "detail/Var.hpp"
#include "detail/Format.hpp"
Include dependency graph for Variable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ipo::Variable
 This class represents a variable. More...
 
struct  ipo::Variable::Data
 Struct to contain Variable data. More...
 

Namespaces

 ipo
 This namespace holds all the interior-point optimisation classes.
 

Functions

bool ipo::operator== (Variable const &lhs, Variable const &rhs)
 Compare two Variable objects. More...
 
bool ipo::operator< (Variable const &lhs, Variable const &rhs)
 Compare two Variable objects. More...