Finding $k$-Secluded Trees Faster
Huib Donkers, Bart M.P. Jansen, Jari J.H. de Kroon

TL;DR
This paper introduces a significantly faster fixed-parameter tractable algorithm for the extsc{$k$-Secluded Tree} problem, improving computational efficiency and enabling enumeration and counting of optimal solutions in weighted graphs.
Contribution
The authors develop a new algorithm with improved running time for finding maximum-weight $k$-secluded trees, including structural insights and enumeration capabilities.
Findings
Algorithm runs in $2^{O(k \, \log k)} \cdot n^{O(1)}$ time
Structural result bounds branching depth in the algorithm
Allows enumeration and counting of maximum-weight $k$-secluded trees
Abstract
We revisit the \textsc{-Secluded Tree} problem. Given a vertex-weighted undirected graph , its objective is to find a maximum-weight induced subtree whose open neighborhood has size at most . We present a fixed-parameter tractable algorithm that solves the problem in time , 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 -secluded tree by branching on vertices in the open neighborhood of the current tree . 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 -secluded supertree once the open neighborhood of becomes sufficiently large. We extend the algorithm to enumerate compact descriptions of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Limits and Structures in Graph Theory
