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