ObjectiveValues Class Reference

The ObjectiveValues Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

std::vector< ObjValue * > obj
 obj is a vector of ObjValue objects that give an index and objective function value for each objective function.


Detailed Description

The ObjectiveValues Class.

Author:
Robert Fourer, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class for reporting objective function values

Definition at line 548 of file OSResult.h.


Constructor & Destructor Documentation

ObjectiveValues::ObjectiveValues (  ) 

Default constructor.

Definition at line 319 of file OSResult.cpp.

ObjectiveValues::~ObjectiveValues (  ) 

Class destructor.

Definition at line 327 of file OSResult.cpp.

References obj.


Member Data Documentation

std::vector<ObjValue*> ObjectiveValues::obj

obj is a vector of ObjValue objects that give an index and objective function value for each objective function.

Definition at line 555 of file OSResult.h.

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


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