Uses of Enum Class
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
Subclasses with type arguments of type BlossomVOptions.DualUpdateStrategy in org.jgrapht.alg.matching.blossom.v5Modifier and TypeClassDescriptionstatic enumEnum for choosing dual updates strategyMethods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVOptions.DualUpdateStrategyModifier and TypeMethodDescriptionBlossomVOptions.getDualUpdateStrategy()Returns dual updates strategyReturns the enum constant of this class with the specified name.static BlossomVOptions.DualUpdateStrategy[]BlossomVOptions.DualUpdateStrategy.values()Returns an array containing the constants of this enum class, 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