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