International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 37 - Number 1 |
Year of Publication: 2012 |
Authors: Chintan Jain, Deepak Garg |
10.5120/4576-6624 |
Chintan Jain, Deepak Garg . Improved Edmond Karps Algorithm for Network Flow Problem. International Journal of Computer Applications. 37, 1 ( January 2012), 48-53. DOI=10.5120/4576-6624
Network Flow Problems have always been among the best studied combinatorial optimization problems. Flow networks are very useful to model real world problems like, current flowing through electrical networks, commodity flowing through pipes and so on. Maximum flow problem is the classical network flow problem. In this problem, the maximum flow which can be moved from the source to the sink is calculated without exceeding the maximum capacity. Once, the maximum flow problem is solved it can be used to solve other network flow problems also. The FORD-FULKERSON algorithm is the general algorithm which can solve all the network flow problems. The improvement of the Ford Fulkerson algorithm is Edmonds-Karp algorithm which uses BFS procedure instead of DFS to find an augmenting path. The modified Edmonds-Karp algorithm is designed to solve the maximum flow problem in efficient manner.