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