Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Combinatorica Package >

NetworkFlow

NetworkFlow[g, source, sink]
returns the value of a maximum flow through graph g from source to sink.
NetworkFlow[g, source, sink, Edge]
returns the edges in g that have positive flow along with their flows in a maximum flow from source to sink.
NetworkFlow[g, source, sink, Cut]
returns a minimum cut between source and sink.
NetworkFlow[g, source, sink, All]
returns the adjacency list of g along with flows on each edge in a maximum flow from source to sink.
  • The graph g can be a directed or an undirected graph.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team