Plan lumber cutting schemes with minimal waste
Project description
Cut Finder
Meant to answer problems of the form "How should I cut boards a, b, and c 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cutfinder-0.1.0.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for cutfinder-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0efd02387c00e483ccd99418d24c1e1a74a4c8275f1548824d8bd7c8a56bcbf |
|
MD5 | 7f58910e1e3d7184c20198266ccd4e9e |
|
BLAKE2b-256 | ef08204509b9ab4a3bc659a8c79f39df3304f3e851f5abb16cb7d0132fbbf5a3 |