Table of Contents
Fetching ...

Parameterized Algorithms for Minimum Sum Vertex Cover

Shubhada Aute, Fahad Panolan

TL;DR

This paper studies Minimum Sum Vertex Cover (MSVC) through parameterized complexity, focusing on two natural structural parameters: the size $k$ of a minimum vertex cover and the size $k$ of a minimum clique modulator. For the vertex-cover parameterization, it exploits a partition of the independent set into at most $2^k$ equivalence classes by identical neighborhoods to show each class is consecutive in an optimal ordering and reduces the problem to an Integer Quadratic Program, achieving a running time of $[k! (k+1)^{2^k} + (1.2738)^k] n^{O(1)}$. For clique-modulator parameterization, it demonstrates that after fixing a modulator order, equivalence classes in the clique can be organized block-wise and again reduces to an IQP with at most $2^{k+1}(k+1)+2k$ variables, solvable in $f(k)n^{O(1)}$ time. Together, these results establish fixed-parameter tractability for MSVC under both parameters with complementary approaches and provide a unifying IQP-based framework for vertex-ordering problems.

Abstract

Minimum sum vertex cover of an $n$-vertex graph $G$ is a bijection $φ: V(G) \to [n]$ that minimizes the cost $\sum_{\{u,v\} \in E(G)} \min \{φ(u), φ(v) \}$. Finding a minimum sum vertex cover of a graph (the MSVC problem) is NP-hard. MSVC is studied well in the realm of approximation algorithms. The best-known approximation factor in polynomial time for the problem is $16/9$ [Bansal, Batra, Farhadi, and Tetali, SODA 2021]. Recently, Stankovic [APPROX/RANDOM 2022] proved that achieving an approximation ratio better than $1.014$ for MSVC is NP-hard, assuming the Unique Games Conjecture. We study the MSVC problem from the perspective of parameterized algorithms. The parameters we consider are the size of a minimum vertex cover and the size of a minimum clique modulator of the input graph. We obtain the following results. 1. MSVC can be solved in $2^{2^{O(k)}} n^{O(1)}$ time, where $k$ is the size of a minimum vertex cover. 2. MSVC can be solved in $f(k)\cdot n^{O(1)}$ time for some computable function $f$, where $k$ is the size of a minimum clique modulator.

Parameterized Algorithms for Minimum Sum Vertex Cover

TL;DR

This paper studies Minimum Sum Vertex Cover (MSVC) through parameterized complexity, focusing on two natural structural parameters: the size of a minimum vertex cover and the size of a minimum clique modulator. For the vertex-cover parameterization, it exploits a partition of the independent set into at most equivalence classes by identical neighborhoods to show each class is consecutive in an optimal ordering and reduces the problem to an Integer Quadratic Program, achieving a running time of . For clique-modulator parameterization, it demonstrates that after fixing a modulator order, equivalence classes in the clique can be organized block-wise and again reduces to an IQP with at most variables, solvable in time. Together, these results establish fixed-parameter tractability for MSVC under both parameters with complementary approaches and provide a unifying IQP-based framework for vertex-ordering problems.

Abstract

Minimum sum vertex cover of an -vertex graph is a bijection that minimizes the cost . Finding a minimum sum vertex cover of a graph (the MSVC problem) is NP-hard. MSVC is studied well in the realm of approximation algorithms. The best-known approximation factor in polynomial time for the problem is [Bansal, Batra, Farhadi, and Tetali, SODA 2021]. Recently, Stankovic [APPROX/RANDOM 2022] proved that achieving an approximation ratio better than for MSVC is NP-hard, assuming the Unique Games Conjecture. We study the MSVC problem from the perspective of parameterized algorithms. The parameters we consider are the size of a minimum vertex cover and the size of a minimum clique modulator of the input graph. We obtain the following results. 1. MSVC can be solved in time, where is the size of a minimum vertex cover. 2. MSVC can be solved in time for some computable function , where is the size of a minimum clique modulator.
Paper Structure (4 sections, 6 theorems, 12 equations, 5 figures)

This paper contains 4 sections, 6 theorems, 12 equations, 5 figures.

Key Result

lemma thmcounterlemma

In an optimal ordering $\phi$, the sequence of right degrees of vertices is non-increasing.

Figures (5)

  • Figure 1: Counter example
  • Figure 2: $k+1$ blocks in an ordering of $V(G)$
  • Figure 3: Vertices of equivalence class $A$ distributed in different blocks
  • Figure 4: Cases of Lemma 4
  • Figure 5: Graph $G_3$

Theorems & Definitions (14)

  • definition thmcounterdefinition
  • definition thmcounterdefinition
  • lemma thmcounterlemma
  • proof
  • lemma thmcounterlemma
  • proof
  • proposition thmcounterproposition: Lokshtanov lokshtanov2015parameterized
  • lemma thmcounterlemma
  • proof
  • lemma thmcounterlemma
  • ...and 4 more