Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVPrimalUpdater
Packages that use BlossomVPrimalUpdater
Package
Description
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 BlossomVPrimalUpdaterModifier and TypeFieldDescriptionprivate BlossomVPrimalUpdater<V, E> BlossomVDualUpdater.primalUpdaterInstance ofBlossomVPrimalUpdaterfor performing immediate augmentations after dual updates when they are applicable.private BlossomVPrimalUpdater<V, E> KolmogorovWeightedPerfectMatching.primalUpdaterPerforms primal operations (grow, augment, shrink and expand)Constructors in org.jgrapht.alg.matching.blossom.v5 with parameters of type BlossomVPrimalUpdaterModifierConstructorDescriptionBlossomVDualUpdater(BlossomVState<V, E> state, BlossomVPrimalUpdater<V, E> primalUpdater) Creates a new instance of the BlossomVDualUpdater