linopy.solvers.Solver.is_available#
- classmethod Solver.is_available()#
Return True if this solver’s package/binary is importable.
Must not acquire a license. Subclasses override with the cheapest possible probe. Base returns False so a forgotten override fails safe (the solver simply does not show up in
available_solvers).