IndexStringPair Struct Reference

A commonly used structure holding an index-string pair This definition is based on the definition of IndexValuePair in OSGeneral.h. More...

#include <OSResult.h>

Collaboration diagram for IndexStringPair:
Collaboration graph
[legend]

List of all members.

Public Attributes

int idx
 idx holds the index of a string-valued entity (such as a variable, constraint, objective) that is part of a sparse vector
std::string value
 value is a string that holds the value of the entity

Detailed Description

A commonly used structure holding an index-string pair This definition is based on the definition of IndexValuePair in OSGeneral.h.

Definition at line 29 of file OSResult.h.


Member Data Documentation

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

Definition at line 34 of file OSResult.h.

value is a string that holds the value of the entity

Definition at line 38 of file OSResult.h.


The documentation for this struct was generated from the following file:

Generated on 22 May 2012 by  doxygen 1.6.1