The Telephone $k$-Multicast Problem
Daniel Hathcock, Guy Kortsarz, R. Ravi
TL;DR
This work studies the Minimum Time Multicast problem (MTM) under the telephone model for directed and undirected graphs, introducing the intermediate k-MTM variant that asks to inform any $k$ terminals in minimum rounds. The authors connect MTM to the notion of poise in rooted Steiner trees, formalizing reductions to the Minimum Poise Steiner $k$-Tree and to partition-matroid constrained set coverage. They achieve a directed additive $\tilde{O}(k^{1/2})$-approximation and an undirected multiplicative $\tilde{O}(t^{1/3})$-approximation for k-MTM, both via novel algorithmic frameworks: greedy packing of low-poise trees combined with matroid-based submodular maximization and a partition-matroid set-coverage procedure. For undirected graphs, they further exploit contraction of low-poise substructures to obtain tighter guarantees, yielding a polynomial-time $\tilde{O}(t^{1/3})$-approximation. Overall, the paper advances the understanding of multicast timing by bridging directed and undirected cases and providing practical, theoretically grounded approximation schemes.
Abstract
We consider minimum time multicasting problems in directed and undirected graphs: given a root node and a subset of $t$ terminal nodes, multicasting seeks to find the minimum number of rounds within which all terminals can be informed with a message originating at the root. In each round, the telephone model we study allows the information to move via a matching from the informed nodes to the uninformed nodes. Since minimum time multicasting in digraphs is poorly understood compared to the undirected variant, we study an intermediate problem in undirected graphs that specifies a target $k < t$, and requires the only $k$ of the terminals be informed in the minimum number of rounds. For this problem, we improve implications of prior results and obtain an $\tilde{O}(t^{1/3})$ multiplicative approximation. For the directed version, we obtain an {\em additive} $\tilde{O}(k^{1/2})$ approximation algorithm (with a poly-logarithmic multiplicative factor). Our algorithms are based on reductions to the related problems of finding $k$-trees of minimum poise (sum of maximum degree and diameter) and applying a combination of greedy network decomposition techniques and set covering under partition matroid constraints.
