Willy Mroczowski
Willy Mroczowski
I can easily implement an optlang function which returns if the model is a MIP or not. I'll do that gladly. The `IsMIP` attribute is supported since at least [version...
Yeah, that sounds good! I think I will add a function like `is_integer` called `is_mip` and use that in the reduced costs and shadow prices getter functions to raise an...
That's actually a similar problem to what I already had: https://github.com/opencobra/cobrapy/issues/1372#issue-2098982839 I looked into the code and have a general idea on how to tackle this. I think it would...