InstanceData Class Reference

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

#include <OSInstance.h>

List of all members.

Public Member Functions

 InstanceData ()
 The InstanceData class constructor.
 ~InstanceData ()
 The InstanceData class destructor.

Public Attributes

Variablesvariables
 variables is a pointer to a Variables object
Objectivesobjectives
 objectives is a pointer to a Objectives object
Constraintsconstraints
 constraints is a pointer to a Constraints object
LinearConstraintCoefficientslinearConstraintCoefficients
 linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object
QuadraticCoefficientsquadraticCoefficients
 quadraticCoefficients is a pointer to a QuadraticCoefficients object
NonlinearExpressionsnonlinearExpressions
 nonlinearExpressions is a pointer to a NonlinearExpressions object
TimeDomaintimeDomain
 timeDomain is a pointer to a TimeDomain object


Detailed Description

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

Remarks:
The InstanceData object contains the objects that define the instance --

Definition at line 568 of file OSInstance.h.


Constructor & Destructor Documentation

InstanceData::InstanceData (  ) 

The InstanceData class constructor.

Definition at line 725 of file OSInstance.cpp.

References constraints, linearConstraintCoefficients, nonlinearExpressions, objectives, quadraticCoefficients, timeDomain, and variables.

InstanceData::~InstanceData (  ) 

The InstanceData class destructor.

Definition at line 738 of file OSInstance.cpp.

References constraints, linearConstraintCoefficients, nonlinearExpressions, objectives, quadraticCoefficients, timeDomain, and variables.


Member Data Documentation

Variables* InstanceData::variables

variables is a pointer to a Variables object

Definition at line 578 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* InstanceData::objectives

objectives is a pointer to a Objectives object

Definition at line 581 of file OSInstance.h.

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

Constraints* InstanceData::constraints

constraints is a pointer to a Constraints object

Definition at line 584 of file OSInstance.h.

Referenced by LindoSolver::buildSolverInstance(), OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), InstanceData(), OSInstance::processConstraints(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), OSiLWriter::writeOSiL(), and ~InstanceData().

LinearConstraintCoefficients* InstanceData::linearConstraintCoefficients

linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object

Definition at line 589 of file OSInstance.h.

Referenced by OSInstance::getLinearConstraintCoefficientNumber(), OSInstance::getSparseJacobianFromColumnMajor(), OSInstance::getSparseJacobianFromRowMajor(), InstanceData(), main(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setLinearConstraintCoefficients(), OSiLWriter::writeOSiL(), ~InstanceData(), OSmps2osil::~OSmps2osil(), and OSnl2osil::~OSnl2osil().

QuadraticCoefficients* InstanceData::quadraticCoefficients

quadraticCoefficients is a pointer to a QuadraticCoefficients object

Definition at line 594 of file OSInstance.h.

Referenced by OSInstance::addQTermsToExressionTree(), OSInstance::getNumberOfQuadraticTerms(), OSInstance::getQuadraticTerms(), InstanceData(), OSInstance::setQuadraticTerms(), OSiLWriter::writeOSiL(), ~InstanceData(), and OSInstance::~OSInstance().

NonlinearExpressions* InstanceData::nonlinearExpressions

nonlinearExpressions is a pointer to a NonlinearExpressions object

Definition at line 599 of file OSInstance.h.

Referenced by OSnl2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), OSInstance::getNumberOfNonlinearExpressions(), InstanceData(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), OSiLWriter::writeOSiL(), and ~InstanceData().

TimeDomain* InstanceData::timeDomain

timeDomain is a pointer to a TimeDomain object

Definition at line 604 of file OSInstance.h.

Referenced by InstanceData(), and ~InstanceData().


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