Uses of Interface
com.jgalgo.FlowNetwork
-
-
Uses of FlowNetwork in com.jgalgo
Subinterfaces of FlowNetwork in com.jgalgo Modifier and Type Interface Description static interface
FlowNetwork.Int
Flow on graph edges, with integer capacities and flows values.Methods in com.jgalgo that return FlowNetwork Modifier and Type Method Description static FlowNetwork
FlowNetwork. createAsEdgeWeight(Graph g)
Create a flow network by adding edge weights usingGraph.addEdgesWeights(java.lang.Object, java.lang.Class<? super E>)
.Methods in com.jgalgo with parameters of type FlowNetwork Modifier and Type Method Description double
MaximumFlow. computeMaximumFlow(Graph g, FlowNetwork net, int source, int sink)
Calculate the maximum flow in a flow network.
-