#include <OSInstance.h>
Collaboration diagram for InstanceData:
Public Member Functions | |
InstanceData () | |
The InstanceData class constructor. | |
~InstanceData () | |
The InstanceData class constructor. | |
Public Attributes | |
Variables * | variables |
variables is a pointer to a Variables object | |
Objectives * | objectives |
objectives is a pointer to a Objectives object | |
Constraints * | constraints |
constraints is a pointer to a Constraints object | |
LinearConstraintCoefficients * | linearConstraintCoefficients |
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object | |
QuadraticCoefficients * | quadraticCoefficients |
quadraticCoefficients is a pointer to a QuadraticCoefficients object | |
NonlinearExpressions * | nonlinearExpressions |
nonlinearExpressions is a pointer to a NonlinearExpressions object |
Definition at line 452 of file OSInstance.h.
InstanceData::InstanceData | ( | ) |
The InstanceData class constructor.
Definition at line 567 of file OSInstance.cpp.
References constraints, linearConstraintCoefficients, nonlinearExpressions, objectives, quadraticCoefficients, and variables.
InstanceData::~InstanceData | ( | ) |
The InstanceData class constructor.
Definition at line 580 of file OSInstance.cpp.
References constraints, linearConstraintCoefficients, nonlinearExpressions, objectives, quadraticCoefficients, and variables.
variables is a pointer to a Variables object
Definition at line 462 of file OSInstance.h.
Referenced by OSInstance::calculateConstraintFunctionGradient(), OSInstance::calculateHessian(), OSInstance::getDenseObjectiveCoefficients(), OSInstance::getLagrangianExpTree(), OSInstance::getVariableNumber(), OSInstance::initializeNonLinearStructures(), InstanceData(), OSInstance::processLinearConstraintCoefficients(), OSInstance::processVariables(), OSInstance::setVariableNumber(), OSiLWriter::writeOSiL(), and ~InstanceData().
objectives is a pointer to a Objectives object
Definition at line 465 of file OSInstance.h.
Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), IpoptSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), IpoptSolver::get_scaling_parameters(), OSInstance::getDenseObjectiveCoefficients(), OSInstance::getObjectiveNumber(), OSInstance::initializeNonLinearStructures(), InstanceData(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), IpoptSolver::solve(), OSiLWriter::writeOSiL(), ~InstanceData(), and OSInstance::~OSInstance().
constraints is a pointer to a Constraints object
Definition at line 468 of file OSInstance.h.
Referenced by OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), InstanceData(), OSInstance::processConstraints(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), LindoSolver::solve(), and ~InstanceData().
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object
Definition at line 473 of file OSInstance.h.
Referenced by OSInstance::getLinearConstraintCoefficientNumber(), OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), InstanceData(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), ~InstanceData(), and OSmps2osil::~OSmps2osil().
quadraticCoefficients is a pointer to a QuadraticCoefficients object
Definition at line 478 of file OSInstance.h.
Referenced by OSInstance::addQTermsToExressionTree(), OSInstance::getNumberOfQuadraticTerms(), OSInstance::getQuadraticTerms(), InstanceData(), OSInstance::setQuadraticTerms(), and ~InstanceData().
nonlinearExpressions is a pointer to a NonlinearExpressions object
Definition at line 483 of file OSInstance.h.
Referenced by OSnl2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), OSInstance::getNumberOfNonlinearExpressions(), InstanceData(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), and ~InstanceData().