Originally posted by: abhzap
Hi All,
I have a model written in Java CPLEX API 12.2.
I require multiple runs of the model and would like all the data returned by CPLEX to be stored persistently in Java.
I know that CPLEX returns XML-based .sol files.
But I find persistent storage in Java to much helpful as I can query the data parameters I need easily and plot the required graphs. This seems much easier than parsing XML files.
Is there any way that CPLEX returns a solution object? In that case, I save the complete solution of each solution and more importantly, it becomes easier to read the data later.
Thanks,
abhzap
#CPLEXOptimizers#DecisionOptimization