Skip to main content

Non-convex QCPQ capability compared to SCIP

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Jaromił Najman
    • Gurobi Staff

    While SCIP and Gurobi use the same idea to solve (continuous) non-convex QCQPs, the algorithm aren't exactly equal. Both, SCIP and Gurobi (and many other global (MI)NLP solvers)  use the spatial B&B algorithm but they all differ in certain aspects. Different solvers use different cuts, bound tightening techniques, branching rules, and node selection rules which already account for most of the performance differences between solvers. Moreover, similar to MIPs, there are many tricks which can be applied to certain (MI)NLP problems. This means that having a bigger bag of tricks can help you solve more models (faster).

    Best regards, 
    Jaromił

    0

Post is closed for comments.