Ford-Fulkerson algorithm
by Bing He
02 Apr 2008
(Updated 03 Apr 2008)
The Ford-Fulkerson algorithm (named for L. R. Ford, Jr. and D. R. Fulkerson) computes the maximum fl
|
Watch this File
|
| File Information |
| Description |
Main function is function max_flow=ff_max_flow(source,sink,capacity,nodes_number).
The graph is expressed as N by N adjacency matrix. N is the number of vertices in the graph, i.e., "nodes_number". "source","sink" are identified by the node ID. "capacity" is an N by N matrix express the edge capacity. "max_flow" is output max flow found. |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 09 Aug 2008 |
Gok s
|
|
|
| 16 Oct 2008 |
Ahmed Rizk
|
|
|
| 08 May 2009 |
Manar
|
|
|
| 12 May 2009 |
Mango
|
|
|
| 17 Feb 2010 |
Ahmed Hassan
|
|
|
| 27 Nov 2010 |
kedar
|
|
|
|
Contact us at files@mathworks.com