Uses of Class
org.jgrapht.alg.matching.blossom.v5.KolmogorovWeightedPerfectMatching.Statistics
-
Packages that use KolmogorovWeightedPerfectMatching.Statistics Package Description org.jgrapht.alg.matching.blossom.v5 Package for Kolmogorov's Blossom V algorithm -
-
Uses of KolmogorovWeightedPerfectMatching.Statistics in org.jgrapht.alg.matching.blossom.v5
Methods in org.jgrapht.alg.matching.blossom.v5 that return KolmogorovWeightedPerfectMatching.Statistics Modifier and Type Method Description KolmogorovWeightedPerfectMatching.Statistics
KolmogorovWeightedPerfectMatching. getStatistics()
Returns the statistics describing the performance characteristics of the algorithm.
-