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