An Efficient Algorithm For Node-Weighted Tree Partitioning With Subtrees' Weights In A Given Range

Guangchun Luo,Hao Chen,Caihui Qu,Yuhai Liu,Ke Qin
DOI: https://doi.org/10.1587/transinf.E96.D.270
2013-01-01
IEICE Transactions on Information and Systems
Abstract:Tree partitioning arises in many parallel and distributed computing applications and storage systems. Some operator scheduling problems need to partition a tree into a number of vertex-disjoint subtrees such that some constraints are satisfied and some criteria are optimized. Given a tree T with each vertex or node assigned a nonnegative integer weight, two nonnegative integers l and u (l < u), and a positive integer p, we consider the following tree partitioning problems: partitioning T into minimum number of subtrees or p subtrees, with the condition that the sum of node weights in each subtree is at most u and at least l. To solve the two problems, we provide a fast polynomial-time algorithm, including a preprocessing method and another bottom-up scheme with dynamic programming. With experimental studies, we show that our algorithm outperforms another prior algorithm presented by Ito et al. greatly.
What problem does this paper attempt to address?