Uses of Class
org.jgrapht.alg.matching.blossom.v5.BlossomVOptions
-
Packages that use BlossomVOptions Package Description org.jgrapht.alg.matching.blossom.v5 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 BlossomVOptions Modifier and Type Field Description static BlossomVOptions[]
BlossomVOptions. ALL_OPTIONS
All possible optionsstatic BlossomVOptions
KolmogorovWeightedPerfectMatching. DEFAULT_OPTIONS
Default optionsConstructors in org.jgrapht.alg.matching.blossom.v5 with parameters of type BlossomVOptions Constructor Description KolmogorovWeightedMatching(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
.
-