Uses of Class
com.jgalgo.alg.flow.MaximumFlowAbstract
-
Packages that use MaximumFlowAbstract Package Description com.jgalgo.alg.flow Algorithms for solving flow problems in graphs, such as maximum flow, min cost flow, and circulation problems. -
-
Uses of MaximumFlowAbstract in com.jgalgo.alg.flow
Subclasses of MaximumFlowAbstract in com.jgalgo.alg.flow Modifier and Type Class Description class
MaximumFlowAbstractWithoutResidualNet
Abstract class for computing a maximum flow in a graph without using a residual network.class
MaximumFlowAbstractWithResidualNet
Abstract class for computing a maximum flow in a graph with a residual network.class
MaximumFlowDinic
Dinic's algorithm for maximum flow.class
MaximumFlowDinicDynamicTrees
Dinic's algorithm for maximum flow using dynamic trees.class
MaximumFlowEdmondsKarp
The Edmonds-Karp algorithm for maximum flow.class
MaximumFlowPushRelabel
The push-relabel maximum flow algorithm with FIFO ordering.class
MaximumFlowPushRelabelDynamicTrees
The push relabel algorithm for maximum flow using dynamic trees.
-