#include <OSInstance.h>
Public Member Functions | |
ObjCoef () | |
The ObjCoef class constructor. | |
~ObjCoef () | |
The ObjCoef class destructor. | |
bool | IsEqual (ObjCoef *that) |
A function to check for the equality of two objects. | |
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 |
Definition at line 144 of file OSInstance.h.
ObjCoef::ObjCoef | ( | ) |
ObjCoef::~ObjCoef | ( | ) |
ObjCoef::ObjCoef | ( | ) |
The ObjCoef class constructor.
ObjCoef::~ObjCoef | ( | ) |
The ObjCoef class destructor.
bool ObjCoef::IsEqual | ( | ObjCoef * | that | ) |
A function to check for the equality of two objects.
Definition at line 5817 of file OSInstance.cpp.
int ObjCoef::idx |
idx is the index of the variable corresponding to the coefficient
Definition at line 157 of file OSInstance.h.
Referenced by IsEqual(), and OSInstance::processObjectives().
double ObjCoef::value |
value is the value of the objective function coefficient corresponding to the variable with index idx
Definition at line 162 of file OSInstance.h.
Referenced by OSBearcatSolverXkij::getInitialRestrictedMaster(), IsEqual(), main(), OSInstance::processObjectives(), OSDipBlockSlpSolver::solve(), and OSDipBlockCoinSolver::solve().