Originally posted by: yhlvqz
I call cplexlsqlin( ) in matlab and use options.Diagnostics.
Total real time on 4 threads = 0.03 sec
I think it is how long the cplex runs to solve the optimization problem.
but if I add tic and toc between this function, it show Elapsed time is 0.13.
How I can reduce the extra 8 second when I call cplex function?
Thanks
#CPLEXOptimizers#DecisionOptimization