Uses of Interface
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.MaximumFlow
Package
Description
Flow related algorithms.
Algorithm related interfaces.
-
Uses of MaximumFlowAlgorithm.MaximumFlow in org.jgrapht.alg.flow
Modifier and TypeMethodDescriptionBoykovKolmogorovMFImpl.getMaximumFlow
(V source, V sink) Sets current source tosource
, current sink tosink
, then calculates maximum flow fromsource
tosink
.DinicMFImpl.getMaximumFlow
(V source, V sink) EdmondsKarpMFImpl.getMaximumFlow
(V source, V sink) Sets current source tosource
, current sink tosink
, then calculates maximum flow fromsource
tosink
.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
Modifier and TypeClassDescriptionstatic class
Default implementation of the maximum flowModifier and TypeMethodDescriptionMaximumFlowAlgorithm.getMaximumFlow
(V source, V sink) Sets current source tosource
, current sink tosink
, then calculates maximum flow fromsource
tosink
.