Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Clarabel solver #60

Open
bstellato opened this issue Aug 28, 2023 · 3 comments
Open

Add support for Clarabel solver #60

bstellato opened this issue Aug 28, 2023 · 3 comments

Comments

@bstellato
Copy link
Member

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

@goulart-paul
Copy link

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.

@bstellato
Copy link
Member Author

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).

@sbarratt
Copy link
Collaborator

sbarratt commented Aug 30, 2023

#61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants