Uses of Class
org.jgrapht.alg.decomposition.DulmageMendelsohnDecomposition.Decomposition
-
Uses of DulmageMendelsohnDecomposition.Decomposition in org.jgrapht.alg.decomposition
Modifier and TypeMethodDescriptionDulmageMendelsohnDecomposition.decompose
(MatchingAlgorithm.Matching<V, E> matching, boolean fine) Perform the decomposition, using a pre-calculated bipartite matchingDulmageMendelsohnDecomposition.getDecomposition
(boolean fine) Perform the decomposition, using the Hopcroft-Karp maximum-cardinality matching algorithm to perform the matching.