Uses of Interface
com.jgalgo.Matching
-
-
Uses of Matching in com.jgalgo
Methods in com.jgalgo that return Matching Modifier and Type Method Description Matching
MaximumMatching. computeMaximumCardinalityMatching(Graph g)
Compute the maximum matching of unweighted undirected graph.Matching
MaximumMatching. computeMaximumWeightedMatching(Graph g, WeightFunction w)
Compute the maximum weighted matching of a weighted undirected graph.Matching
MaximumMatching. computeMaximumWeightedPerfectMatching(Graph g, WeightFunction w)
Compute the maximum perfect matching of a weighted undirected graph.
-