How heavy independent sets help to find arborescences with many leaves in DAGs

Cristina G. Fernandes,Carla N. Lintzmayer
DOI: https://doi.org/10.1016/j.jcss.2023.02.006
IF: 1.043
2023-08-01
Journal of Computer and System Sciences
Abstract:Trees with many leaves have applications for broadcasting a message to all recipients simultaneously. Internal nodes of a broadcasting tree require more expensive technology to forward the messages received. We address a problem that captures the main goal: finding spanning trees with few internal nodes in a given network. The Maximum Leaf Spanning Arborescence problem consists of, given a directed graph D, finding a spanning arborescence of D, if one exists, with the maximum number of leaves. This problem is NP-hard in general and MaxSNP-hard in the rooted directed acyclic graphs class. This paper explores a relationship between Maximum Leaf Spanning Arborescence in rooted directed acyclic graphs and maximum weight set packing. The latter problem is related to independent sets on particular classes of intersection graphs. Exploiting this relation, we derive a 7/5-approximation for Maximum Leaf Spanning Arborescence on rooted directed acyclic graphs, improving on the previous 3/2-approximation.
computer science, theory & methods, hardware & architecture
What problem does this paper attempt to address?