stock-cutting
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i stock-cutting

Weekly Downloads

32

Version

1.2.0

License

Chets License

Unpacked Size

30.9 kB

Total Files

11

Last publish

Collaborators

  • ccorcos