Originally posted by: Bryanr
I walked through the codes and had some changes to make sure about the model. And I'm pretty sure about the generated model after testing. So I had another run for the same problem with exact same settings and captured two solutions times for max and min. I also attached the sav format files
min
....
MIP Presolve eliminated 1049 rows and 3101 columns.
Aggregator did 1542 substitutions.
Reduced MIP has 1555 rows, 47381 columns, and 115039 nonzeros.
Reduced MIP has 46325 binaries, 0 generals, 0 SOSs, and 880 indicators.
...
Total (root+branch&cut) = 18.75 sec. (4200.35 ticks)
Solution status = Optimal
max
.....
MIP Presolve eliminated 1049 rows and 3101 columns.
Aggregator did 1542 substitutions.
Reduced MIP has 1555 rows, 47381 columns, and 115039 nonzeros.
Reduced MIP has 46325 binaries, 0 generals, 0 SOSs, and 880 indicators.
.....
Total (root+branch&cut) = 62.29 sec. (15598.11 ticks)
Solution status = Optimal
{code}
As we can see the reduced models are the same; however, it leads to different solution times. I'm still subliming around :(
#CPLEXOptimizers#DecisionOptimization