OtherObjectiveResult Class Reference

The OtherObjectiveResult Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

std::string name
 the name of the result the user is defining
std::string description
 a brief description of the type of result
std::vector
< OtherObjResult * > 
obj


Detailed Description

The OtherObjectiveResult Class.

Author:
Robert Fourer, 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 objective functions

Definition at line 468 of file OSResult.h.


Constructor & Destructor Documentation

OtherObjectiveResult::OtherObjectiveResult (  ) 

Default constructor.

Definition at line 269 of file OSResult.cpp.

OtherObjectiveResult::~OtherObjectiveResult (  ) 

Class destructor.

Definition at line 279 of file OSResult.cpp.

References obj.


Member Data Documentation

std::string OtherObjectiveResult::name

the name of the result the user is defining

Definition at line 472 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL().

std::string OtherObjectiveResult::description

a brief description of the type of result

Definition at line 475 of file OSResult.h.

Referenced by OSrLWriter::writeOSrL().

std::vector<OtherObjResult*> OtherObjectiveResult::obj

Definition at line 481 of file OSResult.h.

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


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