Routing under Balance

March 30, 2016 Β· Declared Dead Β· πŸ› Symposium on the Theory of Computing

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Alina Ene, Gary Miller, Jakub Pachocki, Aaron Sidford arXiv ID 1603.09009 Category cs.DS: Data Structures & Algorithms Citations 17 Venue Symposium on the Theory of Computing Last Checked 3 months ago
Abstract
We introduce the notion of balance for directed graphs: a weighted directed graph is $Ξ±$-balanced if for every cut $S \subseteq V$, the total weight of edges going from $S$ to $V\setminus S$ is within factor $Ξ±$ of the total weight of edges going from $V\setminus S$ to $S$. Several important families of graphs are nearly balanced, in particular, Eulerian graphs (with $Ξ±= 1$) and residual graphs of $(1+Ξ΅)$-approximate undirected maximum flows (with $Ξ±=O(1/Ξ΅)$). We use the notion of balance to give a more fine-grained understanding of several well-studied routing questions that are considerably harder in directed graphs. We first revisit oblivious routings in directed graphs. Our main algorithmic result is an oblivious routing scheme for single-source instances that achieve an $O(Ξ±\cdot \log^3 n / \log \log n)$ competitive ratio. In the process, we make several technical contributions which may be of independent interest. In particular, we give an efficient algorithm for computing low-radius decompositions of directed graphs parameterized by balance. We also define and construct low-stretch arborescences, a generalization of low-stretch spanning trees to directed graphs. On the negative side, we present new lower bounds for oblivious routing problems on directed graphs. We show that the competitive ratio of oblivious routing algorithms for directed graphs is $Ξ©(n)$ in general; this result improves upon the long-standing best known lower bound of $Ξ©(\sqrt{n})$ given by Hajiaghayi, Kleinberg, Leighton and RΓ€cke in 2006. We also show that our restriction to single-source instances is necessary by showing an $Ξ©(\sqrt{n})$ lower bound for multiple-source oblivious routing in Eulerian graphs. We also give a fast algorithm for the maximum flow problem in balanced directed graphs.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted