OtherSolutionResult Class Reference

The OtherSolutionResult Class. More...

#include <OSResult.h>

Collaboration diagram for OtherSolutionResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

std::string name
 the name of the result the user is defining
std::string category
 this element allows a specific category to be associated with this particular type of result
std::string description
 a brief description of the type of result
int numberOfItems
 the number of items contained in this otherSolutionResult
std::string * item
 an array of items (string-valued)

Detailed Description

The OtherSolutionResult 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 1143 of file OSResult.h.


Constructor & Destructor Documentation

OtherSolutionResult::OtherSolutionResult (  ) 

Default constructor.

Definition at line 591 of file OSResult.cpp.

References item.

OtherSolutionResult::~OtherSolutionResult (  ) 

Class destructor.

Definition at line 605 of file OSResult.cpp.

References item.


Member Data Documentation

std::string OtherSolutionResult::name

the name of the result the user is defining

Definition at line 1147 of file OSResult.h.

std::string OtherSolutionResult::category

this element allows a specific category to be associated with this particular type of result

Definition at line 1152 of file OSResult.h.

std::string OtherSolutionResult::description

a brief description of the type of result

Definition at line 1155 of file OSResult.h.

int OtherSolutionResult::numberOfItems

the number of items contained in this otherSolutionResult

Definition at line 1159 of file OSResult.h.

std::string* OtherSolutionResult::item

an array of items (string-valued)

Definition at line 1163 of file OSResult.h.

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


The documentation for this class was generated from the following files:
Generated on Thu Oct 8 03:08:27 2009 by  doxygen 1.4.7