Uses of Interface
com.jgalgo.FlowNetwork.Int
-
Packages that use FlowNetwork.Int Package Description com.jgalgo -
-
Uses of FlowNetwork.Int in com.jgalgo
Methods in com.jgalgo that return FlowNetwork.Int Modifier and Type Method Description static FlowNetwork.IntFlowNetwork.Int. createFromEdgeWeights(Graph g)Create an integer flow network by adding edge weights usingGraph.addEdgesWeights(java.lang.Object, java.lang.Class<? super E>).static FlowNetwork.IntFlowNetwork.Int. createFromEdgeWeights(Weights.Int capacities, Weights.Int flows)Create a flow network by using existing edge weights.
-