Hitting Meets Packing: How Hard Can it Be?
Jacob Focke, Fabian Frei, Shaohua Li, Dániel Marx, Philipp Schepper, Roohani Sharma, Karol Węgrzycki
TL;DR
This work introduces X-HitPack, a unified framework that blends hitting and packing in graphs and analyzes the computational complexity across several natural choices of object type $\, ext{X}$. It establishes that Cycle-HitPack and connected-$H$-HitPack are $oldsymbol{ ext{ extsf{Sigma}}_2^ extsf{P}}$-complete, and that even on graphs of bounded treewidth the best possible running times can be double-exponential in the width (under ETH). The authors complement these hardness results with algorithmic results: a $2^{ ext{poly}(k+ olinebreak l)} olinebreak imes n^{O(1)}$-time algorithm for Cycle-HitPack, a $3^{k+l} olinebreak imes n^{O(1)}$-time algorithm for Edge-HitPack, and a $2^{ ext{poly}( ext{tw})} olinebreak imes n^{O(1)}$ algorithm for Edge-HitPack when $H=K_2$, with a broad suite of treewidth-based dynamic-programming techniques for more general $H$-HitPack cases. The paper also delivers several lower bounds: double-exponential lower bounds parameterized by pathwidth, and tight ETH-based separations, illustrating a rich landscape where the combined hitting/packing problems can be significantly harder than their individual components.
Abstract
We study a general family of problems that form a common generalization of classic hitting (also referred to as covering or transversal) and packing problems. An instance of X-HitPack asks: Can removing k (deletable) vertices of a graph G prevent us from packing $\ell$ vertex-disjoint objects of type X? This problem captures a spectrum of problems with standard hitting and packing on opposite ends. Our main motivating question is whether the combination X-HitPack can be significantly harder than these two base problems. Already for a particular choice of X, this question can be posed for many different complexity notions, leading to a large, so-far unexplored domain in the intersection of the areas of hitting and packing problems. On a high-level, we present two case studies: (1) X being all cycles, and (2) X being all copies of a fixed graph H. In each, we explore the classical complexity, as well as the parameterized complexity with the natural parameters k+l and treewidth. We observe that the combined problem can be drastically harder than the base problems: for cycles or for H being a connected graph with at least 3 vertices, the problem is Σ_2^P-complete and requires double-exponential dependence on the treewidth of the graph (assuming the Exponential-Time Hypothesis). In contrast, the combined problem admits qualitatively similar running times as the base problems in some cases, although significant novel ideas are required. For example, for X being all cycles, we establish a 2^poly(k+l)n^O(1) algorithm using an involved branching method. Also, for X being all edges (i.e., H = K_2; this combines Vertex Cover and Maximum Matching) the problem can be solved in time 2^\poly(tw)n^O(1) on graphs of treewidth tw. The key step enabling this running time relies on a combinatorial bound obtained from an algebraic (linear delta-matroid) representation of possible matchings.
