Uses of Interface
com.jgalgo.FlowNetwork
-
-
Uses of FlowNetwork in com.jgalgo
Subinterfaces of FlowNetwork in com.jgalgo Modifier and Type Interface Description static interfaceFlowNetwork.IntFlow on graph edges, with integer capacities and flows values.Methods in com.jgalgo that return FlowNetwork Modifier and Type Method Description static FlowNetworkFlowNetwork. 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 doubleMaximumFlow. computeMaximumFlow(Graph g, FlowNetwork net, int source, int sink)Calculate the maximum flow in a flow network.
-