linopy.solvers.Solver.from_name#
- static Solver.from_name(name, model=None, io_api=None, options=None, track_updates=False, **build_kwargs)#
Construct the solver subclass registered as
name.With
modelsupplied, the solver is built immediately. Without it, an unbuilt instance is returned and the firstsolve(model, ...)call performs the build. SeeSolverfortrack_updates.