DualVarValue Class Reference

The DualVarValue Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

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

Public Attributes

int idx
 idx is the index on a constraint
double value
 value of dual variable on the constraint indexed by idx if the constraint
double lbValue
 lbValue is the value of dual variable on the constraint indexed by idx if the constraint is at its lower bound
double ubValue
 ubValue is the value of dual variable on the constraint indexed by idx if the constraint is at its upper bound


Detailed Description

The DualVarValue Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that provides the dual value of a constraint

Definition at line 1430 of file OSResult.h.


Constructor & Destructor Documentation

DualVarValue::DualVarValue (  ) 

Default constructor.

Definition at line 755 of file OSResult.cpp.

DualVarValue::~DualVarValue (  ) 

Class destructor.

Definition at line 767 of file OSResult.cpp.

DualVarValue::DualVarValue (  ) 

Default constructor.

DualVarValue::~DualVarValue (  ) 

Class destructor.


Member Function Documentation

bool DualVarValue::IsEqual ( DualVarValue that  ) 

A function to check for the equality of two objects.

Definition at line 6141 of file OSResult.cpp.

References idx, and value.


Member Data Documentation

int DualVarValue::idx

idx is the index on a constraint

Definition at line 1434 of file OSResult.h.

Referenced by OSResult::getDualValueIdx(), OSResult::getOptimalDualVariableValues(), IsEqual(), OSResult::setConstraintValues(), OSResult::setConstraintValuesDense(), OSResult::setDualValue(), OSResult::setDualVariableValues(), OSResult::setDualVariableValuesDense(), OSResult::setDualVariableValuesSparse(), and OSrL2Gams::writeSolution().

double DualVarValue::value

value of dual variable on the constraint indexed by idx if the constraint

Definition at line 1452 of file OSResult.h.

Referenced by OSResult::getDualValue(), OSResult::getOptimalDualVariableValues(), IsEqual(), OSResult::setConstraintValues(), OSResult::setConstraintValuesDense(), OSResult::setDualValue(), OSResult::setDualVariableValues(), OSResult::setDualVariableValuesDense(), OSResult::setDualVariableValuesSparse(), and OSrL2Gams::writeSolution().

double DualVarValue::lbValue

lbValue is the value of dual variable on the constraint indexed by idx if the constraint is at its lower bound

Definition at line 922 of file OSResult.h.

Referenced by OSResult::setDualVariableValues().

double DualVarValue::ubValue

ubValue is the value of dual variable on the constraint indexed by idx if the constraint is at its upper bound

Definition at line 929 of file OSResult.h.

Referenced by OSResult::setDualVariableValues().


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