Abstract
In the Set Cover problem, the input is a ground set of n elements and a collection of m 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) [Fomin et al., WG 2004], and the Set Cover Conjecture (SeCoCo) [Cygan et al., TALG 2016] asserts that for every fixed ε > 0, no algorithm can solve Set Cover in time 2(1−ε)npoly(m), even if set sizes are bounded by ∆ = ∆(ε). We show strong connections between this problem and kTree, a special case of Subgraph Isomorphism where the input is an n-node graph G and a k-node tree T, and the goal is to determine whether G has a subgraph isomorphic to T. First, we propose a weaker conjecture Log-SeCoCo, that allows input sets of size ∆ = O(1/ε·log n), and show that an algorithm breaking Log-SeCoCo would imply a faster algorithm than the currently known 2npoly(n)-time algorithm [Koutis and Williams, TALG 2016] for Directed nTree, which is kTree with k = n and arbitrary directions to the edges of G and T. This would also improve the running time for Directed Hamiltonicity, for which no algorithm significantly faster than 2npoly(n) is known despite extensive research. Second, we prove that if p-Partial Cover, a parameterized version of Set Cover that requires covering at least p elements, cannot be solved significantly faster than 2npoly(m) (an assumption even weaker than Log-SeCoCo) then kTree cannot be computed significantly faster than 2kpoly(n), the running time of the Koutis and Williams’ algorithm.
| Original language | English |
|---|---|
| Title of host publication | 36th International Symposium on Theoretical Aspects of Computer Science, STACS 2019 |
| Editors | Rolf Niedermeier, Christophe Paul |
| Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
| ISBN (Electronic) | 9783959771009 |
| DOIs | |
| State | Published - 1 Mar 2019 |
| Externally published | Yes |
| Event | 36th International Symposium on Theoretical Aspects of Computer Science, STACS 2019 - Berlin, Germany Duration: 13 Mar 2019 → 16 Mar 2019 |
Publication series
| Name | Leibniz International Proceedings in Informatics, LIPIcs |
|---|---|
| Volume | 126 |
| ISSN (Print) | 1868-8969 |
Conference
| Conference | 36th International Symposium on Theoretical Aspects of Computer Science, STACS 2019 |
|---|---|
| Country/Territory | Germany |
| City | Berlin |
| Period | 13/03/19 → 16/03/19 |
Bibliographical note
Publisher Copyright:© Robert Krauthgamer and Ohad Trabelsi.
Keywords
- Conditional lower bounds
- Hardness in P
- Set cover conjecture
- Subgraph isomorphism
ASJC Scopus subject areas
- Software