Skip to content
New issue

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

How to solve a just Linear problem? #44

Open
nicola-decao opened this issue Jul 15, 2021 · 1 comment
Open

How to solve a just Linear problem? #44

nicola-decao opened this issue Jul 15, 2021 · 1 comment

Comments

@nicola-decao
Copy link

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.":

raise RuntimeError('Q is not SPD.')

How can I solve a linear problem where Q does not need to be specified?

@bamos
Copy link
Member

bamos commented Jul 15, 2021

Hi @nicola-decao - for handling just linear programs you can use https://github.com/cvxgrp/cvxpylayers / https://github.com/cvxgrp/diffcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants