Nothing
R interface for PIQP a Proximal Interior Point Quadratic Programming solver.
This package/interface is partly 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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.