Documentation of 'org.jgrapht.alg.EdmondsBlossomShrinking' Java class
EdmondsBlossomShrinking
org.jgrapht.alg

Class EdmondsBlossomShrinking<V,E>

  • Type Parameters:
    V - the graph vertex type
    E - the graph edge type
    All Implemented Interfaces:
    MatchingAlgorithm<V,E>

    Deprecated. 

    @Deprecated
    public class EdmondsBlossomShrinking<V,E>
    extends java.lang.Object
    implements MatchingAlgorithm<V,E>
    An implementation of Edmonds Blossom Shrinking algorithm for constructing maximum matchings on graphs. The algorithm runs in time O(V^4).
    Since:
    Jan 24, 2012
    • Constructor Detail

      • EdmondsBlossomShrinking

        public EdmondsBlossomShrinking(UndirectedGraph<V,E> G)
        Deprecated. 
        Construct an instance of the Edmonds blossom shrinking algorithm.
        Parameters:
        G - the input graph

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.