How to use computeIIS to find the constraint or the bound that is the source of the infeasibility?
回答済みAfter I use the following command:
m.computeIIS()
m.write("m.ilp")
how to figure out which constraint was the source of the problem? Please see the lip file below: I have a big model and I even do not know where the number 0.0183 comes from

Thanks,
Hussein
0
-
Hi Hussein,
the bound could be due to the presolve - Gurobi might have implied it from the other constraints in your model.
I recommend that you specify a name for each of your constraints (as described in the documentation). You will then be able to identify the constraint which causes the trouble.
Best regards
Jonasz0
サインインしてコメントを残してください。
コメント
1件のコメント