Uses of Class
org.jgrapht.alg.matching.blossom.v5.KolmogorovWeightedPerfectMatching.DualSolution
-
Packages that use KolmogorovWeightedPerfectMatching.DualSolution Package Description org.jgrapht.alg.matching.blossom.v5 Package for Kolmogorov's Blossom V algorithm -
-
Uses of KolmogorovWeightedPerfectMatching.DualSolution in org.jgrapht.alg.matching.blossom.v5
Methods in org.jgrapht.alg.matching.blossom.v5 that return KolmogorovWeightedPerfectMatching.DualSolution Modifier and Type Method Description KolmogorovWeightedPerfectMatching.DualSolution<V,E>
KolmogorovWeightedPerfectMatching. getDualSolution()
Returns the computed solution to the dual linear program with respect to the weighted perfect matching linear program formulation.
-