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(given = "The authors of the dependency Rust crates", role = c("ctb"),
12
12
comment = "see inst/AUTHORS file for details"))
13
-
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.
13
+
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.
14
14
License: Apache License (== 2.0)
15
15
Encoding: UTF-8
16
16
Roxygen: list(markdown = TRUE)
@@ -24,6 +24,6 @@ Suggests:
24
24
rmarkdown,
25
25
tinytest
26
26
VignetteBuilder: knitr
27
-
SystemRequirements: Cargo (Rust package manager), rustc and GNU Make
27
+
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.67.1), and GNU Make
0 commit comments