Package: binpackr
Title: Fast 1d Bin Packing
Version: 0.1.1
Authors@R: 
    person("Lukas", "Schneiderbauer", email = "lukas.schneiderbauer@gmail.com", role = c("aut", "cre", "cph"))
Description: 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.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
LinkingTo: cpp11
Suggests: testthat (>= 3.0.0), hedgehog (>= 0.1)
Config/testthat/edition: 3
URL: https://github.com/lschneiderbauer/binpackr
BugReports: https://github.com/lschneiderbauer/binpackr/issues
NeedsCompilation: yes
Packaged: 2023-12-05 21:55:53 UTC; lukas
Author: Lukas Schneiderbauer [aut, cre, cph]
Maintainer: Lukas Schneiderbauer <lukas.schneiderbauer@gmail.com>
Repository: CRAN
Date/Publication: 2023-12-06 10:00:06 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:11:22 UTC; windows
Archs: x64
