Skip to main content

How to set optimality gap in non-convex quadratic program?

Ongoing

Comments

3 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff 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?.
  • Eli Towle
    Gurobi Staff Gurobi Staff

    The MIPGap parameter controls the relative optimality gap at which Gurobi stops solving. The default value is 0.0001 (a 0.01% gap). The MIPGap parameter is used for this purpose regardless of whether your non-convex quadratic problem contains integer variables.

    For examples of how to set parameters through various APIs, please see the Parameter Examples section of the documentation.

    0
  • bingji bingji
    Gurobi-versary
    First Comment

    Is the MIPGap PARAMETER also suitable for the common convex programming or LP? 

    0

Post is closed for comments.