English

The Set Cover Conjecture and Subgraph Isomorphism with a Tree Pattern

Data Structures and Algorithms 2019-01-18 v3

Abstract

In the Set Cover problem, the input is a ground set of nn elements and a collection of mm sets, and the goal is to find the smallest sub-collection of sets whose union is the entire ground set. The fastest algorithm known runs in time O(mn2n)O(mn2^n) [Fomin et al., WG 2004], and the Set Cover Conjecture (SeCoCo) [Cygan et al., TALG 2016] asserts that for every fixed ε>0\varepsilon>0, no algorithm can solve Set Cover in time 2(1ε)npoly(m)2^{(1-\varepsilon)n}poly(m), even if set sizes are bounded by Δ=Δ(ε)\Delta=\Delta(\varepsilon). We show strong connections between this problem and kTree, a special case of Subgraph Isomorphism where the input is an nn-node graph GG and a kk-node tree TT, and the goal is to determine whether GG has a subgraph isomorphic to TT. First, we propose a weaker conjecture Log-SeCoCo, that allows input sets of size Δ=O(1/εlogn)\Delta=O(1/\varepsilon \cdot\log n), and show that an algorithm breaking Log-SeCoCo would imply a faster algorithm than the currently known 2npoly(n)2^n poly(n)-time algorithm [Koutis and Williams, TALG 2016] for Directed nTree, which is kTree with k=nk=n and arbitrary directions to the edges of GG and TT. This would also improve the running time for Directed Hamiltonicity, for which no algorithm significantly faster than 2npoly(n)2^n poly(n) is known despite extensive research. Second, we prove that if Set Cover cannot be solved significantly faster than 2npoly(m)2^npoly(m) (an assumption even weaker than Log-SeCoCo), then kTree cannot be computed significantly faster than 2kpoly(n)2^kpoly(n), the running time of the Koutis and Williams' algorithm. Applying the same techniques to the p-Partial Cover problem, a parameterized version of Set Cover that requires covering at least pp elements, we obtain a new algorithm with running time (2+ε)p(m+n)O(1/ε)(2+\varepsilon)^p (m+n)^{O(1/\varepsilon)} for arbitrary ε>0\varepsilon>0, which improves previous work and is nearly optimal assuming say Log-SeCoCo.

Keywords

Cite

@article{arxiv.1711.08041,
  title  = {The Set Cover Conjecture and Subgraph Isomorphism with a Tree Pattern},
  author = {Robert Krauthgamer and Ohad Trabelsi},
  journal= {arXiv preprint arXiv:1711.08041},
  year   = {2019}
}

Comments

Merged works

R2 v1 2026-06-22T22:53:20.512Z