Algorithms and Hardness Results for the $(k,\ell)$-Cover Problem
Amirali Madani, Anil Maheshwari, Babak Miraftab, Bodhayan Roy
TL;DR
This work investigates the algorithmic version of the $(k,\ell)$-cover problem, where each edge must lie in at least $\ell$ copies of $K_k$ after adding non-edges. It proves NP-completeness for general graphs for all fixed $k\ge 3$ and shows no constant-factor approximation unless $\mathbb{P}=\mathbb{NP}$, via SET-COVER based reductions; however, it identifies a polynomial-time algorithm for the $(3,1)$-cover on chordal graphs and, separately, NP-hardness on trees including spiders. For trees, it provides constant-factor approximations: an $8/3$-approximation for $k\ge 5$ (and the $(3,k-2)$-cover) in $O(nk)$ time, and a 2-approximation for $k=4$ in $O(n\log n)$ time. The results illuminate the landscape of tractable and intractable instances and establish a foundation for further approximation or exact algorithms in structured graph classes.
Abstract
A connected graph has a $(k,\ell)$-cover if each of its edges is contained in at least $\ell$ cliques of order $k$. Motivated by recent advances in extremal combinatorics and the literature on edge modification problems, we study the algorithmic version of the $(k,\ell)$-cover problem. Given a connected graph $G$, the $(k, \ell)$-cover problem is to identify the smallest subset of non-edges of $G$ such that their addition to $G$ results in a graph with a $(k, \ell)$-cover. For every constant $k\geq3$, we show that the $(k,1)$-cover problem is $\mathbb{NP}$-complete for general graphs. Moreover, we show that for every constant $k\geq 3$, the $(k,1)$-cover problem admits no polynomial-time constant-factor approximation algorithm unless $\mathbb{P}=\mathbb{NP}$. However, we show that the $(3,1)$-cover problem can be solved in polynomial time when the input graph is chordal. For the class of trees and general values of $k$, we show that the $(k,1)$-cover problem is $\mathbb{NP}$-hard even for spiders. However, we show that for every $k\geq4$, the $(3,k-2)$-cover and the $(k,1)$-cover problems are constant-factor approximable when the input graph is a tree.
