ObjectiveSolution Class Reference

The ObjectiveSolution Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

 ObjectiveSolution ()
 Default constructor.
 ~ObjectiveSolution ()
 Class destructor.

Public Attributes

int numberOfOtherObjectiveResult
 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


Detailed Description

The ObjectiveSolution Class.

Author:
Robert Fourer, 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 697 of file OSResult.h.


Constructor & Destructor Documentation

ObjectiveSolution::ObjectiveSolution (  ) 

Default constructor.

Definition at line 416 of file OSResult.cpp.

ObjectiveSolution::~ObjectiveSolution (  ) 

Class destructor.

Definition at line 428 of file OSResult.cpp.

References numberOfOtherObjectiveResult, other, and values.


Member Data Documentation

int ObjectiveSolution::numberOfOtherObjectiveResult

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

Definition at line 703 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL(), and ~ObjectiveSolution().

ObjectiveValues* ObjectiveSolution::values

a pointer to an array of ObjectiveValues objects

Definition at line 706 of file OSResult.h.

Referenced by OSResult::setObjectiveValues(), OSrLWriter::writeOSrL(), and ~ObjectiveSolution().

OtherObjectiveResult** ObjectiveSolution::other

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

Definition at line 711 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL(), and ~ObjectiveSolution().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3