Gurobi compute IIS in Julia

What is the equivalent of the following in Julia?

https://support.gurobi.com/hc/en-us/articles/15656630439441-How-do-I-use-compute-IIS-to-find-a-subset-of-constraints-that-are-causing-model-infeasibility

I understand I should be using direct_model(), but I am having trouble finding documentation of what the equivalents are in Julia.

2 Likes

See this part of the docs

See also

Let me knoe if you still have questions after reading. Perhaps we need a proper tutorial about this.

3 Likes