Objectives Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Objectives:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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

Definition at line 252 of file OSInstance.h.


Constructor & Destructor Documentation

Objectives::Objectives (  ) 

The Objectives class constructor.

Objectives::~Objectives (  ) 

The Objectives class destructor.


Member Data Documentation

numberOfObjectives is the number of objective functions in the instance

Definition at line 264 of file OSInstance.h.

coef is pointer to an array of ObjCoef object pointers

Definition at line 268 of file OSInstance.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1