My Project
MatrixObjectiveSolution Class Reference

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

#include <OSResult.h>

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

The MatrixVariableSolution class constructor.

Definition at line 1058 of file OSResult.cpp.

◆ ~MatrixObjectiveSolution()

MatrixObjectiveSolution::~MatrixObjectiveSolution ( )

The MatrixVariableSolution class destructor.

Definition at line 1068 of file OSResult.cpp.

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