English

On the parameterized complexity of Compact Set Packing

Computational Complexity 2023-02-28 v4

Abstract

The Set Packing problem is, given a collection of sets S\mathcal{S} over a ground set U\mathcal{U}, to find a maximum collection of sets that are pairwise disjoint. The problem is among the most fundamental NP-hard optimization problems that have been studied extensively in various computational regimes. The focus of this work is on parameterized complexity, Parameterized Set Packing (PSP): Given rNr \in {\mathbb N}, is there a collection SS:S=r \mathcal{S}' \subseteq \mathcal{S}: |\mathcal{S}'| = r such that the sets in S\mathcal{S}' are pairwise disjoint? Unfortunately, the problem is not fixed parameter tractable unless W[1]=FPT\mathsf{W[1] = FPT}, and, in fact, an "enumeration" running time of SΩ(r)|\mathcal{S}|^{\Omega(r)} is required unless the exponential time hypothesis (ETH) fails. This paper is a quest for tractable instances of Set Packing from parameterized complexity perspectives. We say that the input (U,S)(\mathcal{U},\mathcal{S}) is "compact" if U=f(r)Θ(poly(logS))|\mathcal{U}| = f(r)\cdot\Theta(\textsf{poly}( \log |\mathcal{S}|)), for some f(r)rf(r) \ge r. In the Compact Set Packing problem, we are given a compact instance of PSP. In this direction, we present a "dichotomy" result of PSP: When U=f(r)o(logS)|\mathcal{U}| = f(r)\cdot o(\log |\mathcal{S}|), PSP is in FPT\textsf{FPT}, while for U=rΘ(log(S))|\mathcal{U}| = r\cdot\Theta(\log (|\mathcal{S}|)), the problem is W[1]W[1]-hard; moreover, assuming ETH, Compact PSP does not even admit So(r/logr)|\mathcal{S}|^{o(r/\log r)} time algorithm. Although certain results in the literature imply hardness of compact versions of related problems such as Set rr-Covering and Exact rr-Covering, these constructions fail to extend to Compact PSP. A novel contribution of our work is the identification and construction of a gadget, which we call Compatible Intersecting Set System pair, that is crucial in obtaining the hardness result for Compact PSP.

Keywords

Cite

@article{arxiv.2111.06338,
  title  = {On the parameterized complexity of Compact Set Packing},
  author = {Ameet Gadekar},
  journal= {arXiv preprint arXiv:2111.06338},
  year   = {2023}
}

Comments

To appear at WALCOM 23

R2 v1 2026-06-24T07:35:23.035Z