DualVarValue Class Reference

The DualVarValue Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

 DualVarValue ()
 Default constructor.
 ~DualVarValue ()
 Class destructor.
 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 913 of file OSResult.h.


Constructor & Destructor Documentation

DualVarValue::DualVarValue (  ) 

Default constructor.

Definition at line 313 of file OSResult.cpp.

DualVarValue::~DualVarValue (  ) 

Class destructor.

Definition at line 325 of file OSResult.cpp.

DualVarValue::DualVarValue (  ) 

Default constructor.

DualVarValue::~DualVarValue (  ) 

Class destructor.


Member Data Documentation

int DualVarValue::idx

idx is the index on a constraint

Definition at line 917 of file OSResult.h.

double DualVarValue::value

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

Definition at line 935 of file OSResult.h.

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.

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.


The documentation for this class was generated from the following files:
Generated on Thu Oct 8 03:07:54 2009 by  doxygen 1.4.7