Branching Priority for nonconvex MIQCP
AnsweredHi folks,
For MILP problem, it is possible to set branching priority of the binary variables. But for nonconvex MIQCP, gurobi is not only branching on the binary variables but also on the domain of the continuous variables. Is it possible to set the branching priority such that gurobi will branch on the binary variables first before doing spatial branch and bound? Also is it possible to set branching priority for the continuous variables that appear in the nonconvex constraints?
Thanks in advance!
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hello Can:
presently it is not possible to have an explicit control on spatial branching, however, you can try to encourage branching on your integers by elevating the "good old" BranchPriority property of the said MIP variables; here is the link for completeness,
https://www.gurobi.com/documentation/9.0/refman/branchpriority.html
Hope this helps.
0
Post is closed for comments.
Comments
2 comments