Uses of Class
org.jgrapht.alg.matching.blossom.v5.KolmogorovWeightedPerfectMatching
-
Packages that use KolmogorovWeightedPerfectMatching Package Description org.jgrapht.alg.matching.blossom.v5 Package for Kolmogorov's Blossom V algorithm -
-
Uses of KolmogorovWeightedPerfectMatching in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as KolmogorovWeightedPerfectMatching Modifier and Type Field Description private KolmogorovWeightedPerfectMatching<V,E>
KolmogorovWeightedMatching. perfectMatching
The perfect matching algorithm used during for the problem reduction
-