Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVPrimalUpdater
-
Packages that use BlossomVPrimalUpdater Package Description org.jgrapht.alg.matching.blossom.v5 Package for Kolmogorov's Blossom V algorithm -
-
Uses of BlossomVPrimalUpdater in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVPrimalUpdater Modifier and Type Field Description private BlossomVPrimalUpdater<V,E>
BlossomVDualUpdater. primalUpdater
Instance ofBlossomVPrimalUpdater
for performing immediate augmentations after dual updates when they are applicable.private BlossomVPrimalUpdater<V,E>
KolmogorovWeightedPerfectMatching. primalUpdater
Performs primal operations (grow, augment, shrink and expand)Constructors in org.jgrapht.alg.matching.blossom.v5 with parameters of type BlossomVPrimalUpdater Constructor Description BlossomVDualUpdater(BlossomVState<V,E> state, BlossomVPrimalUpdater<V,E> primalUpdater)
Creates a new instance of the BlossomVDualUpdater
-