Uses of Interface
org.jgrapht.generate.netgen.BipartiteMatchingProblem
-
Uses of BipartiteMatchingProblem in org.jgrapht.generate.netgen
Modifier and TypeClassDescriptionstatic class
Default implementation of a Bipartite Matching ProblemModifier and TypeMethodDescriptionNetworkGenerator.generateBipartiteMatchingProblem
(Graph<V, E> graph) Generates a bipartite matching problem satisfying the parameters specified in the config provided to this generator.