Open
Description
Hi kakearney,
I tried to implement your code to list all the possible paths from my bio-graph object with 67 nodes and 166 edges but it is hanging. Do you have any suggestion for this case.
My bio-graph has 15 level, each level has 5 nodes beside level 1 and 15
- Level 1:
- Node 1 connects to Node 2-> Node 6
- Level 2:
- Node 2 and Node 6 can only connect to 2 nodes (Node 7,8 and Node 10,11 respectively) while the rest (Node 3,4,5) can connect to 3 nodes.
- ....
- Level 15:
- Node 67 can connect from Node 62 to Node 66
I wonder base on my scenario, I can modify your possiblepath algorithm to cut down the computational time ?
Metadata
Metadata
Assignees
Labels
No labels