Uses of Interface
org.graph4j.flow.MaximumFlowAlgorithm
Packages that use MaximumFlowAlgorithm
-
Uses of MaximumFlowAlgorithm in org.graph4j.flow
Classes in org.graph4j.flow that implement MaximumFlowAlgorithmModifier and TypeClassDescriptionclass/** Implements the Dinic algorithm for finding the maximum flow in a network.classThe Edmonds–Karp algorithm is an implementation of the Ford–Fulkerson method for computing the maximum flow in a network.classclassThe Push-Relabel algorithm maintains a preflow (where flow into a node can exceed flow out of it) and repeatedly pushes excess flow from overflowing vertices to neighboring vertices or relabels the height of the overflowing vertices to find new paths.Methods in org.graph4j.flow that return MaximumFlowAlgorithmModifier and TypeMethodDescriptionstatic MaximumFlowAlgorithmMaximumFlowAlgorithm.getInstance(Network graph)