文件名称:Incremental-shortest-path-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
最短增量路径算法,先找到从第源点到汇聚点的所有路径(生成树),然后再依次找出每条路径的最大流量并同时修改矩阵的流量减该路径的最大流量,最后相加每条路径的流量得到总的最大流量-Incremental shortest path algorithm, first find from the source to a focal point of all paths (MST), and then turn to find the maximum flow of each path and also change the flow matrix by the maximum flow of the path, the final sum The total flow of each path are the maximum flow
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最短增量路径算法.cpp