Skip to content

Commit e76fc13

Browse files
committed
Update DESCRIPTION
1 parent a7c0988 commit e76fc13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Authors@R: c(person("Balasubramanian", "Narasimhan", role = c("aut", "cre"),
1010
comment = "For vendoring/Makefile hints/R scripts for generating crate authors/licenses"),
1111
person("David", "Zimmermann-Kollenda", role = c("ctb"),
1212
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"),
1513
person(given = "The authors of the dependency Rust crates", role = c("ctb"),
1614
comment = "see inst/AUTHORS file for details"))
1715
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:
2725
rmarkdown,
2826
tinytest
2927
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
3129
Imports:
3230
methods

0 commit comments

Comments
 (0)