Minimum Leaf Out-branching and Related Problems
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 related problems, the minimum path covering and the maximum internal out-tree problems into MinLOB, which imply that some parameterizations of the two problems are FPT as well.
Cite
@article{arxiv.0801.1979,
title = {Minimum Leaf Out-branching and Related Problems},
author = {G. Gutin and I. Razgon and E. J. Kim},
journal= {arXiv preprint arXiv:0801.1979},
year = {2008}
}
Comments
The main change is a quadratic kernel derivation