InstanceData Class Reference

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

#include <OSInstance.h>

Collaboration diagram for InstanceData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InstanceData ()
 The InstanceData class constructor.
 ~InstanceData ()
 The InstanceData class destructor.
bool IsEqual (InstanceData *that)
 A function to check for the equality of two objects.
 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
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 756 of file OSInstance.h.


Constructor & Destructor Documentation

InstanceData::InstanceData (  ) 

The InstanceData class constructor.

Definition at line 1010 of file OSInstance.cpp.

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

InstanceData::~InstanceData (  ) 

The InstanceData class destructor.

Definition at line 1024 of file OSInstance.cpp.

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

InstanceData::InstanceData (  ) 

The InstanceData class constructor.

InstanceData::~InstanceData (  ) 

The InstanceData class destructor.


Member Function Documentation

bool InstanceData::IsEqual ( InstanceData that  ) 

A function to check for the equality of two objects.

Definition at line 5614 of file OSInstance.cpp.

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


Member Data Documentation

Variables* InstanceData::variables

variables is a pointer to a Variables object

Definition at line 767 of file OSInstance.h.

Referenced by OSBearcatSolverXkij::getInitialRestrictedMaster(), OSInstance::getLagrangianExpTree(), OSInstance::getVariableNumber(), OSInstance::initializeNonLinearStructures(), InstanceData(), IsEqual(), main(), OSInstance::processLinearConstraintCoefficients(), OSInstance::processVariables(), CoinSolver::setSolverOptions(), OSInstance::setVariableNumber(), OSiLWriter::writeOSiL(), and ~InstanceData().

Objectives* InstanceData::objectives

objectives is a pointer to a Objectives object

Definition at line 770 of file OSInstance.h.

Referenced by LindoSolver::dataEchoCheck(), KnitroSolver::dataEchoCheck(), IpoptSolver::dataEchoCheck(), CoinSolver::dataEchoCheck(), BonminSolver::dataEchoCheck(), OSInstance::getDenseObjectiveCoefficients(), OSBearcatSolverXkij::getInitialRestrictedMaster(), OSInstance::getObjectiveNumber(), OSInstance::initializeNonLinearStructures(), InstanceData(), IsEqual(), main(), OSInstance::processObjectives(), OSInstance::setObjectiveNumber(), IpoptSolver::setSolverOptions(), OSDipBlockSlpSolver::solve(), OSDipBlockCoinSolver::solve(), ~InstanceData(), and OSInstance::~OSInstance().

Constraints* InstanceData::constraints

constraints is a pointer to a Constraints object

Definition at line 773 of file OSInstance.h.

Referenced by LindoSolver::buildSolverInstance(), OSInstance::calculateConstraintFunctionGradient(), OSInstance::calculateHessian(), OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), InstanceData(), IsEqual(), OSInstance::processConstraints(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), and ~InstanceData().

LinearConstraintCoefficients* InstanceData::linearConstraintCoefficients

linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object

Definition at line 778 of file OSInstance.h.

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

QuadraticCoefficients* InstanceData::quadraticCoefficients

quadraticCoefficients is a pointer to a QuadraticCoefficients object

Definition at line 783 of file OSInstance.h.

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

NonlinearExpressions* InstanceData::nonlinearExpressions

nonlinearExpressions is a pointer to a NonlinearExpressions object

Definition at line 788 of file OSInstance.h.

Referenced by OSgams2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), OSInstance::getNumberOfNonlinearExpressions(), InstanceData(), IsEqual(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), and ~InstanceData().

TimeDomain* InstanceData::timeDomain

timeDomain is a pointer to a TimeDomain object

Definition at line 793 of file OSInstance.h.

Referenced by OSInstance::getTimeDomainFormat(), OSInstance::getTimeDomainIntervalHorizon(), OSInstance::getTimeDomainIntervalStart(), OSInstance::getTimeDomainStageConList(), OSInstance::getTimeDomainStageNames(), OSInstance::getTimeDomainStageNumber(), OSInstance::getTimeDomainStageNumberOfConstraints(), OSInstance::getTimeDomainStageNumberOfObjectives(), OSInstance::getTimeDomainStageNumberOfVariables(), OSInstance::getTimeDomainStageObjList(), OSInstance::getTimeDomainStageVarList(), InstanceData(), OSInstance::setTimeDomain(), OSInstance::setTimeDomainInterval(), OSInstance::setTimeDomainStageConstraintsOrdered(), OSInstance::setTimeDomainStageConstraintsUnordered(), OSInstance::setTimeDomainStageObjectivesOrdered(), OSInstance::setTimeDomainStageObjectivesUnordered(), OSInstance::setTimeDomainStages(), OSInstance::setTimeDomainStageVariablesOrdered(), OSInstance::setTimeDomainStageVariablesUnordered(), and ~InstanceData().

Variables* InstanceData::variables

variables is a pointer to a Variables object

Definition at line 685 of file OSInstance.h.

Objectives* InstanceData::objectives

objectives is a pointer to a Objectives object

Definition at line 688 of file OSInstance.h.

Constraints* InstanceData::constraints

constraints is a pointer to a Constraints object

Definition at line 691 of file OSInstance.h.

LinearConstraintCoefficients* InstanceData::linearConstraintCoefficients

linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object

Definition at line 696 of file OSInstance.h.

QuadraticCoefficients* InstanceData::quadraticCoefficients

quadraticCoefficients is a pointer to a QuadraticCoefficients object

Definition at line 701 of file OSInstance.h.

NonlinearExpressions* InstanceData::nonlinearExpressions

nonlinearExpressions is a pointer to a NonlinearExpressions object

Definition at line 706 of file OSInstance.h.

TimeDomain* InstanceData::timeDomain

timeDomain is a pointer to a TimeDomain object

Definition at line 711 of file OSInstance.h.


The documentation for this class was generated from the following files:
Generated on Wed Nov 30 03:11:36 2011 by  doxygen 1.4.7