[graph-tool] efficient random sampling of paths between two nodes

2020-03-21 Thread Franco Peschiera
Good day to all, I wrote an initial message (through the issues site) asking about the possibility of using the all_paths to random sample paths between two nodes in a graph. It was pointed out that the: 1. The algorithm is deterministic and that 2. It’s not possible to adapt it to iterate in a u

[graph-tool] efficient random sampling of paths between two nodes

2020-03-21 Thread Franco Peschiera
Good day to all, (repeated because chose wrong email address). I wrote an initial message (through the issues site) asking about the possibility of using the all_paths to random sample paths between two nodes in a graph. It was pointed out that the: 1. The algorithm is deterministic and that 2.