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

How to make the branch and cut tree only use Barrier to solve the node LP?

回答済み

コメント

1件のコメント

  • Jaromił Najman
    • Gurobi Staff

    In addition to setting Method=2 and NodeMethod=2, you also have to set Crossover=0. This avoids the computation of a basis solution at the end of the root node which automatically leads to the usage of the Simplex algorithm for nodes.

    1

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