Uses of Class
com.google.common.truth.GraphMatching.HopcroftKarp
-
-
Uses of GraphMatching.HopcroftKarp in com.google.common.truth
Methods in com.google.common.truth that return GraphMatching.HopcroftKarp Modifier and Type Method Description (package private) static <U,V>
GraphMatching.HopcroftKarp<U,V>GraphMatching.HopcroftKarp. overBipartiteGraph(com.google.common.collect.Multimap<U,V> graph)
Factory method which returns an instance ready to perform the algorithm over the bipartite graph described by the given multimap.
-