English

The Maximum Matrix Contraction Problem

Computational Complexity 2023-06-05 v1 Data Structures and Algorithms

Abstract

In this paper, we introduce the Maximum Matrix Contraction problem, where we aim to contract as much as possible a binary matrix in order to maximize its density. We study the complexity and the polynomial approximability of the problem. Especially, we prove this problem to be NP-Complete and that every algorithm solving this problem is at most a 2n2\sqrt{n}-approximation algorithm where n is the number of ones in the matrix. We then focus on efficient algorithms to solve the problem: an integer linear program and three heuristics.

Keywords

Cite

@article{arxiv.2306.01349,
  title  = {The Maximum Matrix Contraction Problem},
  author = {Dimitri Watel and Pierre-Louis Poirion},
  journal= {arXiv preprint arXiv:2306.01349},
  year   = {2023}
}