DualVarValue Class Reference

The DualVarValue Class. More...

#include <OSResult.h>

List of all members.

Public Member Functions

 DualVarValue ()
 Default constructor.
 ~DualVarValue ()
 Class destructor.

Public Attributes

int idx
 idx is the index on a 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
double value
 value of dual variable on the constraint indexed by idx if the constraint

Detailed Description

The DualVarValue Class.

Author:
Robert Fourer, 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 345 of file OSResult.h.


Constructor & Destructor Documentation

DualVarValue::DualVarValue (  ) 

Default constructor.

DualVarValue::~DualVarValue (  ) 

Class destructor.


Member Data Documentation

idx is the index on a constraint

Definition at line 349 of file OSResult.h.

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

Definition at line 355 of file OSResult.h.

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

Definition at line 362 of file OSResult.h.

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

Definition at line 367 of file OSResult.h.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1