English

Minmax Centered k-Partitioning of Trees and Applications to Sink Evacuation with Dynamic Confluent Flows

Data Structures and Algorithms 2018-03-28 v1

Abstract

Let T=(V,E)T=(V,E) be a tree with associated costs on its subtrees. A minmax kk-partition of TT is a partition into kk subtrees, minimizing the maximum cost of a subtree over all possible partitions. In the centered version of the problem, the cost of a subtree cost is defined as the minimum cost of "servicing" that subtree using a center located within it. The problem motivating this work was the sink-evacuation problem on trees, i.e., finding a collection of kk-sinks that minimize the time required by a confluent dynamic network flow to evacuate all supplies to sinks. This paper provides the first polynomial-time algorithm for solving this problem, running in O(max(k,logn)knlog4n)O\Bigl(\max(k,\log n) k n \log^4 n\Bigr) time. The technique developed can be used to solve any Minmax Centered kk-Partitioning problem on trees in which the servicing costs satisfy some very general conditions. Solutions can be found for both the discrete case, in which centers must be on vertices, and the continuous case, in which centers may also be placed on edges. The technique developed also improves previous results for finding a minmax cost kk-partition of a tree given the location of the sinks in advance.

Keywords

Cite

@article{arxiv.1803.09289,
  title  = {Minmax Centered k-Partitioning of Trees and Applications to Sink Evacuation with Dynamic Confluent Flows},
  author = {Di Chen and Mordecai J. Golin},
  journal= {arXiv preprint arXiv:1803.09289},
  year   = {2018}
}

Comments

Substantially Revised and expanded version of arXiv:1607.08041