#include <OSResult.h>
Public Member Functions | |
VarValue () | |
Default constructor. | |
~VarValue () | |
Class destructor. | |
bool | IsEqual (VarValue *that) |
A function to check for the equality of two objects. | |
VarValue () | |
Default constructor. | |
~VarValue () | |
Class destructor. | |
Public Attributes | |
int | idx |
idx is the index on variable in the solution | |
double | value |
Definition at line 842 of file OSResult.h.
VarValue::VarValue | ( | ) |
VarValue::~VarValue | ( | ) |
VarValue::VarValue | ( | ) |
Default constructor.
VarValue::~VarValue | ( | ) |
Class destructor.
bool VarValue::IsEqual | ( | VarValue * | that | ) |
int VarValue::idx |
idx is the index on variable in the solution
Definition at line 846 of file OSResult.h.
Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::getVarValueIdx(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), OSResult::setVarValue(), and OSrL2Gams::writeSolution().
double VarValue::value |
Definition at line 851 of file OSResult.h.
Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::getVarValue(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), OSResult::setVarValue(), and OSrL2Gams::writeSolution().