#include <OSGeneral.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 407 of file OSGeneral.h.
idx holds the index of an entity (such as a variable, constraint, objective) that is part of a sparse vector
Definition at line 411 of file OSGeneral.h.
Referenced by OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), OSDipBlockSlpSolver::solve(), and OSDipBlockBearcatSolver::solve().
double IndexValuePair::value |
value is a double that holds the value of the entity
Definition at line 415 of file OSGeneral.h.
Referenced by OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), OSDipBlockSlpSolver::solve(), and OSDipBlockBearcatSolver::solve().