#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 251 of file OSInstance.h.
Objectives::Objectives | ( | ) |
The Objectives class constructor.
Definition at line 375 of file OSInstance.cpp.
References numberOfObjectives, and obj.
Objectives::~Objectives | ( | ) |
The Objectives class destructor.
Definition at line 384 of file OSInstance.cpp.
References numberOfObjectives, and obj.
numberOfObjectives is the number of objective functions in the instance
Definition at line 263 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().
coef is pointer to an array of ObjCoef object pointers
Definition at line 267 of file OSInstance.h.
Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), IpoptSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), IpoptSolver::get_scaling_parameters(), OSInstance::getDenseObjectiveCoefficients(), Objectives(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), IpoptSolver::solve(), OSiLWriter::writeOSiL(), and ~Objectives().