Originally posted by: SystemAdmin
[simovt said:]
Hello everybody
I would like to know if there is any way to output the solution in CPLEX interactive optimizer in a different format besides XML.
I am getting the solution file by executing the command
write solution.sol sol
XML is definitely nice but I am dealing with a fairly large problem and I end up having solution files with sizes of tens of megabytes which take quite some time to parse with the standard xmlread function in MATLAB...
I have read the CPLEX interactive optimizer reference (e.g.
http://www.ieor.berkeley.edu/Labs/ilog_docs/pdf/refinteractiveoptimizer.pdf) but I have not found an answer to my question
Thanks a lot.
Tomas
#CPLEXOptimizers#DecisionOptimization