MAiNGO Reader Writer Utility
|
Auxiliary struct for representing an optimization variable. Mostly copied from MAiNGOutils.h. More...
#include <MAiNGOReaderWriter.h>
Public Attributes | |
double | lowerBound |
double | upperBound |
VT | variableType |
std::string | name |
Auxiliary struct for representing an optimization variable. Mostly copied from MAiNGOutils.h.
double maingo::readerWriter::OptimizationVariable::lowerBound |
Lower interval bound of the optimization variable
std::string maingo::readerWriter::OptimizationVariable::name |
Name of the variable
double maingo::readerWriter::OptimizationVariable::upperBound |
Upper interval bound of the optimization variable
VT maingo::readerWriter::OptimizationVariable::variableType |
Type of the variable