Skip to main content

Benders Cuts in Branch and Bound Tree

Answered

Comments

1 comment

  • Marika Karbstein
    Gurobi Staff Gurobi Staff

    You need to call MIPNODE instead MIPSOL. In addition, note that for method Model.cbGetNodeRel() you need to check whether  GRB.Callback.MIPNODE_STATUS is equal to GRB.OPTIMAL, see the example usage in Model.cbGetNodeRel().

    0

Please sign in to leave a comment.