| Package | Description |
|---|---|
| org.jgrapht.alg.matching.blossom.v5 |
Package for Kolmogorov's Blossom V algorithm
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectiveSense |
ObjectiveSense.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectiveSense[] |
ObjectiveSense.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KolmogorovWeightedMatching(Graph<V,E> initialGraph,
BlossomVOptions options,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm with the specified
options. |
KolmogorovWeightedMatching(Graph<V,E> initialGraph,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm using the default options.
|
KolmogorovWeightedPerfectMatching(Graph<V,E> graph,
BlossomVOptions options,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm with the specified
options. |
KolmogorovWeightedPerfectMatching(Graph<V,E> graph,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm using the default options.
|
Copyright © 2019. All rights reserved.