The in-memory representation of the <instanceData> element. More...
#include <OSInstance.h>
Public Member Functions | |
InstanceData () | |
The InstanceData class constructor. More... | |
~InstanceData () | |
The InstanceData class destructor. More... | |
bool | IsEqual (InstanceData *that) |
A function to check for the equality of two objects. More... | |
InstanceData () | |
The InstanceData class constructor. More... | |
~InstanceData () | |
The InstanceData class destructor. More... | |
Public Attributes | |
Variables * | variables |
variables is a pointer to a Variables object More... | |
Objectives * | objectives |
objectives is a pointer to a Objectives object More... | |
Constraints * | constraints |
constraints is a pointer to a Constraints object More... | |
LinearConstraintCoefficients * | linearConstraintCoefficients |
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object More... | |
QuadraticCoefficients * | quadraticCoefficients |
quadraticCoefficients is a pointer to a QuadraticCoefficients object More... | |
NonlinearExpressions * | nonlinearExpressions |
nonlinearExpressions is a pointer to a NonlinearExpressions object More... | |
Matrices * | matrices |
matrices is a pointer to a Matrices object More... | |
Cones * | cones |
cones is a pointer to a Cones object More... | |
MatrixProgramming * | matrixProgramming |
matrixProgramming is a pointer to a MatrixProgramming object More... | |
TimeDomain * | timeDomain |
timeDomain is a pointer to a TimeDomain object More... | |
The in-memory representation of the <instanceData> element.
Definition at line 2174 of file OSInstance.h.
InstanceData::InstanceData | ( | ) |
The InstanceData class constructor.
Definition at line 1866 of file OSInstance.cpp.
InstanceData::~InstanceData | ( | ) |
The InstanceData class destructor.
Definition at line 1893 of file OSInstance.cpp.
InstanceData::InstanceData | ( | ) |
The InstanceData class constructor.
InstanceData::~InstanceData | ( | ) |
The InstanceData class destructor.
bool InstanceData::IsEqual | ( | InstanceData * | that | ) |
A function to check for the equality of two objects.
Definition at line 8071 of file OSInstance.cpp.
Variables * InstanceData::variables |
variables is a pointer to a Variables object
Definition at line 2185 of file OSInstance.h.
Objectives * InstanceData::objectives |
objectives is a pointer to a Objectives object
Definition at line 2188 of file OSInstance.h.
Constraints * InstanceData::constraints |
constraints is a pointer to a Constraints object
Definition at line 2191 of file OSInstance.h.
LinearConstraintCoefficients * InstanceData::linearConstraintCoefficients |
linearConstraintCoefficients is a pointer to a LinearConstraintCoefficients object
Definition at line 2196 of file OSInstance.h.
QuadraticCoefficients * InstanceData::quadraticCoefficients |
quadraticCoefficients is a pointer to a QuadraticCoefficients object
Definition at line 2201 of file OSInstance.h.
NonlinearExpressions * InstanceData::nonlinearExpressions |
nonlinearExpressions is a pointer to a NonlinearExpressions object
Definition at line 2206 of file OSInstance.h.
Matrices* InstanceData::matrices |
matrices is a pointer to a Matrices object
Definition at line 2211 of file OSInstance.h.
Cones* InstanceData::cones |
cones is a pointer to a Cones object
Definition at line 2216 of file OSInstance.h.
MatrixProgramming* InstanceData::matrixProgramming |
matrixProgramming is a pointer to a MatrixProgramming object
Definition at line 2221 of file OSInstance.h.
TimeDomain * InstanceData::timeDomain |
timeDomain is a pointer to a TimeDomain object
Definition at line 2226 of file OSInstance.h.