Uses of Enum
org.jgrapht.alg.matching.blossom.v5.BlossomVOptions.DualUpdateStrategy
Packages that use BlossomVOptions.DualUpdateStrategy
Package
Description
Package for Kolmogorov's Blossom V algorithm
-
Uses of BlossomVOptions.DualUpdateStrategy in org.jgrapht.alg.matching.blossom.v5
Methods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVOptions.DualUpdateStrategyModifier and TypeMethodDescriptionBlossomVOptions.getDualUpdateStrategy()
Returns dual updates strategyReturns the enum constant of this type with the specified name.static BlossomVOptions.DualUpdateStrategy[]
BlossomVOptions.DualUpdateStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jgrapht.alg.matching.blossom.v5 with parameters of type BlossomVOptions.DualUpdateStrategyModifierConstructorDescriptionBlossomVOptions
(BlossomVOptions.InitializationType initializationType, BlossomVOptions.DualUpdateStrategy dualUpdateStrategy, boolean updateDualsBefore, boolean updateDualsAfter) Constructs a custom set of options for the algorithm