1
0
Fork 0

Fix example for kShortestPathsGraph

This commit is contained in:
KVS85 2019-05-08 17:23:23 +03:00 committed by GitHub
parent 7847e8e9d8
commit 014490e459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ var createTraversalGraph = function () {
var createKShortestPathsGraph = function() {
var graph_module = require('@arangodb/general-graph');
var graph = graph_module._create('shortestPathsGraph', [
var graph = graph_module._create('kShortestPathsGraph', [
graph_module._relation('connections', 'places', ['places'])]);
var places = [