Uses of Interface
org.jgrapht.alg.interfaces.WeightedMatchingAlgorithm

Packages that use WeightedMatchingAlgorithm
org.jgrapht.alg Algorithms provided with JGraphT
 

Uses of WeightedMatchingAlgorithm in org.jgrapht.alg
 

Classes in org.jgrapht.alg that implement WeightedMatchingAlgorithm
 class KuhnMunkresMinimalWeightBipartitePerfectMatching<V,E>
          Kuhn-Munkres algorithm (named in honor of Harold Kuhn and James Munkres) solving assignment problem also known as hungarian algorithm (in the honor of hungarian mathematicians Dénes K?nig and Jen? Egerváry).
 



Copyright © 2013. All rights reserved.