Public Member Functions | Public Attributes | List of all members
MatrixObjectiveSolution Class Reference

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

#include <OSResult.h>

Collaboration diagram for MatrixObjectiveSolution:
Collaboration graph
[legend]

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...
 

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

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.


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