Interior-point-optimisation  1.0-1
Interior-pointoptimisationlibrary
ipo::Variable::Data Struct Reference

Struct to contain Variable data. More...

Collaboration diagram for ipo::Variable::Data:
Collaboration graph

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

Detailed Description

Struct to contain Variable data.

Definition at line 133 of file Variable.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: