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_getPluginsorcs.CasadiMeta_pluginsare not available.
- Return type: