Algebraic Algorithms for B-Matching, Shortest Undirected Paths, and F-Factors
@article{Gabow2013AlgebraicAF, title={Algebraic Algorithms for B-Matching, Shortest Undirected Paths, and F-Factors}, author={Harold N. Gabow and Piotr Sankowski}, journal={2013 IEEE 54th Annual Symposium on Foundations of Computer Science}, year={2013}, pages={137-146} }
Let G = (V, E) be a graph with f : V → Z+ a function assigning degree bounds to vertices. We present the first efficient algebraic algorithm to find an f-factor. The time is O(f(V )ω). More generally for graphs with integral edge weights of maximum absolute value W we find a maximum weight f-factor in time Õ(Wf(V )ω). (The algorithms are correct with high probability and can be made Las Vegas.) We also present three specializations of these algorithms: For maximum weight perfect f-matching the…
Figures and Tables from this paper
19 Citations
Data Structures for Weighted Matching and Extensions to b-matching and f-factors
- Computer ScienceACM Trans. Algorithms
- 2018
The weighted matching problem on general graphs can be solved in time O(n(m + n log n)) for n and m the number of vertices and edges, respectively, which was previously known only for bipartite graphs.
Faster all-pairs shortest paths via circuit complexity
- Computer ScienceSTOC
- 2014
A new randomized method for computing the min-plus product of two n × n matrices is presented, yielding a faster algorithm for solving the all-pairs shortest path problem (APSP) in dense n-node directed graphs with arbitrary edge weights.
A Simpler Scaling Algorithm for Weighted Matching in General Graphs
- Computer ScienceArXiv
- 2014
We present a new scaling approach for the maximum weight perfect matching problem in general graphs, with running time O((m + n log n) √ n log(nN)), where n,m,N denote the number of vertices, number…
New Algorithms for Maximum Weight Matching and a Decomposition Theorem
- Mathematics, Computer ScienceMath. Oper. Res.
- 2017
We revisit the classical maximum weight matching problem in general graphs with nonnegative integral edge weights. We present an algorithm that operates by decomposing the problem into W unweighted…
Scaling Algorithms for Weighted Matching in General Graphs
- Computer ScienceSODA
- 2017
This work presents a new scaling algorithm for maximum (or minimum) weight perfect matching on general, edge weighted graphs that runs in O(m√nlog(nN)) time, which matches the running time of the best cardinality matching algorithms on sparse graphs.
Negative-Weight shortest paths and unit capacity minimum cost flow in Õ(m[superscript 10/7] log W) Time
- Computer Science
- 2017
This paper shows that each one of these four combinatorial optimization problems on weighted graphs can be solved in Õ(m logW ) time, where W is the absolute maximum weight of an edge in the graph, which gives the first in over 25 years polynomial improvement in their sparse-graph time complexity.
Negative-Weight Shortest Paths and Unit Capacity Minimum Cost Flow in Õ (m10/7 log W) Time (Extended Abstract)
- Computer ScienceSODA
- 2017
This paper studies a set of combinatorial optimization problems on weighted graphs, and shows that each of these four problems can be solved in O(m10/7 log W) time, providing the first polynomial improvement in their sparse-graph time complexity in over 25 years.
A Scaling Algorithm for Weighted f-Factors in General Graphs
- Mathematics, Computer ScienceICALP
- 2020
The running time of the algorithm is independent of f(V), and consequently it first breaks the $\Omega(mn)$ barrier for large $f(V)$ even for the unweighted $f$-factor problem in general graphs.
NC Algorithms for Weighted Planar Perfect Matching and Related Problems
- MathematicsICALP
- 2018
A new relatively simple but versatile framework is developed that handles the combinatorial structure of matchings directly and needs to only know weights of appropriately defined matchings from algebraic subroutines.
Approximate Generalized Matching: $f$-Factors and $f$-Edge Covers
- Computer Science, MathematicsArXiv
- 2017
An efficient method for maintaining {\em relaxed complementary slackness} in generalized matching problems and approximation-preserving reductions between the $f-factor and $f$-edge cover problems are included.
References
SHOWING 1-10 OF 48 REFERENCES
A Polynomial Algorithm for b-Matchings: An Alternative Approach
- MathematicsInf. Process. Lett.
- 1987
Algorithmic Applications of Baur-Strassen's Theorem: Shortest Cycles, Diameter and Matchings
- Computer Science, Mathematics2012 IEEE 53rd Annual Symposium on Foundations of Computer Science
- 2012
A general framework for solving problems on such graphs using matrix multiplication based on the Baur-Strassen Theorem and Strojohann's determinant algorithm is introduced and an Õ(Wnω) time algorithm for minimum weight perfect matching is presented.
Undirected distances and the postman-structure of graphs
- MathematicsJ. Comb. Theory, Ser. B
- 1990
Matching algorithms.
- Mathematics
- 1979
A bipartite graph with sets of vertices A, B has a perfect matching iff |A| = |B| and (∀U ⊆ A)|N (U)| ≥ |U |.
Maximum matchings via Gaussian elimination
- Computer Science45th Annual IEEE Symposium on Foundations of Computer Science
- 2004
The results resolve a long-standing open question of whether Lovasz's randomized technique of testing graphs for perfect matching in time O(n/sup w/) can be extended to an algorithm that actually constructs a perfect matching.
Potentials in Undirected Graphs and Planar Multiflows
- Mathematics, Computer ScienceSIAM J. Comput.
- 1997
The goal of the present paper is to extrapolate from this $\pm 1$-weighted bipartite special case the arbitrarily weighted general min-path-max-potential theorem and to show some algorithmic consequences related to planar multiflows, the Chinese postman problem, the weighted and unweighted matching structure, etc.
Maximum matching and a polyhedron with 0,1-vertices
- Mathematics
- 1965
The emphasis in this paper is on relating the matching problem to the theory of continuous linear programming, and the algorithm described does not involve any "blind-alley programming" -which, essentially, amounts to testing a great many combinations.
Maximum weight bipartite matching in matrix multiplication time
- Mathematics, Computer ScienceTheor. Comput. Sci.
- 2009
An Efficient Implementation of Edmonds' Algorithm for Maximum Matching on Graphs
- Computer ScienceJACM
- 1976
This paper presents an efficient implementation of Edmonds' algorithm for finding a maximum matching based on a system of labels that encodes the structure of alternating paths.