Uses of Class
com.jgalgo.alg.flow.MaximumFlowAbstract
Packages that use MaximumFlowAbstract
Package
Description
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.flowModifier and TypeClassDescriptionclassAbstract class for computing a maximum flow in a graph without using a residual network.classAbstract class for computing a maximum flow in a graph with a residual network.classDinic's algorithm for maximum flow.classDinic's algorithm for maximum flow using dynamic trees.classThe Edmonds-Karp algorithm for maximum flow.classThe push-relabel maximum flow algorithm with FIFO ordering.classThe push relabel algorithm for maximum flow using dynamic trees.