add pyomo StreamBasedExpressionVisitor
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 17:42:38 +0000 (18:42 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 17:42:38 +0000 (18:42 +0100)
commitba9876c992c5657b18c4ba93eed8ac3dd347751f
treeb7813823c878cee51bf128baf1734d76360f0808
parentbeadcce36dc23ffc8d599b1ac4601da9500476a4
add pyomo StreamBasedExpressionVisitor
https://pyomo.readthedocs.io/en/stable/_modules/pyomo/core/expr/visitor.html
part of testing https://bugs.libre-soc.org/show_bug.cgi?id=1094
src/openpower/numeric_types.py [new file with mode: 0644]
src/openpower/test_visitor.py [new file with mode: 0644]
src/openpower/visitor.py [new file with mode: 0644]