# Quasi-Polynomial Algorithms for Submodular Tree Orienteering and Other   Directed Network Design Problems

**Authors:** Rohan Ghuge, Viswanath Nagarajan

arXiv: 1812.01768 · 2019-04-03

## TL;DR

This paper introduces a quasi-polynomial time approximation algorithm for directed network design problems involving submodular functions, achieving the first non-trivial ratios for several complex problems with deterministic and faster methods.

## Contribution

The paper presents the first non-trivial approximation algorithms for directed submodular network design problems with quasi-polynomial runtime, improving previous ratios and extending to related problems.

## Key findings

- First non-trivial approximation ratio for directed submodular arborescence
- Improved approximation for polymatroid Steiner tree and buy-at-bulk problems
- Deterministic algorithm with faster runtime for these problems

## Abstract

We consider the following general network design problem on directed graphs. The input is an asymmetric metric $(V,c)$, root $r^{*}\in V$, monotone submodular function $f:2^V\rightarrow \mathbb{R}_+$ and budget $B$. The goal is to find an $r^{*}$-rooted arborescence $T$ of cost at most $B$ that maximizes $f(T)$. Our main result is a simple quasi-polynomial time $O(\frac{\log k}{\log\log k})$-approximation algorithm for this problem, where $k\le |V|$ is the number of vertices in an optimal solution. To the best of our knowledge, this is the first non-trivial approximation ratio for this problem. As a consequence we obtain an $O(\frac{\log^2 k}{\log\log k})$-approximation algorithm for directed (polymatroid) Steiner tree in quasi-polynomial time. We also extend our main result to a setting with additional length bounds at vertices, which leads to improved $O(\frac{\log^2 k}{\log\log k})$-approximation algorithms for the single-source buy-at-bulk and priority Steiner tree problems. For the usual directed Steiner tree problem, our result matches the best previous approximation ratio [GLL19]. Our algorithm has the advantage of being deterministic and faster: the runtime is $\exp(O(\log n\, \log^{1+\epsilon} k))$. For polymatroid Steiner tree and single-source buy-at-bulk, our result improves prior approximation ratios by a logarithmic factor. For directed priority Steiner tree, our result seems to be the first non-trivial approximation ratio. All our approximation ratios are tight (up to constant factors) for quasi-polynomial algorithms.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.01768/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1812.01768/full.md

---
Source: https://tomesphere.com/paper/1812.01768