idaes-pse
idaes-pse copied to clipboard
Add CI workflow to test updated Pyomo problem writer
- The new problem writer is enabled globally by adding this snippet:
from pyomo.opt import WriterFactory
WriterFactory.register('nl')(WriterFactory.get_class('nl_v2'))
@jsiirola, is working on this on the Pyomo sie.