Uses of Interface
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.MaximumFlow
-
Packages that use MaximumFlowAlgorithm.MaximumFlow Package Description org.jgrapht.alg.flow Flow related algorithms.org.jgrapht.alg.interfaces Algorithm related interfaces. -
-
Uses of MaximumFlowAlgorithm.MaximumFlow in org.jgrapht.alg.flow
Methods in org.jgrapht.alg.flow that return MaximumFlowAlgorithm.MaximumFlow Modifier and Type Method Description MaximumFlowAlgorithm.MaximumFlow<E>
DinicMFImpl. getMaximumFlow(V source, V sink)
MaximumFlowAlgorithm.MaximumFlow<E>
EdmondsKarpMFImpl. getMaximumFlow(V source, V sink)
Sets current source tosource
, current sink tosink
, then calculates maximum flow fromsource
tosink
.MaximumFlowAlgorithm.MaximumFlow<E>
GusfieldEquivalentFlowTree. getMaximumFlow(V source, V sink)
Unsupported operationMaximumFlowAlgorithm.MaximumFlow<E>
GusfieldGomoryHuCutTree. getMaximumFlow(V source, V sink)
Unsupported operationMaximumFlowAlgorithm.MaximumFlow<E>
PushRelabelMFImpl. getMaximumFlow(V source, V sink)
-
Uses of MaximumFlowAlgorithm.MaximumFlow in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement MaximumFlowAlgorithm.MaximumFlow Modifier and Type Class Description static class
MaximumFlowAlgorithm.MaximumFlowImpl<E>
Default implementation of the maximum flowMethods in org.jgrapht.alg.interfaces that return MaximumFlowAlgorithm.MaximumFlow Modifier and Type Method Description MaximumFlowAlgorithm.MaximumFlow<E>
MaximumFlowAlgorithm. getMaximumFlow(V source, V sink)
Sets current source tosource
, current sink tosink
, then calculates maximum flow fromsource
tosink
.
-