#include <OSResult.h>
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 |
Definition at line 913 of file OSResult.h.
DualVarValue::DualVarValue | ( | ) |
DualVarValue::~DualVarValue | ( | ) |
DualVarValue::DualVarValue | ( | ) |
Default constructor.
DualVarValue::~DualVarValue | ( | ) |
Class destructor.
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.