picos.solvers¶
Optimization solver interfaces.
This package contains the interfaces to the optimization solvers that PICOS uses
as its backend. You do not need to instanciate any of the solver classes
directly; if you want to select a particular solver, it is most convenient to
name it to solve
via the solver
keyword argument.
Exceptions
Classes
Functions
- picos.solvers.all_solvers()[source]¶
Return a dictionary mapping solver names to implementation classes.
- picos.solvers.available_solvers(problem=None)[source]¶
Return a sorted list of names of available solvers.
- Parameters
problem – DEPRECATED
- picos.solvers.get_solver(name)[source]¶
Return the implementation class of the solver with the given name.