public class EdmondsBlossomShrinking<V,E> extends Object implements MatchingAlgorithm<V,E>
Constructor and Description |
---|
EdmondsBlossomShrinking()
Deprecated.
|
EdmondsBlossomShrinking(UndirectedGraph<V,E> G) |
Modifier and Type | Method and Description |
---|---|
Set<E> |
findMatch(UndirectedGraph<V,E> g)
Deprecated.
|
Set<E> |
getMatching()
Returns set of edges making up the matching
|
@Deprecated public EdmondsBlossomShrinking()
public EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
@Deprecated public Set<E> findMatch(UndirectedGraph<V,E> g)
public Set<E> getMatching()
MatchingAlgorithm
getMatching
in interface MatchingAlgorithm<V,E>
Copyright © 2016. All rights reserved.