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.

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.

InstanceData::~InstanceData (  ) 

The InstanceData class destructor.


Member Data Documentation

Variables* InstanceData::variables

variables is a pointer to a Variables object

Definition at line 578 of file OSInstance.h.

Objectives* InstanceData::objectives

objectives is a pointer to a Objectives object

Definition at line 581 of file OSInstance.h.

Constraints* InstanceData::constraints

constraints is a pointer to a Constraints object

Definition at line 584 of file OSInstance.h.

LinearConstraintCoefficients* InstanceData::linearConstraintCoefficients

linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object

Definition at line 589 of file OSInstance.h.

QuadraticCoefficients* InstanceData::quadraticCoefficients

quadraticCoefficients is a pointer to a QuadraticCoefficients object

Definition at line 594 of file OSInstance.h.

NonlinearExpressions* InstanceData::nonlinearExpressions

nonlinearExpressions is a pointer to a NonlinearExpressions object

Definition at line 599 of file OSInstance.h.

TimeDomain* InstanceData::timeDomain

timeDomain is a pointer to a TimeDomain object

Definition at line 604 of file OSInstance.h.


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:13:47 2010 for Coin-All by  doxygen 1.4.7