Package org.jgrapht.alg.interfaces

Interface Summary
MatchingAlgorithm<V,E> Allows to derive matching from given graph
MinimumSpanningTree<V,E> Allows to derive minimum spanning tree from given undirected connected graph.
WeightedMatchingAlgorithm<V,E> Allows to derive weighted matching from general graph
 



Copyright © 2013. All rights reserved.