Abstract
Dynamic programming on various graph decompositions is one of the most fundamental techniques used in parameterized complexity. Unfortunately, even if we consider concepts as simple as path or tree decompositions, such dynamic programming uses space that is exponential in the decomposition’s width, and there are good reasons to believe that this is necessary. However, it has been shown that in graphs of low treedepth it is possible to design algorithms which achieve polynomial space complexity without requiring worse time complexity than their counterparts working on tree decompositions of bounded width. Here, treedepth is a graph parameter that, intuitively speaking, takes into account both the depth and the width of a tree decomposition of the graph, rather than the width alone. Motivated by the above, we consider graphs that admit clique expressions with bounded depth and label count, or equivalently, graphs of low shrubdepth. Here, shrubdepth is a bounded-depth analogue of cliquewidth, in the same way as treedepth is a bounded-depth analogue of treewidth. We show that also in this setting, bounding the depth of the decomposition is a deciding factor for improving the space complexity. More precisely, we prove that on n-vertex graphs equipped with a tree-model (a decomposition notion underlying shrubdepth) of depth d and using k labels, Independent Set can be solved in time 2O(dk) · nO(1) using O(dk2 log n) space; Max Cut can be solved in time nO(dk) using O(dk log n) space; and Dominating Set can be solved in time 2O(dk) · nO(1) using nO(1) space via a randomized algorithm. We also establish a lower bound, conditional on a certain assumption about the complexity of Longest Common Subsequence, which shows that at least in the case of Independent Set the exponent of the parametric factor in the time complexity has to grow with d if one wishes to keep the space complexity polynomial.
Original language | English |
---|---|
Title of host publication | 31st Annual European Symposium on Algorithms, ESA 2023 |
Subtitle of host publication | ESA 2023, September 4-6, 2023, Amsterdam, The Netherlands |
Editors | Inge Li Gortz, Martin Farach-Colton, Simon J. Puglisi, Grzegorz Herman |
Publisher | Schloss Dagstuhl -- Leibniz-Zentrum für Informatik |
Pages | 18:1-18:18 |
ISBN (Electronic) | 9783959772952 |
ISBN (Print) | 978-3-95977-295-2 |
DOIs | |
Publication status | Published - Sept 2023 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 274 |
ISSN (Print) | 1868-8969 |
Bibliographical note
Funding Information:Funding Vera Chekan: Supported by the DFG Research Training Group 2434 “Facets of Complexity”. Robert Ganian: Project No. Y1329 of the Austrian Science Fund (FWF), WWTF Project ICT22-029. Mamadou Moustapha Kanté: Supported by the French National Research Agency (ANR-18-CE40-0025-01 and ANR-20-CE48-0002). Sang-il Oum: Supported by the Institute for Basic Science (IBS-R029-C1). Michał Pilipczuk: This work is a part of project BOBR that has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No. 948057).
Funding Information:
Vera Chekan: Supported by the DFG Research Training Group 2434 “Facets of Complexity”. Robert Ganian: Project No. Y1329 of the Austrian Science Fund (FWF), WWTF Project ICT22-029. Mamadou Moustapha Kanté: Supported by the French National Research Agency (ANR-18-CE40-0025-01 and ANR-20-CE48-0002). Sang-il Oum: Supported by the Institute for Basic Science (IBS-R029-C1). Michał Pilipczuk: This work is a part of project BOBR that has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation pro-gramme (grant agreement No. 948057).
Publisher Copyright:
© Benjamin Bergougnoux, Vera Chekan, Robert Ganian, Mamadou Moustapha Kanté, Matthias Mnich, Sang-il Oum, Michał Pilipczuk, and Erik Jan van Leeuwen.
Keywords
- Parameterized complexity
- shrubdepth
- space complexity
- algebraic methods