Originally posted by: ilovetoyota
Every time I call MIPOPT from C, I can see the following output from CPLEX
MIP Presolve eliminated 5775 rows and 28000 columns.
Reduced MIP has 4500 rows, 8750 columns, and 33775 nonzeros.
Presolve time = 0.45 sec.
It seems that MIP Presolve did an excellent job in reducing the problem size, and eliminate those redundant rows and columns. May I know what are the heuristics used in MIP Presolve? Is there any paper or article introduce this?
It would be super powerful to combine those CPLEX heuristics with external heuristics if we know what CPLEX do exactly.
#CPLEXOptimizers#DecisionOptimization