delarco / 2d-cutting-stock

A 2D cutting stock problem solver in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D Cutting Stock

Cutting stock problem

In operations research, the cutting-stock problem is the problem of cutting standard-sized pieces of stock material, such as paper rolls or sheet metal, into pieces of specified sizes while minimizing material wasted. It is an optimization problem in mathematics that arises from applications in industry. In terms of computational complexity, the problem is an NP-hard problem reducible to the knapsack problem. The problem can be formulated as an integer linear programming problem.

-- Wikipedia

References

About

A 2D cutting stock problem solver in Python.


Languages

Language:JavaScript 43.4%Language:CSS 27.8%Language:HTML 19.8%Language:Python 8.9%