codykarcher / pyomo

An object-oriented algebraic modeling language in Python for structured optimization problems.
https://www.pyomo.org
Other
0 stars 0 forks source link

Variable bounds as declared do not have units #8

Open codykarcher opened 1 year ago

codykarcher commented 1 year ago

currently bounds are assumed to be of form [0,1], but should be of form [0units.m, 1units.m] to prevent ambiguity. At a minimum, united quants should be accepted as valid, but currently are not.