InitObjValue Class Reference

the InitObjValue class. More...

#include <OSOption.h>

List of all members.

Public Member Functions

 InitObjValue ()
 Default constructor.
 ~InitObjValue ()
 Class destructor.
bool IsEqual (InitObjValue *that)
 A function to check for the equality of two objects.

Public Attributes

int idx
 objective index
double value
 initial value


Detailed Description

the InitObjValue class.

Author:
Robert Fourer, Gus Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 21/07/2008
Since:
OS 1.1
Remarks:
A data structure class that corresponds to an xml element in the OSoL schema.

Definition at line 1516 of file OSOption.h.


Constructor & Destructor Documentation

InitObjValue::InitObjValue (  ) 

Default constructor.

Definition at line 744 of file OSOption.cpp.

InitObjValue::~InitObjValue (  ) 

Class destructor.

Definition at line 753 of file OSOption.cpp.


Member Function Documentation

bool InitObjValue::IsEqual ( InitObjValue that  ) 

A function to check for the equality of two objects.

Definition at line 8125 of file OSOption.cpp.

References idx, and value.


Member Data Documentation

int InitObjValue::idx

objective index

Definition at line 1520 of file OSOption.h.

Referenced by InitObjectiveValues::addObj(), and IsEqual().

double InitObjValue::value

initial value

Definition at line 1523 of file OSOption.h.

Referenced by InitObjectiveValues::addObj(), and IsEqual().


The documentation for this class was generated from the following files:
Generated on Sun Jan 2 03:06:16 2011 by  doxygen 1.4.7