The in-memory representation of the objective function <coef> element. More...
#include <OSInstance.h>
Public Member Functions | |
| ObjCoef () | |
| The ObjCoef class constructor. | |
| ~ObjCoef () | |
| The ObjCoef class destructor. | |
Public Attributes | |
| int | idx |
| idx is the index of the variable corresponding to the coefficient | |
| double | value |
| value is the value of the objective function coefficient corresponding to the variable with index idx | |
The in-memory representation of the objective function <coef> element.
Definition at line 135 of file OSInstance.h.
| ObjCoef::ObjCoef | ( | ) |
The ObjCoef class constructor.
| ObjCoef::~ObjCoef | ( | ) |
The ObjCoef class destructor.
| int ObjCoef::idx |
idx is the index of the variable corresponding to the coefficient
Definition at line 147 of file OSInstance.h.
| double ObjCoef::value |
value is the value of the objective function coefficient corresponding to the variable with index idx
Definition at line 152 of file OSInstance.h.
1.6.1