CRAN/E | optiSolve

optiSolve

Linear, Quadratic, and Rational Optimization

Installation

About

Solver for linear, quadratic, and rational programs with linear, quadratic, and rational constraints. A unified interface to different R packages is provided. Optimization problems are transformed into equivalent formulations and solved by the respective package. For example, quadratic programming problems with linear, quadratic and rational constraints can be solved by augmented Lagrangian minimization using package 'alabama', or by sequential quadratic programming using solver 'slsqp'. Alternatively, they can be reformulated as optimization problems with second order cone constraints and solved with package 'cccp'.

Key Metrics

Version 1.0
R ≥ 3.4
Published 2021-10-13 927 days ago
Needs compilation? no
License GPL-2
CRAN checks optiSolve results

Downloads

Yesterday 15 0%
Last 7 days 80 +18%
Last 30 days 301 -22%
Last 90 days 979 -33%
Last 365 days 5.043 -25%

Maintainer

Maintainer

Robin Wellmann

r.wellmann@uni-hohenheim.de

Authors

Robin Wellmann

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

optiSolve archive

Depends

R ≥ 3.4

Imports

Matrix
shapes
alabama
cccp
nloptr
MASS
methods
plyr
stringr
stats
Rcpp ≥ 0.12.4

Reverse Imports

fairml
optiSel