メインコンテンツへスキップ

IIS Variable boundsii

回答済み

コメント

3件のコメント

  • Maliheh Aramon
    • Gurobi Staff

    Hi Iason, 

    I am a bit confused on what you mean by "IIS variable bounds". Can you please elaborate more on what you mean?

    You need to define the variable bounds when building your model. In case the model is declared to be infeasible, you can then call the method Model.computeIIS() to find an irreducible inconsistent system including a subset of constraints and variable bounds which is infeasible and becomes feasible if one of the constraints or variable bounds is removed. 

    Best regards,

    Maliheh

    0
  • Simranjit Kaur
    • Gurobi Staff

    Hi Iason,

    Just to add to what Maliheh explained about the irreducible inconsistent system (IIS) in her comment: If you set bounds for a variable in the model, but it appears as free in the IIS, it indicates that the variable's bound does not play a role in making the IIS infeasible.

    Best regards,

    Simran

    0
  • Iason Liagkas
    • Gurobi-versary
    • Detective
    • Thought Leader

    Thank you both!

    0

サインインしてコメントを残してください。