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

Ordering of binary variables in branch and bound tree

回答済み

コメント

1件のコメント

  • Mario Ruthmair
    • Gurobi Staff

    Hi Richard,

    The branching on binary variables in Gurobi's branch-and-bound algorithm follows a set of complicated rules that depend on many criteria, i.e., set of fractional variables, current bounds, branching strategy, etc.

    You can control the branching strategy via parameters VarBranch and BranchDir.

    But what you probably need in your case is to define branching priorities via variable attribute BranchPriority. Variables with a higher branching priority have a higher chance to be selected during branching.

    Best regards,
    Mario

    0

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