Package: rectpacker 1.0.0
rectpacker: Rectangle Packing
Rectangle packing is a packing problem where rectangles are placed into a larger rectangular region (without overlapping) in order to maximise the use space. Rectangles are packed using the skyline heuristic as discussed in Lijun et al (2011) 'A Skyline-Based Heuristic for the 2D Rectangular Strip Packing Problem' <doi:10.1007/978-3-642-21827-9_29>. A function is also included for determining a good small-sized box for containing a given set of rectangles.
Authors:
rectpacker_1.0.0.tar.gz
rectpacker_1.0.0.tar.gz(r-4.5-noble)rectpacker_1.0.0.tar.gz(r-4.4-noble)
rectpacker_1.0.0.tgz(r-4.4-emscripten)rectpacker_1.0.0.tgz(r-4.3-emscripten)
rectpacker.pdf |rectpacker.html✨
rectpacker/json (API)
NEWS
# Install 'rectpacker' in R: |
install.packages('rectpacker', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/rectpacker/issues
Last updated 20 days agofrom:15d85d2e06. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 06 2024 |
R-4.5-linux-x86_64 | OK | Dec 06 2024 |
Exports:calc_small_boxpack_rects
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Find the dimensions of a small box to store all the given rectangles | calc_small_box |
Pack rectangles into a box using the skyline algorithm | pack_rects |