Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Algorithm 最大流量的MPM算法和Push-relabel算法有哪些限制?_Algorithm_Complexity Theory_Restriction_Max Flow_Push Relabel - Fatal编程技术网

Algorithm 最大流量的MPM算法和Push-relabel算法有哪些限制?

Algorithm 最大流量的MPM算法和Push-relabel算法有哪些限制?,algorithm,complexity-theory,restriction,max-flow,push-relabel,Algorithm,Complexity Theory,Restriction,Max Flow,Push Relabel,我正在编写此代码,需要注意这两种不同算法的限制: 1) 容量是否必须为整数? 2) 图是否必须是非循环的 有人能给点提示吗 谢谢

我正在编写此代码,需要注意这两种不同算法的限制: 1) 容量是否必须为整数? 2) 图是否必须是非循环的

有人能给点提示吗

谢谢