Skip to main content

Gurobi c API GRBcbsolution objP interpretation outside of MIPNODE

Answered

Comments

1 comment

  • Marika Karbstein
    • Gurobi Staff

    Hi Tomáš,
    Your interpretation is right. In the MIP and MIPSOL callback, the processing of the provided solution is delayed until the next possible point in the solution process, while in the MIPNODE callback the solution can be processed immediately. Because the solution is not checked at this point in the MIPSOL and MIP callback, the obj value is infinity. But still, the solution should be used later provided that Gurobi does not find a better solution in the meanwhile.
    We will check how we could improve our documentation.

    1

Please sign in to leave a comment.