jaredhuling / piqp-r

R interface for PIQP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R Interface for PIQP

R-CMD-check CRAN_Status_Badge

R interface for PIQP a Proximal Interior Point Quadratic Programming solver.

This package/interface is based on osqp-r.

Stable versions can be installed from CRAN as usual. Development versions from this repo can be installed via:

## Install remotes packages if not available
if (! "remotes" %in% installed.packages()[, 1] ) {
	install.packages("remotes", repository = "https://cran.r-project.org")
}
remotes::install_github("PREDICT-EPFL/piqp-r")

About

R interface for PIQP

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 51.6%Language:R 47.4%Language:C 1.0%