Abstract
We revisit the k -Secluded Tree problem. Given a vertex-weighted undirected graph G, its objective is to find a maximum-weight induced subtree T whose open neighborhood has size at most k. We present a fixed-parameter tractable algorithm that solves the problem in time $$2^{\mathcal {O} (k \log k)}\cdot n^{\mathcal {O} (1)}$$, improving on a double-exponential running time from earlier work by Golovach, Heggernes, Lima, and Montealegre. Starting from a single vertex, our algorithm grows a k-secluded tree by branching on vertices in the open neighborhood of the current tree T. To bound the branching depth, we prove a structural result that can be used to identify a vertex that belongs to the neighborhood of any k-secluded supertree $$T' \supseteq T$$ once the open neighborhood of T becomes sufficiently large. We extend the algorithm to enumerate compact descriptions of all maximum-weight k-secluded trees, which allows us to count the number of such trees containing a specified vertex in the same running time.
Original language | English |
---|---|
Title of host publication | Graph-Theoretic Concepts in Computer Science - 48th International Workshop, WG 2022, Revised Selected Papers |
Editors | Michael A. Bekos, Michael Kaufmann |
Publisher | Springer |
Pages | 173-186 |
Number of pages | 14 |
ISBN (Print) | 9783031159138 |
DOIs | |
Publication status | Published - 2022 |
Event | 48th International Workshop on Graph-Theoretic Concepts in Computer Science, WG 2022 - Tübingen, Germany Duration: 22 Jun 2022 → 24 Jun 2022 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 13453 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 48th International Workshop on Graph-Theoretic Concepts in Computer Science, WG 2022 |
---|---|
Country/Territory | Germany |
City | Tübingen |
Period | 22/06/22 → 24/06/22 |
Bibliographical note
Publisher Copyright:© 2022, The Author(s).
Keywords
- Enumeration algorithm
- FPT
- Secluded tree