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