English

The Laplacian Paradigm in Deterministic Congested Clique

Data Structures and Algorithms 2023-04-06 v1

Abstract

In this paper, we bring the techniques of the Laplacian paradigm to the congested clique, while further restricting ourselves to deterministic algorithms. In particular, we show how to solve a Laplacian system up to precision ϵ\epsilon in no(1)log(1/ϵ)n^{o(1)}\log(1/\epsilon) rounds. We show how to leverage this result within existing interior point methods for solving flow problems. We obtain an m3/7+o(1)U1/7m^{3/7+o(1)}U^{1/7} round algorithm for maximum flow on a weighted directed graph with maximum weight UU, and we obtain an O~(m3/7(n0.158+no(1)polylogW))\tilde{O}(m^{3/7}(n^{0.158}+n^{o(1)}\text{poly}\log W)) round algorithm for unit capacity minimum cost flow on a directed graph with maximum cost WW. Hereto, we give a novel routine for computing Eulerian orientations in O(lognlogn)O(\log n \log^* n) rounds, which we believe may be of separate interest.

Keywords

Cite

@article{arxiv.2304.02315,
  title  = {The Laplacian Paradigm in Deterministic Congested Clique},
  author = {Sebatian Forster and Tijn de Vos},
  journal= {arXiv preprint arXiv:2304.02315},
  year   = {2023}
}

Comments

To be presented at the 42nd ACM Symposium on Principles of Distributed Computing (PODC 2023) as brief announcement

R2 v1 2026-06-28T09:50:30.669Z