Package: lpSolve 5.6.22.9000
lpSolve: Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
Lp_solve is freely available (under LGPL 2) software for solving linear, integer and mixed integer programs. In this implementation we supply a "wrapper" function in C and some R functions that solve general linear/integer problems, assignment problems, and transportation problems. This version calls lp_solve version 5.5.
Authors:
lpSolve_5.6.22.9000.tar.gz
lpSolve_5.6.22.9000.zip(r-4.5)lpSolve_5.6.22.9000.zip(r-4.4)lpSolve_5.6.22.9000.zip(r-4.3)
lpSolve_5.6.22.9000.tgz(r-4.4-x86_64)lpSolve_5.6.22.9000.tgz(r-4.4-arm64)lpSolve_5.6.22.9000.tgz(r-4.3-x86_64)lpSolve_5.6.22.9000.tgz(r-4.3-arm64)
lpSolve_5.6.22.9000.tar.gz(r-4.5-noble)lpSolve_5.6.22.9000.tar.gz(r-4.4-noble)
lpSolve_5.6.22.9000.tgz(r-4.4-emscripten)lpSolve_5.6.22.9000.tgz(r-4.3-emscripten)
lpSolve.pdf |lpSolve.html✨
lpSolve/json (API)
NEWS
# Install 'lpSolve' in R: |
install.packages('lpSolve', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/lpsolve/issues
Last updated 15 days agofrom:70d8144bfd. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | OK | Nov 08 2024 |
R-4.5-linux-x86_64 | OK | Nov 08 2024 |
R-4.4-win-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-aarch64 | OK | Nov 08 2024 |
R-4.3-win-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-aarch64 | OK | Nov 08 2024 |
Exports:lplp.assignlp.transportmake.q8
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Linear and Integer Programming | lp |
Integer Programming for the Assignment Problem | lp.assign |
LP (linear programming) object | lp.object |
Integer Programming for the Transportation Problem | lp.transport |
Generate sparse constraint matrix for 8-queens problem | 8-queens problem make.q8 |
Print an lp object | print.lp |