A Weight-scaling Algorithm for f-factors of Multigraphs

10/02/2020
by   Harold Gabow, et al.
0

We discuss combinatorial algorithms for finding a maximum weight f-factor on an arbitrary multigraph, for given integral weights of magnitude at most W. For simple bipartite graphs the best-known time bound is O(n^2/3 m log nW) (<cit.>; n and m are respectively the number of vertices and edges). A recent algorithm of Duan and He et al. <cit.> for f-factors of simple graphs comes within logarithmic factors of this bound, O (n^2/3 m log W). The best-known bound for bipartite multigraphs is O(√(Φ) m logΦ W) (Φ≤ m is the size of the f-factor, Φ=∑_v∈ Vf(v)/2). This bound is more general than the restriction to simple graphs, and is even superior on "small" simple graphs, i.e., Φ=o(n^4/3). We present an algorithm that comes within a √(logΦ) factor of this bound, i.e., O(√(ΦlogΦ) m logΦ W). The algorithm is a direct generalization of the algorithm of Gabow and Tarjan <cit.> for the special case of ordinary matching (f≡ 1). We present our algorithm first for ordinary matching, as the analysis is a simplified version of <cit.>. Furthermore the algorithm and analysis both get incorporated without modification into the multigraph algorithm. To extend these ideas to f-factors, the first step is "expanding" edges (i.e., replacing an edge by a length 3 alternating path). <cit.> uses a one-time expansion of the entire graph. Our algorithm keeps the graph small by only expanding selected edges, and "compressing" them back to their original source when no longer needed. Several other ideas are needed, including a relaxation of the notion of "blossom" to e-blossom ("expanded blossom").

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/17/2020

A Scaling Algorithm for Weighted f-Factors in General Graphs

We study the maximum weight perfect f-factor problem on any general simp...
research
07/22/2021

Online Bipartite Matching and Adwords

A simple and optimal online algorithm for online bipartite matching, cal...
research
07/03/2023

On Restricted Intersections and the Sunflower Problem

A sunflower with r petals is a collection of r sets over a ground set X ...
research
01/18/2021

An FPT algorithm for Matching Cut

In an undirected graph, a matching cut is an edge cut which is also a ma...
research
12/08/2021

Blocking Trails for f-factors of Multigraphs

Blocking flows, introduced by Dinic [2] for network flow, have been used...
research
08/13/2020

Dynamic Complexity of Expansion

Dynamic Complexity was introduced by Immerman and Patnaik <cit.> (see al...
research
11/18/2022

Efficient Determinant Maximization for All Matroids

Determinant maximization provides an elegant generalization of problems ...

Please sign up or login with your details

Forgot password? Click here to reset