My Project
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>

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

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.

◆ value

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: