csnlp.util.docs.list_available_solvers#

csnlp.util.docs.list_available_solvers()[source]#

Returns the available CasADi solvers.

Returns:
dict of (str, list of str)

A dictionary containing for each type of problem a list of plugin names that are available.

Raises:
RuntimeError

Raises in case the plugins cannot be retrieved because the functions cs.CasadiMeta_getPlugins or cs.CasadiMeta_plugins are not available.

Return type:

dict[str, list[str]]