Skip to main content

Why the gap is so big?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff Gurobi Staff
    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?.
  • Silke Horn
    • Gurobi Staff Gurobi Staff

    The huge gap means that the objective of the root relaxation (i.e., the optimal fractional solution) is far away from the best integer solution that has been found so far.

    In your log, I can see that Gurobi moves the bound quite a bit, from -4337.444e at the end of the root relaxation to -601.04029 when you interrupted the solve, while the incumbent solution is barely moving.

    You could experiment with different values of the MIPFocus parameter or more aggressive cuts to make the bound move faster, but if you could improve the model by tightening the LP relaxation (i.e., change your constraints or add new ones so that the optimal solution of the root relaxation gets closer to the optimal integer solution), that would probably help a lot more.

    0

Post is closed for comments.