Pyomo / PyomoGallery

A collection of Pyomo examples
Other
284 stars 158 forks source link

Removing unsupported use of chained inequality syntax #19

Closed jsiirola closed 3 years ago

jsiirola commented 3 years ago

Support for "chained" inequalities was deprecated in Pyomo 5.7 and removed in Pyomo 6.0. This fixes #18 by switching the diet example to using the inequality() function.