ObjCoef Class Reference

The in-memory representation of the objective function <coef> element. More...

#include <OSInstance.h>

List of all members.

Public Member Functions

 ObjCoef ()
 The ObjCoef class constructor.
 ~ObjCoef ()
 The ObjCoef class destructor.
 ObjCoef ()
 The ObjCoef class constructor.
 ~ObjCoef ()
 The ObjCoef class destructor.

Public Attributes

int idx
 idx is the index of the variable corresponding to the coefficient
double value
 value is the value of the objective function coefficient corresponding to the variable with index idx


Detailed Description

The in-memory representation of the objective function <coef> element.

Definition at line 136 of file OSInstance.h.


Constructor & Destructor Documentation

ObjCoef::ObjCoef (  ) 

The ObjCoef class constructor.

Definition at line 450 of file OSInstance.cpp.

ObjCoef::~ObjCoef (  ) 

The ObjCoef class destructor.

Definition at line 459 of file OSInstance.cpp.

ObjCoef::ObjCoef (  ) 

The ObjCoef class constructor.

ObjCoef::~ObjCoef (  ) 

The ObjCoef class destructor.


Member Data Documentation

int ObjCoef::idx

idx is the index of the variable corresponding to the coefficient

Definition at line 148 of file OSInstance.h.

Referenced by OSInstance::processObjectives(), and OSiLWriter::writeOSiL().

double ObjCoef::value

value is the value of the objective function coefficient corresponding to the variable with index idx

Definition at line 153 of file OSInstance.h.

Referenced by OS_lp::createcutsforbearcat(), main(), OSInstance::processObjectives(), and OSiLWriter::writeOSiL().


The documentation for this class was generated from the following files:
Generated on Thu Aug 5 03:11:19 2010 by  doxygen 1.4.7