Minimum Leaf Out-branching and Related Problems
G. Gutin, I. Razgon, E.J. Kim

TL;DR
This paper studies the computational complexity of the Minimum Leaf Out-branching problem in digraphs, providing polynomial solutions for acyclic graphs, NP-hardness results, and a fixed-parameter tractable algorithm with a problem kernel.
Contribution
It proves MinLOB is polynomial for acyclic digraphs, establishes NP-hardness for general cases, and develops an FPT algorithm with a kernel of size O(k^2).
Findings
Polynomial-time solution for acyclic digraphs.
NP-hardness of MinLOB in general digraphs.
An FPT algorithm with a kernel of size O(k^2).
Abstract
Given a digraph , the Minimum Leaf Out-Branching problem (MinLOB) is the problem of finding in an out-branching with the minimum possible number of leaves, i.e., vertices of out-degree 0. We prove that MinLOB is polynomial-time solvable for acyclic digraphs. In general, MinLOB is NP-hard and we consider three parameterizations of MinLOB. We prove that two of them are NP-complete for every value of the parameter, but the third one is fixed-parameter tractable (FPT). The FPT parametrization is as follows: given a digraph of order and a positive integral parameter , check whether contains an out-branching with at most leaves (and find such an out-branching if it exists). We find a problem kernel of order and construct an algorithm of running time which is an `additive' FPT algorithm. We also consider transformations from two…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
