Ordering of binary variables in branch and bound tree
AnsweredHow does Gurobi order the binary variables? I.e., how does it decide which binary variable is the root node, which ones are the children, etc.
I believe for my problem I have a more optimal ordering than random ordering - I want to force Gurobi to use that information.
-
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,
Mario0
Please sign in to leave a comment.
Comments
1 comment