(function from pyomo.dae.simulator)
pyomo.dae.simulator
Convert a Pyomo expression tree to Casadi.
This function replaces a Pyomo expression with a CasADi expression. This assumes that the substitute_pyomo2casadi function has been called, so the Pyomo expression contains CasADi variables and intrinsic functions. The resulting expression can be used with the CasADi integrator.
expr – a Pyomo expression with CasADi variables and intrinsic functions
a CasADi expression tree.