Package: binpackr 0.2.0.9000
binpackr: Fast 1d Bin Packing
Implements the First Fit Decreasing algorithm to achieve one dimensional heuristic bin packing. Runtime is of order O(n log(n)) where n is the number of items to pack. See "The Art of Computer Programming Vol. 1" by Donald E. Knuth (1997, ISBN: 0201896834) for more details.
Authors:
binpackr_0.2.0.9000.tar.gz
binpackr_0.2.0.9000.zip(r-4.7)binpackr_0.2.0.9000.zip(r-4.6)binpackr_0.2.0.9000.zip(r-4.5)
binpackr_0.2.0.9000.tgz(r-4.6-x86_64)binpackr_0.2.0.9000.tgz(r-4.6-arm64)binpackr_0.2.0.9000.tgz(r-4.5-x86_64)binpackr_0.2.0.9000.tgz(r-4.5-arm64)
binpackr_0.2.0.9000.tar.gz(r-4.7-arm64)binpackr_0.2.0.9000.tar.gz(r-4.7-x86_64)binpackr_0.2.0.9000.tar.gz(r-4.6-arm64)binpackr_0.2.0.9000.tar.gz(r-4.6-x86_64)
binpackr_0.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
binpackr/json (API)
NEWS
| # Install 'binpackr' in R: |
| install.packages('binpackr', repos = c('https://lschneiderbauer.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/lschneiderbauer/binpackr/issues
Pkgdown/docs site:https://lschneiderbauer.github.io
Last updated from:702b3c67d9. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 105 | ||
| linux-devel-x86_64 | OK | 93 | ||
| source / vignettes | OK | 150 | ||
| linux-release-arm64 | OK | 106 | ||
| linux-release-x86_64 | OK | 115 | ||
| macos-release-arm64 | OK | 175 | ||
| macos-release-x86_64 | OK | 195 | ||
| macos-oldrel-arm64 | OK | 151 | ||
| macos-oldrel-x86_64 | OK | 203 | ||
| windows-devel | OK | 108 | ||
| windows-release | OK | 84 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 95 |
Exports:bin_pack_ffd
Dependencies:cpp11
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 1D bin packing "First Fit (Decreasing)" algorithm | bin_pack_ffd |
