A Weight-scaling Algorithm for $f$-factors of Multigraphs
Harold Gabow

TL;DR
This paper introduces a new weight-scaling algorithm for finding maximum weight $f$-factors in multigraphs, improving efficiency by selectively expanding edges and generalizing previous matching algorithms.
Contribution
It presents a novel algorithm that approaches the best known bounds for multigraphs, extending Gabow and Tarjan's matching algorithm to $f$-factors with efficient edge expansion techniques.
Findings
Achieves a running time within a $ ilde{O}( ext{bound})$ factor of the best known bounds.
Generalizes Gabow and Tarjan's matching algorithm to $f$-factors in multigraphs.
Uses selective edge expansion and compression to maintain small graph size.
Abstract
We discuss combinatorial algorithms for finding a maximum weight -factor on an arbitrary multigraph, for given integral weights of magnitude at most . For simple bipartite graphs the best-known time bound is (\cite{GT89}; and are respectively the number of vertices and edges). A recent algorithm of Duan and He et al. \cite{DHZ} for -factors of simple graphs comes within logarithmic factors of this bound, . The best-known bound for bipartite multigraphs is ( is the size of the -factor, ). This bound is more general than the restriction to simple graphs, and is even superior on "small" simple graphs, i.e., . We present an algorithm that comes within a factor of this bound, i.e., $O(\sqrt {\Phi…
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
TopicsLimits and Structures in Graph Theory · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
