pastas.model.Model.add_solver ============================= .. py:method:: pastas.model.Model.add_solver(solver: pastas.typing.Solver) -> None Add a solver to the model (Deprecated). .. deprecated:: 2.4.0 Use ``ps.solver.LeastSquares(model=ml, ...)`` to add a solver directly without calling this method. .. !! processed by numpydoc !!