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

Assistance with GRB.Callback.MIPNODE for Branch and Cut in Generalized Benders Decomposition

回答済み

コメント

1件のコメント

  • Riley Clement
    • Gurobi Staff

    Hi Henry,

    "Benders cuts" are actually "lazy constraints" using Gurobi terminology (see What is the difference between user cuts and lazy constraints?).  You will need to add them using Model.cbLazy not Model.cbCut.

    I would also experiment with adding the "cuts" from a MIPSOL callback instead of MIPNODE and see if it improves performance.

    - Riley

    0

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