Uses of Interface
org.jgrapht.generate.netgen.BipartiteMatchingProblem
-
Packages that use BipartiteMatchingProblem Package Description org.jgrapht.generate.netgen Network generator components -
-
Uses of BipartiteMatchingProblem in org.jgrapht.generate.netgen
Classes in org.jgrapht.generate.netgen that implement BipartiteMatchingProblem Modifier and Type Class Description static class
BipartiteMatchingProblem.BipartiteMatchingProblemImpl<V,E>
Default implementation of a Bipartite Matching ProblemMethods in org.jgrapht.generate.netgen that return BipartiteMatchingProblem Modifier and Type Method Description BipartiteMatchingProblem<V,E>
NetworkGenerator. generateBipartiteMatchingProblem(Graph<V,E> graph)
Generates a bipartite matching problem satisfying the parameters specified in the config provided to this generator.
-