IndexValuePair Struct Reference

A commonly used structure holding an index-value pair. More...

#include <OSGeneral.h>

List of all members.

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


Detailed Description

A commonly used structure holding an index-value pair.

Definition at line 555 of file OSGeneral.h.


Member Data Documentation

int IndexValuePair::idx

idx holds the index of an entity (such as a variable, constraint, objective) that is part of a sparse vector

Definition at line 560 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 564 of file OSGeneral.h.

Referenced by OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), OSDipBlockSlpSolver::solve(), and OSDipBlockBearcatSolver::solve().


The documentation for this struct was generated from the following file:
Generated on Thu Sep 22 03:13:03 2011 by  doxygen 1.4.7