Module org.jgrapht.core
Package org.jgrapht.generate.netgen
Network generator components
-
Interface Summary Interface Description BipartiteMatchingProblem<V,E> This class represents a bipartite matching problem.MaximumFlowProblem<V,E> This class represents a maximum flow problem. -
Class Summary Class Description BipartiteMatchingProblem.BipartiteMatchingProblemImpl<V,E> Default implementation of a Bipartite Matching ProblemDistributor<K> Distributes value units among keys given lower and upper bound constraints.MaximumFlowProblem.MaximumFlowProblemImpl<V,E> Default implementation of a Maximum Flow Problem.NetworkGenerator<V,E> NETGEN-style network generator.NetworkGeneratorConfig Configuration class to specify network parameters for theNetworkGenerator
.NetworkGeneratorConfigBuilder Builder class for theNetworkGeneratorConfig
.NetworkInfo<V,E> Represents network auxiliary information.