V - the graph vertex typeE - the graph edge typeEdmondsMaximumCardinalityMatching.@Deprecated public class EdmondsBlossomShrinking<V,E> extends Object implements MatchingAlgorithm<V,E>
MatchingAlgorithm.Matching<V,E>, MatchingAlgorithm.MatchingImpl<V,E>DEFAULT_EPSILON| Constructor and Description |
|---|
EdmondsBlossomShrinking(Graph<V,E> graph)
Deprecated.
Construct an instance of the Edmonds blossom shrinking algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
MatchingAlgorithm.Matching<V,E> |
getMatching()
Deprecated.
Compute a matching for a given graph.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeMatchingpublic EdmondsBlossomShrinking(Graph<V,E> graph)
graph - the input graphIllegalArgumentException - if the graph is not undirectedpublic MatchingAlgorithm.Matching<V,E> getMatching()
getMatching in interface MatchingAlgorithm<V,E>Copyright © 2017. All rights reserved.