idaes-pse icon indicating copy to clipboard operation
idaes-pse copied to clipboard

Add CI workflow to test updated Pyomo problem writer

Open lbianchi-lbl opened this issue 2 years ago • 1 comments

  • The new problem writer is enabled globally by adding this snippet:
from pyomo.opt import WriterFactory
WriterFactory.register('nl')(WriterFactory.get_class('nl_v2'))

lbianchi-lbl avatar Sep 01 '22 18:09 lbianchi-lbl

@jsiirola, is working on this on the Pyomo sie.

ksbeattie avatar Oct 13 '22 18:10 ksbeattie