Package: clarabel 0.11.2

clarabel: Interior Point Conic Optimization Solver
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.
Authors:
clarabel_0.11.2.tar.gz
clarabel_0.11.2.zip(r-4.7)clarabel_0.11.2.zip(r-4.6)clarabel_0.11.2.zip(r-4.5)
clarabel_0.11.2.tgz(r-4.6-x86_64)clarabel_0.11.2.tgz(r-4.6-arm64)clarabel_0.11.2.tgz(r-4.5-x86_64)clarabel_0.11.2.tgz(r-4.5-arm64)
clarabel_0.11.2.tar.gz(r-4.7-arm64)clarabel_0.11.2.tar.gz(r-4.7-x86_64)clarabel_0.11.2.tar.gz(r-4.6-arm64)clarabel_0.11.2.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
clarabel/json (API)
NEWS
| # Install 'clarabel' in R: |
| install.packages('clarabel', repos = c('https://oxfordcontrol.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/oxfordcontrol/clarabel-r/issues
Pkgdown/docs site:https://oxfordcontrol.github.io
Last updated from:a3d5ec6a54. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 164 | ||
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 235 | ||
| linux-release-arm64 | OK | 165 | ||
| linux-release-x86_64 | OK | 161 | ||
| macos-release-arm64 | OK | 224 | ||
| macos-release-x86_64 | OK | 329 | ||
| macos-oldrel-arm64 | OK | 203 | ||
| macos-oldrel-x86_64 | OK | 344 | ||
| windows-devel | OK | 226 | ||
| windows-release | OK | 283 | ||
| windows-oldrel | OK | 350 | ||
| wasm-release | FAIL | 164 |
Exports:clarabelclarabel_controlclarabel_solversolver_is_update_allowedsolver_solvesolver_status_descriptionssolver_update
Dependencies:cli
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Interface to 'Clarabel', an interior point conic solver | clarabel |
| Control parameters with default values and types in parenthesis | clarabel_control |
| Create a persistent Clarabel solver object | clarabel_solver |
| A persistent Clarabel solver that can be reused across R calls. | ClarabelSolver |
| Check if data updates are allowed on a persistent solver | solver_is_update_allowed |
| Solve using a persistent Clarabel solver | solver_solve |
| Return the solver status description as a named character vector | solver_status_descriptions |
| Update problem data on a persistent Clarabel solver | solver_update |
