Expand description

Compute a maximum weight maximum matching between two disjoints sets of vertices using the Kuhn-Munkres algorithm (also known as Hungarian algorithm).

Traits§

  • Adjacency matrix for weights.

Functions§