Skip to main content

Gurobi 9.0.1 - Non-convex quadratic optimization scalability

Answered

Comments

3 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 why not try our AI Gurobot?.
  • Tobias Achterberg
    • Gurobi Staff

    This question is very hard to answer, because just like in MILP, the size is not necessarily the most important factor when it comes to the time needed to solve a model. The more important aspect is the structure of the model.

    And given that, randomly generated problems usually have a very poor structure, so it is not very surprising that you are unable to solve them. You should instead try problem instances of the actual application that you want to address.

    You may also want to take a look at the publicly available results on the QPLIB. Prof. Hans Mittelmann has some benchmark results: http://plato.asu.edu/bench.html (non-convex MIQCP is under "Mixed Integer QPs and QCPs").

    Best regards,

    Tobias

     

    0
  • Zhen Lin
    • Gurobi-versary
    • First Question
    • First Comment

    Thank you Tobias!

    0

Post is closed for comments.