AIDCOCMar 13, 2019

A Heuristic Algorithm for the Fabric Spreading and Cutting Problem in Apparel Factories

arXiv:1903.07557v110 citations
Originality Synthesis-oriented
AI Analysis

This addresses cost reduction in apparel manufacturing, but it is an incremental improvement as it applies a known algorithmic approach to a specific industrial problem.

The paper tackles the fabric spreading and cutting problem in apparel factories to minimize material and production costs by reducing the number of lays, and the proposed iterated greedy algorithm is shown to be effective and efficient on 500 test cases.

We study the fabric spreading and cutting problem in apparel factories. For the sake of saving the material costs, the cutting requirement should be met exactly without producing additional garment components. For reducing the production costs, the number of lays that corresponds to the frequency of using the cutting beds should be minimized. We propose an iterated greedy algorithm for solving the fabric spreading and cutting problem. This algorithm contains a constructive procedure and an improving loop. Firstly the constructive procedure creates a set of lays in sequence, and then the improving loop tries to pick each lay from the lay set and rearrange the remaining lays into a smaller lay set. The improving loop will run until it cannot obtain any small lay set or the time limit is due. The experiment results on 500 cases shows that the proposed algorithm is effective and efficient.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes