V
- the graph vertex typeE
- the graph edge typepublic class EdmondsBlossomShrinking<V,E> extends Object implements MatchingAlgorithm<V,E>
Constructor and Description |
---|
EdmondsBlossomShrinking()
Deprecated.
|
EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
Construct an instance of the Edmonds blossom shrinking algorithm.
|
Modifier and Type | Method and Description |
---|---|
Set<E> |
findMatch(UndirectedGraph<V,E> g)
Deprecated.
See
getMatching() as preferred alternative to this one. |
Set<E> |
getMatching()
Returns set of edges making up the matching
|
@Deprecated public EdmondsBlossomShrinking()
public EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
G
- the input graph@Deprecated public Set<E> findMatch(UndirectedGraph<V,E> g)
getMatching()
as preferred alternative to this one.g
- the input graphpublic Set<E> getMatching()
getMatching
in interface MatchingAlgorithm<V,E>
Copyright © 2016. All rights reserved.