| Interface | Description |
|---|---|
| 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 © 2015. All Rights Reserved.