Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVOptions.DualUpdateStrategy
-
Packages that use BlossomVOptions.DualUpdateStrategy Package Description org.jgrapht.alg.matching.blossom.v5 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.DualUpdateStrategy Modifier and Type Method Description BlossomVOptions.DualUpdateStrategy
BlossomVOptions. getDualUpdateStrategy()
Returns dual updates strategystatic BlossomVOptions.DualUpdateStrategy
BlossomVOptions.DualUpdateStrategy. valueOf(java.lang.String name)
Returns 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.DualUpdateStrategy Constructor Description BlossomVOptions(BlossomVOptions.InitializationType initializationType, BlossomVOptions.DualUpdateStrategy dualUpdateStrategy, boolean updateDualsBefore, boolean updateDualsAfter)
Constructs a custom set of options for the algorithm
-