#include <OSResult.h>
Public Member Functions | |
VariableSolution () | |
Default constructor. | |
~VariableSolution () | |
Class destructor. | |
Public Attributes | |
int | numberOfOtherVariableResult |
the number of types of variable results other than the value of the variable | |
VariableValues * | values |
a pointer to an array of VariableValues objects | |
OtherVariableResult ** | other |
a pointer to an array of other pointer objects for variables |
Definition at line 654 of file OSResult.h.
VariableSolution::VariableSolution | ( | ) |
VariableSolution::~VariableSolution | ( | ) |
Class destructor.
Definition at line 400 of file OSResult.cpp.
References numberOfOtherVariableResult, other, and values.
the number of types of variable results other than the value of the variable
Definition at line 660 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherVariableResult(), OSResult::setNumberOfOtherVariableResult(), OSrLWriter::writeOSrL(), and ~VariableSolution().
a pointer to an array of VariableValues objects
Definition at line 663 of file OSResult.h.
Referenced by OSResult::getOptimalPrimalVariableValues(), OSResult::setPrimalVariableValues(), OSrLWriter::writeOSrL(), and ~VariableSolution().
a pointer to an array of other pointer objects for variables
Definition at line 669 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherVariableResult(), OSResult::setNumberOfOtherVariableResult(), OSrLWriter::writeOSrL(), and ~VariableSolution().