Maximum flow algorithm based on adjustment of net flow on nodes and its application

Guangyu He,Yingyun Sun,Chao Chen
2008-01-01
Abstract:For calculating the maximum capacity transported from source node to sink node in a network, a maximum flow algorithm was proposed. Based on the concept of net flow on nodes (NFN) and layered increment network (LIN), the plus flow process (PFP) and minus flow process (MFP) on LIN were defined. By performing PFP and MFP on NLP over and over, the maximum flow problem was solved when the sink node can't get a mark again. Compare to the existing max flow algorithm, the proposed method needs no complex data structure in processing, which makes the algorithm implemented easily. Based on the algorithm, a thermal economic dispatch software package which includes fixed electricity plant was developed and had been put into practice and had a good performance. Furthermore, the algorithm runs in O(n2m) (n, m is the number of nodes and arcs of the network) was proved.
What problem does this paper attempt to address?