MatrixObjectiveSolution Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixObjectiveSolution:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MatrixObjectiveSolution ()
 The MatrixVariableSolution class constructor.
 ~MatrixObjectiveSolution ()
 The MatrixVariableSolution class destructor.
bool IsEqual (MatrixObjectiveSolution *that)
 A function to check for the equality of two objects.

Public Attributes

int numberOfOtherMatrixObjectiveResults
 numberOfOtherMatrixObjectiveResults gives the number of <other> children
OSMatrixWithMatrixObjIdx ** matrixObj
 matrixObj is an array of pointers to the <matrixObj> children

Detailed Description

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

Definition at line 2021 of file OSResult.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

bool MatrixObjectiveSolution::IsEqual ( MatrixObjectiveSolution that  ) 

A function to check for the equality of two objects.


Member Data Documentation

numberOfOtherMatrixObjectiveResults gives the number of <other> children

Definition at line 2025 of file OSResult.h.

matrixObj is an array of pointers to the <matrixObj> children

Definition at line 2028 of file OSResult.h.


The documentation for this class was generated from the following files:

Generated on 5 Jul 2015 by  doxygen 1.6.1