We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @bamos 🙂
If I do not specify Q or I use Q as a zero matrix I have errors. Specifically, it raises "Q is not SPD.":
Q
qpth/qpth/qp.py
Line 85 in bc121d5
How can I solve a linear problem where Q does not need to be specified?
The text was updated successfully, but these errors were encountered:
Hi @nicola-decao - for handling just linear programs you can use https://github.com/cvxgrp/cvxpylayers / https://github.com/cvxgrp/diffcp
Sorry, something went wrong.
No branches or pull requests
Hello @bamos 🙂
If I do not specify
Q
or I useQ
as a zero matrix I have errors. Specifically, it raises "Q is not SPD.":qpth/qpth/qp.py
Line 85 in bc121d5
How can I solve a linear problem where
Q
does not need to be specified?The text was updated successfully, but these errors were encountered: