You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, and thanks a lot for the osqp v1.0.0 release! I am looking into update osqp-eigen to work with osqp 1.0.0 (robotology/osqp-eigen#189), and I was a bit confused on the csc_set_data function. If I understand correctly, the function was removed in #577, but it seems that are still reference to it in the code:
Oh, thanks for catching that. Those are leftovers and should have been removed/adjusted (and actually, it looks like I can just delete the entire osqp_api_utils.h header now, since everything is now in the osqp_api_functions.h header).
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, and thanks a lot for the osqp v1.0.0 release! I am looking into update osqp-eigen to work with osqp 1.0.0 (robotology/osqp-eigen#189), and I was a bit confused on the
csc_set_data
function. If I understand correctly, the function was removed in #577, but it seems that are still reference to it in the code:osqp/include/public/osqp_api_utils.h
Line 26 in 236713c
osqp/docs/get_started/migration_guide.rst
Line 24 in 236713c
Are these just leftovers?
The text was updated successfully, but these errors were encountered: