OtherSolutionResults Class Reference

The OtherSolutionResults Class. More...

#include <OSResult.h>

Collaboration diagram for OtherSolutionResults:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

int numberOfOtherSolutionResults
 the number of elements in the pointer of OtherSolutionResult objects
OtherSolutionResult ** otherSolutionResult
 otherSolutionResult is a pointer to an array of OtherSolutionResult objects

Detailed Description

The OtherSolutionResults Class.

Author:
Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that allows the solver to report an arbitrary result associated with the solution.

Definition at line 1193 of file OSResult.h.


Constructor & Destructor Documentation

OtherSolutionResults::OtherSolutionResults (  ) 

Default constructor.

Definition at line 616 of file OSResult.cpp.

References otherSolutionResult.

OtherSolutionResults::~OtherSolutionResults (  ) 

Class destructor.

Definition at line 628 of file OSResult.cpp.

References numberOfOtherSolutionResults, and otherSolutionResult.


Member Data Documentation

int OtherSolutionResults::numberOfOtherSolutionResults

the number of elements in the pointer of OtherSolutionResult objects

Definition at line 1197 of file OSResult.h.

Referenced by ~OtherSolutionResults().

OtherSolutionResult** OtherSolutionResults::otherSolutionResult

otherSolutionResult is a pointer to an array of OtherSolutionResult objects

Definition at line 1202 of file OSResult.h.

Referenced by OtherSolutionResults(), and ~OtherSolutionResults().


The documentation for this class was generated from the following files:
Generated on Mon Aug 3 03:08:01 2009 by  doxygen 1.4.7