autoreduce.reductions.timescale.solve_timescale_separation

solve_timescale_separation(system_obj, slow_states, fast_states=None, timepoints_ode=None, timepoints_ssm=None, **kwargs)[source]

Solve time-scale separation directly from a System.

Plain System inputs are converted to a Reduce working object internally, so callers do not need to create get_reducible(system) first.