首页 | 本学科首页   官方微博 | 高级检索  
     检索      

网络最大流模型算法及其实现
引用本文:张静,邱学绍.网络最大流模型算法及其实现[J].重庆大学学报(自然科学版),2006,29(5):132-134.
作者姓名:张静  邱学绍
作者单位:[1]同济大学软件学院,上海201800 [2]郑州轻工业学院信息与计算科学系,郑州450002
基金项目:河南省自然科学基金;郑州轻工业学院校科研和教改项目
摘    要:针对网络最大流的计算问题,提出了一种网络最大流计算模型的实现方法,具体作法是灵活运用栈和结构数组以实现算法功能.首先创建邻接表,其结构包含边的方向、容量、流量等信息.然后根据邻接表采用标号法寻找增广链,在寻找过程中采用深度优先遍历和广度优先遍历的方法把点存入栈中,并用一数组保存所经过的路径.直至找出最大流及各边的流量.

关 键 词:最大流  增广链  标号法  邻接表  结构数组
文章编号:1000-582X(2006)05-0132-03
收稿时间:2005-12-17
修稿时间:2005年12月17

Algorithm and Its Implementation for the Network Maximal Flow
ZHANG Jing,QIU Xue-shao.Algorithm and Its Implementation for the Network Maximal Flow[J].Journal of Chongqing University(Natural Science Edition),2006,29(5):132-134.
Authors:ZHANG Jing  QIU Xue-shao
Institution:1. Software Institute, Tongji University, Shanghai 201800, China; 2. Department of Information and Computation Science. ,Zhengzhou Institute of Light Industry, Zhengzhou 450002, China
Abstract:On the algorithm of the network maximal flow, the paper provides a method of achieving it. The concrete procedure is to achieve the algorithm by using stack and structural array. First of all, an adjacency list should be established and its composition chiefly includes orientation, capacity, flux and so on. Afterwards the labeling method is adopted to find the augmenting chain according to the adjacency list. In the process, some spots are stored in the stack by means of the depth superior traverse and range superior traverse and the course way is also conserved in the array. Keep on doinh this till the maximum flow and the flow of each arc are all found.
Keywords:maximal flow  augmenting chain  label method  adjacency list  structural array
本文献已被 CNKI 维普 万方数据 等数据库收录!
点击此处可从《重庆大学学报(自然科学版)》浏览原始摘要信息
点击此处可从《重庆大学学报(自然科学版)》下载免费的PDF全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号