Skip to main content

Callback add heuristic solution only when the gap is small

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • 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?.
  • Jaromił Najman
    • Gurobi Staff

    Hi,

    You can compute the MIPGap in a \(\texttt{where=MIP}\) callback by retrieving the \(\texttt{MIP_OBJBST}\) and \(\texttt{MIP_OBJBND}\) and use the formula shown in this Knowledge Base article. Please be careful when computing the gap in cases where the objective and the best bound have different signs.

    Best regards,
    Jaromił

    0

Post is closed for comments.