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.3.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cutfinder-0.1.3-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file cutfinder-0.1.3.tar.gz.
File metadata
- Download URL: cutfinder-0.1.3.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.5.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634cd83cd26261771a5d8be8e6137269ce4b687118dd8ff1650f9acab763c08f
|
|
| MD5 |
e37c56b2d50af2f77d0b9079daa917e5
|
|
| BLAKE2b-256 |
392a7e48108eb07fa60cd4842640c3de5361a94c330765df68a94a1363f89dee
|
File details
Details for the file cutfinder-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cutfinder-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.5.0 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc3f62a43bdf9ff8715091a9b47e2c16d6b871c83e0a062d9a9e73ab78f6e60f
|
|
| MD5 |
2dcc643feffedd743ea8bd493727d9a9
|
|
| BLAKE2b-256 |
428732172f2654d60ddfbc548422ac914c6dde4c7f61f3d58933783a62fac442
|