Uses of Interface
org.jgrapht.generate.netgen.MaximumFlowProblem
-
Uses of MaximumFlowProblem in org.jgrapht.generate.netgen
Modifier and TypeClassDescriptionstatic class
Default implementation of a Maximum Flow Problem.Modifier and TypeMethodDescriptionNetworkGenerator.generateMaxFlowProblem
(Graph<V, E> graph) Generates a maximum flow problem satisfying the parameters specified in the config provided to this generator.MaximumFlowProblem.MaximumFlowProblemImpl.toSingleSourceSingleSinkProblem()
Converts this problem to the canonical form.MaximumFlowProblem.toSingleSourceSingleSinkProblem()
Converts this problem to the canonical form.