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

Can we solve QP with only equality constraints? #45

Open
yingyima opened this issue Aug 19, 2021 · 0 comments
Open

Can we solve QP with only equality constraints? #45

yingyima opened this issue Aug 19, 2021 · 0 comments

Comments

@yingyima
Copy link

I have set inequality variables 'G' and 'h' as dummy variable Variable(torch.Tensor()),
but line 87 in qp.py: _, nineq, nz = G.size()
will raise problem: ValueError: not enough values to unpack (expected 3, got 1)

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

1 participant