1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-09 07:24:05 +02:00

gnu: Add r-roi-plugin-glpk.

* gnu/packages/cran.scm (r-roi-plugin-glpk): New variable.

Change-Id: I7494d76df73a9c367e8897362acea174bb1629b4
This commit is contained in:
Ricardo Wurmus
2026-04-20 09:48:33 +02:00
parent 1499542001
commit 9be2b65816
+22
View File
@@ -8351,6 +8351,28 @@ package with the Embedded Conic Solver (ECOS) for solving conic optimization
problems.")
(license license:gpl3)))
(define-public r-roi-plugin-glpk
(package
(name "r-roi-plugin-glpk")
(version "1.0-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ROI.plugin.glpk" version))
(sha256
(base32 "0i5l0k5mk2xp2gdvpmlgxjycvzmgc83rkind68ab4x1d4bab0qdk"))))
(properties `((upstream-name . "ROI.plugin.glpk")))
(build-system r-build-system)
(propagated-inputs (list r-rglpk r-roi))
(home-page "http://roi.r-forge.r-project.org/")
(synopsis "ROI plug-in GLPK")
(description
"This package enhances the @dfn{R Optimization Infrastructure} (ROI)
package by registering the GLPK solver. It allows for solving mixed integer
linear programming (MILP) problems as well as all variants/combinations of
LP and IP.")
(license license:gpl3)))
(define-public r-roi-plugin-lpsolve
(package
(name "r-roi-plugin-lpsolve")