Plan lumber cutting schemes with minimal waste
Project description
Cut Finder
Meant to answer problems of the form "How shuold I cut boards a, b, and c and I need to cut them into final boards x, y,z to minimize waste"
Basic use is meant to simply print the results:
CutFinder(stocks=[100, 48], finals=[50,40, 36, 12, 12])
prints
Unable to allocate final cuts: 12
Stock Board of length 48 is cut into final boards 40 with remainder 7.875
Stock Board of length 100 is cut into final boards 50, 36, 12 with remainder 1.625
However, you can find all the data in the actual CutFinder object if you want.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cut_finder-0.0.1.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for cut_finder-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2eaa99edae0fd6e75cfc8e67aa51e7e8236505ceea9f38ac4e622c8e8875ca4 |
|
MD5 | 16a4b4050c61c9058540e93dbe442e27 |
|
BLAKE2b-256 | 248b30d6682d56bd84c095d40ac8b0b0f2a386444fd1aa483e3772db5eefee23 |