5. Solvers

AutoReduce provides numerical solvers in autoreduce.solvers.

5.1. ODE Solver

solvers.ode.ODE evaluates a symbolic System and solves the resulting ODE with SciPy. For most workflows, call solve_ode(system, timepoints) directly.

5.2. Sensitivity Solver

solvers.ssm.SSM computes local sensitivity coefficients and Jacobian approximations for symbolic systems. For most workflows, call solve_sensitivity(system, timepoints) directly.