osqp / osqp-matlab

Matlab interface for OSQP
https://osqp.org/
Apache License 2.0
42 stars 25 forks source link

Make osqp mex file compatible with MSVC #14

Closed imciner2 closed 5 years ago

imciner2 commented 5 years ago

Fix an issue with visual studio not accepting the type conversion of the linear solver parameter. This now makes osqp_mex.cpp compile under visual studio in Matlab.

gbanjac commented 5 years ago

Looks good! Thanks for the fix!