Blocking Trails for $f$-factors of Multigraphs
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 time algorithm for blocking trails for f-factors of general multigraphs. This improves a previous algorithm by a factor of . 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 factor to running time for , the maximum edge weight. This time bound is within a factor of the bound for bipartite multigraphs. The technical difficulty for this work stems from the fact that previous algorithms for both matching and -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.
Cite
@article{arxiv.2112.04096,
title = {Blocking Trails for $f$-factors of Multigraphs},
author = {Harold N. Gabow},
journal= {arXiv preprint arXiv:2112.04096},
year = {2021}
}
Comments
33 pages, 14 figures