Open michaelbynum opened 10 months ago
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?
empty_model
TerminationCondition
This as discussed at the Pyomo dev call and we decided to add an EmptyModel termination condition to catch this case.
EmptyModel
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