Skip to main content

solve_until_equilibrium

Function solve_until_equilibrium 

Source
pub fn solve_until_equilibrium(
    prob: &Problem,
    solver: &Solver,
    opts: &Options,
    eq_opts: &EquilibriumOptions,
) -> (Solution, EquilibriumResult)
Expand description

Integrates until equilibrium or time span exhausted.