Quadratic programming solver using the OSQP library
Provides bindings to the OSQP solver. The OSQP solver is a numerical optimization package for solving convex quadratic programs, written in C and based on the alternating direction method of multipliers.
Provides bindings to the OSQP solver. The OSQP solver is a numerical optimization package for solving convex quadratic programs, written in C and based on the alternating direction method of multipliers.
To install R-osqp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-osqp
To see what files were installed by R-osqp, run:
port contents R-osqp
To later upgrade R-osqp, run:
sudo port selfupdate && sudo port upgrade R-osqp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.