The in-memory representation of the <MatrixVariableSolution> element. More...
#include <OSResult.h>

Public Member Functions | |
| MatrixObjectiveSolution () | |
| The MatrixVariableSolution class constructor. More... | |
| ~MatrixObjectiveSolution () | |
| The MatrixVariableSolution class destructor. More... | |
| bool | IsEqual (MatrixObjectiveSolution *that) |
| A function to check for the equality of two objects. More... | |
Public Attributes | |
| int | numberOfOtherMatrixObjectiveResults |
| numberOfOtherMatrixObjectiveResults gives the number of <other> children More... | |
| OSMatrixWithMatrixObjIdx ** | matrixObj |
| matrixObj is an array of pointers to the <matrixObj> children More... | |
The in-memory representation of the <MatrixVariableSolution> element.
Definition at line 2021 of file OSResult.h.
| MatrixObjectiveSolution::MatrixObjectiveSolution | ( | ) |
The MatrixVariableSolution class constructor.
Definition at line 1058 of file OSResult.cpp.
| MatrixObjectiveSolution::~MatrixObjectiveSolution | ( | ) |
The MatrixVariableSolution class destructor.
Definition at line 1068 of file OSResult.cpp.
| bool MatrixObjectiveSolution::IsEqual | ( | MatrixObjectiveSolution * | that | ) |
A function to check for the equality of two objects.
| int MatrixObjectiveSolution::numberOfOtherMatrixObjectiveResults |
numberOfOtherMatrixObjectiveResults gives the number of <other> children
Definition at line 2025 of file OSResult.h.
| OSMatrixWithMatrixObjIdx** MatrixObjectiveSolution::matrixObj |
matrixObj is an array of pointers to the <matrixObj> children
Definition at line 2028 of file OSResult.h.
1.8.5