Skip to main content

Infeasible in nonc-convex model

Answered

Comments

1 comment

  • Maliheh Aramon
    • Gurobi Staff Gurobi Staff

    Hi, 

    Gurobi is a global solver for both convex and non-convex problems. If the model is solved to infeasibility without a warm-start solution, the Gurobi has concluded that there is no feasible solution globally. 

    The discrepancy between the results with and without a warm-start solution can likely be due to numerical issues in the model. You can try solving the model by disabling procedures such as DualReductions=0, Aggregate=0, bumping the NumeircFocus parameter, and relaxing the value of the tolerance parameters, including FeasibilityTol and OptimalityTol.

    You can also consider calling the model.computeIIS() method to diagnose infeasibility through computing an IIS. More information can be found in the article "How do I determine why my model is infeasible?". 

    Best regards,

    Maliheh

    0

Please sign in to leave a comment.