No BSD License  

Highlights from
Ford-Fulkerson algorithm

5.0

5.0 | 1 rating Rate this file 31 Downloads (last 30 days) File Size: 1.07 KB File ID: #19439

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

Please provide an example

16 Oct 2008 Ahmed Rizk

Please provide an example
Best Regards

08 May 2009 Manar

Please provide an example very quickly

12 May 2009 Mango

just follow the description, first create your matrix from command line, then use the command

max_flow=ff_max_flow(number of sources,number of sinks, matrix name, number of nodes)

it will give you the output max_flow =
                    ?
or just find maximum flow min cut using
http://www.mathworks.com/access/helpdesk/help/toolbox/bioinfo/index.html?/access/helpdesk/help/toolbox/bioinfo/ref/graphmaxflow.html

17 Feb 2010 Ahmed Hassan

Hello
when I enter the set(h.Nodes(K(1,:)),'Color',[1 0 0]) to View Minimum Cut the message appear ??? Undefined variable "h" or class "h.Nodes". please what can I do?

27 Nov 2010 kedar  
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
wireless Bing He 22 Oct 2008 09:56:22
maximum flow Bing He 22 Oct 2008 09:56:22
maxflow mincut Bing He 22 Oct 2008 09:56:23
minimum cut Bing He 22 Oct 2008 09:56:23
maxflow mincut Ayman Ahmed 18 Aug 2009 00:33:09
maximum flow Ayman Ahmed 18 Aug 2009 00:33:18
minimum cut Ayman Ahmed 18 Aug 2009 00:33:33
maxflow mincut Ervins Keiss 12 Dec 2009 20:16:55
optimization GeoSklivanitis Sklivanitis 20 Jun 2011 11:24:02
maxflow mincut Martin Rajchl 18 Dec 2011 08:45:32

Contact us at files@mathworks.com