Skip to content

Commit

Permalink
K-Shortest path query fix (#5410)
Browse files Browse the repository at this point in the history
* Bug fix for depth parameter
* Handle cycles in K - Shortest path queries

(cherry picked from commit 6332254)
  • Loading branch information
all-seeing-code committed May 29, 2020
1 parent 67f0e69 commit b33b284
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 32 deletions.
2 changes: 1 addition & 1 deletion query/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ func populateCluster() {
<510> <newfriend> <511> .
<510> <newfriend> <512> .
<51> <connects> <52> (weight=10) .
<51> <connects> <52> (weight=11) .
<51> <connects> <53> (weight=1) .
<51> <connects> <54> (weight=10) .
Expand Down
Loading

0 comments on commit b33b284

Please sign in to comment.