Package: clarabel
Type: Package
Title: Interior Point Conic Optimization Solver
Version: 0.4.1
Authors@R: c(person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
	   	   email = "naras@stanford.edu"),
	     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), and problems with exponential and power cone constraints (<https://oxfordcontrol.github.io/ClarabelDocs/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)
SystemRequirements: Cargo (rustc package manager)
Encoding: UTF-8
Config/rextendr/version: 0.2.0.9000
RoxygenNote: 7.2.3
URL: https://oxfordcontrol.github.io/clarabel-r/
BugReports: https://github.com/oxfordcontrol/clarabel-r/issues
Suggests: knitr, Matrix, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-04-24 17:19:56 UTC; naras
Author: Balasubramanian Narasimhan [aut, cre],
  Paul Goulart [aut, cph],
  Yuwen Chen [aut],
  Hiroaki Yutani [ctb] (For vendoring/Makefile hints/R scripts for
    generating crate authors/licenses),
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Maintainer: Balasubramanian Narasimhan <naras@stanford.edu>
Repository: CRAN
Date/Publication: 2023-04-25 17:30:05 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-04-26 10:26:30 UTC; unix
Archs: clarabel.so.dSYM
