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 Matching
MatchingAlgorithm. computeMaximumCardinalityMatching(Graph g)
Compute the maximum matching of unweighted undirected graph.Matching
MatchingAlgorithm. computeMaximumWeightedMatching(Graph g, WeightFunction w)
Compute the maximum weighted matching of a weighted undirected graph.Matching
MatchingAlgorithm. computeMaximumWeightedPerfectMatching(Graph g, WeightFunction w)
Compute the maximum perfect matching of a weighted undirected graph.Matching
MatchingAlgorithm. computeMinimumWeightedMatching(Graph g, WeightFunction w)
Compute the minimum weighted matching of a weighted undirected graph.Matching
MatchingAlgorithm. computeMinimumWeightedPerfectMatching(Graph g, WeightFunction w)
Compute the minimum perfect matching of a weighted undirected graph.
-