﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4247	Implement state-of-the-art high-order variable-step-size explicit integration methods	Francesco Casella	Willi Braun	"The current default choice of integration method is DASSL, which is good to stay on the safe side because it has error control, step-size and order (up to 5th) adaptation, and event handling; being a stiff solver, it won't provide horrible performance with stiff systems as a standard explicit solver would. Eventually, we should replace this default choice with the more modern IDA solver, once its integration into OMC is sufficiently tested and deemed reliable.

On the other hand, for non-stiff systems, the performance penalty paid to compute the Jacobian and to solve the embedded implicit equations when using DASSL or IDA could be significant and simply not justified.

Other simulation environments provide high-order explicit integration methods with variable step-size and error control, such as the ode23 and ode45 methods in Matlab. 

As far as I understand, we only provide adaptive step size on the explicit solvers symEuleSsc and rungetutta_ssc. The former is first-order, so it's not quite inefficient even with moderately tight tolerances, while the latter is optimized for moderately stiff systems.

IMHO, having the equivalent of Matlab's ode23 and ode45 (with event support) would be recommended and very useful in a number of applications that result in non-stiff ODE systems."	enhancement	closed	critical	1.16.0	Run-time		fixed		
