Structural Parameterizations for Eternal Vertex Cover

📅 2026-09-15
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文探讨了通过簇顶点删除数和顶点完整性等结构参数化方法解决永恒顶点覆盖问题,并提出了多项式时间近似算法及FPT算法。
📝 Abstract
Eternal Vertex Cover (EVC) is a turn-based attacker-defender game on an undirected graph $G$. To begin with, the defender places $k$ guards on vertices of $G$. The attacker, on their turn, can choose an edge $e$ not already occupied at both endpoints to "attack". The edge $e$ is defended if a guard moves along the edge $e$. The defender, on their turn, can move any subset of guards. A guard can only move to a neighboring vertex. The minimum number of guards needed to indefinitely defend against any sequence of attacks is called the eternal vertex cover number, generalizing the classic vertex cover number. Determining this number is NP-hard in general, motivating the study of parameterized and approximation algorithms. The problem is known to be FPT when parameterized by the cover number, but structural parameters remain relatively unexplored in the literature. In this work, we explore structural parameterizations for EVC. We show that EVC is FPT parameterized by the cluster vertex deletion number, which generalizes the previously studied parameterization by vertex cover number. We next study the problem parameterized by vertex integrity, which is the smallest number of vertices we need to delete from $G$ so that the resulting graph is a disjoint union of constant-sized components. We first show that Eternal Vertex Cover is XP parameterized by vertex integrity. Then, we develop a polynomial-time approximation algorithm, which computes an additive $6k+1$ ($g(k)$) approximation, where $k$ is equal to the cluster vertex deletion number (vertex integrity). Finally, we show a FPT algorithm for when the deletion set produces "nice" connected components, which are components that are bounded in size and satisfy a technical condition.
Problem

Research questions and friction points this paper is trying to address.

Eternal Vertex Cover
structural parameterizations
cluster vertex deletion number
vertex integrity
Innovation

Methods, ideas, or system contributions that make the work stand out.

structural parameterizations
cluster vertex deletion number
vertex integrity
approximation algorithm
FPT algorithm
🔎 Similar Papers
2022-05-16Symposium on Theoretical Aspects of Computer ScienceCitations: 26