Uses of Interface
com.jgalgo.alg.match.MatchingAlgo.Builder
Package
Description
Algorithms for computing matchings in graphs, such as maximum/minimum weight matchings, maximum cardinality
matchings, perfect matchings, ect.
-
Uses of MatchingAlgo.Builder in com.jgalgo.alg.match
Modifier and TypeMethodDescriptionMatchingAlgo.Builder.bipartite
(boolean bipartite) Set whether the matching algorithms built by this builder should only support bipartite graphs.static MatchingAlgo.Builder
MatchingAlgo.builder()
Create a new matching algorithm builder.MatchingAlgo.Builder.cardinality
(boolean cardinality) Set whether the matching algorithms built by this builder should support only maximum cardinality matching.