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