Skip to main content

Variables fixing in Gurobi's B&B

Answered

Comments

1 comment

  • Simranjit Kaur
    • Gurobi Staff Gurobi Staff

    Hi Federico,

    You can use the Model.cbGetNodeRel() method in a MIPNODE callback to get the node relaxation solution at a node. If your heuristic needs a feasible solution as a starting point, you can use the  Model.cbGetSolution() method in an MIPSOL callback to get a solution.

    Best regards,
    Simran

    0

Please sign in to leave a comment.