Skip to content
/ piqp Public

❗ This is a read-only mirror of the CRAN R package repository. piqp — R Interface to Proximal Interior Point Quadratic Programming Solver. Homepage: https://predict-epfl.github.io/piqp-r/ Report bugs for this package: https://github.com/PREDICT-EPFL/piqp-r/issues

License

Notifications You must be signed in to change notification settings

cran/piqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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")

About

❗ This is a read-only mirror of the CRAN R package repository. piqp — R Interface to Proximal Interior Point Quadratic Programming Solver. Homepage: https://predict-epfl.github.io/piqp-r/ Report bugs for this package: https://github.com/PREDICT-EPFL/piqp-r/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published