Originally posted by: RobertFlores
I am accessing cplex 12.6.3 through matlab to solve a very large lp (>>100,000 variables). I have been trying to use the barrier solver on the problem, and am interested in getting some algorithm output to indicate the state of the problem. I am using the following line to create the options object, which is then passed to the solver:
options = cplexoptimset('Display','on');
When using other lp algorithms, updates are fed to the console, but not when the barrier method is being used. Is there another method/command for getting more solver information during the solving process?
Thank you!
#CPLEXOptimizers#DecisionOptimization