|
From: | David Edwards |
Subject: | [igraph] Paths in multigraphs |
Date: | Tue, 13 Aug 2013 09:11:06 +0000 |
I am working with multigraphs (multiple edges between node-pairs) and would like to extract all shortest paths between two given nodes. Since these are multigraphs
the paths should be edge sequences rather than node sequences. This seems to fall in between get.shortest.paths, which can return edge sequences, but just for one shortest path, and get.all.shortest.paths, which returns all shortest paths, but only as node
sequences. Any suggestions? |
[Prev in Thread] | Current Thread | [Next in Thread] |