Bipartite Maximum-Weight Matching

In computer science, the maximum weight matching problem is the problem of finding, in a weighted graph, a matching in which the sum of weights is maximized. Here, the graph must be bipartite.

Parameters

  • nn: number of vertices
  • mm: number of edges
  • NN: largest weight magnitude

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Hungarian algorithm1955O(n4)O(n^4)O(n2)O(n^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table