Uses of Interface
com.jgalgo.alg.MaximumFlow
-
Packages that use MaximumFlow Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of MaximumFlow in com.jgalgo.alg
Methods in com.jgalgo.alg that return MaximumFlow Modifier and Type Method Description MaximumFlowMaximumFlow.Builder. build()Create a new algorithm object for maximum flow computation.static MaximumFlowMaximumFlow. newInstance()Create a new maximum flow algorithm object.Methods in com.jgalgo.alg with parameters of type MaximumFlow Modifier and Type Method Description static MinimumEdgeCutSTMinimumEdgeCutST. newFromMaximumFlow(MaximumFlow maxFlowAlg)Create a new minimum edge-cut algorithm using a maximum flow algorithm.
-