Package org.graph4j.matching
package org.graph4j.matching
Algorithms for determining matchings, such as the maximum cardinality matching in bipartite graphs.
-
ClassDescriptionTODO Goldberg, p.95Greedy algorithm to create a weighted matching.Computes the maximum cardinality matching in a bipartite graph.The contract for matching algorithms.Creates a maximal cardinality matching either randomly or using a simple heuristic.