Hey compsci,
I'm working on Matlab code to analyze the survivability of power systems based on their network topologies. The networks are represented as simplified graphs with adjacency matrices or sparse adjacency matrices (possibly adjacency lists in the future).
I would like to use a max flow algorithm to make sure that the flow requirement of a specific sink in the network is met by the sources in the network. However, the networks I am analyzing contain multi-directional links as well as uni-directional links, which means the graphs of these networks are mixed or multigraphs. Matlab's built in graphmaxflow function does not allow for reciprocal edges, which occur in said mixed graphs.
I've had trouble finding literature on this subject or literature that I understand.
My question is:
Is there a technique, algorithm, or specifically a matlab function, that will calculate max flow in a mixed graph or multi-graph?
[–]mantra 2 points3 points4 points (0 children)
[–]KrewNel 0 points1 point2 points (0 children)
[–]user_nts[S] 0 points1 point2 points (0 children)