-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
feature requestA suggestion for a new featureA suggestion for a new feature
Description
Is your feature request related to a problem? Please describe.
Yes, we're aiming to compute x shortest paths in a huge graph. Yens' algorithm seems to run quite long for our use-case and produces paths that are "too long" in certain cases too.
Describe the solution you would like
It would be nice to be able to cap the max length of the algorithm, and not return any paths if the shortest path exceeds more than x hops.
Describe alternatives you have considered
Neo4Js ExpandConfig statement, but this crashes our Neo4J instance.
Metadata
Metadata
Assignees
Labels
feature requestA suggestion for a new featureA suggestion for a new feature