Uses of Class
com.jgalgo.alg.match.MatchingAlgoAbstract
Package
Description
Algorithms for computing matchings in graphs, such as maximum/minimum weight matchings, maximum cardinality
matchings, perfect matchings, ect.
-
Uses of MatchingAlgoAbstract in com.jgalgo.alg.match
Modifier and TypeClassDescriptionclass
Abstract class for computing matching in graphs, based on a maximum matching solution.class
Abstract class for computing matching in graphs, based on a minimum matching solution.class
Abstract class for computing (only) cardinality matching in a graph.class
Hopcroft–Karp maximum unweighted matching algorithm for undirected bipartite graphs.class
Gabow's implementation of Endmond's algorithm for cardinality maximum matching in general graphs.class
Kuhn's Hungarian method for maximum weighted matching in bipartite graphs.class
Maximum weighted matching algorithm usingShortestPathSingleSource
for bipartite graphs.class
Blossom V implementation for maximum weighted matching.class
Edmonds' Blossom algorithm for Maximum weighted matching with Gabow's dynamic LCA data structure.class
Edmonds' Blossom algorithm for Maximum weighted matching with Gabow's implementation WITHOUT dynamic LCA data structure.