#include <OSResult.h>
Public Member Functions | |
ObjValue () | |
Default constructor. | |
~ObjValue () | |
Class destructor. | |
bool | IsEqual (ObjValue *that) |
A function to check for the equality of two objects. | |
ObjValue () | |
Default constructor. | |
~ObjValue () | |
Class destructor. | |
Public Attributes | |
int | idx |
idx is the index on an objective function | |
double | value |
the value of the objective indexed by idx |
Definition at line 1182 of file OSResult.h.
ObjValue::ObjValue | ( | ) |
ObjValue::~ObjValue | ( | ) |
ObjValue::ObjValue | ( | ) |
Default constructor.
ObjValue::~ObjValue | ( | ) |
Class destructor.
bool ObjValue::IsEqual | ( | ObjValue * | that | ) |
int ObjValue::idx |
idx is the index on an objective function
Definition at line 1186 of file OSResult.h.
Referenced by OSResult::getObjValueIdx(), IsEqual(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), and OSResult::setObjValue().
double ObjValue::value |
the value of the objective indexed by idx
Definition at line 1189 of file OSResult.h.
Referenced by OSResult::getObjValue(), IsEqual(), main(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), and OSResult::setObjValue().