Learn R Programming

R Interface for PIQP

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

Copy Link

Version

Install

install.packages('piqp')

Monthly Downloads

206

Version

0.2.2

License

BSD_2_clause + file LICENSE

Maintainer

Balasubramanian Narasimhan

Last Published

August 14th, 2023

Functions in piqp (0.2.2)

piqp_settings

Settings parameters with default values and types in parenthesis
piqp_model

The PIQP Solver Model Class
piqp

PIQP Solver object
status_description

Return the solver status description string
solve_piqp

PIQP Solver
piqp-package

R Interface to PIQP Solver