Ian McInerney

Results 235 comments of Ian McInerney

Can you clarify what you mean by failing to update rho? Do you mean it has failed to actually solve the problem when adaptive rho is enabled, or that there...

Your test errors appear to be due to missing MKL: > ERROR in lh_load_lib: Error while loading dynamic library libmkl_rt.so: Shared object "libmkl_rt.so" not found, required by "osqp_tester"

Do you mean you use the osqp-cpp wrapper? It would be useful if you could post the code you are using so we can see the full implementation.

The R build system has always been special and a bit difficult to deal with, and we discussed this a bit when fetch content was first introduced: https://github.com/osqp/osqp/pull/201#pullrequestreview-294842214. The two...

Your call to `osqp_setup` is incorrect. That function requires 3 arguments, and will return an error code not the workspace pointer. In your code, the call should look like ```...

We've recently updated and rebuilt both qdldl and osqp wheels, so I think this should be fixed. Do you still see any issues?

Do you have a specific output format in mind? Currently we only support outputting the workspace to a C file (meant to be used as a variable in embedded OSQP...

For ASCII, you can use the code generation features of the MATLAB or Python interface to write out the data to a C text file (if you are using the...

The CUTEst interface to OSQP is maintained separately from OSQP itself, so it is not compatible with the master branch of OSQP yet (the current 1.0 beta release is on...

Thank you for spotting this. We don't merge directly into the master branch though, and we are currently working on the develop-1.0 branch for the next release. Can you retarget...