Papers
Topics
Authors
Recent
Search
2000 character limit reached

Data Structures for Weighted Matching and Extensions to bb-matching and ff-factors

Published 22 Nov 2016 in cs.DS | (1611.07541v1)

Abstract: This paper shows the weighted matching problem on general graphs can be solved in time O(n(m+nlog⁡n))O(n(m + n\log n)) for nn and mm the number of vertices and edges, respectively. This was previously known only for bipartite graphs. The crux is a data structure for blossom creation. It uses a dynamic nearest-common-ancestor algorithm to simplify blossom steps, so they involve only back edges rather than arbitrary nontree edges. The rest of the paper presents direct extensions of Edmonds' blossom algorithm to weighted bb-matching and ff-factors. Again the time bound is the one previously known for bipartite graphs: for bb-matching the time is O(min⁡b(V),nlog⁡n(m+nlog⁡n))O(\min{b(V),n\log n}(m + n\log n)) and for ff-factors the time is O(min⁡f(V),mlog⁡n(m+nlog⁡n))O(\min{f(V),m\log n}( m + n\log n) ), where b(V)b(V) and f(V)f(V) denote the sum of all degree constraints. Several immediate applications of the ff-factor algorithm are given: The generalized shortest path structure of \cite{GS13}, i.e., the analog of the shortest path tree for conservative undirected graphs, is shown to be a version of the blossom structure for ff-factors. This structure is found in time O(∣N∣(m+nlog⁡n))O(|N|(m+n\log n)) for NN the set of negative edges ($0<|N|<n$). A shortest TT-join is found in time O(n(m+nlog⁡n))O(n(m+n\log n)), or O(∣T∣(m+nlog⁡n))O(|T|(m+n\log n)) when all costs are nonnegative. These bounds are all slight improvements of previously known ones, and are simply achieved by proper initialization of the ff-factor algorithm.

Authors (1)
Citations (45)

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.