Uses of Package
com.jgalgo.alg.match
Package
Description
Algorithms for computing matchings in graphs, such as maximum/minimum weight matchings, maximum cardinality
matchings, perfect matchings, ect.
-
ClassDescriptionA matching in a graph.Maximum/minimum matching algorithm.A builder for
MatchingAlgo
objects.Abstract class for computing matchings in graphs.Abstract class for computing matching in graphs, based on a maximum matching solution.Abstract class for computing matching in graphs, based on a minimum matching solution.Abstract class for computing (only) cardinality matching in a graph.