OS  2.10.2
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:

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::MatrixObjectiveSolution ( )

The MatrixVariableSolution class constructor.

◆ ~MatrixObjectiveSolution()

MatrixObjectiveSolution::~MatrixObjectiveSolution ( )

The MatrixVariableSolution class destructor.

Member Function Documentation

◆ IsEqual()

bool MatrixObjectiveSolution::IsEqual ( MatrixObjectiveSolution that)

A function to check for the equality of two objects.

Member Data Documentation

◆ numberOfOtherMatrixObjectiveResults

int MatrixObjectiveSolution::numberOfOtherMatrixObjectiveResults

numberOfOtherMatrixObjectiveResults gives the number of <other> children

Definition at line 2025 of file OSResult.h.

◆ matrixObj

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 file: