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 MaximumFlow
MaximumFlow.Builder. build()
Create a new algorithm object for maximum flow computation.static MaximumFlow
MaximumFlow. newInstance()
Create a new maximum flow algorithm object.Methods in com.jgalgo.alg with parameters of type MaximumFlow Modifier and Type Method Description static MinimumEdgeCutST
MinimumEdgeCutST. newFromMaximumFlow(MaximumFlow maxFlowAlg)
Create a new minimum edge-cut algorithm using a maximum flow algorithm.
-