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