Skip to content

Simulation: Substitute modelica parameters in functions

Teresa Piovesan requested to merge sim_update into master

One can pass to Ipopt parameters or do the substitution before hand. We now do the latter, to allow to solve for equations of the type x^k where k is a parameter.

Note that this is not an issue in optimization problem, as in CollIntOpt the parameter substitution is already done.

Merge request reports