Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 445 Bytes

electron-cutting-stock

A electron based application, used to solve cutting stock problem.

Algorithm

I'm using "First Fit Decreasing" algorithm, which will not give you the best solution.

The implementation is in this file.

Resources