-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from oxfordcontrol/cran-fixes
CRAN fixes
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: clarabel | ||
Type: Package | ||
Title: Interior Point Conic Optimization Solver | ||
Version: 0.9.0 | ||
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")), | ||
|
@@ -10,7 +10,7 @@ Authors@R: c(person("Balasubramanian", "Narasimhan", role=c("aut", "cre"), | |
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. | ||
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) | ||
|
@@ -24,6 +24,6 @@ Suggests: | |
rmarkdown, | ||
tinytest | ||
VignetteBuilder: knitr | ||
SystemRequirements: Cargo (Rust package manager), rustc and GNU Make | ||
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.67.1), and GNU Make | ||
Imports: | ||
methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters