Public Attributes | List of all members
IndexValuePair Struct Reference

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

#include <OSGeneral.h>

Public Attributes

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

Detailed Description

A commonly used structure holding an index-value pair.

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

double IndexValuePair::value

value is a double that holds the value of the entity

Definition at line 638 of file OSGeneral.h.


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