public class HopcroftKarpBipartiteMatching<V,E> extends Object implements MatchingAlgorithm<V,E>
| Constructor and Description |
|---|
HopcroftKarpBipartiteMatching(UndirectedGraph<V,E> graph,
Set<V> partition1,
Set<V> partition2) |
public Set<E> getMatching()
MatchingAlgorithmgetMatching in interface MatchingAlgorithm<V,E>Copyright © 2016. All rights reserved.