#include <OSResult.h>
Collaboration diagram for IndexStringPair:
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 | |
std::string | value |
value is a string that holds the value of the entity |
Definition at line 31 of file OSResult.h.
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 35 of file OSResult.h.
std::string IndexStringPair::value |