English

Practical Fully Dynamic Minimum Cut Algorithms

Data Structures and Algorithms 2021-01-14 v1

Abstract

We present a practically efficient algorithm for maintaining a global minimum cut in large dynamic graphs under both edge insertions and deletions. While there has been theoretical work on this problem, our algorithm is the first implementation of a fully-dynamic algorithm. The algorithm uses the theoretical foundation and combines it with efficient and finely-tuned implementations to give an algorithm that can maintain the global minimum cut of a graph with rapid update times. We show that our algorithm gives up to multiple orders of magnitude speedup compared to static approaches both on edge insertions and deletions.

Keywords

Cite

@article{arxiv.2101.05033,
  title  = {Practical Fully Dynamic Minimum Cut Algorithms},
  author = {Monika Henzinger and Alexander Noe and Christian Schulz},
  journal= {arXiv preprint arXiv:2101.05033},
  year   = {2021}
}