Package | Description |
---|---|
org.jgrapht.alg.matching.blossom.v5 |
Package for Kolmogorov's Blossom V algorithm
|
Modifier and Type | Field and Description |
---|---|
static BlossomVOptions[] |
BlossomVOptions.ALL_OPTIONS
All possible options
|
static BlossomVOptions |
KolmogorovWeightedPerfectMatching.DEFAULT_OPTIONS
Default options
|
Constructor and Description |
---|
KolmogorovWeightedMatching(Graph<V,E> initialGraph,
BlossomVOptions options)
Constructs a new instance of the algorithm with the specified
options . |
KolmogorovWeightedMatching(Graph<V,E> initialGraph,
BlossomVOptions options,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm with the specified
options . |
KolmogorovWeightedPerfectMatching(Graph<V,E> graph,
BlossomVOptions options)
Constructs a new instance of the algorithm with the specified
options . |
KolmogorovWeightedPerfectMatching(Graph<V,E> graph,
BlossomVOptions options,
ObjectiveSense objectiveSense)
Constructs a new instance of the algorithm with the specified
options . |
Copyright © 2019. All rights reserved.