cutting-stock topic
csp
Algorithm for Cutting Stock Problem using Google OR-Tools. Link to the tool:
vpsolver
Arc-flow Vector Packing Solver (VPSolver)
Dalsoo-Bin-Packing
Bin packing places a given set of polygons in standard single/multiple rectangular sheet(s), to minimize the use of the sheet(s).
2d-cutting-stock-problem
:scissors: Solving 2D cutting stock problems with genetic algorithms (AI)
CutSolver
Webservice to determine ideal cut placement on stocks
Linear_Cutting
Linear Cutting Optimization / Cutting Stock Problem / 1D Cutting Stock Problem
CuttingAndPacking
Heuristic procedures and cutting pattern generation for the one dimensional cutting stock problem.
Column-Generation
Column generation (theory + python implementation)
packingsolver
A solver for (geometrical) packing problems
gdrr-2bp
A Rust implementation of the goal-driven ruin and recreate heuristic for the 2D variable-sized bin packing problem with guillotine constraints.