My Project
Objectives Class Reference

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
 

Detailed Description

The in-memory representation of the <objectives> element.

Definition at line 188 of file OSInstance.h.

Constructor & Destructor Documentation

◆ Objectives() [1/2]

Objectives::Objectives ( )

The Objectives class constructor.

Definition at line 657 of file OSInstance.cpp.

◆ ~Objectives() [1/2]

Objectives::~Objectives ( )

The Objectives class destructor.

Definition at line 666 of file OSInstance.cpp.

◆ Objectives() [2/2]

Objectives::Objectives ( )

The Objectives class constructor.

◆ ~Objectives() [2/2]

Objectives::~Objectives ( )

The Objectives class destructor.

Member Function Documentation

◆ IsEqual()

bool Objectives::IsEqual ( Objectives * that)

A function to check for the equality of two objects.

Definition at line 8211 of file OSInstance.cpp.

Member Data Documentation

◆ numberOfObjectives

int Objectives::numberOfObjectives

numberOfObjectives is the number of objective functions in the instance

Definition at line 201 of file OSInstance.h.

◆ obj

Objective ** Objectives::obj

coef is pointer to an array of ObjCoef object pointers

Definition at line 205 of file OSInstance.h.


The documentation for this class was generated from the following files: