#include <OSInstance.h>
Collaboration diagram for Objectives:

Public Member Functions | |
| 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 | |
Definition at line 252 of file OSInstance.h.
| Objectives::Objectives | ( | ) |
The Objectives class constructor.
| Objectives::~Objectives | ( | ) |
The Objectives class destructor.
numberOfObjectives is the number of objective functions in the instance
Definition at line 264 of file OSInstance.h.
1.4.7