Skip to content

A greedy, exhaustive search and heuristic solution for a fabric cutting space optimization problem

Notifications You must be signed in to change notification settings

pujaltedavid/2d-fabric-cutting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Fabric Cutting

A greedy, exhaustive search and heuristic solution for a fabric cutting space optimization problem using C++.

There is a helper code that prints the result of the fabric and its cuttings.

The input files can be found at the examples folder. There are output examples for the small and medium instances.