English

Bandwidth Parameterized by Cluster Vertex Deletion Number

Data Structures and Algorithms 2025-05-06 v3 Computational Complexity

Abstract

Given a graph GG and an integer bb, Bandwidth asks whether there exists a bijection π\pi from V(G)V(G) to {1,,V(G)}\{1, \ldots, |V(G)|\} such that max{u,v}E(G)π(u)π(v)b\max_{\{u, v \} \in E(G)} | \pi(u) - \pi(v) | \leq b. This is a classical NP-complete problem, known to remain NP-complete even on very restricted classes of graphs, such as trees of maximum degree 3 and caterpillars of hair length 3. In the realm of parameterized complexity, these results imply that the problem remains NP-hard on graphs of bounded pathwidth, while it is additionally known to be W[1]-hard when parameterized by the tree-depth of the input graph. In contrast, the problem does become FPT when parameterized by the vertex cover number. In this paper we make progress in understanding the parameterized (in)tractability of Bandwidth. We first show that it is FPT when parameterized by the cluster vertex deletion number cvd plus the clique number ω\omega, thus significantly strengthening the previously mentioned result for vertex cover number. On the other hand, we show that Bandwidth is W[1]-hard when parameterized only by cvd. Our results develop and generalize some of the methods of argumentation of the previous results and narrow some of the complexity gaps.

Keywords

Cite

@article{arxiv.2309.17204,
  title  = {Bandwidth Parameterized by Cluster Vertex Deletion Number},
  author = {Tatsuya Gima and Eun Jung Kim and Noleen Köhler and Nikolaos Melissinos and Manolis Vasilakis},
  journal= {arXiv preprint arXiv:2309.17204},
  year   = {2025}
}

Comments

An extended abstract of this article was presented at IPEC 2023

R2 v1 2026-06-28T12:36:03.055Z