|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
#include <string>#include <memory>#include <sstream>#include <cmath>#include "detail/Var.hpp"#include "detail/Format.hpp"

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