Replies: 1 comment
-
Hi @MizWong, sorry for no one replying to your question earlier. No, the OSQP solver as implmented does not solve SOCP or QCQP optimization problems. OSQP supports only linear constraints of the form If you need SOCP problems, then another solver would be needed, such as Clarabel (https://github.com/oxfordcontrol/Clarabel.cpp, or any of the other language interfaces it provides). For QCQPs, I know that HPIPM (https://github.com/giaf/hpipm) does provide support for some forms, so you can look into that solver should you need them. |
Beta Was this translation helpful? Give feedback.
-
From the examples and descriptions, seems only linear constraints are possible?
Beta Was this translation helpful? Give feedback.
All reactions