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
It would be great to add support for Clarabel solver. Since it is already supported in cvxpy, and it takes very similar inputs as SCS, I believe it should not be difficult.
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 compatibility here.
I was suggesting to use the Python interface. For reference, see how SCS gets called here. I think it should be quite easy to add Clarabel as an option. (I suspect the quadratic objectives still don't work in diffcp, but it would already be very helpful to have an interior-point SDP solver here).
It would be great to add support for Clarabel solver. Since it is already supported in cvxpy, and it takes very similar inputs as SCS, I believe it should not be difficult.
What do you think? @bamos @goulart-paul @PTNobel
The text was updated successfully, but these errors were encountered: