Package: lpSolve 5.6.23.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.23.9000.tar.gz
lpSolve_5.6.23.9000.zip(r-4.6)lpSolve_5.6.23.9000.zip(r-4.5)lpSolve_5.6.23.9000.zip(r-4.4)
lpSolve_5.6.23.9000.tgz(r-4.6-x86_64)lpSolve_5.6.23.9000.tgz(r-4.6-arm64)lpSolve_5.6.23.9000.tgz(r-4.5-x86_64)lpSolve_5.6.23.9000.tgz(r-4.5-arm64)
lpSolve_5.6.23.9000.tar.gz(r-4.6-arm64)lpSolve_5.6.23.9000.tar.gz(r-4.6-x86_64)lpSolve_5.6.23.9000.tar.gz(r-4.5-arm64)lpSolve_5.6.23.9000.tar.gz(r-4.5-x86_64)
lpSolve_5.6.23.9000.tgz(r-4.5-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 from:811140e472. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 99 | |
| linux-devel-x86_64 | OK | 110 | |
| source / vignettes | OK | 167 | |
| linux-release-arm64 | OK | 101 | |
| linux-release-x86_64 | OK | 105 | |
| macos-devel-arm64 | OK | 106 | |
| macos-devel-x86_64 | OK | 295 | |
| macos-release-arm64 | OK | 115 | |
| macos-release-x86_64 | OK | 194 | |
| windows-devel | OK | 117 | |
| windows-release | OK | 115 | |
| windows-oldrel | OK | 115 | |
| wasm-release | OK | 85 |
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 |
