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.7)lpSolve_5.6.23.9000.zip(r-4.6)lpSolve_5.6.23.9000.zip(r-4.5)
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.7-arm64)lpSolve_5.6.23.9000.tar.gz(r-4.7-x86_64)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.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 155 | ||
| source / vignettes | OK | 131 | ||
| linux-release-arm64 | OK | 126 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-release-x86_64 | OK | 140 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| macos-oldrel-x86_64 | OK | 295 | ||
| windows-devel | OK | 130 | ||
| windows-release | OK | 118 | ||
| windows-oldrel | OK | 200 | ||
| wasm-release | OK | 90 |
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 |
