You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
11
11
person("David", "Zimmermann-Kollenda", role = c("ctb"),
12
12
comment = "For configure scripts and tools/msvr.R lifted from rtitoken package"),
13
-
person("Hiroaki", "Yutani", role = c("ctb"),
14
-
comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
15
13
person(given = "The authors of the dependency Rust crates", role = c("ctb"),
16
14
comment = "see inst/AUTHORS file for details"))
17
15
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.
@@ -27,6 +25,6 @@ Suggests:
27
25
rmarkdown,
28
26
tinytest
29
27
VignetteBuilder: knitr
30
-
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.67.1), and GNU Make
28
+
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.70.0), and GNU Make
0 commit comments