English

The Steiner Path Aggregation Problem

Data Structures and Algorithms 2025-10-03 v1

Abstract

In the Steiner Path Aggregation Problem, our goal is to aggregate paths in a directed network into a single arborescence without significantly disrupting the paths. In particular, we are given a directed multigraph with colored arcs, a root, and kk terminals, each of which has a monochromatic path to the root. Our goal is to find an arborescence in which every terminal has a path to the root, and its path does not switch colors too many times. We give an efficient algorithm that finds such a solution with at most 2log4/3k2\log_{4/3}k color switches. Up to constant factors this is the best possible universal bound, as there are graphs requiring at least log2k\log_2 k color switches.

Keywords

Cite

@article{arxiv.2510.01392,
  title  = {The Steiner Path Aggregation Problem},
  author = {Da Qi Chen and Daniel Hathcock and D Ellis Hershkowitz and R. Ravi},
  journal= {arXiv preprint arXiv:2510.01392},
  year   = {2025}
}

Comments

10 pages

R2 v1 2026-07-01T06:11:48.442Z