#include <OSResult.h>
Collaboration diagram for VariableSolution:
Public Member Functions | |
VariableSolution () | |
Default constructor. | |
~VariableSolution () | |
Class destructor. | |
bool | IsEqual (VariableSolution *that) |
A function to check for the equality of two objects. | |
VariableSolution () | |
Default constructor. | |
~VariableSolution () | |
Class destructor. | |
Public Attributes | |
int | numberOfOtherVariableResults |
the number of types of variable results other than the value of the variable | |
VariableValues * | values |
a pointer to a VariableValues object | |
VariableValuesString * | valuesString |
a pointer to a VariableValuesString object | |
BasisStatus * | basisStatus |
a pointer to a BasisStatus object | |
OtherVariableResult ** | other |
a pointer to an array of other pointer objects for variables | |
VariableValues * | values |
a pointer to an array of VariableValues objects | |
VariableStringValues * | valuesString |
a pointer to an array of VariableStringValues objects | |
OtherVariableResult ** | other |
a pointer to an array of other pointer objects for variables |
Definition at line 1204 of file OSResult.h.
VariableSolution::VariableSolution | ( | ) |
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
Definition at line 633 of file OSResult.cpp.
References basisStatus, numberOfOtherVariableResults, other, values, and valuesString.
VariableSolution::VariableSolution | ( | ) |
Default constructor.
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
bool VariableSolution::IsEqual | ( | VariableSolution * | that | ) |
the number of types of variable results other than the value of the variable
Definition at line 1210 of file OSResult.h.
Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), OSResult::getOtherVariableResultDescription(), OSResult::getOtherVariableResultName(), OSResult::getOtherVariableResultNumberOfVar(), OSResult::getOtherVariableResultValue(), OSResult::getOtherVariableResultVar(), OSResult::getOtherVariableResultVarIdx(), OSResult::setNumberOfOtherVariableResults(), OSrL2Gams::writeSolution(), and ~VariableSolution().
a pointer to a VariableValues object
Definition at line 1213 of file OSResult.h.
Referenced by OSResult::getNumberOfPrimalVariableValues(), OSResult::getNumberOfVarValues(), OSResult::getOptimalPrimalVariableValues(), OSResult::getVarValue(), OSResult::getVarValueIdx(), OSResult::setNumberOfPrimalVariableValues(), OSResult::setNumberOfVarValues(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), OSResult::setVarValue(), OSrL2Gams::writeSolution(), and ~VariableSolution().
a pointer to a VariableValuesString object
Definition at line 1216 of file OSResult.h.
Referenced by OSResult::getBasisVar(), OSResult::getBasisVarIdx(), OSResult::getNumberOfVarValuesString(), OSResult::getVarValueString(), OSResult::getVarValueStringIdx(), OSResult::setNumberOfVarValuesString(), OSResult::setVarValueString(), and ~VariableSolution().
a pointer to a BasisStatus object
Definition at line 1219 of file OSResult.h.
Referenced by OSResult::getBasisVar(), OSResult::getBasisVarIdx(), OSResult::getNumberOfBasisVar(), OSResult::setBasisVar(), OSResult::setNumberOfBasisVar(), and ~VariableSolution().
a pointer to an array of other pointer objects for variables
Definition at line 1224 of file OSResult.h.
Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), OSResult::getOtherVariableResultDescription(), OSResult::getOtherVariableResultName(), OSResult::getOtherVariableResultNumberOfVar(), OSResult::getOtherVariableResultValue(), OSResult::getOtherVariableResultVar(), OSResult::getOtherVariableResultVarIdx(), main(), OSResult::setNumberOfOtherVariableResults(), OSrL2Gams::writeSolution(), and ~VariableSolution().
a pointer to an array of other pointer objects for variables
Definition at line 677 of file OSResult.h.