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

Iteratively apply user cuts before leaving root node

回答済み

コメント

2件のコメント

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Lorenzo,

    Unfortunately I don't think the NodeLimit=1 approach will work (and I suggested it).  I think we will just see termination of the solve where we would have otherwise seen branching.

    At the root node we run heuristics, add cuts, and can branch.  If you increase the effort of heuristics and cuts then you may be able to delay the branching, but ultimately there is not the level of control you are after.

    I would try experimenting with these parameters Heuristics, Cuts, CutPasses, perhaps first trying with Heuristics=0.5, CutPasses=2000000000 to see what difference it makes.  Note that this does not mean that Gurobi will do 2 billion cut passes but at least removes this an obstacle.

    - Riley

    0
  • Lorenzo Moreschini
    • Gurobi-versary
    • Investigator
    • Conversationalist

    Thank you, I will try to experiment with those parameters.

    0

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