Uses of Enum Class
org.jgrapht.alg.matching.blossom.v5.BlossomVInitializer.Action
Packages that use BlossomVInitializer.Action
Package
Description
Package for Kolmogorov's Blossom V algorithm
-
Uses of BlossomVInitializer.Action in org.jgrapht.alg.matching.blossom.v5
Subclasses with type arguments of type BlossomVInitializer.Action in org.jgrapht.alg.matching.blossom.v5Modifier and TypeClassDescription(package private) static enumEnum for specifying the primal operation to perform with critical edge during fractional matching initializationMethods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVInitializer.ActionModifier and TypeMethodDescriptionstatic BlossomVInitializer.ActionReturns the enum constant of this class with the specified name.static BlossomVInitializer.Action[]BlossomVInitializer.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.