cvxgrp / CVXR

An R modeling language for convex optimization problems.
https://cvxr.rbind.io/
Apache License 2.0
204 stars 32 forks source link

Add support for Clarabel #136

Open travis-leith opened 5 months ago

travis-leith commented 5 months ago

According to the CVXR homepage, Clarabel is not on the list of supported solvers. https://cran.r-project.org/web/packages/clarabel/index.html Clarabel is a newish conic optimization solver made by some of the same people that made osqp.

barracuda156 commented 3 months ago

@travis-leith This should really have been done either as suggested dependency (not required) or with a configure option to disable it, since it pulls in a dependency on Rust.