Skip to main content

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 hashes)

Uploaded Source

Built Distribution

cutfinder-0.1.3-py3-none-any.whl (13.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page