ObjectiveSolution Class Reference

The ObjectiveSolution Class. More...

#include <OSResult.h>

Collaboration diagram for ObjectiveSolution:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ObjectiveSolution ()
 Default constructor.
 ~ObjectiveSolution ()
 Class destructor.
bool IsEqual (ObjectiveSolution *that)
 A function to check for the equality of two objects.
 ObjectiveSolution ()
 Default constructor.
 ~ObjectiveSolution ()
 Class destructor.

Public Attributes

int numberOfOtherObjectiveResults
 the number of types of objective function results other than the basic objective function values
ObjectiveValuesvalues
 a pointer to an array of ObjectiveValues objects
OtherObjectiveResult ** other
 a pointer to an array of other pointer objects for objective functions
ObjectiveValuesvalues
 a pointer to an array of ObjectiveValues objects
OtherObjectiveResult ** other
 a pointer to an array of other pointer objects for objective functions

Detailed Description

The ObjectiveSolution Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for reporting all of the types of solution values associated with objective functions.

Definition at line 1443 of file OSResult.h.


Constructor & Destructor Documentation

ObjectiveSolution::ObjectiveSolution (  ) 

Default constructor.

Definition at line 750 of file OSResult.cpp.

ObjectiveSolution::~ObjectiveSolution (  ) 

Class destructor.

Definition at line 762 of file OSResult.cpp.

References numberOfOtherObjectiveResults, other, and values.

ObjectiveSolution::ObjectiveSolution (  ) 

Default constructor.

ObjectiveSolution::~ObjectiveSolution (  ) 

Class destructor.


Member Function Documentation

bool ObjectiveSolution::IsEqual ( ObjectiveSolution that  ) 

A function to check for the equality of two objects.

Definition at line 5952 of file OSResult.cpp.


Member Data Documentation

int ObjectiveSolution::numberOfOtherObjectiveResults

the number of types of objective function results other than the basic objective function values

Definition at line 1449 of file OSResult.h.

Referenced by OSResult::getNumberOfOtherObjectiveResults(), OSResult::getOtherObjectiveResultDescription(), OSResult::getOtherObjectiveResultName(), OSResult::getOtherObjectiveResultNumberOfObj(), OSResult::getOtherObjectiveResultObj(), OSResult::getOtherObjectiveResultObjIdx(), OSResult::getOtherObjectiveResultValue(), and ~ObjectiveSolution().

ObjectiveValues* ObjectiveSolution::values

a pointer to an array of ObjectiveValues objects

Definition at line 1452 of file OSResult.h.

Referenced by OSResult::getNumberOfObjValues(), OSResult::getObjValue(), OSResult::getObjValueIdx(), main(), OSResult::setObjectiveValues(), and ~ObjectiveSolution().

OtherObjectiveResult** ObjectiveSolution::other

a pointer to an array of other pointer objects for objective functions

Definition at line 1457 of file OSResult.h.

Referenced by OSResult::getNumberOfOtherObjectiveResults(), OSResult::getOtherObjectiveResultDescription(), OSResult::getOtherObjectiveResultName(), OSResult::getOtherObjectiveResultNumberOfObj(), OSResult::getOtherObjectiveResultObj(), OSResult::getOtherObjectiveResultObjIdx(), OSResult::getOtherObjectiveResultValue(), and ~ObjectiveSolution().

ObjectiveValues* ObjectiveSolution::values

a pointer to an array of ObjectiveValues objects

Definition at line 879 of file OSResult.h.

OtherObjectiveResult** ObjectiveSolution::other

a pointer to an array of other pointer objects for objective functions

Definition at line 884 of file OSResult.h.


The documentation for this class was generated from the following files:
Generated on Mon May 3 03:12:36 2010 by  doxygen 1.4.7