Originally posted by: RWunderling
nathan,
it looks like you turned off presolve in both runs, so presolve is not a likely culprit. However, you also seem to have changed the markowitz tolerance to a very conservative value of 0.99999 for the first run but not for the second. This could explain the difference of the time per iteration you observerd.
It also suggest that the problem you solves is numerically challenging. With such models it is not
uncommon to observe large differences in performance just due to random changes in the solution path.
In addition, for the pure LP run, you have relaxed the feasibility tolerance to 1e-5 in the relaxation
run but not for the MIP, which can further explain the difference.
That said, I would be interested in taking a more detailed look if you agree to email it to me directly
or ftp it if the size is too large following these steps:
ftp testcase.boulder.ibm.com
login anonymous
password = <your e-mail address>
> cd /software/toibm/ilog
> bin (use binary file transfer for all compressed files)
> put <file name>
> quit
Thanks,
#CPLEXOptimizers#DecisionOptimization