A Simple and Fast Algorithm for Fair Cuts
Jason Li, Owen Li

TL;DR
This paper introduces a faster algorithm for computing approximate fair cuts in undirected graphs, improving efficiency and matching the best known times for standard min-cut problems.
Contribution
It presents a simplified, faster algorithm for fair cuts that runs in near-linear time, extending Sherman's max-flow/min-cut approach to undirected graphs.
Findings
Algorithm runs in old faster time ( m/ psilon)
Matches the best known time for approximate min-cut
Extends Sherman's algorithm guarantees to directed graphs
Abstract
We present a simple and faster algorithm for computing fair cuts on undirected graphs, a concept introduced in recent work of Li et al. (SODA 2023). Informally, for any parameter , a -fair -cut is an -cut such that there exists an -flow that uses fraction of the capacity of every edge in the cut. Our algorithm computes a -fair cut in time, improving on the time algorithm of Li et al. and matching the time algorithm of Sherman (STOC 2017) for standard -approximate min-cut. Our main idea is to run Sherman's approximate max-flow/min-cut algorithm iteratively on a (directed) residual graph. While Sherman's algorithm is originally stated for undirected graphs, we show that it provides guarantees for directed graphs that are good…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsManufacturing Process and Optimization
