#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 366 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 370 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 374 of file OSDataStructures.h.
Referenced by OSResult::getOptimalDualVariableValues(), and OSResult::getOptimalPrimalVariableValues().
1.4.7