Mixed Integer implementation of OSQP #687
Unanswered
Laksh-kit
asked this question in
Matlab/Simulink Interface
Replies: 1 comment
-
Hi @Laksh-kit, we do not support mixed-integer problems in the OSQP library, unfortunately. You can use OSQP as the inner solver for a MIQP, and implement the integer portion as an outer wrapper (so you would call OSQP with your sub-problems at each node). One such method can be found in some earlier work by @bstellato and @goulart-paul (https://stellato.io/assets/downloads/publications/2018/miosqp_ecc.pdf), and there is some code available for it using Python here: https://github.com/osqp/miosqp. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it already possible to use the OSQP libraries in Matlab to solve mixed integer problems (MIQCPs)? If not where could the library be extended to make it compatible for MIQCPs.
Regards
Laksh
Beta Was this translation helpful? Give feedback.
All reactions