You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for no-ODE models by adding a single artificial state variable with dy/dt=0. This is mainly to extend the breadth of tested cases from the SBML Test Suite, as real models are normally not devoid of ODEs in practice.
Summary
Add support for no-ODE models by adding a single artificial state variable with
dy/dt=0. This is mainly to extend the breadth of tested cases from the SBML Test Suite, as real models are normally not devoid of ODEs in practice.See also #21