|
Mathematical Programming |
Ford-Fulkerson's Algorithm |
|---|---|
|
Ford-Fulkerson Ford-Fulkerson Java applet demos: FAQ Japanese/English |
Maximum Flow ProblemGiven a connected graph G=(V,E), a capacity c:E->R+, and two nodes s and t, find a maximum s-t flow.Minimum Cut ProblemGiven a connected graph G=(V,E), a capacity c:E->R+, and two nodes s and t, find a minimum s-t cut.Ford-Fulkerson Labeling Algorithm
Java Source files:Java Applet DemosHere is a JAVA applet illustrating the Ford-Fulkerson Labeling Algorithm, which yields a max-flow and a min-cut.See Also
|
|
Kenji Ikeda's Home Page |
Last Modified:
Wednesday, 07-Jun-2000 16:24:59 JST
|