Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVDualUpdater
-
Packages that use BlossomVDualUpdater Package Description org.jgrapht.alg.matching.blossom.v5 Package for Kolmogorov's Blossom V algorithm -
-
Uses of BlossomVDualUpdater in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVDualUpdater Modifier and Type Field Description private BlossomVDualUpdater<V,E>
KolmogorovWeightedPerfectMatching. dualUpdater
Performs dual updates using the strategy defined by theoptions
-