Uses of Interface
org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm
-
Packages that use WeightedMatchingAlgorithm Package Description org.jgrapht.alg Algorithms provided with JGraphT. -
-
Uses of WeightedMatchingAlgorithm in org.jgrapht.alg
Classes in org.jgrapht.alg that implement WeightedMatchingAlgorithm Modifier and Type Class Description class
KuhnMunkresMinimalWeightBipartitePerfectMatching<V,E>
Deprecated.UseKuhnMunkresMinimalWeightBipartitePerfectMatching
instead.class
MaximumWeightBipartiteMatching<V,E>
Deprecated.UseMaximumWeightBipartiteMatching
instead.
-