| getConstraintNumber() | OSResult | |
| getGeneralMessage() | OSResult | |
| getGeneralStatus() | OSResult | |
| getGeneralStatusDescription() | OSResult | |
| getGeneralStatusType() | OSResult | |
| getInstanceName() | OSResult | |
| getJobID() | OSResult | |
| getNumberOfOtherVariableResult(int solIdx) | OSResult | |
| getObjectiveNumber() | OSResult | |
| getOptimalDualVariableValues(int objIdx) | OSResult | |
| getOptimalPrimalVariableValues(int objIdx) | OSResult | |
| getServiceName() | OSResult | |
| getServiceURI() | OSResult | |
| getSolutionMessage(int solIdx) | OSResult | |
| getSolutionNumber() | OSResult | |
| getSolutionStatus(int solIdx) | OSResult | |
| getSolutionStatusDescription(int solIdx) | OSResult | |
| getSolutionStatusType(int solIdx) | OSResult | |
| getVariableNumber() | OSResult | |
| m_iConstraintNumber | OSResult | |
| m_iNumberOfOtherVariableResult | OSResult | |
| m_iObjectiveNumber | OSResult | |
| m_iVariableNumber | OSResult | |
| m_mdDualValues | OSResult | |
| m_mdPrimalValues | OSResult | |
| OSResult() | OSResult | |
| resultData | OSResult | |
| resultHeader | OSResult | |
| setAnOtherVariableResult(int solIdx, int otherIdx, std::string name, std::string description, std::string *s) | OSResult | |
| setConstraintNumber(int constraintNumber) | OSResult | |
| setConstraintValues(int solIdx, double *constraintValues) | OSResult | |
| setDualVariableValues(int solIdx, double *lbValues, double *ubValues) | OSResult | |
| setDualVariableValues(int solIdx, double *y) | OSResult | |
| setGeneralMessage(std::string message) | OSResult | |
| setGeneralStatus(GeneralStatus *status) | OSResult | |
| setGeneralStatusDescription(std::string description) | OSResult | |
| setGeneralStatusType(std::string type) | OSResult | |
| setInstanceName(std::string instanceName) | OSResult | |
| setJobID(std::string jobID) | OSResult | |
| setNumberOfOtherVariableResult(int solIdx, int numberOfOtherVariableResult) | OSResult | |
| setObjectiveNumber(int objectiveNumber) | OSResult | |
| setObjectiveValues(int solIdx, double *objectiveValues) | OSResult | |
| setPrimalVariableValues(int solIdx, double *x) | OSResult | |
| setServiceName(std::string serviceName) | OSResult | |
| setServiceURI(std::string serviceURI) | OSResult | |
| setSolutionNumber(int number) | OSResult | |
| setSolutionObjectiveIndex(int solIdx, int objectiveIdx) | OSResult | |
| setSolutionStatus(int solIdx, std::string type, std::string description) | OSResult | |
| setVariableNumber(int variableNumber) | OSResult | |
| ~OSResult() | OSResult | |