matlab代码实现最大流问题我要分享

Matlab code to achieve the maximum flow problem

最大流 最大流量标号 最大流标号法 最大流量

关注次数: 252

下载次数: 0

文件大小: 583B

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:最大流问题,用标号法寻求网络中最大流的基本思想是寻找可增广轨,使网络的流量得到增加,直到最大为止。


English Description:

For the maximum flow problem, the basic idea of finding the maximum flow in the network by labeling method is to find the augmented orbit, so that the network traffic can be increased until the maximum.


代码预览