Public Attributes | List of all members
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]

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 More...
 
std::string value
 value is a string that holds the value of the entity More...
 

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

int IndexStringPair::idx

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.

std::string IndexStringPair::value

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: