pyomo
pyomo copied to clipboard
Handle empty models in Pyomo-HiGHS interface
trafficstars
Summary
Currently an error gets raised when attempting to solve an empty model via the Pyomo-HiGHS interface. What should happen?
See this HiGHS issues: https://github.com/ERGO-Code/HiGHS/issues/1588
We could add empty_model to TerminationCondition?
This as discussed at the Pyomo dev call and we decided to add an EmptyModel termination condition to catch this case.