OS  2.9.3
Public Member Functions | Public Attributes | List of all members
ObjectiveValues Class Reference

The ObjectiveValues Class. More...

#include <OSResult.h>

+ Collaboration diagram for ObjectiveValues:

Public Member Functions

 ObjectiveValues ()
 Default constructor. More...
 
 ~ObjectiveValues ()
 Class destructor. More...
 
bool IsEqual (ObjectiveValues *that)
 A function to check for the equality of two objects. More...
 
bool setRandom (double density, bool conformant)
 A function to make a random instance of this class. More...
 

Public Attributes

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

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 1324 of file OSResult.h.

Constructor & Destructor Documentation

ObjectiveValues::ObjectiveValues ( )

Default constructor.

ObjectiveValues::~ObjectiveValues ( )

Class destructor.

Member Function Documentation

bool ObjectiveValues::IsEqual ( ObjectiveValues that)

A function to check for the equality of two objects.

bool ObjectiveValues::setRandom ( double  density,
bool  conformant 
)

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children)

Member Data Documentation

int ObjectiveValues::numberOfObj

record the number of objective rows for which values are given

Definition at line 1330 of file OSResult.h.

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 1336 of file OSResult.h.


The documentation for this class was generated from the following file: