Slow initialization and stuck in initialization phase when using OSQP for quadratic programming #696
Unanswered
ineffable-sun-xie
asked this question in
Python Interface
Replies: 1 comment 2 replies
-
How many nonzeros are in A and P? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using OSQP to solve a quadratic programming problem. However, I am experiencing extremely slow performance and the process seems to be stuck in the initialization phase.
The size of matrix A is (3410326, 79921) and the size of matrix P is (79921, 79921).
I am looking for suggestions on how to improve the performance or resolve this issue. Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions