Uses of Interface
org.jgrapht.generate.netgen.MaximumFlowProblem
-
Packages that use MaximumFlowProblem Package Description org.jgrapht.generate.netgen Network generator components -
-
Uses of MaximumFlowProblem in org.jgrapht.generate.netgen
Classes in org.jgrapht.generate.netgen that implement MaximumFlowProblem Modifier and Type Class Description static classMaximumFlowProblem.MaximumFlowProblemImpl<V,E>Default implementation of a Maximum Flow Problem.Methods in org.jgrapht.generate.netgen that return MaximumFlowProblem Modifier and Type Method Description MaximumFlowProblem<V,E>NetworkGenerator. generateMaxFlowProblem(Graph<V,E> graph)Generates a maximum flow problem satisfying the parameters specified in the config provided to this generator.MaximumFlowProblem<V,E>MaximumFlowProblem.MaximumFlowProblemImpl. toSingleSourceSingleSinkProblem()Converts this problem to the canonical form.MaximumFlowProblem<V,E>MaximumFlowProblem. toSingleSourceSingleSinkProblem()Converts this problem to the canonical form.
-