#include <OSResult.h>
Collaboration diagram for VariableSolution:
Public Member Functions | |
VariableSolution () | |
Default constructor. | |
~VariableSolution () | |
Class destructor. | |
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 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 | |
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 661 of file OSResult.h.
VariableSolution::VariableSolution | ( | ) |
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
Definition at line 518 of file OSResult.cpp.
References numberOfOtherVariableResults, other, and values.
VariableSolution::VariableSolution | ( | ) |
Default constructor.
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
the number of types of variable results other than the value of the variable
Definition at line 667 of file OSResult.h.
Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), OSResult::setNumberOfOtherVariableResults(), and ~VariableSolution().
a pointer to an array of VariableValues objects
Definition at line 670 of file OSResult.h.
Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::setNumberOfPrimalVariableValues(), OSResult::setPrimalVariableValues(), OSResult::setPrimalVariableValuesDense(), OSResult::setPrimalVariableValuesSparse(), and ~VariableSolution().
a pointer to an array of other pointer objects for variables
Definition at line 679 of file OSResult.h.
Referenced by OSResult::getAnOtherVariableResultNumberOfVar(), OSResult::getNumberOfOtherVariableResults(), main(), OSResult::setNumberOfOtherVariableResults(), and ~VariableSolution().
a pointer to an array of other pointer objects for variables
Definition at line 677 of file OSResult.h.