OOAmusat
Results
1
issues of
OOAmusat
Running the diagnostics toolbox on a model with inequality constraints enforcing variable bounds is throwing up ``display_near_parallel_constraints()`` warnings: **MWE:** ``` @m.Constraint(m.periods) def eq_hw_tank_temperature_lb(m, key): return m.fs[key].hw_tank.T[0] >= (50 + 273.15)...