ObjectiveValues Class Reference

The ObjectiveValues Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

int numberOfObj
 record the number of objective rows for which values are given
std::vector< ObjValue * > obj
 obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function.
std::vector< ObjValue * > obj
 obj is a pointer to an array of ObjValue objects that give an index and objective function value for each objective function.


Detailed Description

The ObjectiveValues Class.

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


Constructor & Destructor Documentation

ObjectiveValues::ObjectiveValues (  ) 

Default constructor.

Definition at line 438 of file OSResult.cpp.

ObjectiveValues::~ObjectiveValues (  ) 

Class destructor.

Definition at line 446 of file OSResult.cpp.

References n, and obj.

ObjectiveValues::ObjectiveValues (  ) 

Default constructor.

ObjectiveValues::~ObjectiveValues (  ) 

Class destructor.


Member Data Documentation

int ObjectiveValues::numberOfObj

record the number of objective rows for which values are given

Definition at line 744 of file OSResult.h.

Referenced by OSResult::setNumberOfObjectiveValues(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), and OSResult::setObjectiveValuesSparse().

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

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

Definition at line 750 of file OSResult.h.

Referenced by main(), OSResult::setObjectiveValues(), OSResult::setObjectiveValuesDense(), OSResult::setObjectiveValuesSparse(), and ~ObjectiveValues().

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

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

Definition at line 748 of file OSResult.h.


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