#include <OSrLParserData.h>
Collaboration diagram for OtherVariableResultStruct:
Public Attributes | |
std::string | name |
name holds the text of the name attribute of the OtherVariableResult element | |
std::string | description |
description holds the text of the description attribute of the OtherVariableResult element | |
std::string | value |
value holds the text of the value attribute of the OtherVariableResult element | |
int | numberOfVar |
numberOfVar holds the number of variables in the array of the OtherVariableResult element | |
std::string * | otherVarText |
otherVarText is a pointer to an array with number of elements equal to the number of variables. | |
int * | otherVarIndex |
otherVarIndex is a pointer to an array with number of elements equal to the number of variables. | |
std::string * | otherVarText |
otherVarText is a pointer to an array with number of elements equal to the number of variables. | |
int * | otherVarIndex |
otherVarIndex is a pointer to an array with number of elements equal to the number of variables. |
Definition at line 31 of file OSrLParserData.h.
std::string OtherVariableResultStruct::name |
name holds the text of the name attribute of the OtherVariableResult element
Definition at line 35 of file OSrLParserData.h.
Referenced by BonminSolver::setSolverOptions().
std::string OtherVariableResultStruct::description |
description holds the text of the description attribute of the OtherVariableResult element
Definition at line 40 of file OSrLParserData.h.
std::string OtherVariableResultStruct::value |
value holds the text of the value attribute of the OtherVariableResult element
Definition at line 45 of file OSrLParserData.h.
Referenced by BonminSolver::setSolverOptions().
numberOfVar holds the number of variables in the array of the OtherVariableResult element
Definition at line 50 of file OSrLParserData.h.
std::string* OtherVariableResultStruct::otherVarText |
otherVarText is a pointer to an array with number of elements equal to the number of variables.
Each element of the array is the value of the variable corresponding to the OtherVariableResult, e.g. a variable name or variable reduced cost, etc.
Definition at line 58 of file OSrLParserData.h.
otherVarIndex is a pointer to an array with number of elements equal to the number of variables.
Each element of the array is the index of the variable corresponding to the OtherVariableResult, e.g. a variable name or variable reduced cost, etc.
Definition at line 67 of file OSrLParserData.h.
std::string* OtherVariableResultStruct::otherVarText |
otherVarText is a pointer to an array with number of elements equal to the number of variables.
Each element of the array is the value of the variable corresponding to the OtherVariableResult, e.g. a variable name or variable reduced cost, etc.
Definition at line 55 of file OSrLParserData.h.
otherVarIndex is a pointer to an array with number of elements equal to the number of variables.
Each element of the array is the index of the variable corresponding to the OtherVariableResult, e.g. a variable name or variable reduced cost, etc.
Definition at line 64 of file OSrLParserData.h.