由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 问一个有关用MatLab里的graphmaxflow()算最大流(Maxflow)的问题
相关主题
请问matlab能不能算一个graph的diameter?请教:如何用least square approach解超定方程组
请问成正比与成反比的英文是什么?谢谢[转载] 有人知道如何把MATLAB .M 文件转换成C吗?
molecular dynamics simulation急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
MATLAB Matrix Numeric Tools Help siteRe: 急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
what is wrong with my matlab?[转载] Is the "bench" in Matlab reliable
MATLAB积分求教[转载] 大家看这个方程组用什么软件解
终于完成一模拟matlab基本矩阵运算的C库[转载] Matlab help
Analytic solution for an ODEMatlab signal mechanism?
相关话题的讨论汇总
话题: maxflow话题: matlab话题: reciprocal话题: edges
进入Computation版参与讨论
1 (共1页)
d***n
发帖数: 412
1
I want to do maxflow calculations by graphmaxflow() in Matlab 7.7.0. But I
got the following error information:
"Reciprocal edges are not allowed in maxflow algorithms."
I do not know why reciprocal edges are not prmitted, because there shouldn't
be any fundamental problems.
Does anyone know how this limitation can be prevented?
Thanks
b*****e
发帖数: 499
2
You can trick MATLAB to solve your problem by splitting each node into a
source and destination node and placing and edge with infinite capacity
between them.

't

【在 d***n 的大作中提到】
: I want to do maxflow calculations by graphmaxflow() in Matlab 7.7.0. But I
: got the following error information:
: "Reciprocal edges are not allowed in maxflow algorithms."
: I do not know why reciprocal edges are not prmitted, because there shouldn't
: be any fundamental problems.
: Does anyone know how this limitation can be prevented?
: Thanks

1 (共1页)
进入Computation版参与讨论
相关主题
Matlab signal mechanism?what is wrong with my matlab?
problem with Matlab 6.5MATLAB积分求教
help on interface for Matlab and Fortran终于完成一模拟matlab基本矩阵运算的C库
怎么查看MATLAB程序运行时耗用时间?Analytic solution for an ODE
请问matlab能不能算一个graph的diameter?请教:如何用least square approach解超定方程组
请问成正比与成反比的英文是什么?谢谢[转载] 有人知道如何把MATLAB .M 文件转换成C吗?
molecular dynamics simulation急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
MATLAB Matrix Numeric Tools Help siteRe: 急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
相关话题的讨论汇总
话题: maxflow话题: matlab话题: reciprocal话题: edges