This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-clarabel/badges/latest-version.svg)](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]]