计算机与现代化

• 算法设计与分析 • 上一篇    下一篇

一种基于改进堆优化Dijkstra算法的最小费用最大流算法 

  

  1. (华南理工大学信息网络工程研究中心,广东广州510641)
  • 收稿日期:2019-09-23 出版日期:2020-03-03 发布日期:2020-03-03
  • 作者简介:邓国强(1984-),男,广东梅州人,工程师,硕士,研究方向:软件定义网络,E-mail: denggq@scut.edu.cn; 通信作者:韩颖铮(1984-),女,高级工程师,硕士,研究方向:软件定义网络,网络安全,E-mail: hanyz@scut.edu.cn。
  • 基金资助:
    广东省重点领域研发计划项目(2019B010137001); 赛尔网络下一代互联网技术创新项目(NGII20180111)

A Minimum Cost Maximum Flow Algorithm Based on   #br# Improved Heap Optimization Dijkstra Algorithm

  1. (Information Network Engineering and Research Center, South China University of Technology, Guangzhou 510641, China)
  • Received:2019-09-23 Online:2020-03-03 Published:2020-03-03

摘要: 通过最短路径算法在残存网络中搜索汇点的最小费用路径是流网络中求解最小费用最大流的主要方式,而Dijkstra算法是最高效的最短路径算法之一。本文通过证明残存网络中不存在负循环,采用改进的堆优化Dijkstra算法在残存网络中搜索最小费用路径以提升算法的效率。实验结果表明,与经典的基于最短路径快速算法的最小费用最大流算法和基于Bellman-Ford算法的最小费用最大流算法对比,本文提出的改进算法具有更高的时间效率。

关键词: 最小费用最大流, Dijkstra算法, 堆优化

Abstract: The minimum cost path for searching for sinks in the surviving network by the shortest path algorithm is the main way to solve the minimum cost maximum flow in the flow network, and the Dijkstra algorithm is one of the most efficient shortest path algorithms. In this paper, by demonstrating that there is no negative power circle in the surviving network, the improved heap optimization Dijkstra algorithm is used to search the remaining network for the minimum cost path to improve the efficiency of the algorithm. The experimental results show that compared with the classical minimum cost maximum flow algorithm based on the shortest path fast algorithm and the minimum cost maximum flow algorithm based on Bellman-Ford algorithm, the improved algorithm proposed in this paper has higher time efficiency.

Key words:  , minnimum cost maximum flow; Dijkstra algorithm; heap optimization

中图分类号: