-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 1.72 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: clarabel
Type: Package
Title: Interior Point Conic Optimization Solver
Version: 0.9.0.1
Authors@R: c(person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
email = "[email protected]"),
person("Paul", "Goulart", role=c("aut", "cph")),
person("Yuwen", "Chen", role=c("aut")),
person("Hiroaki", "Yutani", role = c("ctb"),
comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
person(given = "The authors of the dependency Rust crates", role = c("ctb"),
comment = "see inst/AUTHORS file for details"))
Description: 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.
License: Apache License (== 2.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/rextendr/version: 0.3.1
RoxygenNote: 7.3.1
URL: https://oxfordcontrol.github.io/clarabel-r/
BugReports: https://github.com/oxfordcontrol/clarabel-r/issues
Suggests:
knitr,
Matrix,
rmarkdown,
tinytest
VignetteBuilder: knitr
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.67.1), and GNU Make
Imports:
methods