#include <OSOption.h>
Public Member Functions | |
InitObjValue () | |
Default constructor. | |
~InitObjValue () | |
Class destructor. | |
bool | IsEqual (InitObjValue *that) |
A function to check for the equality of two objects. | |
Public Attributes | |
int | idx |
objective index | |
double | value |
initial value |
Definition at line 1516 of file OSOption.h.
InitObjValue::InitObjValue | ( | ) |
InitObjValue::~InitObjValue | ( | ) |
bool InitObjValue::IsEqual | ( | InitObjValue * | that | ) |
objective index
Definition at line 1520 of file OSOption.h.
Referenced by InitObjectiveValues::addObj(), and IsEqual().
double InitObjValue::value |
initial value
Definition at line 1523 of file OSOption.h.
Referenced by InitObjectiveValues::addObj(), and IsEqual().