搜索资源列表
-
0下载:
图论中最大流问题的matlab实现代码,求给定网络最大流,Maximum flow problem in graph theory implementation of matlab code, seeking maximum flow in a given network
-
-
0下载:
最小费用最大流问题 MATLAB编程代码-Maximum flow problem minimum cost MATLAB programming code
-
-
0下载:
用VC++6.0求算法分析设计中的最大流问题。-Using VC++6.0 analysis of algorithms designed to seek the maximum flow problem.
-
-
0下载:
使用push-relabel方法求解最大流问题,是国外的一个研究机构编写的,速度很快。-This is an efficient implementation of the push-relabel method.
See
Goldberg and Tarjan, "A New Approach to the Maximum Flow Problem,"
J. ACM Vol. 35, 921--940, 1988
and
Cherkassky and Gol
-
-
0下载:
最大流问题的最短增广路径算法 是算法中的重要部分
-Maximum flow problem of the shortest augmenting path algorithm is an important part of the algorithm
-
-
0下载:
解决最小费用最大流的问题,是一个通用程序,希望大家喜欢-Solve the minimum cost maximum flow problem is a common procedure, hope you like
-
-
0下载:
最大流的一种通用算例程序,解决很多最大流的问题。-Maximum flow of a generic example program to solve many maximum flow problem.
-
-
0下载:
实现的是最小费用最大流问题,在残量网络中找s-t最短路,运用bellman-ford算法。-To achieve the minimum cost maximum flow problem, in the residual network, find the shortest st, the use of bellman-ford algorithm.
-
-
0下载:
用于求解网络的最小费用最大流问题,求一个网络中的最大流-Network for solving the minimum cost maximum flow problem, find the maximum flow in a network
-
-
0下载:
运筹学中的最大流与最小载问题求解matlab源程序-Operations Research in the maximum flow and minimum load problem solving matlab source code
-
-
0下载:
网络流算法,自己写的实现最大流问题的好方法,是用邻接表实现的ISAP,网上可是很少的哟-Network flow algorithm, a good way to write your own to achieve the maximum flow problem, is the ISAP adjacency list online but few yo
-
-
0下载:
解决最大流问题,使用Ford_Fulkerson算法。程序中包含例题。-Solve the maximum flow problem, to use Ford_Fulkerson algorithm. Examples included in the program.
-
-
0下载:
最小费用最大流算法通用Matlab函数
基于Floyd最短路算法的Ford和Fulkerson迭加算法 基本思路:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条 自V1至Vn的最短路 再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流 量增至最大可能值 而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新 确定,如此多次迭代,最终得到最小费用最大流.- Minimum cost
-
-
0下载:
用增广路法计算最大流问题,给出了C++代码-Augmenting path method to calculate the maximum flow problem given C++ code
-
-
0下载:
Drainage Ditches —— 最大流问题 --Edmonds_karp-Drainage Ditches- maximum flow problem- Edmonds_karp
-
-
0下载:
最小费用最大流问题通用LINGO程序。解决图论问题的必备。-Minimum cost maximum flow problem common LINGO program. Essential to solve the problem of graph theory.
-
-
1下载:
最小费用最大流问题是经济学和管理学中的一类典型问题。在一个网络中每段路径都有“容量”和“费用”两个限制的条件下,此类问题的研究试图寻找出:流量从A到B,如何选择路径、分配经过路径的流量,可以达到所用的费用最小的要求。-Minimum cost maximum flow problem is economics and management in a class of typical problems. Each path in a network has the " capacity&q
-
-
0下载:
解决最小费用最大流问题,一般有两条途径。一条途径是先用最大流算法算出最大流,然后根据边费用,检查是否有可能在流量平衡的前提下通过调整边流量,使总费用得以减少?只要有这个可能,就进行这样的调整。调整后,得到一个新的最大流。-Minimum cost maximum flow problem to solve, there are generally two ways. One way is to use a maximum flow algorithm to calculate the maxim
-
-
0下载:
关于T018_最小费用最大流问题的算法,求出最大流最小费用-About T018_ minimum cost maximum flow problem algorithm, find the maximum flow minimum cost
-
-
0下载:
ISAP代码,用于解决最大流问题,速度比EK算法快。-ISAP code for solving the maximum flow problem, faster than EK algorithms.
-