A versatile interior point solver that solves linear programs (LPs), quadratic programs (QPs), second-order cone programs (SOCPs), and problems with exponential and power cone constraints (<https://oxfordcontrol.github.io/ClarabelDocs/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.
Version: | 0.4.1 |
Suggests: | knitr, Matrix, rmarkdown |
Published: | 2023-04-25 |
Author: | Balasubramanian Narasimhan [aut, cre],
Paul Goulart [aut, cph],
Yuwen Chen [aut],
Hiroaki Yutani [ctb] (For vendoring/Makefile hints/R scripts for
generating crate authors/licenses),
The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
for details) clarabel author details |
Maintainer: | Balasubramanian Narasimhan <naras at stanford.edu> |
BugReports: | https://github.com/oxfordcontrol/clarabel-r/issues |
License: | Apache License (== 2.0) |
URL: | https://oxfordcontrol.github.io/clarabel-r/ |
NeedsCompilation: | yes |
SystemRequirements: | Cargo (rustc package manager) |
Citation: | clarabel citation info |
Materials: | README NEWS |
CRAN checks: | clarabel results |
Reference manual: | clarabel.pdf |
Vignettes: |
Clarabel Solver Examples |
Package source: | clarabel_0.4.1.tar.gz |
Windows binaries: | r-devel: clarabel_0.4.1.zip, r-release: clarabel_0.4.1.zip, r-oldrel: clarabel_0.4.1.zip |
macOS binaries: | r-release (arm64): clarabel_0.4.1.tgz, r-oldrel (arm64): clarabel_0.4.1.tgz, r-release (x86_64): clarabel_0.4.1.tgz, r-oldrel (x86_64): clarabel_0.4.1.tgz |
Reverse imports: | ROI.plugin.clarabel |
Please use the canonical form https://CRAN.R-project.org/package=clarabel to link to this page.