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