Paul Goulart

Results 105 comments of Paul Goulart

Can someone comment on the status of this PR? I find myself in the "people wanting to write generic code using MArray" group described above, particularly to keep open the...

We did have a user some time ago who managed to get it to work and intended to package it as a third-party interface. I can't recall what happened though...

I have just tried the above and confirmed that it works for me on OSX with no modification to the source. The only thing that needs to be done is...

if you follow the standard C install described [here](https://osqp.org/docs/get_started/sources.html), then the required headers will be installed by default someplace like `/usr/local/include/qdldl` and `/usr/local/include/osqp`. The static library will be somewhere like...

I confirm a crash on this line: `emosqp('update_A', Ax, [], 0);` There appears to be a problem with the generated code interface in the case that the whole of the...

It is possible that the code generated for you does not have the rho adaptation feature enabled, while the solver you get through the ordinary matlab interface does. I made...

Is the suggestion here to use the Clarabel solver through its python interface or through C++? If the latter, note that we have just released a C++ interface with Eigen...

This appears to be a breaking change at the moment, so I have manually updated to v3 only in #91 and #92.

Closing since updated manually.

They are very close for most problems. Rust is marginally faster, and the difference is a little more apparent for very small problems. I suspect that some of the difference...