A commonly used structure holding an index-string pair This definition is based on the definition of IndexValuePair in OSGeneral.h. More...
#include <OSResult.h>
Public Attributes | |
int | idx |
idx holds the index of a string-valued entity (such as a variable, constraint, objective) that is part of a sparse vector More... | |
std::string | value |
value is a string that holds the value of the entity More... | |
A commonly used structure holding an index-string pair This definition is based on the definition of IndexValuePair in OSGeneral.h.
Definition at line 29 of file OSResult.h.
int IndexStringPair::idx |
idx holds the index of a string-valued entity (such as a variable, constraint, objective) that is part of a sparse vector
Definition at line 34 of file OSResult.h.
std::string IndexStringPair::value |
value is a string that holds the value of the entity
Definition at line 38 of file OSResult.h.