pujaltedavid / 2d-fabric-cutting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 100.0%