Mathematical Programming |
Ford-Fulkerson's Algorithm |
---|---|
Ford-Fulkerson Ford-Fulkerson JavaScript 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
JavaScript Source files:JavaScript DemosHere is a JavaScript illustrating the Ford-Fulkerson Labeling Algorithm, which yields a max-flow and a min-cut.See Also
|
Kenji Ikeda's Home Page |
Last Modified:
Tuesday, 01-Sep-2015 14:12:39 JST
|