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.BuilderMatchingAlgo. newBuilder()Create a new matching algorithm builder.MatchingAlgo.BuilderMatchingAlgo.Builder. setBipartite(boolean bipartite)Set whether the matching algorithms built by this builder should only support bipartite graphs.MatchingAlgo.BuilderMatchingAlgo.Builder. setCardinality(boolean cardinality)Set whether the matching algorithms built by this builder should support only maximum cardinality matching.
-