Skip to main content

Gurobi optimization

Awaiting user input

Comments

3 comments

  • Maliheh Aramon
    Gurobi Staff Gurobi Staff

    Hi Nina, 

    It seems that your model is infeasible and you cannot retrieve any solution. You would need to check whether the solver found a solution or not using the termination_status(model) function. If the model is infeasible, you can then use the  compute_conflict!(model) function to find a subset of constraints that are responsible for infeasibility. 

    You can also check out the Julia community forum for any Julia-specific question.

    Best regards,

    Maliheh

     

    0
  • nina fatehi
    Gurobi-versary
    First Comment
    First Question

    Hi Maliheh,

     

    I would like to thank you for your response. We implemented the commands you just mentioned. As you said the solver does not find any solution. would you please let me know how we can fix the error because it seems like it is related to the gurobi optimization.

     

    Thank you,

    Nina

    0
  • Maliheh Aramon
    Gurobi Staff Gurobi Staff

    Hi Nina,

    To debug the error, we would need to reproduce it first. Could you please post a minimal reproducible example? Please follow the instructions as explained in this Stack Overflow post to create a minimal example. 

    Best regards,

    Maliheh

    0

Please sign in to leave a comment.