#include <OSDataStructures.h>
Public Attributes | |
int | idx |
idx holds the index of an entity (such as a variable, constraint, objective) that is part of a sparse vector | |
double | value |
value is a double that holds the value of the entity |
Definition at line 367 of file OSDataStructures.h.
idx holds the index of an entity (such as a variable, constraint, objective) that is part of a sparse vector
Definition at line 371 of file OSDataStructures.h.
Referenced by OSResult::getOptimalDualVariableValues(), and OSResult::getOptimalPrimalVariableValues().
double IndexValuePair::value |
value is a double that holds the value of the entity
Definition at line 375 of file OSDataStructures.h.
Referenced by OSResult::getOptimalDualVariableValues(), and OSResult::getOptimalPrimalVariableValues().