org.jgrapht.alg

Class KuhnMunkresMinimalWeightBipartitePerfectMatching<V,E>

    • Constructor Detail

      • KuhnMunkresMinimalWeightBipartitePerfectMatching

        public KuhnMunkresMinimalWeightBipartitePerfectMatching(WeightedGraph<V,E> G,
                                                        List<? extends V> S,
                                                        List<? extends V> T)
        Parameters:
        G - target weighted bipartite graph to find matching in
        S - first vertex partition of the target bipartite graph
        T - second vertex partition of the target bipartite graph

Copyright © 2013. All Rights Reserved.