The in-memory representation of the <objectives> element. More...
#include <OSInstance.h>
Public Member Functions | |
Objectives () | |
The Objectives class constructor. More... | |
~Objectives () | |
The Objectives class destructor. More... | |
bool | IsEqual (Objectives *that) |
A function to check for the equality of two objects. More... | |
Objectives () | |
The Objectives class constructor. More... | |
~Objectives () | |
The Objectives class destructor. More... | |
Public Attributes | |
int | numberOfObjectives |
numberOfObjectives is the number of objective functions in the instance More... | |
Objective ** | obj |
coef is pointer to an array of ObjCoef object pointers More... | |
The in-memory representation of the <objectives> element.
Definition at line 188 of file OSInstance.h.
Objectives::Objectives | ( | ) |
The Objectives class constructor.
Definition at line 657 of file OSInstance.cpp.
Objectives::~Objectives | ( | ) |
The Objectives class destructor.
Definition at line 666 of file OSInstance.cpp.
Objectives::Objectives | ( | ) |
The Objectives class constructor.
Objectives::~Objectives | ( | ) |
The Objectives class destructor.
bool Objectives::IsEqual | ( | Objectives * | that | ) |
A function to check for the equality of two objects.
Definition at line 8211 of file OSInstance.cpp.
int Objectives::numberOfObjectives |
numberOfObjectives is the number of objective functions in the instance
Definition at line 201 of file OSInstance.h.
Objective ** Objectives::obj |
coef is pointer to an array of ObjCoef object pointers
Definition at line 205 of file OSInstance.h.