Uses of Interface
com.jgalgo.FlowNetwork.Int
-
-
Uses of FlowNetwork.Int in com.jgalgo
Methods in com.jgalgo that return FlowNetwork.Int Modifier and Type Method Description static FlowNetwork.Int
FlowNetwork.Int. createAsEdgeWeight(Graph g)
Create an integer flow network by adding edge weights usingGraph.addEdgesWeights(java.lang.Object, java.lang.Class<? super E>)
.
-