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

Need to handle inconsistent but valid units #6

Open codykarcher opened 1 year ago

codykarcher commented 1 year ago

ex: units.ft + units.m <= units.inch

Need to think about how to do this