Papers
Topics
Authors
Recent
Search
2000 character limit reached

Blocking Trails for ff-factors of Multigraphs

Published 8 Dec 2021 in cs.DS | (2112.04096v1)

Abstract: Blocking flows, introduced by Dinic [2] for network flow, have been used to speed up many augmenting-path type algorithms, especially matching algorithms e.g., [18, 23, 16]. We present an O(m)O(m) time algorithm for blocking trails for f-factors of general multigraphs. This improves a previous algorithm by a factor of α(m,n)\alpha(m,n). This speeds up a number of efficient algorithms for f-factors, e.g., the algorithm of [11] for maximum weight f-matching improves by the aforementioned α(m,n)\alpha(m,n) factor to running time O(ΦlogΦmlog(ΦW))O( \sqrt {\Phi \log \Phi} m \log (\Phi W) ) for Φ=vVf(v)\Phi =\sum _{v\in V} f(v), WW the maximum edge weight. This time bound is within a factor logΦ\sqrt {\log \Phi} of the bound for bipartite multigraphs. The technical difficulty for this work stems from the fact that previous algorithms for both matching and ff-matching use vertex contractions to form blossoms, but our dfs-based approach necessitates using edge contractions. As an example difficulty, edge contractions introduce a new form of blossoms we call "skew blossoms". These are configurations that must be reorganized in order to become valid blossoms.

Authors (1)
Citations (2)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.