Originally posted by: baohu
Hi I created an optimization model with OPL in a MOD file, which can be directly solved by CPLEX studio.
After that I converted this MOD file to LP file and solve it using Python
I did not specify any parameter setting. Therefore, I assumed that in both of these methods I have used the default parameters setting.
However, the results are different. The result obtained from CPLEX studio is better than the second method.
Any clue in it and Do I need to do any improvement?
#CPLEXOptimizers#DecisionOptimization