#include <OSOption.h>
Public Member Functions | |
| InitObjBound () | |
| Default constructor. | |
| ~InitObjBound () | |
| Class destructor. | |
| bool | IsEqual (InitObjBound *that) |
| A function to check for the equality of two objects. | |
Public Attributes | |
| int | idx |
| objective index | |
| double | lbValue |
| initial lower bound | |
| double | ubValue |
| initial upper bound | |
Definition at line 1608 of file OSOption.h.
| InitObjBound::InitObjBound | ( | ) |
| InitObjBound::~InitObjBound | ( | ) |
| bool InitObjBound::IsEqual | ( | InitObjBound * | that | ) |
objective index
Definition at line 1612 of file OSOption.h.
Referenced by InitObjectiveBounds::addObj(), and IsEqual().
| double InitObjBound::lbValue |
initial lower bound
Definition at line 1615 of file OSOption.h.
Referenced by InitObjectiveBounds::addObj(), and IsEqual().
| double InitObjBound::ubValue |
initial upper bound
Definition at line 1618 of file OSOption.h.
Referenced by InitObjectiveBounds::addObj(), and IsEqual().
1.4.7