Package | Description |
---|---|
org.jgrapht.alg.matching.blossom.v5 |
Package for Kolmogorov's Blossom V algorithm
|
Modifier and Type | Method and Description |
---|---|
BlossomVOptions.DualUpdateStrategy |
BlossomVOptions.getDualUpdateStrategy()
Returns dual updates strategy
|
static BlossomVOptions.DualUpdateStrategy |
BlossomVOptions.DualUpdateStrategy.valueOf(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.
|
Constructor and Description |
---|
BlossomVOptions(BlossomVOptions.InitializationType initializationType,
BlossomVOptions.DualUpdateStrategy dualUpdateStrategy,
boolean updateDualsBefore,
boolean updateDualsAfter)
Constructs a custom set of options for the algorithm
|
Copyright © 2019. All rights reserved.