|
Interior-point-optimisation
1.0-1
Interior-pointoptimisationlibrary
|
Struct to contain Constraint data. More...
#include <Objective.hpp>

Public Member Functions | |
| Data (detail::ModelBase &model) | |
| Constructor. More... | |
Public Attributes | |
| std::string | name |
| A name for this objective. More... | |
| Array | variables |
| The variables used by function. More... | |
| double | lowerBound = minusInfinity |
| The lower bound of the variable. More... | |
| double | upperBound = infinity |
| The upper bound of the variable. More... | |
Struct to contain Constraint data.
Definition at line 173 of file Objective.hpp.
| Objective::Data::Data | ( | detail::ModelBase & | model | ) |
| double ipo::Objective::Data::lowerBound = minusInfinity |
The lower bound of the variable.
Definition at line 190 of file Objective.hpp.
| std::string ipo::Objective::Data::name |
A name for this objective.
Definition at line 182 of file Objective.hpp.
| double ipo::Objective::Data::upperBound = infinity |
The upper bound of the variable.
Definition at line 194 of file Objective.hpp.
| Array ipo::Objective::Data::variables |
The variables used by function.
Definition at line 186 of file Objective.hpp.