|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
Struct to contain Variable data. More...

Public Attributes | |
| double | value |
| The value of the variable. More... | |
| std::string | name |
| The name of the variable. More... | |
| double | lowerBound |
| The lower bound of the variable. More... | |
| double | upperBound |
| The upper bound of the variable. More... | |
Struct to contain Variable data.
Definition at line 133 of file Variable.hpp.
| double ipo::Variable::Data::lowerBound |
The lower bound of the variable.
Definition at line 145 of file Variable.hpp.
| std::string ipo::Variable::Data::name |
The name of the variable.
Definition at line 141 of file Variable.hpp.
| double ipo::Variable::Data::upperBound |
The upper bound of the variable.
Definition at line 149 of file Variable.hpp.
| double ipo::Variable::Data::value |
The value of the variable.
Definition at line 137 of file Variable.hpp.