Hello,
I have an infeasible model, and I have seen that previous posts in this forum recommend generating an IIS in order to identify the constraints causing the infeasibility. I have tried to use commands such as
display {i in 1.._ncons: _con[i].iis != "non"} _conname[i]
but when I do, I get a "Bad suffix .iis for _con" error message. I am using Gurobi 9.1.2. Is there any other way I can generate an IIS?
Thank you!