Originally posted by: Devin063
Greetings,
I am new to CPLEX. Currently, I am working on a linear programming problem in matlab.
When I use optimization function linprog with interior point method by matlab, the computation can finish just several seconds. However, when I use cplexlp function of CPLEX with interior point algorithm and same tolerance in matlab, it sometimes can cost several minutes. Because I need call linear programming solver frequently, my program now is extremely slow.
At the same time, I noticed that even I specified to use interior point method by "cplexoptimset('Algorithm','interior-point','MaxIter', 2000,'Display','final','ExportModel', 'model.sav')" , the clone1.log file still says, "Dual simplex solved model." as figure shows.
The attached file is export of model for analysis. Can anyone tell me how can I diagnose the reason for slowness? And how can I improve the computation time?
Thank you very much!
#CPLEXOptimizers#DecisionOptimization