How to use "graphmaxflow" function for undirected graphs in matlab?
11 次查看(过去 30 天)
显示 更早的评论
How to use "graphmaxflow" function for undirected graphs in matlab? (or) Is there any other function that can find maximum flow and all possible cuts for an undirected graph?
0 个评论
采纳的回答
Josh Meyer
2015-9-11
In MATLAB R2015b, you can easily create and analyze graphs. See the following documentation for more info:
Note that there is a maxflow function which you can use to compute the maximum flow and associated minimum cut:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Undirected Graphs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!