#include <OSResult.h>
Public Member Functions | |
OptimizationResult () | |
Default constructor. | |
~OptimizationResult () | |
Class destructor. | |
Public Attributes | |
int | numberOfVariables |
numberOfVariables is the number of variables reported in the solution. | |
int | numberOfObjectives |
numberOfObjectives is the number of objective functions reported in the solution. | |
int | numberOfConstraints |
numberOfConstrants is the number of constraint functions reported in the solution. | |
int | numberOfSolutions |
numberOfSolubitons is the number of objective functions reported. | |
OptimizationSolution ** | solution |
solution is an array of pointers to OptimizationSolution objects |
Definition at line 877 of file OSResult.h.
OptimizationResult::OptimizationResult | ( | ) |
OptimizationResult::~OptimizationResult | ( | ) |
Class destructor.
Definition at line 540 of file OSResult.cpp.
References numberOfSolutions, and solution.
numberOfVariables is the number of variables reported in the solution.
Definition at line 883 of file OSResult.h.
Referenced by OSResult::getVariableNumber(), OSResult::setVariableNumber(), and OSrLWriter::writeOSrL().
numberOfObjectives is the number of objective functions reported in the solution.
Definition at line 888 of file OSResult.h.
Referenced by OSResult::getObjectiveNumber(), OSResult::setObjectiveNumber(), and OSrLWriter::writeOSrL().
numberOfConstrants is the number of constraint functions reported in the solution.
Definition at line 893 of file OSResult.h.
Referenced by OSResult::getConstraintNumber(), OSResult::setConstraintNumber(), and OSrLWriter::writeOSrL().
numberOfSolubitons is the number of objective functions reported.
Definition at line 898 of file OSResult.h.
Referenced by OSResult::getSolutionMessage(), OSResult::getSolutionNumber(), OSResult::getSolutionStatus(), OSResult::getSolutionStatusDescription(), OSResult::getSolutionStatusType(), OSResult::setSolutionNumber(), OSrLWriter::writeOSrL(), and ~OptimizationResult().
solution is an array of pointers to OptimizationSolution objects
Definition at line 903 of file OSResult.h.
Referenced by OSResult::getNumberOfOtherVariableResult(), OSResult::getOptimalDualVariableValues(), OSResult::getOptimalPrimalVariableValues(), OSResult::getSolutionMessage(), OSResult::getSolutionNumber(), OSResult::getSolutionStatus(), OSResult::getSolutionStatusDescription(), OSResult::getSolutionStatusType(), OSResult::setConstraintValues(), OSResult::setDualVariableValues(), OSResult::setNumberOfOtherVariableResult(), OSResult::setObjectiveValues(), OSResult::setPrimalVariableValues(), OSResult::setSolutionNumber(), OSResult::setSolutionObjectiveIndex(), OSrLWriter::writeOSrL(), and ~OptimizationResult().