ZEN-universe / ZEN-garden

MIT License
3 stars 14 forks source link

suppress "Unable to write ILP" message #262

Closed jacob-mannhardt closed 1 year ago

jacob-mannhardt commented 1 year ago

We attempt to write the IIS ILP after each optimization even if the optimization is feasible, which obviously does not make sense. This always gives us a warning. We should either suppress the warning or only write the IIS if infeasible

aganter commented 1 year ago

@jacob-mannhardt, I think this is resolved as well?