JSNetworkX icon indicating copy to clipboard operation
JSNetworkX copied to clipboard

Is there an algorithm to return all possible paths to one target?

Open marcodarko opened this issue 5 years ago • 0 comments

Not really an issue but a question for the team, as I'm having difficulty finding a solution on the documentation.

Currently I only see a way to return one path: let path = jsnx.shortestPath(G, {source:'schema:Thing',target:'schema:StadiumOrArena'});

is there a way to get all paths to a target without specifying a source? let path = jsnx.shortestPath(G, {target:'target'});

marcodarko avatar Aug 24 '18 18:08 marcodarko