#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 1258 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 1262 of file OSResult.h.
Referenced by OSResult::getObjValueIdx(), and OSResult::setObjectiveValues().
| double ObjValue::value |
the value of the objective indexed by idx
Definition at line 1265 of file OSResult.h.
Referenced by OSResult::getObjValue(), main(), and OSResult::setObjectiveValues().
1.4.7