-
Notifications
You must be signed in to change notification settings - Fork 138
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
SCS Fails on Quad Program from OSQP Benchmark (LASSO) #167
Comments
Thanks for posting this in a way that made it easy to reproduce! Turns out that the data has
In SCS 3.0 we can support
With result:
|
Indeed it fails on ECOS as well as I posted in embotech/ecos#200. |
Specifications
2.1.4
(Python PIP)Description
I have a pretty simple Quad Program which SCS fails to solve (Returns
nan
) while Gurobi / OSQP manages to solver it.I am using
CVXPY
to utilizeSCS
How to reproduce
Python code to reproduce:
I am also attaching as a
.txt
file SCSFail.txt.Additional information
It is a LASSO problem converted into QP.
Actually SCS fails other problems from OSQP Benchmark such as: Huber Fitting, SVM.
Running the same problems with OSQP or Gurobi yields a valid solution.
Output
The text was updated successfully, but these errors were encountered: