Skip to content

Error while displaying available solvers #245

Answered by fabinsch
sandeep026 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sandeep026,

it should actually be

import qpsolvers
print(qpsolvers.available_solvers)

as described here in the docs. You are accessing the attribute available_solvers on the function solve_qp which does not make sense, you have to do so on the module qpsolvers itself.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sandeep026
Comment options

Answer selected by sandeep026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants