メインコンテンツへスキップ

Variables fixing in Gurobi's B&B

回答済み

コメント

1件のコメント

  • Simranjit Kaur
    • 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

サインインしてコメントを残してください。