IndexValuePair Struct Reference

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

#include <OSDataStructures.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 366 of file OSDataStructures.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 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().


The documentation for this struct was generated from the following file:
Generated on Thu Aug 5 03:11:00 2010 by  doxygen 1.4.7