2000 character limit reached
An O(n^3) time algorithm for the maximum weight b-matching problem on bipartite graphs (1410.3408v2)
Published 13 Oct 2014 in cs.DS
Abstract: Given an undirected bipartite graph G= (A U B,E), the b-matching of G matches each vertex v in A (B) to at least 1 and at most b(v) vertices in B (A), where b(v) denotes the capacity of v. In this paper, we present an O(n3) time algorithm for finding a maximum weight b-matching of G, where |A|+|B|=O(n). Our algorithm improves the previous best time complexity of O(n3 log n) for this problem.