English

Collective Graph Exploration Parameterized by Vertex Cover

Data Structures and Algorithms 2023-10-10 v1

Abstract

We initiate the study of the parameterized complexity of the {\sc Collective Graph Exploration} ({\sc CGE}) problem. In {\sc CGE}, the input consists of an undirected connected graph GG and a collection of kk robots, initially placed at the same vertex rr of GG, and each one of them has an energy budget of BB. The objective is to decide whether GG can be \emph{explored} by the kk robots in BB time steps, i.e., there exist kk closed walks in GG, one corresponding to each robot, such that every edge is covered by at least one walk, every walk starts and ends at the vertex rr, and the maximum length of any walk is at most BB. Unfortunately, this problem is \textsf{NP}-hard even on trees [Fraigniaud {\em et~al.}, 2006]. Further, we prove that the problem remains \textsf{W[1]}-hard parameterized by kk even for trees of treedepth 33. Due to the \textsf{para-NP}-hardness of the problem parameterized by treedepth, and motivated by real-world scenarios, we study the parameterized complexity of the problem parameterized by the vertex cover number (vc\mathsf{vc}) of the graph, and prove that the problem is fixed-parameter tractable (\textsf{FPT}) parameterized by vc\mathsf{vc}. Additionally, we study the optimization version of {\sc CGE}, where we want to optimize BB, and design an approximation algorithm with an additive approximation factor of O(vc)O(\mathsf{vc}).

Keywords

Cite

@article{arxiv.2310.05480,
  title  = {Collective Graph Exploration Parameterized by Vertex Cover},
  author = {Siddharth Gupta and Guy Sa'ar and Meirav Zehavi},
  journal= {arXiv preprint arXiv:2310.05480},
  year   = {2023}
}

Comments

A preliminary version of this paper will appear in the Proceedings of IPEC 2023

R2 v1 2026-06-28T12:44:19.951Z