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

Public Member Functions | |
| Objectives () | |
| The Objectives class constructor. | |
| ~Objectives () | |
| The Objectives class destructor. | |
| 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 | |
| Objective ** | obj |
| coef is pointer to an array of ObjCoef object pointers | |
Definition at line 253 of file OSInstance.h.
| Objectives::Objectives | ( | ) |
The Objectives class constructor.
Definition at line 494 of file OSInstance.cpp.
References numberOfObjectives, and obj.
| Objectives::~Objectives | ( | ) |
The Objectives class destructor.
Definition at line 503 of file OSInstance.cpp.
References numberOfObjectives, and obj.
| 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 265 of file OSInstance.h.
Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), BonminSolver::dataEchoCheck(), OSInstance::getObjectiveNumber(), OSInstance::initializeNonLinearStructures(), Objectives(), OSInstance::setObjectiveNumber(), OSiLWriter::writeOSiL(), ~Objectives(), and OSInstance::~OSInstance().
coef is pointer to an array of ObjCoef object pointers
Definition at line 269 of file OSInstance.h.
Referenced by OS_lp::createcutsforbearcat(), LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), BonminSolver::dataEchoCheck(), BonminProblem::eval_f(), BonminProblem::eval_grad_f(), IpoptProblem::get_scaling_parameters(), OSInstance::getDenseObjectiveCoefficients(), main(), Objectives(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), IpoptSolver::setSolverOptions(), OSiLWriter::writeOSiL(), and ~Objectives().
1.4.7