Uses of Interface
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.MaximumFlow
Packages that use MaximumFlowAlgorithm.MaximumFlow
Package
Description
Flow related algorithms.
Algorithm related interfaces.
-
Uses of MaximumFlowAlgorithm.MaximumFlow in org.jgrapht.alg.flow
Methods in org.jgrapht.alg.flow that return MaximumFlowAlgorithm.MaximumFlowModifier and TypeMethodDescriptionBoykovKolmogorovMFImpl.getMaximumFlow(V source, V sink) Sets current source tosource, current sink tosink, then calculates maximum flow fromsourcetosink.DinicMFImpl.getMaximumFlow(V source, V sink) EdmondsKarpMFImpl.getMaximumFlow(V source, V sink) Sets current source tosource, current sink tosink, then calculates maximum flow fromsourcetosink.GusfieldEquivalentFlowTree.getMaximumFlow(V source, V sink) Unsupported operationGusfieldGomoryHuCutTree.getMaximumFlow(V source, V sink) Unsupported operationPushRelabelMFImpl.getMaximumFlow(V source, V sink) -
Uses of MaximumFlowAlgorithm.MaximumFlow in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement MaximumFlowAlgorithm.MaximumFlowModifier and TypeClassDescriptionstatic classDefault implementation of the maximum flowMethods in org.jgrapht.alg.interfaces that return MaximumFlowAlgorithm.MaximumFlowModifier and TypeMethodDescriptionMaximumFlowAlgorithm.getMaximumFlow(V source, V sink) Sets current source tosource, current sink tosink, then calculates maximum flow fromsourcetosink.