updateEdgeCapacities: Update edge capacities.
Description
Update edge capacities.
Usage
updateEdgeCapacities(this, edges, newCaps)# S3 method for FlowGraph
updateEdgeCapacities(this, edges, newCaps)
Arguments
edges
the vertices to update (as a 2xr matrix with ith row
corresponding to the edge edges[i,1]->edges[i,2].
newCaps
the new capacities for the edges