r-clarabel
Interior point conic optimization solver
This package provides a versatile interior point solver that solves linear programs (LPs), quadratic programs (QPs), second-order cone programs (SOCPs), semidefinite programs (SDPs), and problems with exponential and power cone constraints (https://clarabel.org/stable/). For quadratic objectives, unlike interior point solvers based on the standard homogeneous self-dual embedding (HSDE) model, Clarabel handles quadratic objective without requiring any epigraphical reformulation of its objective function. It can therefore be significantly faster than other HSDE-based solvers for problems with quadratic objective functions. Infeasible problems are detected using using a homogeneous embedding technique.
- Versions: 0.9.0.1
- Website: https://oxfordcontrol.github.io/clarabel-r/
- Licenses: ASL 2.0
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-clarabel
as follows:
guix install r-clarabel
Or install a particular version:
guix install r-clarabel@0.9.0.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-clarabel about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-clarabel'><img src='https://packages.guix.gnu.org/packages/r-clarabel/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-clarabel)
Example Org:
[[https://packages.guix.gnu.org/packages/r-clarabel][https://packages.guix.gnu.org/packages/r-clarabel/badges/latest-version.svg]]