|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.alg.EdmondsBlossomShrinking<V,E>
public class EdmondsBlossomShrinking<V,E>
An implementation of Edmonds Blossom Shrinking algorithm for constructing maximum matchings on graphs. The algorithm runs in time O(V^4).
Constructor Summary | |
---|---|
EdmondsBlossomShrinking()
Deprecated. |
|
EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
|
Method Summary | |
---|---|
Set<E> |
findMatch(UndirectedGraph<V,E> g)
Deprecated. |
Set<E> |
getMatching()
Returns set of edges making up the matching |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public EdmondsBlossomShrinking()
public EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
Method Detail |
---|
@Deprecated public Set<E> findMatch(UndirectedGraph<V,E> g)
public Set<E> getMatching()
MatchingAlgorithm
getMatching
in interface MatchingAlgorithm<V,E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |