Flow from one set of nodes to another.
flowBetween(this, sources, sinks)# S3 method for FlowGraph
flowBetween(this, sources, sinks)
a list with two named components, value
(the size of the
computed flow) and activeSources
(a vector representing the
subset of sources which have non-zero flow out of them for the found
max-flow).
the flow graph object
the nodes from which flow should start.
the nodes at which the flow should end.