2006
DOI: 10.1016/j.ipl.2005.10.013
|View full text |Cite
|
Sign up to set email alerts
|

An adjustable linear time parallel algorithm for maximum weight bipartite matching

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2007
2007
2008
2008

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(4 citation statements)
references
References 8 publications
0
4
0
Order By: Relevance
“…To make the problem scalable, we need it to be linear in n, the number of advertisers. There are parallel algorithms for maximum-weight matching [15], but these require prohibitively large numbers (typically Ω(n 2 )) of processing units in order to achieve linear running time.…”
Section: Maximum-weight Bipartite Matchingmentioning
confidence: 99%
See 1 more Smart Citation
“…To make the problem scalable, we need it to be linear in n, the number of advertisers. There are parallel algorithms for maximum-weight matching [15], but these require prohibitively large numbers (typically Ω(n 2 )) of processing units in order to achieve linear running time.…”
Section: Maximum-weight Bipartite Matchingmentioning
confidence: 99%
“…If we have a binary tree network with p nodes, then the total running time becomes O( n p k log k + k log p + k 5 ). Finally the O(k 5 ) part of the algorithm (i.e., the part resulting from running the Hungarian algorithm on the reduced bipartite graph) can be reduced to O(k 2 ) using a parallel algorithm, such as in [15]. The number of parallel processing units required is O(k 5 ), which is independent of n.…”
Section: E Our Algorithmmentioning
confidence: 99%
“…Not all possible graphs NS have a perfect matching, although all graphs have a matching that connects the largest number of names and objects. To find the best matching in terms of the number of reused names (or bindings) we need to find this latter, solving the so-called maximum weight bipartite matching (MWBM) problem [10].…”
Section: Perfect Matchingmentioning
confidence: 99%
“…Several efficient algorithms for the MWBM problem exist both in the sequential [14] and parallel [10] flavor. Once a MWBM has been found, for every unnamed object in NSMWBM, if any, the system chooses a unique name, obtaining a prefect matching NS*.…”
Section: Perfect Matchingmentioning
confidence: 99%