AICOOCSep 7, 2024

A $Δ$-evaluation function for column permutation problems

arXiv:2409.04926v11 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This incremental improvement addresses efficiency in solving NP-hard problems like Gate Matrix Layout and Minimization of Open Stacks for industrial manufacturing contexts.

The study tackled the column permutation problem on sparse binary matrices with the consecutive ones property, which models NP-hard problems in graph theory and manufacturing, and found that the proposed Δ-evaluation method is generally competitive, especially for large and dense instances, without significantly increasing processing time.

In this study, a new $Δ$-evaluation method is introduced for solving a column permutation problem defined on a sparse binary matrix with the consecutive ones property. This problem models various $\mathcal{NP}$-hard problems in graph theory and industrial manufacturing contexts. The computational experiments compare the processing time of the $Δ$-evaluation method with two other methods used in well-known local search procedures. The study considers a comprehensive set of instances of well-known problems, such as Gate Matrix Layout and Minimization of Open Stacks. The proposed evaluation method is generally competitive and particularly useful for large and dense instances. It can be easily integrated into local search and metaheuristic algorithms to improve solutions without significantly increasing processing time.

Code Implementations1 repo
Foundations

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

Your Notes