In the CPLEX Optimisation Studio I can save and restore the results of model solves.
I can not find these results in the OPL project directory. Where are those results stored? In the current workspace directory?
In the CPLEX Optimisation Studio I can save and restore the results of model solves.
I can not find these results in the OPL project directory. Where are those results stored? In the current workspace directory?
The information is stored in the history meta data of your workspace. The path to this is something like
${WORKSPACE}/.metadata/.plugins/ilog.odms.ide.core/.history/${PROJECT_NAME}/${RUNCONFIGURATION_NAME}
Note that the data stored there may not be human readable. It is designed for consumption by the Optimization Studio IDE.