I tried to change the eps and polish, but it either slowdown the solver or violate the constraint badly.
Thanks. jc
Thanks for the reply, it is helpful.
OSQP is pretty slow for our problem of ~3000 variables, it takes 1.7 seconds compare to Mosek's 0.1 second. Maybe the default linear solver is slow. So I installed IntelSWTools as directed on the osqp.org. However i could not make it work with OSQP R package. Here is the error:
ERROR in lh_load_lib: Windows error while loading dynamic library mkl_rt.dll, error = 126
ERROR in osqp_setup: mkl pardiso linear system solver not available.
Tried to obtain it from shared library
I added the lib and include folder under C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.0.117\windows\mkl to the system path. but I still get that error.
Do you have any suggestions? Thanks.
jc