Skip to content

Will it works with large biograph  #4

Open
@eragonngo

Description

@eragonngo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions