Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVOptions
Packages that use BlossomVOptions
Package
Description
Package for Kolmogorov's Blossom V algorithm
-
Uses of BlossomVOptions in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVOptionsModifier and TypeFieldDescriptionstatic final BlossomVOptions[]
BlossomVOptions.ALL_OPTIONS
All possible optionsstatic final BlossomVOptions
KolmogorovWeightedPerfectMatching.DEFAULT_OPTIONS
Default optionsConstructors in org.jgrapht.alg.matching.blossom.v5 with parameters of type BlossomVOptionsModifierConstructorDescriptionKolmogorovWeightedMatching
(Graph<V, E> initialGraph, BlossomVOptions options) Constructs a new instance of the algorithm with the specifiedoptions
.KolmogorovWeightedMatching
(Graph<V, E> initialGraph, BlossomVOptions options, ObjectiveSense objectiveSense) Constructs a new instance of the algorithm with the specifiedoptions
.KolmogorovWeightedPerfectMatching
(Graph<V, E> graph, BlossomVOptions options) Constructs a new instance of the algorithm with the specifiedoptions
.KolmogorovWeightedPerfectMatching
(Graph<V, E> graph, BlossomVOptions options, ObjectiveSense objectiveSense) Constructs a new instance of the algorithm with the specifiedoptions
.