Damdae Park

Results 3 issues of Damdae Park

## Summary ### Steps to reproduce the issue ```console from pyomo.environ import * from pyomo.dae import * from pyomo.dae.simulator import Simulator def create_model(): m = ConcreteModel() m.t = ContinuousSet(bounds=(0.0, 10.0))...

bug
pyomo.dae

Hi, Nice work. Where can I get the example codes for line fitting problems shown in the paper?

Hi SCM, I found that two PLAMS, one installed by `pip install plams` (through PyPI) and the other one installed by `pip install git+https://github.com/SCM-NV/PLAMS.git@master` (through source code from Github), behave...