This program will help you figure out how much wood you need to buy from the store and how to cut that wood to get all the quantities of all the sizes of wood that you need.
npm install --save stock-cutting
import { howToCutBoards1D } from "stock-cutting"
See examples.
The Stock Cutting Problem is an NP-Hard problem. This means that there's no known "fast" solution to this problem. This program will work reasonably fast for most real use cases, but at the worst case, it has an exponential runtime.
npm run build
npm version major
npm publish