MAiNGO Reader Writer Utility
Public Attributes | List of all members
maingo::readerWriter::OptimizationVariable Struct Reference

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
 

Detailed Description

Auxiliary struct for representing an optimization variable. Mostly copied from MAiNGOutils.h.

Member Data Documentation

◆ lowerBound

double maingo::readerWriter::OptimizationVariable::lowerBound

Lower interval bound of the optimization variable

◆ name

std::string maingo::readerWriter::OptimizationVariable::name

Name of the variable

◆ upperBound

double maingo::readerWriter::OptimizationVariable::upperBound

Upper interval bound of the optimization variable

◆ variableType

VT maingo::readerWriter::OptimizationVariable::variableType

Type of the variable


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