Uses of Interface
com.jgalgo.alg.MatchingAlgo.Builder
-
Packages that use MatchingAlgo.Builder Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of MatchingAlgo.Builder in com.jgalgo.alg
Methods in com.jgalgo.alg that return MatchingAlgo.Builder Modifier and Type Method Description static MatchingAlgo.Builder
MatchingAlgo. builder()
Create a new matching algorithm builder.MatchingAlgo.Builder
MatchingAlgo.Builder. setBipartite(boolean bipartite)
Set whether the matching algorithms built by this builder should only support bipartite graphs.MatchingAlgo.Builder
MatchingAlgo.Builder. setCardinality(boolean cardinality)
Set whether the matching algorithms built by this builder should support only maximum cardinality matching.
-