Objectives Class Reference

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

#include <OSInstance.h>

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.

Definition at line 429 of file OSInstance.cpp.

References numberOfObjectives, and obj.

Objectives::~Objectives (  ) 

The Objectives class destructor.

Definition at line 438 of file OSInstance.cpp.

References numberOfObjectives, and obj.


Member Data Documentation

int Objectives::numberOfObjectives

numberOfObjectives is the number of objective functions in the instance

Definition at line 264 of file OSInstance.h.

Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), IpoptSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), OSInstance::getDenseObjectiveCoefficients(), OSInstance::getObjectiveNumber(), OSInstance::initializeNonLinearStructures(), Objectives(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), OSiLWriter::writeOSiL(), ~Objectives(), and OSInstance::~OSInstance().

Objective** Objectives::obj

coef is pointer to an array of ObjCoef object pointers

Definition at line 268 of file OSInstance.h.

Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), IpoptSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), IpoptProblem::get_scaling_parameters(), OSInstance::getDenseObjectiveCoefficients(), KnitroProblem::loadProblemIntoKnitro(), Objectives(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), IpoptSolver::solve(), OSiLWriter::writeOSiL(), and ~Objectives().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3