A Fast 3-Approximation for the Capacitated Tree Cover Problem with Edge Loads

Benjamin Rockel-Wolff
2024-04-16
Abstract:The capacitated tree cover problem with edge loads is a variant of the tree cover problem, where we are given facility opening costs, edge costs and loads, as well as vertex loads. We try to find a tree cover of minimum cost such that the total edge and vertex load of each tree does not exceed a given bound. We present an $\mathcal{O}(m\log n)$ time 3-approximation algorithm for this problem.
Data Structures and Algorithms,Discrete Mathematics,Combinatorics
What problem does this paper attempt to address?