1.2.0 • Published 5 years ago

stock-cutting v1.2.0

Weekly downloads
38
License
Chets License
Repository
github
Last release
5 years ago

Stock Cutting Problem Solver

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.

Getting Started

npm install --save stock-cutting
import { howToCutBoards1D } from "stock-cutting"

See examples.

Other Notes

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.

Development

npm run build
npm version major
npm publish
1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago