How to improve LP formulation using presolve
I have written an Integer Program using the Gurobi Python API and noticed the following row in the log:
Presolve removed 9331080 rows and 2671 columns - which took about 35 seconds.
I know for sure that I won't be able to change my formulation resulting in 0 presolve time, but I want to reduce it, and I feel that in my case it is possible.
From what I see a *lot* of rows are deleted (almost 9.5M), is there a way to check what rows/columns are removed? I suspect that this will help me identify redundant inequalities.
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Barak,
How many rows and columns does the original model have? Can you post the corresponding log line?
Thanks,
Sonja
0
Post is closed for comments.
Comments
2 comments