Ladislav
Ladislav
I've also ran into active_set issues. Returned SOLVER_STATUS_CONVERGED but the solution is very suboptimal. OSQP worked fine. Maybe tag the routine as "experimental" or some other warning like that?
I ran into the same error. I found there are two libiomp5md.dll, one in "Library\bin", another one in "Lib\site-packages\torch\lib". The workaround ``` import os os.environ['KMP_DUPLICATE_LIB_OK']='True' ``` works, but is there...
+1, this would be super helpful for certain use-cases