Originally posted by: r_i_l_e_y
Looking at some log files my supervisor and I were surprised to see presolve times which were larger than the total times For example:
MIP Presolve eliminated 2100 rows and 0 columns.
MIP Presolve modified 16830430 coefficients.
Reduced MIP has 106621 rows, 151865 columns, and 139165120 nonzeros.
Reduced MIP has 151865 binaries, 0 generals, 0 SOSs, and 0 indicators.
Presolve time = 1652.94 sec.
Root node processing (before b&c):
Real time = 445.24
Sequential b&c:
Real time = 0.00
Total (root+branch&cut) = 445.24 sec.
We had assumed that the total included the presolve time. What I'd really like to do is directly query Cplex for the total solve time (in the same way I might ask for the number of cuts, or the incumbent node). I cannot find anything in the documentation to support this, but surely this functionality exists?
#CPLEXOptimizers#DecisionOptimization