Source: r-cran-ecosolver Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Rodrigo Carvalho Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-ecosolver Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-ecosolver.git Homepage: https://cran.r-project.org/package=ECOSolveR Standards-Version: 4.6.2 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev Package: r-cran-ecosolver Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: Embedded Conic Solver in R R interface to the Embedded COnic Solver (ECOS), an efficient and robust C library for convex problems. Conic and equality constraints can be specified in addition to integer and boolean variable constraints for mixed-integer problems. This R interface is inspired by the Python interface and has similar calling conventions.