From 1b27b224de240f27fe64f80fb7e07a528e99cd25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:22:22 +0000 Subject: [PATCH] Update users documentation for 3.6.3 for main branch: commit 084a843c28 --- main/en/.buildinfo | 2 +- main/en/BFS-category.html | 8 +- main/en/DFS-category.html | 8 +- main/en/KSP-category.html | 8 +- main/en/TRSP-family.html | 8 +- main/en/TSP-family.html | 8 +- main/en/VRP-category.html | 8 +- main/en/_static/documentation_options.js | 2 +- main/en/aStar-family.html | 8 +- main/en/allpairs-family.html | 8 +- main/en/bdAstar-family.html | 8 +- main/en/bdDijkstra-family.html | 8 +- main/en/chinesePostmanProblem-family.html | 8 +- main/en/coloring-family.html | 8 +- main/en/components-family.html | 8 +- main/en/contraction-family.html | 8 +- main/en/cost-category.html | 8 +- main/en/costMatrix-category.html | 8 +- main/en/dijkstra-family.html | 8 +- main/en/drivingDistance-category.html | 8 +- main/en/experimental.html | 8 +- main/en/flow-family.html | 8 +- main/en/genindex.html | 8 +- main/en/index.html | 50 ++- main/en/kruskal-family.html | 8 +- main/en/migration.html | 8 +- main/en/objects.inv | Bin 23923 -> 23944 bytes main/en/ordering-family.html | 8 +- main/en/pgRouting-concepts.html | 8 +- main/en/pgRouting-installation.html | 20 +- main/en/pgRouting-introduction.html | 8 +- main/en/pgr_KSP.html | 8 +- main/en/pgr_TSP.html | 8 +- main/en/pgr_TSPeuclidean.html | 8 +- main/en/pgr_aStar.html | 8 +- main/en/pgr_aStarCost.html | 8 +- main/en/pgr_aStarCostMatrix.html | 8 +- main/en/pgr_alphaShape.html | 8 +- main/en/pgr_analyzeGraph.html | 8 +- main/en/pgr_analyzeOneWay.html | 8 +- main/en/pgr_articulationPoints.html | 8 +- main/en/pgr_bdAstar.html | 8 +- main/en/pgr_bdAstarCost.html | 8 +- main/en/pgr_bdAstarCostMatrix.html | 8 +- main/en/pgr_bdDijkstra.html | 8 +- main/en/pgr_bdDijkstraCost.html | 8 +- main/en/pgr_bdDijkstraCostMatrix.html | 8 +- main/en/pgr_bellmanFord.html | 8 +- main/en/pgr_biconnectedComponents.html | 8 +- main/en/pgr_binaryBreadthFirstSearch.html | 8 +- main/en/pgr_bipartite.html | 8 +- main/en/pgr_boykovKolmogorov.html | 8 +- main/en/pgr_breadthFirstSearch.html | 8 +- main/en/pgr_bridges.html | 8 +- main/en/pgr_chinesePostman.html | 8 +- main/en/pgr_chinesePostmanCost.html | 8 +- main/en/pgr_connectedComponents.html | 8 +- main/en/pgr_contraction.html | 8 +- main/en/pgr_createTopology.html | 8 +- main/en/pgr_createVerticesTable.html | 8 +- main/en/pgr_cuthillMckeeOrdering.html | 8 +- main/en/pgr_dagShortestPath.html | 8 +- main/en/pgr_degree.html | 8 +- main/en/pgr_depthFirstSearch.html | 8 +- main/en/pgr_dijkstra.html | 8 +- main/en/pgr_dijkstraCost.html | 8 +- main/en/pgr_dijkstraCostMatrix.html | 8 +- main/en/pgr_dijkstraNear.html | 8 +- main/en/pgr_dijkstraNearCost.html | 8 +- main/en/pgr_dijkstraVia.html | 8 +- main/en/pgr_drivingDistance.html | 8 +- main/en/pgr_edgeColoring.html | 8 +- main/en/pgr_edgeDisjointPaths.html | 204 ++++++------ main/en/pgr_edmondsKarp.html | 8 +- main/en/pgr_edwardMoore.html | 8 +- main/en/pgr_extractVertices.html | 8 +- main/en/pgr_findCloseEdges.html | 8 +- main/en/pgr_floydWarshall.html | 8 +- main/en/pgr_full_version.html | 10 +- main/en/pgr_hawickCircuits.html | 8 +- main/en/pgr_isPlanar.html | 8 +- main/en/pgr_johnson.html | 8 +- main/en/pgr_kruskal.html | 8 +- main/en/pgr_kruskalBFS.html | 8 +- main/en/pgr_kruskalDD.html | 8 +- main/en/pgr_kruskalDFS.html | 8 +- main/en/pgr_lengauerTarjanDominatorTree.html | 8 +- main/en/pgr_lineGraph.html | 8 +- main/en/pgr_lineGraphFull.html | 8 +- main/en/pgr_makeConnected.html | 8 +- main/en/pgr_maxCardinalityMatch.html | 8 +- main/en/pgr_maxFlow.html | 8 +- main/en/pgr_maxFlowMinCost.html | 8 +- main/en/pgr_maxFlowMinCost_Cost.html | 8 +- main/en/pgr_nodeNetwork.html | 8 +- main/en/pgr_pickDeliver.html | 8 +- main/en/pgr_pickDeliverEuclidean.html | 8 +- main/en/pgr_prim.html | 8 +- main/en/pgr_primBFS.html | 8 +- main/en/pgr_primDD.html | 8 +- main/en/pgr_primDFS.html | 8 +- main/en/pgr_pushRelabel.html | 8 +- main/en/pgr_sequentialVertexColoring.html | 8 +- main/en/pgr_stoerWagner.html | 8 +- main/en/pgr_strongComponents.html | 8 +- main/en/pgr_topologicalSort.html | 8 +- main/en/pgr_transitiveClosure.html | 8 +- main/en/pgr_trsp.html | 8 +- main/en/pgr_trspVia.html | 8 +- main/en/pgr_trspVia_withPoints.html | 8 +- main/en/pgr_trsp_withPoints.html | 8 +- main/en/pgr_turnRestrictedPath.html | 8 +- main/en/pgr_version.html | 10 +- main/en/pgr_vrpOneDepot.html | 8 +- main/en/pgr_withPoints.html | 8 +- main/en/pgr_withPointsCost.html | 8 +- main/en/pgr_withPointsCostMatrix.html | 8 +- main/en/pgr_withPointsDD.html | 8 +- main/en/pgr_withPointsKSP.html | 8 +- main/en/pgr_withPointsVia.html | 8 +- main/en/prim-family.html | 8 +- main/en/proposed.html | 8 +- main/en/reference.html | 8 +- main/en/release_notes.html | 313 +++++++++++-------- main/en/routingFunctions.html | 8 +- main/en/sampledata.html | 8 +- main/en/search.html | 8 +- main/en/searchindex.js | 2 +- main/en/spanningTree-family.html | 8 +- main/en/support.html | 8 +- main/en/topology-functions.html | 8 +- main/en/transformation-family.html | 8 +- main/en/traversal-family.html | 8 +- main/en/via-category.html | 8 +- main/en/withPoints-category.html | 8 +- main/en/withPoints-family.html | 8 +- main/es/.buildinfo | 2 +- main/es/BFS-category.html | 8 +- main/es/DFS-category.html | 8 +- main/es/KSP-category.html | 8 +- main/es/TRSP-family.html | 8 +- main/es/TSP-family.html | 8 +- main/es/VRP-category.html | 8 +- main/es/_static/documentation_options.js | 2 +- main/es/aStar-family.html | 8 +- main/es/allpairs-family.html | 8 +- main/es/bdAstar-family.html | 8 +- main/es/bdDijkstra-family.html | 8 +- main/es/chinesePostmanProblem-family.html | 8 +- main/es/coloring-family.html | 8 +- main/es/components-family.html | 8 +- main/es/contraction-family.html | 8 +- main/es/cost-category.html | 8 +- main/es/costMatrix-category.html | 8 +- main/es/dijkstra-family.html | 8 +- main/es/drivingDistance-category.html | 8 +- main/es/experimental.html | 8 +- main/es/flow-family.html | 8 +- main/es/genindex.html | 8 +- main/es/index.html | 50 ++- main/es/kruskal-family.html | 8 +- main/es/migration.html | 8 +- main/es/objects.inv | Bin 26125 -> 26144 bytes main/es/ordering-family.html | 8 +- main/es/pgRouting-concepts.html | 8 +- main/es/pgRouting-installation.html | 20 +- main/es/pgRouting-introduction.html | 8 +- main/es/pgr_KSP.html | 8 +- main/es/pgr_TSP.html | 8 +- main/es/pgr_TSPeuclidean.html | 8 +- main/es/pgr_aStar.html | 8 +- main/es/pgr_aStarCost.html | 8 +- main/es/pgr_aStarCostMatrix.html | 8 +- main/es/pgr_alphaShape.html | 8 +- main/es/pgr_analyzeGraph.html | 8 +- main/es/pgr_analyzeOneWay.html | 8 +- main/es/pgr_articulationPoints.html | 8 +- main/es/pgr_bdAstar.html | 8 +- main/es/pgr_bdAstarCost.html | 8 +- main/es/pgr_bdAstarCostMatrix.html | 8 +- main/es/pgr_bdDijkstra.html | 8 +- main/es/pgr_bdDijkstraCost.html | 8 +- main/es/pgr_bdDijkstraCostMatrix.html | 8 +- main/es/pgr_bellmanFord.html | 8 +- main/es/pgr_biconnectedComponents.html | 8 +- main/es/pgr_binaryBreadthFirstSearch.html | 8 +- main/es/pgr_bipartite.html | 8 +- main/es/pgr_boykovKolmogorov.html | 8 +- main/es/pgr_breadthFirstSearch.html | 8 +- main/es/pgr_bridges.html | 8 +- main/es/pgr_chinesePostman.html | 8 +- main/es/pgr_chinesePostmanCost.html | 8 +- main/es/pgr_connectedComponents.html | 8 +- main/es/pgr_contraction.html | 8 +- main/es/pgr_createTopology.html | 8 +- main/es/pgr_createVerticesTable.html | 8 +- main/es/pgr_cuthillMckeeOrdering.html | 8 +- main/es/pgr_dagShortestPath.html | 8 +- main/es/pgr_degree.html | 8 +- main/es/pgr_depthFirstSearch.html | 8 +- main/es/pgr_dijkstra.html | 8 +- main/es/pgr_dijkstraCost.html | 8 +- main/es/pgr_dijkstraCostMatrix.html | 8 +- main/es/pgr_dijkstraNear.html | 8 +- main/es/pgr_dijkstraNearCost.html | 8 +- main/es/pgr_dijkstraVia.html | 8 +- main/es/pgr_drivingDistance.html | 8 +- main/es/pgr_edgeColoring.html | 8 +- main/es/pgr_edgeDisjointPaths.html | 204 ++++++------ main/es/pgr_edmondsKarp.html | 8 +- main/es/pgr_edwardMoore.html | 8 +- main/es/pgr_extractVertices.html | 8 +- main/es/pgr_findCloseEdges.html | 8 +- main/es/pgr_floydWarshall.html | 8 +- main/es/pgr_full_version.html | 10 +- main/es/pgr_hawickCircuits.html | 8 +- main/es/pgr_isPlanar.html | 8 +- main/es/pgr_johnson.html | 8 +- main/es/pgr_kruskal.html | 8 +- main/es/pgr_kruskalBFS.html | 8 +- main/es/pgr_kruskalDD.html | 8 +- main/es/pgr_kruskalDFS.html | 8 +- main/es/pgr_lengauerTarjanDominatorTree.html | 8 +- main/es/pgr_lineGraph.html | 8 +- main/es/pgr_lineGraphFull.html | 8 +- main/es/pgr_makeConnected.html | 8 +- main/es/pgr_maxCardinalityMatch.html | 8 +- main/es/pgr_maxFlow.html | 8 +- main/es/pgr_maxFlowMinCost.html | 8 +- main/es/pgr_maxFlowMinCost_Cost.html | 8 +- main/es/pgr_nodeNetwork.html | 8 +- main/es/pgr_pickDeliver.html | 8 +- main/es/pgr_pickDeliverEuclidean.html | 8 +- main/es/pgr_prim.html | 8 +- main/es/pgr_primBFS.html | 8 +- main/es/pgr_primDD.html | 8 +- main/es/pgr_primDFS.html | 8 +- main/es/pgr_pushRelabel.html | 8 +- main/es/pgr_sequentialVertexColoring.html | 8 +- main/es/pgr_stoerWagner.html | 8 +- main/es/pgr_strongComponents.html | 8 +- main/es/pgr_topologicalSort.html | 8 +- main/es/pgr_transitiveClosure.html | 8 +- main/es/pgr_trsp.html | 12 +- main/es/pgr_trspVia.html | 8 +- main/es/pgr_trspVia_withPoints.html | 8 +- main/es/pgr_trsp_withPoints.html | 12 +- main/es/pgr_turnRestrictedPath.html | 8 +- main/es/pgr_version.html | 10 +- main/es/pgr_vrpOneDepot.html | 8 +- main/es/pgr_withPoints.html | 8 +- main/es/pgr_withPointsCost.html | 8 +- main/es/pgr_withPointsCostMatrix.html | 8 +- main/es/pgr_withPointsDD.html | 8 +- main/es/pgr_withPointsKSP.html | 8 +- main/es/pgr_withPointsVia.html | 8 +- main/es/prim-family.html | 8 +- main/es/proposed.html | 8 +- main/es/reference.html | 8 +- main/es/release_notes.html | 313 +++++++++++-------- main/es/routingFunctions.html | 8 +- main/es/sampledata.html | 8 +- main/es/search.html | 8 +- main/es/searchindex.js | 2 +- main/es/spanningTree-family.html | 8 +- main/es/support.html | 8 +- main/es/topology-functions.html | 8 +- main/es/transformation-family.html | 8 +- main/es/traversal-family.html | 8 +- main/es/via-category.html | 8 +- main/es/withPoints-category.html | 8 +- main/es/withPoints-family.html | 8 +- 272 files changed, 1706 insertions(+), 1544 deletions(-) diff --git a/main/en/.buildinfo b/main/en/.buildinfo index ebeb55f2f9..db1e26a3e8 100644 --- a/main/en/.buildinfo +++ b/main/en/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 662f889a93f98200492adcbe57e78d1a +config: 9ca7447d2464e48e7db5ba35ce06431d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/en/BFS-category.html b/main/en/BFS-category.html index e4d290e8cc..8476a7e25c 100644 --- a/main/en/BFS-category.html +++ b/main/en/BFS-category.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - +
diff --git a/main/en/DFS-category.html b/main/en/DFS-category.html index 4c5af5d2db..27a9df4302 100644 --- a/main/en/DFS-category.html +++ b/main/en/DFS-category.html @@ -12,7 +12,7 @@ - + @@ -42,7 +42,7 @@ pgRouting - + diff --git a/main/en/KSP-category.html b/main/en/KSP-category.html index 4960377a72..a9660f7994 100644 --- a/main/en/KSP-category.html +++ b/main/en/KSP-category.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - + diff --git a/main/en/TRSP-family.html b/main/en/TRSP-family.html index 328427d6dd..acb8217cec 100644 --- a/main/en/TRSP-family.html +++ b/main/en/TRSP-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/TSP-family.html b/main/en/TSP-family.html index 39eaab1c4e..ecbccec103 100644 --- a/main/en/TSP-family.html +++ b/main/en/TSP-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/VRP-category.html b/main/en/VRP-category.html index 9a81c336ed..aa825392f1 100644 --- a/main/en/VRP-category.html +++ b/main/en/VRP-category.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/_static/documentation_options.js b/main/en/_static/documentation_options.js index 392cc2e337..2e8dfe4fa1 100644 --- a/main/en/_static/documentation_options.js +++ b/main/en/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: 'v3.6.2', + VERSION: 'v3.6.3', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/main/en/aStar-family.html b/main/en/aStar-family.html index 7865e5179a..4988cd37a4 100644 --- a/main/en/aStar-family.html +++ b/main/en/aStar-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/allpairs-family.html b/main/en/allpairs-family.html index b615b4fdf7..623db1bb67 100644 --- a/main/en/allpairs-family.html +++ b/main/en/allpairs-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/bdAstar-family.html b/main/en/bdAstar-family.html index c6db87ba11..a768c8f3dd 100644 --- a/main/en/bdAstar-family.html +++ b/main/en/bdAstar-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/bdDijkstra-family.html b/main/en/bdDijkstra-family.html index 40b7dc06bf..2570855ba5 100644 --- a/main/en/bdDijkstra-family.html +++ b/main/en/bdDijkstra-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/chinesePostmanProblem-family.html b/main/en/chinesePostmanProblem-family.html index e4c8e99a77..35b8af0746 100644 --- a/main/en/chinesePostmanProblem-family.html +++ b/main/en/chinesePostmanProblem-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/coloring-family.html b/main/en/coloring-family.html index a123ae5658..ca544bbdef 100644 --- a/main/en/coloring-family.html +++ b/main/en/coloring-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/components-family.html b/main/en/components-family.html index d81d5bc152..67a3deb9a5 100644 --- a/main/en/components-family.html +++ b/main/en/components-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/contraction-family.html b/main/en/contraction-family.html index 97fb516d39..96fa0a8560 100644 --- a/main/en/contraction-family.html +++ b/main/en/contraction-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/cost-category.html b/main/en/cost-category.html index 1a9a9705b1..2711e55461 100644 --- a/main/en/cost-category.html +++ b/main/en/cost-category.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/costMatrix-category.html b/main/en/costMatrix-category.html index 3e6636d38e..6a7f82e246 100644 --- a/main/en/costMatrix-category.html +++ b/main/en/costMatrix-category.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/dijkstra-family.html b/main/en/dijkstra-family.html index 83389ddd8e..d4b0a39941 100644 --- a/main/en/dijkstra-family.html +++ b/main/en/dijkstra-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/drivingDistance-category.html b/main/en/drivingDistance-category.html index 2b9cf8b65c..e923803450 100644 --- a/main/en/drivingDistance-category.html +++ b/main/en/drivingDistance-category.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/experimental.html b/main/en/experimental.html index 106470106d..1c024aaf43 100644 --- a/main/en/experimental.html +++ b/main/en/experimental.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/flow-family.html b/main/en/flow-family.html index 88459c4562..e9daec92aa 100644 --- a/main/en/flow-family.html +++ b/main/en/flow-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/genindex.html b/main/en/genindex.html index 6aaa87c0d1..a83b87621c 100644 --- a/main/en/genindex.html +++ b/main/en/genindex.html @@ -11,7 +11,7 @@ - + @@ -41,7 +41,7 @@ pgRouting - + diff --git a/main/en/index.html b/main/en/index.html index 558ff83fae..7a4892baeb 100644 --- a/main/en/index.html +++ b/main/en/index.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - + diff --git a/main/en/kruskal-family.html b/main/en/kruskal-family.html index 70f1341688..c00b6b0a79 100644 --- a/main/en/kruskal-family.html +++ b/main/en/kruskal-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - + diff --git a/main/en/migration.html b/main/en/migration.html index 39dd19273a..a93f3aab15 100644 --- a/main/en/migration.html +++ b/main/en/migration.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - + diff --git a/main/en/objects.inv b/main/en/objects.inv index e4ead07f9cee8e0b99989625bd59520487a68457..a9d475b14e9eb0f676b708943141ed1311335dad 100644 GIT binary patch delta 21496 zcmV)bK&ij;x&es00gyrgGqFPh3V)7yk7n^6k-SF*-o-`)tL=_M=89gp+GpmFf!$f} zUl{L4QS~Dm5guGgNI67;D11%5*c~IeHnyga(rlYJT&fE1M5-c%+?2Tf@HniNd>G5F ztNl&>R}^$;!fuhnJgRlJ)tF)BGyk^(U-sKxT&wjW^A8SsRQo*m;qd#lynoo&%MbP7 zx@s$`{viL7Es&Yvqv$4`yg=FNGRt|}@2>U2yBSTA3-oN|AN!qRFuxsveD{CW-LMs} z^uJ%+kB`&6O!Kq+GCpHA9?-{-#3rtRzg_?!qc0RBm_%{{p;Gxtf_(3qR?Gq+rubN# z3szkBN2Ry99zNQH|%Y*I{N$NRL$TE
z=Slrv2VIraTv{g9~e -^iF>G^O_rOz$gIWw|K4@1K%5Z2twxHecErY|@s#7KK-f={|C
zgpT`bf?RZ32)*pN2@CDM;0+;sH~}yF4u3?zaiD~V@*;==bEOoP^d}G)b*i06C03i;
zVbQHFH)FQdKyungzO)`7S3!|U6frKB9A&Ihf^1O!mq6uuI>SiTTnK1UVLqe}=R;Cf
zQVu{iN)1wULJUA`Obb%nf)s$*B_&8XC?SA52C4%obV&w4__7M5G`I+W1h58Vpnrq}
zz_7Ri$laktFa6k`tu~WgdK79vS|Ct?tS;nYuFygkvPzI1=V$?Fi&lda4$y;n=F;8?
zTSWS2#z1)}jF0+ghF$Vf7{BPJ84u~H$Zf-YHG?mDD@?)g*NlqrSeOLy*&LYiS_GQ#
zTk~m($W^Cp=$)cOGF>2#6{g@FNPl7O9e{#6Fa(Fswkz0z%UML)%jhr8cof{1%HN#v
zC}oc+ehbEf(X-|e6gUT+BSG`z3WuB^_c+wdc!*Ol2cHYqAe_g-0b0dI=?b3*OX-sN
zE{yRld>$}BQ^9H4#`Alqa|V027JF`3R(0UFVdbbFm-RCMElMW&Q5p}034deZvorw!
zDSz*V4pKmII2J)!4!G3f@b#x*cXzQFfa!$1L
- © Copyright pgRouting Contributors - Version v3.6.2.0V`AV)|InGh04wtJu*LQ
zR18@puDr}y==az37Ze&Ygqy;8YHk`E!54DG9Gy;Q6@NA}rS;gnv^KR?t%z48E+lqbN_=KTn)jy@gLTz_rvy34z6+h>*BnXLRIkDA#=e;|#>
z0En7k^fi(qDFOP}2SUak`y`my%019naJ^mvIQA;Iee70`eHl`hZguImy6QXmBZY+p
z0D=VkKYqp-H-P8Y=-1@5JMy-0$V_WrLyuaz>A}ZxM(@Tyi
zil>!4ZSv;pWS3^O%Z*x=qj>a&ESg7q=zrAwj@kOJfBsKz?fGxbufJV2Z(d!U{TF2I
zyle2;8^33(S
CZO+xaG)mUw-2kz~#ptiO*h}4lvDGmL9XKIq@iU
z;P9%M@GxP}6W}2Zz{Q>R{@K6#%$xPTFMoaBg21NdyzfgNya14SGv4=wPhjA{
Additional Examplesdirected => false);
seq | path_id | path_seq | start_vid | end_vid | node | edge | cost | agg_cost
-----+---------+----------+-----------+---------+------+------+------+----------
- 1 | 1 | 1 | 5 | 10 | 5 | 1 | 1 | 0
- 2 | 1 | 2 | 5 | 10 | 6 | 2 | -1 | 1
- 3 | 1 | 3 | 5 | 10 | 10 | -1 | 0 | 0
- 4 | 2 | 1 | 6 | 15 | 6 | 4 | 1 | 0
- 5 | 2 | 2 | 6 | 15 | 7 | 8 | 1 | 1
- 6 | 2 | 3 | 6 | 15 | 11 | 9 | 1 | 2
- 7 | 2 | 4 | 6 | 15 | 16 | 16 | 1 | 3
- 8 | 2 | 5 | 6 | 15 | 15 | -1 | 0 | 4
- 9 | 3 | 1 | 6 | 15 | 6 | 2 | -1 | 0
- 10 | 3 | 2 | 6 | 15 | 10 | 3 | -1 | -1
- 11 | 3 | 3 | 6 | 15 | 15 | -1 | 0 | -2
+ 1 | 1 | 1 | 5 | 10 | 5 | 1 | 1 | 1
+ 2 | 1 | 2 | 5 | 10 | 6 | 2 | -1 | 2
+ 3 | 1 | 3 | 5 | 10 | 10 | -1 | 0 | 1
+ 4 | 2 | 1 | 6 | 15 | 6 | 4 | 1 | 1
+ 5 | 2 | 2 | 6 | 15 | 7 | 8 | 1 | 2
+ 6 | 2 | 3 | 6 | 15 | 11 | 9 | 1 | 3
+ 7 | 2 | 4 | 6 | 15 | 16 | 16 | 1 | 4
+ 8 | 2 | 5 | 6 | 15 | 15 | -1 | 0 | 5
+ 9 | 3 | 1 | 6 | 15 | 6 | 2 | -1 | 5
+ 10 | 3 | 2 | 6 | 15 | 10 | 3 | -1 | 4
+ 11 | 3 | 3 | 6 | 15 | 15 | -1 | 0 | 3
(11 rows)
@@ -818,8 +818,8 @@
See Also
- Last updated on Oct 09, 2024.
+ © Copyright pgRouting Contributors - Version v3.6.3.
+ Last updated on Oct 10, 2024.
Created using Sphinx 8.0.2.
pgr_TSP
", "pgr_TSPeuclidean
", "pgr_aStar
", "pgr_aStarCost", "pgr_aStarCostMatrix
", "pgr_alphaShape
", "pgr_analyzeGraph", "pgr_analyzeOneWay", "pgr_articulationPoints
", "pgr_bdAstar
", "pgr_bdAstarCost", "pgr_bdAstarCostMatrix
", "pgr_bdDijkstra
", "pgr_bdDijkstraCost
", "pgr_bdDijkstraCostMatrix
", "pgr_bellmanFord - Experimental
", "pgr_biconnectedComponents
", "pgr_binaryBreadthFirstSearch
- Experimental", "pgr_bipartite -Experimental", "pgr_boykovKolmogorov
", "pgr_breadthFirstSearch
- Experimental", "pgr_bridges
", "pgr_chinesePostman
- Experimental", "pgr_chinesePostmanCost
- Experimental", "pgr_connectedComponents", "pgr_contraction
", "pgr_createTopology", "pgr_createVerticesTable", "pgr_cuthillMckeeOrdering
- Experimental", "pgr_dagShortestPath - Experimental", "pgr_degree
\u2013 Proposed", "pgr_depthFirstSearch
- Proposed", "pgr_dijkstra
", "pgr_dijkstraCost
", "pgr_dijkstraCostMatrix
", "pgr_dijkstraNear
- Proposed", "pgr_dijkstraNearCost
- Proposed", "pgr_dijkstraVia
- Proposed", "pgr_drivingDistance
", "pgr_edgeColoring - Experimental", "pgr_edgeDisjointPaths
", "pgr_edmondsKarp
", "pgr_edwardMoore - Experimental
", "pgr_extractVertices \u2013 Proposed", "pgr_findCloseEdges
", "pgr_floydWarshall
", "pgr_full_version
", "pgr_hawickCircuits - Experimental
", "pgr_isPlanar
- Experimental", "pgr_johnson
", "pgr_kruskal
", "pgr_kruskalBFS
", "pgr_kruskalDD
", "pgr_kruskalDFS
", "pgr_lengauerTarjanDominatorTree -Experimental", "pgr_lineGraph
- Experimental", "pgr_lineGraphFull
- Experimental", "pgr_makeConnected
- Experimental", "pgr_maxCardinalityMatch", "pgr_maxFlow
", "pgr_maxFlowMinCost
- Experimental", "pgr_maxFlowMinCost_Cost
- Experimental", "pgr_nodeNetwork", "pgr_pickDeliver
- Experimental", "pgr_pickDeliverEuclidean
- Experimental", "pgr_prim
", "pgr_primBFS
", "pgr_primDD
", "pgr_primDFS
", "pgr_pushRelabel
", "pgr_sequentialVertexColoring - Proposed", "pgr_stoerWagner - Experimental", "pgr_strongComponents
", "pgr_topologicalSort
- Experimental", "pgr_transitiveClosure
- Experimental", "pgr_trsp - Proposed", "pgr_trspVia
- Proposed", "pgr_trspVia_withPoints
- Proposed", "pgr_trsp_withPoints - Proposed", "pgr_turnRestrictedPath - Experimental", "pgr_version
", "pgr_vrpOneDepot - Experimental", "pgr_withPoints
- Proposed", "pgr_withPointsCost
- Proposed", "pgr_withPointsCostMatrix
- proposed", "pgr_withPointsDD
- Proposed", "pgr_withPointsKSP - Proposed", "pgr_withPointsVia
- Proposed", "Prim - Family of functions", "Proposed Functions", "Reference", "Release Notes", "Function Families", "Sample Data", "Spanning Tree - Category", "Support", "Topology - Family of Functions", "Transformation - Family of functions (Experimental)", "Traversal - Family of functions", "Via - Category", "withPoints - Category", "withPoints - Family of functions"], "titleterms": {"": [24, 34, 54, 55, 65, 104, 105, 115], "0": 119, "01": 119, "02": 119, "03": 119, "05": 119, "0a": 119, "0b": 119, "1": [13, 28, 60, 119], "10": 60, "11": 60, "12": 60, "13": 60, "14": 60, "15": 60, "16": 60, "17": 60, "18": 60, "19": 60, "2": [13, 20, 60, 119], "20": 60, "21": 60, "22": 60, "23": 60, "24": 60, "25": 60, "26": 60, "27": 60, "28": 60, "29": [29, 60], "3": [13, 20, 60, 119], "30": 60, "31": 60, "32": 60, "33": 60, "34": 60, "35": 60, "36": 60, "37": 60, "4": [60, 119], "5": [60, 119], "6": [20, 60, 119], "7": 60, "8": [60, 119], "9": [60, 119], "A": [6, 8, 72], "At": 72, "For": [24, 60], "NOT": [34, 54, 55], "Near": [63, 64], "On": [128, 129], "One": [22, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 65, 68, 69, 70, 72, 87, 88, 89, 97, 103, 104, 105, 106, 110, 111, 114, 115], "The": [13, 16, 65, 84, 92, 104, 105, 115, 121], "With": [54, 105, 106, 110, 111, 112, 113, 115, 129], "about": [128, 129], "ad": [24, 29, 71, 84], "add": [13, 84], "addit": [13, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 65, 66, 68, 69, 70, 71, 72, 76, 82, 84, 87, 88, 89, 97, 99, 101, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "adjust": 24, "advanc": [6, 16, 19, 128, 129], "aggreg": [65, 104, 105, 115], "algorithm": [3, 104, 105], "all": [7, 20, 72], "alphabet": 26, "also": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 124, 125, 126, 127, 128, 129], "an": [13, 28, 58], "answer": 72, "ar": [65, 71, 104, 105, 115], "astar": [6, 30, 31, 32, 37, 38, 39], "asymetr": 28, "avail": 20, "base": 24, "belong": 13, "between": 60, "bf": [0, 79, 94], "bidirect": [8, 9], "both": 13, "build": [24, 25], "calcul": 84, "capac": 5, "case": 13, "categori": [0, 1, 2, 5, 14, 15, 17, 20, 120, 122, 127, 128], "chang": 119, "characterist": [4, 5, 9, 14, 15, 28, 29, 63, 64, 91, 92], "check": [24, 52, 71, 72], "chines": 10, "citi": 29, "clean": [54, 71], "closest": [24, 52, 72], "code": 24, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 24, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 127], "combin": [16, 19, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 68, 69, 70, 87, 88, 89, 97, 103, 106, 110, 111, 114, 121, 128, 129], "commerci": 123, "compar": 90, "complet": 84, "compon": [12, 24, 52, 72], "concept": [20, 24], "configur": 25, "connect": [24, 28, 52, 72], "construct": 13, "content": [4, 5, 20, 22, 119, 128, 129], "contract": [13, 24, 53], "contribut": 24, "contributor": 26, "coordin": 29, "corpor": 26, "cost": [14, 15, 24, 29, 60, 65, 104, 105, 115, 121], "creat": [24, 29, 54, 71, 84, 128, 129], "cross": [24, 71], "current": 20, "cycl": 13, "data": [7, 13, 22, 24, 28, 29, 71, 84, 121], "databas": [13, 24, 25, 54, 71], "dead": [13, 24, 58], "default": [34, 54, 55], "definit": [4, 16, 24, 28, 29], "degre": 58, "deliv": [5, 91, 92, 121], "deliveri": 5, "demand": 5, "depend": 25, "descript": [6, 8, 10, 21, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "detail": 106, "df": [1, 48, 59, 81, 96], "dijkstra": [9, 16, 63, 64], "direct": [13, 60, 121], "disconnect": [24, 52, 72], "distanc": [17, 66, 113], "do": [34, 54, 55], "document": [6, 16, 19, 128, 129], "doe": [54, 71, 111, 113, 128, 129], "drive": [17, 66, 110, 111, 113, 114, 128, 129], "dry": [58, 71, 72], "edg": [0, 3, 7, 10, 13, 15, 16, 17, 19, 22, 24, 27, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "enabl": 25, "end": [13, 24, 58, 65, 104, 105, 115], "equval": 60, "exampl": [24, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 65, 66, 68, 69, 70, 71, 72, 76, 82, 84, 87, 88, 89, 90, 92, 97, 99, 101, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "execut": [58, 71, 72], "exist": 58, "experiment": [5, 10, 18, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 23, 116, 120, 124, 125, 126, 129], "fill": 84, "fillup": [72, 121], "find": [24, 71, 72], "flow": [19, 24], "fly": [105, 106], "from": [28, 58, 60, 84], "front": [65, 104, 105, 106, 110, 115], "full": 54, "function": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 116, 117, 120, 124, 125, 126, 129], "gener": [4, 14, 15, 19, 20, 24, 28, 127], "geometri": [24, 29, 71], "get": [24, 25, 29, 52, 60, 72], "gi": 123, "give": 84, "given": 72, "graph": [13, 24, 58, 60, 71, 84, 106, 121], "guid": 22, "hand": [128, 129], "handl": 5, "have": [54, 71], "heurist": 6, "how": [24, 104, 105], "i": 71, "id": 24, "idenifi": 84, "identifi": [71, 84], "imag": [90, 121], "incomplet": 28, "individu": 26, "inform": [4, 13, 14, 15, 19, 24, 26, 52, 71, 72, 127], "inner": [0, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "insert": [24, 71], "inspect": [54, 71], "instal": 25, "interest": [28, 72, 121], "introduct": [3, 5, 7, 13, 16, 26, 125, 128, 129], "k": 2, "known": 71, "kruskal": 21, "ksp": [27, 107, 114], "leaf": 84, "left": [110, 111, 114, 128, 129], "length": 24, "licens": 26, "line": 71, "linear": [13, 24, 58], "list": 123, "load": 24, "locat": 5, "loop": 84, "mail": 123, "main": [65, 104, 121], "make": [54, 71], "mani": [24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 68, 69, 70, 72, 87, 88, 89, 97, 103, 106, 110, 111, 114], "map": 84, "match": [34, 54, 55], "matrix": [5, 15, 28, 91], "matter": [111, 113, 128, 129], "mayor": 119, "migrat": 22, "minor": 119, "more": 26, "most": 72, "multipl": [22, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "network": [128, 129], "new": [22, 24, 71], "newli": 84, "node": [65, 84, 104, 105, 115], "non": 24, "note": [20, 119], "offici": 20, "old": 22, "onli": 60, "oper": 13, "option": [0, 4, 5, 6, 7, 15, 16, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 75, 77, 79, 81, 83, 91, 92, 94, 96, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "order": [5, 23, 26, 91, 92, 121], "origin": [4, 84, 92, 121], "output": 54, "outsid": 121, "overload": 24, "pair": 7, "paramet": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 127, 128, 129], "pass": [65, 104, 105, 106, 110, 115], "past": 26, "path": [2, 24, 60, 65, 71, 104, 105, 115], "per": 72, "perform": [7, 24], "person": 4, "pgr_alphashap": 33, "pgr_analyzegraph": 34, "pgr_analyzeonewai": 35, "pgr_articulationpoint": 36, "pgr_astar": [22, 30], "pgr_astarcost": 31, "pgr_astarcostmatrix": 32, "pgr_bdastar": [22, 37], "pgr_bdastarcost": 38, "pgr_bdastarcostmatrix": 39, "pgr_bddijkstra": 40, "pgr_bddijkstracost": 41, "pgr_bddijkstracostmatrix": 42, "pgr_bellmanford": 43, "pgr_biconnectedcompon": 44, "pgr_binarybreadthfirstsearch": 45, "pgr_bipartit": 46, "pgr_boykovkolmogorov": 47, "pgr_breadthfirstsearch": 48, "pgr_bridg": 49, "pgr_chinesepostman": 50, "pgr_chinesepostmancost": 51, "pgr_connectedcompon": 52, "pgr_contract": 53, "pgr_createtopologi": 54, "pgr_createverticest": 55, "pgr_cuthillmckeeord": 56, "pgr_dagshortestpath": 57, "pgr_degre": 58, "pgr_depthfirstsearch": 59, "pgr_dijkstra": [22, 60], "pgr_dijkstracost": 61, "pgr_dijkstracostmatrix": 62, "pgr_dijkstranear": 63, "pgr_dijkstranearcost": 64, "pgr_dijkstravia": [22, 65], "pgr_drivingdist": [22, 66], "pgr_edgecolor": 67, "pgr_edgedisjointpath": 68, "pgr_edmondskarp": 69, "pgr_edwardmoor": 70, "pgr_extractvertic": 71, "pgr_findcloseedg": [72, 105, 106, 110, 111, 112, 113, 114, 115], "pgr_floydwarshal": 73, "pgr_full_vers": 74, "pgr_hawickcircuit": 75, "pgr_isplanar": 76, "pgr_johnson": 77, "pgr_kruskal": 78, "pgr_kruskalbf": 79, "pgr_kruskaldd": 80, "pgr_kruskaldf": 81, "pgr_ksp": [22, 27], "pgr_lengauertarjandominatortre": 82, "pgr_linegraph": 83, "pgr_linegraphful": 84, "pgr_makeconnect": 85, "pgr_maxcardinalitymatch": [22, 86], "pgr_maxflow": 87, "pgr_maxflowmincost": 88, "pgr_maxflowmincost_cost": 89, "pgr_nodenetwork": 90, "pgr_pickdeliv": 91, "pgr_pickdelivereuclidean": 92, "pgr_prim": 93, "pgr_primbf": 94, "pgr_primdd": 95, "pgr_primdf": 96, "pgr_pushrelabel": 97, "pgr_sequentialvertexcolor": 98, "pgr_stoerwagn": 99, "pgr_strongcompon": 100, "pgr_topologicalsort": 101, "pgr_transitiveclosur": 102, "pgr_trsp": [22, 103], "pgr_trsp_withpoint": [22, 106], "pgr_trspvia": [22, 104], "pgr_trspvia_withpoint": [22, 105], "pgr_trspviaedg": 22, "pgr_trspviavertic": 22, "pgr_tsp": [28, 112], "pgr_tspeuclidean": 29, "pgr_turnrestrictedpath": 107, "pgr_version": 108, "pgr_vrponedepot": 109, "pgr_withpoint": [22, 110], "pgr_withpointscost": 111, "pgr_withpointscostmatrix": 112, "pgr_withpointsdd": [22, 113], "pgr_withpointsksp": [22, 114], "pgr_withpointsvia": [22, 115], "pgrout": [20, 24, 119], "pick": [5, 91, 92, 121], "point": [15, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "postman": 10, "prepar": [24, 52, 72], "present": 26, "prim": 116, "problem": [4, 10, 16, 28, 29, 123], "propos": [58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117], "purpos": 29, "queri": [0, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "reach": [65, 104, 105, 115], "refer": 118, "releas": [20, 26, 119], "remov": [24, 71, 84], "report": 123, "restrict": [3, 22, 24, 84, 103, 104, 105, 106, 107, 121, 127], "result": [0, 5, 7, 11, 13, 15, 17, 19, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 127], "return": [33, 57, 89], "reverse_cost": [24, 60, 121], "right": [110, 111, 114, 128, 129], "rout": [5, 24, 54, 65, 71, 72, 84, 104, 105, 115], "row": 5, "run": [58, 71, 72], "sahara": 29, "sale": 4, "sampl": [13, 121], "save": [24, 52, 72], "see": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 124, 125, 126, 127, 128, 129], "select": 24, "self": 84, "short": 25, "shortest": [2, 24, 71], "show": 106, "side": [110, 111, 113, 114, 128, 129], "signatur": [27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "simplifi": 84, "simul": [104, 105], "singl": [22, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "soft": 84, "solut": 60, "sourc": [13, 25], "span": [24, 122], "special": 107, "split": [24, 71], "sponsor": 26, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "stackexchang": 123, "start": 28, "statu": [65, 104, 105, 115], "storag": [24, 52, 72], "store": [13, 29, 84], "structur": [22, 24], "sub": 58, "subgraph": 13, "summari": 5, "support": [121, 123], "sure": [54, 71], "surplu": [24, 71], "synopsi": [9, 15, 91, 92], "tabl": [4, 13, 20, 24, 29, 34, 54, 55, 58, 71, 72, 84, 121], "target": 13, "temporari": [128, 129], "test": [25, 29], "thi": 26, "third": [65, 104, 105, 115], "time": 5, "tip": 24, "topologi": [24, 54, 71, 111, 121, 124], "total": 29, "tour": 29, "transform": [84, 125], "travel": 4, "travers": 126, "tree": [24, 122], "trsp": [3, 24], "tsp": [4, 28, 29], "turn": 22, "two": 72, "undirect": [13, 60, 106, 121], "unit": 5, "up": [54, 71], "updat": [13, 24, 71], "upgrad": 25, "us": [13, 22, 28, 60, 84, 105, 106, 110, 111, 112, 113, 114, 115], "usag": [34, 54, 55, 105, 110, 115], "valu": [33, 34, 54, 55, 84], "variabl": 25, "variat": [105, 110, 115], "vehicl": [5, 91, 92, 121], "veric": 84, "version": 25, "vertex": [13, 22, 24, 28, 48, 52, 58, 59, 66, 71, 72, 79, 80, 81, 84, 94, 95, 96, 113], "vertic": [13, 22, 24, 48, 52, 54, 59, 65, 66, 71, 72, 79, 80, 81, 84, 94, 95, 96, 104, 105, 113, 115, 121, 128, 129], "vertices_t": [54, 71], "via": [24, 65, 104, 105, 115, 127], "visit": [65, 104, 105, 106, 110, 115], "visual": 29, "western": 29, "when": [34, 54, 55, 65, 71, 104, 105, 115, 128, 129], "wiki": 24, "without": [24, 71], "withpoint": [128, 129], "withpointsksp": 114, "work": [104, 105], "x": [24, 119], "y": 24}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"": [[24, null], [24, null], [27, null], [27, null], [27, null], [27, null], [27, null], [27, null], [28, "index-0"], [29, "index-0"], [30, null], [30, null], [30, null], [30, null], [30, null], [30, null], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [33, "index-0"], [34, null], [35, null], [36, null], [37, null], [37, null], [37, null], [37, null], [37, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [40, null], [40, null], [40, null], [40, null], [40, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [43, null], [43, null], [43, null], [43, null], [43, null], [43, null], [44, null], [45, null], [45, null], [45, null], [45, null], [45, null], [45, null], [46, "index-0"], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, null], [48, null], [48, null], [49, null], [50, "index-0"], [51, "index-0"], [52, null], [53, "index-0"], [54, null], [55, null], [56, "index-0"], [57, null], [57, null], [57, null], [57, null], [57, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [60, null], [60, null], [60, null], [60, null], [60, null], [60, null], [61, null], [61, null], [61, null], [61, null], [61, null], [61, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [64, null], [64, null], [64, null], [64, null], [65, null], [66, null], [66, null], [66, null], [67, "index-0"], [68, null], [68, null], [68, null], [68, null], [68, null], [68, null], [69, null], [69, null], [69, null], [69, null], [69, null], [69, null], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, "index-0"], [72, null], [72, null], [72, null], [73, null], [74, null], [75, null], [76, "index-0"], [77, null], [78, null], [79, null], [79, null], [79, null], [80, null], [80, null], [80, null], [81, null], [81, null], [81, null], [82, null], [83, null], [84, null], [85, null], [86, "index-0"], [87, null], [87, null], [87, null], [87, null], [87, null], [87, null], [88, null], [88, null], [88, null], [88, null], [88, null], [88, null], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [91, null], [91, null], [91, null], [92, null], [92, null], [92, null], [93, null], [94, null], [94, null], [94, null], [95, null], [95, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [97, null], [97, null], [97, null], [98, "index-0"], [99, "index-0"], [100, null], [101, "index-0"], [102, "index-0"], [103, null], [103, null], [103, null], [103, null], [103, null], [103, null], [104, null], [105, null], [106, null], [106, null], [106, null], [106, null], [106, null], [106, null], [107, "index-0"], [108, null], [110, null], [110, null], [110, null], [110, null], [110, null], [110, null], [111, null], [111, null], [111, null], [111, null], [111, null], [111, null], [112, null], [113, null], [113, null], [113, null], [114, null], [114, null], [114, null], [114, null], [114, null], [114, null], [115, null]], "1) Path from 6 to 10": [[60, "path-from-6-to-10"]], "10) Path from 6 to 7": [[60, "id2"]], "11) Path from 12 to 10": [[60, "id3"]], "12) Path from 12 to 7": [[60, "id4"]], "13) Using One to Many to get the solution of examples 9 and 10": [[60, "using-one-to-many-to-get-the-solution-of-examples-9-and-10"]], "14) Using Many to One to get the solution of examples 10 and 12": [[60, "using-many-to-one-to-get-the-solution-of-examples-10-and-12"]], "15) Using Many to Many to get the solution of examples 9 to 12": [[60, "using-many-to-many-to-get-the-solution-of-examples-9-to-12"]], "16) Using Combinations to get the solution of examples 9 to 11": [[60, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Path from 6 to 10": [[60, "id5"]], "18) Path from 6 to 7": [[60, "id6"]], "19) Path from 12 to 10": [[60, "id7"]], "2) Path from 6 to 7": [[60, "path-from-6-to-7"]], "20) Path from 12 to 7": [[60, "id8"]], "21) Using One to Many to get the solution of examples 17 and 18": [[60, "using-one-to-many-to-get-the-solution-of-examples-17-and-18"]], "22) Using Many to One to get the solution of examples 18 and 20": [[60, "using-many-to-one-to-get-the-solution-of-examples-18-and-20"]], "23) Using Many to Many to get the solution of examples 17 to 20": [[60, "using-many-to-many-to-get-the-solution-of-examples-17-to-20"]], "24) Using Combinations to get the solution of examples 17 to 19": [[60, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Path from 6 to 10": [[60, "id9"]], "26) Path from 6 to 7": [[60, "id10"]], "27) Path from 12 to 10": [[60, "id11"]], "28) Path from 12 to 7": [[60, "id12"]], "29) Using One to Many to get the solution of examples 25 and 26": [[60, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Path from 12 to 10": [[60, "path-from-12-to-10"]], "30) Using Many to One to get the solution of examples 26 and 28": [[60, "using-many-to-one-to-get-the-solution-of-examples-26-and-28"]], "31) Using Many to Many to get the solution of examples 25 to 28": [[60, "using-many-to-many-to-get-the-solution-of-examples-25-to-28"]], "32) Using Combinations to get the solution of examples 25 to 27": [[60, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Using One to One": [[60, "using-one-to-one"]], "34) Using One to Many": [[60, "using-one-to-many"]], "35) Using Many to One": [[60, "using-many-to-one"]], "36) Using Many to Many": [[60, "using-many-to-many"]], "37) Using Combinations": [[60, "using-combinations"]], "4) Path from 12 to 7": [[60, "path-from-12-to-7"]], "5) Using One to Many to get the solution of examples 1 and 2": [[60, "using-one-to-many-to-get-the-solution-of-examples-1-and-2"]], "6) Using Many to One to get the solution of examples 2 and 4": [[60, "using-many-to-one-to-get-the-solution-of-examples-2-and-4"]], "7) Using Many to Many to get the solution of examples 1 to 4": [[60, "using-many-to-many-to-get-the-solution-of-examples-1-to-4"]], "8) Using Combinations to get the solution of examples 1 to 3": [[60, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Path from 6 to 10": [[60, "id1"]], "A point of interest table": [[72, "a-point-of-interest-table"]], "A* - Family of functions": [[6, null]], "About points": [[128, "about-points"], [129, "about-points"]], "Add additional columns": [[13, "add-additional-columns"]], "Add edges from the original graph": [[84, "add-edges-from-the-original-graph"]], "Add the newly calculated edges": [[84, "add-the-newly-calculated-edges"]], "Adding a geometry (for visual purposes)": [[29, "adding-a-geometry-for-visual-purposes"]], "Adding a soft restriction": [[84, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[84, "adding-a-value-to-the-restriction"]], "Adding new vertices": [[24, "adding-new-vertices"], [71, "adding-new-vertices"]], "Adding split edges": [[24, "adding-split-edges"], [71, "adding-split-edges"]], "Additional Example": [[46, "additional-example"]], "Additional Example:": [[99, "additional-example"], [109, "additional-example"]], "Additional Examples": [[27, "additional-examples"], [28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [34, "additional-examples"], [35, "additional-examples"], [37, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [45, "additional-examples"], [47, "additional-examples"], [48, "additional-examples"], [52, "additional-examples"], [53, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [57, "additional-examples"], [58, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [65, "additional-examples"], [66, "additional-examples"], [68, "additional-examples"], [69, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [76, "additional-examples"], [82, "additional-examples"], [84, "additional-examples"], [87, "additional-examples"], [88, "additional-examples"], [89, "additional-examples"], [97, "additional-examples"], [104, "additional-examples"], [105, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [110, "additional-examples"], [111, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"]], "Additional examples": [[101, "additional-examples"]], "Adjust costs": [[24, "adjust-costs"]], "Advanced Documentation": [[19, "advanced-documentation"], [129, "advanced-documentation"]], "Advanced documentation": [[6, "advanced-documentation"], [16, "advanced-documentation"], [128, "advanced-documentation"]], "Aggregate cost of the third path.": [[65, "aggregate-cost-of-the-third-path"], [104, "aggregate-cost-of-the-third-path"], [105, "aggregate-cost-of-the-third-path"], [115, "aggregate-cost-of-the-third-path"]], "All Pairs - Family of Functions": [[7, null]], "All releases": [[20, "all-releases"]], "At most two answers": [[72, "at-most-two-answers"]], "At most two answers per point": [[72, "at-most-two-answers-per-point"]], "At most two answers with all columns": [[72, "at-most-two-answers-with-all-columns"]], "Available Functions but not official pgRouting functions": [[20, "available-functions-but-not-official-pgrouting-functions"]], "BFS - Category": [[0, null]], "BFS optional parameters": [[0, "bfs-optional-parameters"], [79, "bfs-optional-parameters"], [94, "bfs-optional-parameters"]], "Bidirectional A* - Family of functions": [[8, null]], "Bidirectional Dijkstra - Family of functions": [[9, null]], "Build a routing topology": [[24, "build-a-routing-topology"]], "Building": [[25, "building"]], "Capacity and Demand Units Handling": [[5, "capacity-and-demand-units-handling"]], "Case 1: Both source and target belong to the contracted graph.": [[13, "case-1-both-source-and-target-belong-to-the-contracted-graph"]], "Case 2: Source and/or target belong to an edge subgraph.": [[13, "case-2-source-and-or-target-belong-to-an-edge-subgraph"]], "Case 3: Source and/or target belong to a vertex.": [[13, "case-3-source-and-or-target-belong-to-a-vertex"]], "Changes for release 0.9.8": [[119, "changes-for-release-0-9-8"]], "Changes for release 0.9.9": [[119, "changes-for-release-0-9-9"]], "Changes for release 1.0": [[119, "changes-for-release-1-0"]], "Changes for release 1.0.0a": [[119, "changes-for-release-1-0-0a"]], "Changes for release 1.0.0b": [[119, "changes-for-release-1-0-0b"]], "Changes for release 1.01": [[119, "changes-for-release-1-01"]], "Changes for release 1.02": [[119, "changes-for-release-1-02"]], "Changes for release 1.03": [[119, "changes-for-release-1-03"]], "Changes for release 1.05": [[119, "changes-for-release-1-05"]], "Characteristics": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [28, "characteristics"], [29, "characteristics"], [63, "characteristics"], [64, "characteristics"], [91, "characteristics"], [92, "characteristics"]], "Check the Routing Topology": [[24, "check-the-routing-topology"]], "Checking components": [[24, "checking-components"], [52, "checking-components"], [72, "checking-components"]], "Checking for crossing edges": [[24, "checking-for-crossing-edges"], [71, "checking-for-crossing-edges"]], "Chinese Postman Problem - Family of functions (Experimental)": [[10, null]], "Clean up the columns of the routing topology to be created": [[54, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [71, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Coloring - Family of functions": [[11, null]], "Combinations": [[24, "combinations"], [27, "combinations"], [30, "combinations"], [31, "combinations"], [37, "combinations"], [38, "combinations"], [40, "combinations"], [41, "combinations"], [43, "combinations"], [45, "combinations"], [47, "combinations"], [57, "combinations"], [60, "combinations"], [61, "combinations"], [63, "combinations"], [64, "combinations"], [68, "combinations"], [69, "combinations"], [70, "combinations"], [87, "combinations"], [88, "combinations"], [89, "combinations"], [97, "combinations"], [103, "combinations"], [106, "combinations"], [110, "combinations"], [111, "combinations"], [114, "combinations"], [121, "combinations"]], "Combinations SQL": [[16, "combinations-sql"], [19, "combinations-sql"], [24, "combinations-sql"], [27, "combinations-sql"], [30, "combinations-sql"], [31, "combinations-sql"], [37, "combinations-sql"], [38, "combinations-sql"], [40, "combinations-sql"], [41, "combinations-sql"], [43, "combinations-sql"], [45, "combinations-sql"], [47, "combinations-sql"], [57, "combinations-sql"], [60, "combinations-sql"], [61, "combinations-sql"], [63, "combinations-sql"], [64, "combinations-sql"], [68, "combinations-sql"], [69, "combinations-sql"], [70, "combinations-sql"], [87, "combinations-sql"], [88, "combinations-sql"], [89, "combinations-sql"], [97, "combinations-sql"], [103, "combinations-sql"], [106, "combinations-sql"], [110, "combinations-sql"], [111, "combinations-sql"], [114, "combinations-sql"], [128, "combinations-sql"], [129, "combinations-sql"]], "Combinations data": [[121, "combinations-data"]], "Commercial Support": [[123, "commercial-support"]], "Comparing the results": [[90, "comparing-the-results"]], "Complete routing graph": [[84, "complete-routing-graph"]], "Components - Family of functions": [[12, null]], "Configurable variables": [[25, "configurable-variables"]], "Configuring": [[25, "configuring"]], "Connected incomplete data": [[28, "connected-incomplete-data"]], "Connecting components": [[24, "connecting-components"], [52, "connecting-components"], [72, "connecting-components"]], "Connecting disconnected components": [[52, "connecting-disconnected-components"], [72, "connecting-disconnected-components"]], "Construction of the graph in the database": [[13, "construction-of-the-graph-in-the-database"]], "Contents": [[5, "contents"], [22, "contents"], [22, "id1"], [119, "contents"], [119, "id1"], [119, "id2"], [119, "id3"], [119, "id4"], [119, "id5"], [119, "id6"], [119, "id8"], [119, "id9"], [119, "id10"], [119, "id11"], [119, "id12"], [119, "id13"], [119, "id14"], [128, "contents"], [129, "contents"]], "Contracted graph": [[13, "contracted-graph"]], "Contracting sample data": [[13, "contracting-sample-data"]], "Contraction - Family of functions": [[13, null]], "Contraction of a graph": [[24, "contraction-of-a-graph"]], "Contraction optional parameters": [[53, "contraction-optional-parameters"]], "Contraction results": [[13, "contraction-results"]], "Contributors": [[26, "contributors"]], "Contributors Past & Present:": [[26, "contributors-past-present"]], "Coordinates SQL": [[29, "coordinates-sql"]], "Corporate Sponsors (in alphabetical order)": [[26, "corporate-sponsors-in-alphabetical-order"]], "Corporate Sponsors in this release (in alphabetical order)": [[26, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Cost - Category": [[14, null]], "Cost Matrix - Category": [[15, null]], "Create a routing Database": [[24, "create-a-routing-database"]], "Create a routing topology": [[54, "create-a-routing-topology"], [71, "create-a-routing-topology"]], "Create a table": [[24, "create-a-table"]], "Create the mapping table": [[84, "create-the-mapping-table"]], "Create the routing topology on the edge table": [[54, "create-the-routing-topology-on-the-edge-table"], [71, "create-the-routing-topology-on-the-edge-table"]], "Create the vertices table": [[54, "create-the-vertices-table"], [71, "create-the-vertices-table"]], "Creating a table for the data and storing the data": [[29, "creating-a-table-for-the-data-and-storing-the-data"]], "Creating table that identifies transformed vertices": [[84, "creating-table-that-identifies-transformed-vertices"]], "Creating temporary vertices": [[128, "creating-temporary-vertices"], [129, "creating-temporary-vertices"]], "Crossing edges": [[24, "crossing-edges"], [71, "crossing-edges"]], "Current release": [[20, "current-release"]], "DFS - Category": [[1, null]], "DFS optional parameters": [[48, "dfs-optional-parameters"], [59, "dfs-optional-parameters"], [81, "dfs-optional-parameters"], [96, "dfs-optional-parameters"]], "Data": [[7, "data"]], "Dead end": [[13, "dead-end"]], "Dead end contraction": [[13, "dead-end-contraction"]], "Dead end vertex on directed graph": [[13, "dead-end-vertex-on-directed-graph"]], "Dead end vertex on undirected graph": [[13, "dead-end-vertex-on-undirected-graph"]], "Dead ends": [[24, "dead-ends"], [58, "dead-ends"]], "Degree from an existing table": [[58, "degree-from-an-existing-table"]], "Degree of a sub graph": [[58, "degree-of-a-sub-graph"]], "Dependencies": [[25, "dependencies"]], "Description": [[6, "description"], [8, "description"], [10, "description"], [21, "description"], [27, "description"], [28, "description"], [29, "description"], [30, "description"], [31, "description"], [32, "description"], [33, "description"], [34, "description"], [35, "description"], [36, "description"], [37, "description"], [38, "description"], [39, "description"], [40, "description"], [41, "description"], [42, "description"], [43, "description"], [44, "description"], [45, "description"], [46, "description"], [47, "description"], [48, "description"], [49, "description"], [50, "description"], [51, "description"], [52, "description"], [53, "description"], [54, "description"], [55, "description"], [56, "description"], [57, "description"], [58, "description"], [59, "description"], [60, "description"], [61, "description"], [62, "description"], [63, "description"], [64, "description"], [65, "description"], [66, "description"], [67, "description"], [68, "description"], [69, "description"], [70, "description"], [71, "description"], [72, "description"], [73, "description"], [74, "description"], [75, "description"], [76, "description"], [77, "description"], [78, "description"], [79, "description"], [80, "description"], [81, "description"], [82, "description"], [83, "description"], [84, "description"], [85, "description"], [86, "description"], [87, "description"], [88, "description"], [89, "description"], [90, "description"], [93, "description"], [94, "description"], [95, "description"], [96, "description"], [97, "description"], [98, "description"], [99, "description"], [100, "description"], [101, "description"], [102, "description"], [103, "description"], [104, "description"], [105, "description"], [106, "description"], [107, "description"], [108, "description"], [109, "description"], [110, "description"], [111, "description"], [112, "description"], [113, "description"], [114, "description"], [115, "description"], [116, "description"]], "Dijkstra - Family of functions": [[16, null]], "Dijkstra optional parameters": [[63, "dijkstra-optional-parameters"], [64, "dijkstra-optional-parameters"]], "Directed graph with cost": [[121, "directed-graph-with-cost"]], "Directed graph with cost and reverse_cost": [[121, "directed-graph-with-cost-and-reverse-cost"]], "Disconnected graphs": [[24, "disconnected-graphs"]], "Does not matter driving side driving topology": [[111, "does-not-matter-driving-side-driving-topology"]], "Driving Distance - Category": [[17, null]], "Driving distance optional parameters": [[66, "driving-distance-optional-parameters"], [113, "driving-distance-optional-parameters"]], "Driving side": [[128, "driving-side"], [129, "driving-side"]], "Driving side does not matter": [[113, "driving-side-does-not-matter"], [128, "driving-side-does-not-matter"], [129, "driving-side-does-not-matter"]], "Dry run execution": [[58, "dry-run-execution"], [71, "dry-run-execution"]], "Edges": [[121, "edges"]], "Edges SQL": [[0, "edges-sql"], [3, "edges-sql"], [7, "edges-sql"], [10, "edges-sql"], [15, "edges-sql"], [16, "edges-sql"], [17, "edges-sql"], [19, "edges-sql"], [24, "edges-sql"], [27, "edges-sql"], [30, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [36, "edges-sql"], [37, "edges-sql"], [38, "edges-sql"], [39, "edges-sql"], [40, "edges-sql"], [41, "edges-sql"], [42, "edges-sql"], [43, "edges-sql"], [44, "edges-sql"], [45, "edges-sql"], [46, "edges-sql"], [47, "edges-sql"], [48, "edges-sql"], [49, "edges-sql"], [50, "edges-sql"], [51, "edges-sql"], [52, "edges-sql"], [53, "edges-sql"], [56, "edges-sql"], [57, "edges-sql"], [58, "edges-sql"], [59, "edges-sql"], [60, "edges-sql"], [61, "edges-sql"], [62, "edges-sql"], [63, "edges-sql"], [64, "edges-sql"], [65, "edges-sql"], [66, "edges-sql"], [67, "edges-sql"], [68, "edges-sql"], [69, "edges-sql"], [70, "edges-sql"], [71, "edges-sql"], [72, "edges-sql"], [73, "edges-sql"], [75, "edges-sql"], [76, "edges-sql"], [77, "edges-sql"], [78, "edges-sql"], [79, "edges-sql"], [80, "edges-sql"], [81, "edges-sql"], [82, "edges-sql"], [83, "edges-sql"], [84, "edges-sql"], [85, "edges-sql"], [86, "edges-sql"], [87, "edges-sql"], [88, "edges-sql"], [89, "edges-sql"], [93, "edges-sql"], [94, "edges-sql"], [95, "edges-sql"], [96, "edges-sql"], [97, "edges-sql"], [98, "edges-sql"], [99, "edges-sql"], [100, "edges-sql"], [101, "edges-sql"], [102, "edges-sql"], [103, "edges-sql"], [104, "edges-sql"], [105, "edges-sql"], [106, "edges-sql"], [107, "edges-sql"], [110, "edges-sql"], [111, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [127, "edges-sql"], [128, "edges-sql"], [129, "edges-sql"]], "Edges data": [[121, "edges-data"]], "Edges that belong to the contracted graph.": [[13, "edges-that-belong-to-the-contracted-graph"]], "Enabling and upgrading in the database": [[25, "enabling-and-upgrading-in-the-database"]], "Equvalences between signatures": [[60, "equvalences-between-signatures"]], "Example": [[92, "example"]], "Examples": [[90, "examples"]], "Experimental Functions": [[18, null]], "Factor": [[6, "factor"]], "Factor handling": [[5, "factor-handling"]], "Filling the mapping table": [[84, "filling-the-mapping-table"]], "Find at most two routes to a given point": [[72, "find-at-most-two-routes-to-a-given-point"]], "Find the shortest path": [[24, "find-the-shortest-path"], [71, "find-the-shortest-path"]], "Flow": [[24, "flow"]], "Flow - Family of functions": [[19, null]], "Flow Functions General Information": [[19, "flow-functions-general-information"]], "For directed graphs only with cost column": [[60, "for-directed-graphs-only-with-cost-column"]], "For directed graphs with cost and reverse_cost columns": [[60, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "For the Routing functions": [[24, "for-the-routing-functions"]], "For the TRSP functions": [[24, "for-the-trsp-functions"]], "For undirected graphs only with cost column": [[60, "for-undirected-graphs-only-with-cost-column"]], "For undirected graphs with cost and reverse_cost columns": [[60, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Function Families": [[20, "routingfunctions"], [120, null]], "Functions by categories": [[20, "functions-by-categories"], [120, "functions-by-categories"]], "Function\u2019s overloads": [[24, "function-s-overloads"]], "Function\u2019s structure": [[24, "function-s-structure"]], "General": [[20, "general"], [24, "general"]], "General Information": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [127, "general-information"]], "General with (X,Y)": [[24, "general-with-x-y"]], "General without id": [[24, "general-without-id"]], "Get the closest vertex": [[24, "get-the-closest-vertex"], [52, "get-the-closest-vertex"], [72, "get-the-closest-vertex"]], "Get the sources": [[25, "get-the-sources"]], "Getting a geometry of the tour": [[29, "getting-a-geometry-of-the-tour"]], "Graph definition": [[24, "graph-definition"]], "Graph with cost": [[24, "graph-with-cost"]], "Graph with cost and reverse_cost": [[24, "graph-with-cost-and-reverse-cost"]], "Graphs": [[24, "graphs"]], "Graphs with geometries": [[24, "graphs-with-geometries"]], "Graphs without geometries": [[24, "graphs-without-geometries"], [71, "graphs-without-geometries"]], "Handling Parameters": [[5, "handling-parameters"]], "Heuristic": [[6, "heuristic"]], "How to contribute": [[24, "how-to-contribute"]], "Idenifying the restriction": [[84, "idenifying-the-restriction"]], "Images": [[90, "images"], [121, "images"]], "Individuals (in alphabetical order)": [[26, "individuals-in-alphabetical-order"]], "Individuals in this release (in alphabetical order)": [[26, "individuals-in-this-release-in-alphabetical-order"]], "Inner Queries": [[0, "inner-queries"], [5, "inner-queries"], [7, "inner-queries"], [10, "inner-queries"], [15, "inner-queries"], [16, "inner-queries"], [17, "inner-queries"], [19, "inner-queries"], [21, "inner-queries"], [24, "inner-queries"], [27, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [36, "inner-queries"], [37, "inner-queries"], [38, "inner-queries"], [39, "inner-queries"], [40, "inner-queries"], [41, "inner-queries"], [42, "inner-queries"], [43, "inner-queries"], [44, "inner-queries"], [45, "inner-queries"], [46, "inner-queries"], [47, "inner-queries"], [48, "inner-queries"], [49, "inner-queries"], [50, "inner-queries"], [51, "inner-queries"], [52, "inner-queries"], [53, "inner-queries"], [56, "inner-queries"], [57, "inner-queries"], [58, "inner-queries"], [59, "inner-queries"], [60, "inner-queries"], [61, "inner-queries"], [62, "inner-queries"], [63, "inner-queries"], [64, "inner-queries"], [65, "inner-queries"], [66, "inner-queries"], [67, "inner-queries"], [68, "inner-queries"], [69, "inner-queries"], [70, "inner-queries"], [71, "inner-queries"], [72, "inner-queries"], [73, "inner-queries"], [75, "inner-queries"], [76, "inner-queries"], [77, "inner-queries"], [78, "inner-queries"], [79, "inner-queries"], [80, "inner-queries"], [81, "inner-queries"], [82, "inner-queries"], [83, "inner-queries"], [84, "inner-queries"], [85, "inner-queries"], [86, "inner-queries"], [87, "inner-queries"], [88, "inner-queries"], [89, "inner-queries"], [93, "inner-queries"], [94, "inner-queries"], [95, "inner-queries"], [96, "inner-queries"], [97, "inner-queries"], [98, "inner-queries"], [99, "inner-queries"], [100, "inner-queries"], [101, "inner-queries"], [102, "inner-queries"], [103, "inner-queries"], [104, "inner-queries"], [105, "inner-queries"], [106, "inner-queries"], [107, "inner-queries"], [109, "inner-queries"], [110, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [127, "inner-queries"], [128, "inner-queries"], [129, "inner-queries"]], "Insert the data": [[24, "insert-the-data"], [71, "insert-the-data"]], "Inspect the routing topology": [[54, "inspect-the-routing-topology"], [71, "inspect-the-routing-topology"]], "Inspect the vertices table": [[54, "inspect-the-vertices-table"], [71, "inspect-the-vertices-table"]], "Installation": [[25, null]], "Introduction": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [26, null], [125, "introduction"], [128, "introduction"], [129, "introduction"]], "K shortest paths - Category": [[2, null]], "KSP Optional parameters": [[27, "ksp-optional-parameters"], [107, "ksp-optional-parameters"], [114, "ksp-optional-parameters"]], "Kruskal - Family of functions": [[21, null]], "Left driving side": [[114, "left-driving-side"], [128, "left-driving-side"], [129, "left-driving-side"]], "Left side driving topology": [[111, "left-side-driving-topology"]], "Licensing": [[26, "licensing"]], "Linear": [[13, "linear"]], "Linear contraction": [[13, "linear-contraction"]], "Linear edges": [[24, "linear-edges"], [58, "linear-edges"]], "Linear vertex on directed graph": [[13, "linear-vertex-on-directed-graph"]], "Linear vertex on undirected graph": [[13, "linear-vertex-on-undirected-graph"]], "Load Data": [[24, "load-data"]], "Locations": [[5, "locations"]], "Mailing List and GIS StackExchange": [[123, "mailing-list-and-gis-stackexchange"]], "Main graph": [[121, "main-graph"]], "Make sure the database does not have the vertices_table": [[54, "make-sure-the-database-does-not-have-the-vertices-table"], [71, "make-sure-the-database-does-not-have-the-vertices-table"]], "Many points": [[72, "many-points"]], "Many points dry run execution": [[72, "many-points-dry-run-execution"]], "Many points examples": [[72, "many-points-examples"]], "Many to Many": [[24, "many-to-many"], [27, "many-to-many"], [30, "many-to-many"], [31, "many-to-many"], [37, "many-to-many"], [38, "many-to-many"], [40, "many-to-many"], [41, "many-to-many"], [43, "many-to-many"], [45, "many-to-many"], [47, "many-to-many"], [57, "many-to-many"], [60, "many-to-many"], [61, "many-to-many"], [63, "many-to-many"], [64, "many-to-many"], [68, "many-to-many"], [69, "many-to-many"], [70, "many-to-many"], [87, "many-to-many"], [88, "many-to-many"], [89, "many-to-many"], [97, "many-to-many"], [103, "many-to-many"], [106, "many-to-many"], [110, "many-to-many"], [111, "many-to-many"], [114, "many-to-many"]], "Many to One": [[24, "many-to-one"], [27, "many-to-one"], [30, "many-to-one"], [31, "many-to-one"], [37, "many-to-one"], [38, "many-to-one"], [40, "many-to-one"], [41, "many-to-one"], [43, "many-to-one"], [45, "many-to-one"], [47, "many-to-one"], [57, "many-to-one"], [60, "many-to-one"], [61, "many-to-one"], [63, "many-to-one"], [64, "many-to-one"], [68, "many-to-one"], [69, "many-to-one"], [70, "many-to-one"], [87, "many-to-one"], [88, "many-to-one"], [89, "many-to-one"], [97, "many-to-one"], [103, "many-to-one"], [106, "many-to-one"], [110, "many-to-one"], [111, "many-to-one"], [114, "many-to-one"]], "Matrix SQL": [[5, "matrix-sql"], [28, "matrix-sql"], [91, "matrix-sql"]], "Mayors": [[119, "mayors"]], "Migrating functions": [[22, "migrating-functions"]], "Migrating pgr_trsp (Edges) using pgr_trsp_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrating pgr_trsp (Edges) using pgr_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrating pgr_trsp (Vertices) using pgr_dijkstra": [[22, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Migrating pgr_trsp (Vertices) using pgr_trsp": [[22, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints": [[22, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrating pgr_trspViaEdges using pgr_withPointsVia": [[22, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrating pgr_trspViaVertices using pgr_dijkstraVia": [[22, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrating pgr_trspViaVertices using pgr_trspVia": [[22, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migration": [[22, "migration"]], "Migration guide": [[22, null]], "Migration of functions": [[22, "migration-of-functions"]], "Migration of pgr_KSP": [[22, "migration-of-pgr-ksp"]], "Migration of pgr_aStar": [[22, "migration-of-pgr-astar"]], "Migration of pgr_bdAstar": [[22, "migration-of-pgr-bdastar"]], "Migration of pgr_dijkstra": [[22, "migration-of-pgr-dijkstra"]], "Migration of pgr_drivingdistance": [[22, "migration-of-pgr-drivingdistance"]], "Migration of pgr_maxCardinalityMatch": [[22, "migration-of-pgr-maxcardinalitymatch"]], "Migration of pgr_trsp (Edges)": [[22, "migration-of-pgr-trsp-edges"]], "Migration of pgr_trsp (Vertices)": [[22, "migration-of-pgr-trsp-vertices"]], "Migration of pgr_trspViaEdges": [[22, "migration-of-pgr-trspviaedges"]], "Migration of pgr_trspViaVertices": [[22, "migration-of-pgr-trspviavertices"]], "Migration of pgr_withPointsDD": [[22, "migration-of-pgr-withpointsdd"]], "Migration of pgr_withPointsKSP": [[22, "migration-of-pgr-withpointsksp"]], "Migration of restrictions": [[22, "migration-of-restrictions"]], "Migration of turn restrictions": [[22, "migration-of-turn-restrictions"]], "Minors 2.x": [[119, "minors-2-x"]], "Minors 3.x": [[119, "minors-3-x"]], "More Information": [[26, "more-information"]], "Multiple Vertices": [[66, "multiple-vertices"]], "Multiple paths": [[24, "multiple-paths"]], "Multiple vertices": [[48, "multiple-vertices"], [59, "multiple-vertices"], [79, "multiple-vertices"], [80, "multiple-vertices"], [81, "multiple-vertices"], [94, "multiple-vertices"], [95, "multiple-vertices"], [96, "multiple-vertices"], [113, "multiple-vertices"]], "Near optional parameters": [[63, "near-optional-parameters"], [64, "near-optional-parameters"]], "New restrictions structure": [[22, "new-restrictions-structure"]], "Nodes visited in the route.": [[65, "nodes-visited-in-the-route"], [104, "nodes-visited-in-the-route"], [105, "nodes-visited-in-the-route"], [115, "nodes-visited-in-the-route"]], "Non selective for multiple paths": [[24, "non-selective-for-multiple-paths"]], "Old restrictions contents": [[22, "old-restrictions-contents"]], "Old restrictions structure": [[22, "old-restrictions-structure"]], "On a left hand side driving network": [[128, "on-a-left-hand-side-driving-network"], [129, "on-a-left-hand-side-driving-network"]], "On a right hand side driving network": [[128, "on-a-right-hand-side-driving-network"], [129, "on-a-right-hand-side-driving-network"]], "One Via": [[65, "one-via"], [104, "one-via"], [105, "one-via"], [115, "one-via"]], "One answer per point, all columns": [[72, "one-answer-per-point-all-columns"]], "One answer, all columns": [[72, "one-answer-all-columns"]], "One point": [[72, "one-point"]], "One point dry run execution": [[72, "one-point-dry-run-execution"]], "One point examples": [[72, "one-point-examples"]], "One to Many": [[24, "one-to-many"], [27, "one-to-many"], [30, "one-to-many"], [31, "one-to-many"], [37, "one-to-many"], [38, "one-to-many"], [40, "one-to-many"], [41, "one-to-many"], [43, "one-to-many"], [45, "one-to-many"], [47, "one-to-many"], [57, "one-to-many"], [60, "one-to-many"], [61, "one-to-many"], [63, "one-to-many"], [64, "one-to-many"], [68, "one-to-many"], [69, "one-to-many"], [70, "one-to-many"], [87, "one-to-many"], [88, "one-to-many"], [89, "one-to-many"], [97, "one-to-many"], [103, "one-to-many"], [106, "one-to-many"], [110, "one-to-many"], [111, "one-to-many"], [114, "one-to-many"]], "One to One": [[24, "one-to-one"], [27, "one-to-one"], [30, "one-to-one"], [31, "one-to-one"], [37, "one-to-one"], [38, "one-to-one"], [40, "one-to-one"], [41, "one-to-one"], [43, "one-to-one"], [45, "one-to-one"], [47, "one-to-one"], [57, "one-to-one"], [60, "one-to-one"], [61, "one-to-one"], [68, "one-to-one"], [69, "one-to-one"], [70, "one-to-one"], [87, "one-to-one"], [88, "one-to-one"], [89, "one-to-one"], [97, "one-to-one"], [103, "one-to-one"], [106, "one-to-one"], [110, "one-to-one"], [111, "one-to-one"], [114, "one-to-one"]], "Operation: Dead End Contraction": [[13, "operation-dead-end-contraction"]], "Operation: Linear Contraction": [[13, "operation-linear-contraction"]], "Optional parameters": [[7, "optional-parameters"], [15, "optional-parameters"], [16, "optional-parameters"], [27, "optional-parameters"], [30, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [37, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [45, "optional-parameters"], [48, "optional-parameters"], [53, "optional-parameters"], [58, "optional-parameters"], [59, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [65, "optional-parameters"], [66, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [71, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [83, "optional-parameters"], [103, "optional-parameters"], [104, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [110, "optional-parameters"], [111, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [128, "optional-parameters"], [129, "optional-parameters"]], "Ordering - Family of functions": [[23, null]], "Orders SQL": [[5, "orders-sql"], [91, "orders-sql"], [92, "orders-sql"]], "Origin": [[4, "origin"]], "Parameters": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [24, "parameters"], [27, "parameters"], [28, "parameters"], [29, "parameters"], [30, "parameters"], [31, "parameters"], [32, "parameters"], [33, "parameters"], [34, "parameters"], [35, "parameters"], [36, "parameters"], [37, "parameters"], [38, "parameters"], [39, "parameters"], [40, "parameters"], [41, "parameters"], [42, "parameters"], [43, "parameters"], [44, "parameters"], [45, "parameters"], [46, "parameters"], [47, "parameters"], [48, "parameters"], [49, "parameters"], [50, "parameters"], [51, "parameters"], [52, "parameters"], [53, "parameters"], [54, "parameters"], [55, "parameters"], [56, "parameters"], [57, "parameters"], [58, "parameters"], [59, "parameters"], [60, "parameters"], [61, "parameters"], [62, "parameters"], [63, "parameters"], [64, "parameters"], [65, "parameters"], [66, "parameters"], [67, "parameters"], [68, "parameters"], [69, "parameters"], [70, "parameters"], [71, "parameters"], [72, "parameters"], [73, "parameters"], [75, "parameters"], [76, "parameters"], [77, "parameters"], [78, "parameters"], [79, "parameters"], [80, "parameters"], [81, "parameters"], [82, "parameters"], [83, "parameters"], [84, "parameters"], [85, "parameters"], [86, "parameters"], [87, "parameters"], [88, "parameters"], [89, "parameters"], [90, "parameters"], [91, "parameters"], [92, "parameters"], [93, "parameters"], [94, "parameters"], [95, "parameters"], [96, "parameters"], [97, "parameters"], [98, "parameters"], [99, "parameters"], [100, "parameters"], [101, "parameters"], [102, "parameters"], [103, "parameters"], [104, "parameters"], [105, "parameters"], [106, "parameters"], [107, "parameters"], [109, "parameters"], [110, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [127, "parameters"], [128, "parameters"], [129, "parameters"]], "Parameters for the Via functions": [[24, "parameters-for-the-via-functions"]], "Pass in front or visits.": [[106, "pass-in-front-or-visits"]], "Passes in front or visits with left side driving.": [[110, "passes-in-front-or-visits-with-left-side-driving"]], "Passes in front or visits with right side driving.": [[110, "passes-in-front-or-visits-with-right-side-driving"]], "Performance": [[7, "performance"]], "Performance Tips": [[24, "performance-tips"]], "Pgrouting Concepts": [[20, "pgrouting-concepts"]], "Pick & Deliver Data": [[121, "pick-deliver-data"]], "Pick & Delivery": [[5, "pick-delivery"]], "Pick & deliver": [[5, "pick-deliver"]], "Pick-Deliver optional parameters": [[5, "pick-deliver-optional-parameters"], [91, "pick-deliver-optional-parameters"], [92, "pick-deliver-optional-parameters"]], "Points SQL": [[15, "points-sql"], [24, "points-sql"], [105, "points-sql"], [106, "points-sql"], [110, "points-sql"], [111, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [127, "points-sql"], [128, "points-sql"], [129, "points-sql"]], "Points of interest": [[72, "points-of-interest"], [121, "points-of-interest"]], "Points of interest fillup": [[72, "points-of-interest-fillup"], [121, "points-of-interest-fillup"]], "Points outside the graph": [[121, "points-outside-the-graph"]], "Prepare storage for connection information": [[24, "prepare-storage-for-connection-information"], [52, "prepare-storage-for-connection-information"], [72, "prepare-storage-for-connection-information"]], "Prepare the database": [[24, "prepare-the-database"]], "Prim - Family of functions": [[116, null]], "Problem Definition": [[4, "problem-definition"], [28, "problem-definition"], [29, "problem-definition"]], "Proposed Functions": [[117, null]], "Reference": [[118, null]], "Release Notes": [[20, "release-notes"], [119, null]], "Removing self loops on leaf nodes": [[84, "removing-self-loops-on-leaf-nodes"]], "Removing the surplus edges": [[24, "removing-the-surplus-edges"], [71, "removing-the-surplus-edges"]], "Reporting Problems": [[123, "reporting-problems"]], "Restrictions": [[3, "restrictions"], [121, "restrictions"]], "Restrictions SQL": [[3, "restrictions-sql"], [24, "restrictions-sql"], [103, "restrictions-sql"], [104, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [127, "restrictions-sql"]], "Restrictions data": [[22, "restrictions-data"], [121, "restrictions-data"]], "Result columns": [[0, "result-columns"], [5, "result-columns"], [7, "result-columns"], [11, "result-columns"], [15, "result-columns"], [17, "result-columns"], [19, "result-columns"], [24, "result-columns"], [27, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [36, "result-columns"], [37, "result-columns"], [38, "result-columns"], [39, "result-columns"], [40, "result-columns"], [41, "result-columns"], [42, "result-columns"], [43, "result-columns"], [44, "result-columns"], [45, "result-columns"], [46, "result-columns"], [47, "result-columns"], [48, "result-columns"], [49, "result-columns"], [50, "result-columns"], [51, "result-columns"], [52, "result-columns"], [53, "result-columns"], [56, "result-columns"], [58, "result-columns"], [59, "result-columns"], [60, "result-columns"], [61, "result-columns"], [62, "result-columns"], [63, "result-columns"], [64, "result-columns"], [65, "result-columns"], [66, "result-columns"], [67, "result-columns"], [68, "result-columns"], [69, "result-columns"], [70, "result-columns"], [71, "result-columns"], [72, "result-columns"], [73, "result-columns"], [74, "result-columns"], [75, "result-columns"], [76, "result-columns"], [77, "result-columns"], [78, "result-columns"], [79, "result-columns"], [80, "result-columns"], [81, "result-columns"], [82, "result-columns"], [83, "result-columns"], [84, "result-columns"], [85, "result-columns"], [86, "result-columns"], [87, "result-columns"], [88, "result-columns"], [91, "result-columns"], [92, "result-columns"], [93, "result-columns"], [94, "result-columns"], [95, "result-columns"], [96, "result-columns"], [97, "result-columns"], [98, "result-columns"], [99, "result-columns"], [100, "result-columns"], [101, "result-columns"], [102, "result-columns"], [103, "result-columns"], [104, "result-columns"], [105, "result-columns"], [106, "result-columns"], [107, "result-columns"], [108, "result-columns"], [109, "result-columns"], [110, "result-columns"], [111, "result-columns"], [112, "result-columns"], [113, "result-columns"], [114, "result-columns"], [115, "result-columns"], [127, "result-columns"]], "Result columns for a path": [[24, "result-columns-for-a-path"]], "Result columns for cost functions": [[24, "result-columns-for-cost-functions"]], "Result columns for flow functions": [[24, "result-columns-for-flow-functions"]], "Result columns for spanning tree functions": [[24, "result-columns-for-spanning-tree-functions"]], "Results": [[7, "results"]], "Return Value": [[33, "return-value"]], "Return columns": [[57, "return-columns"], [89, "return-columns"]], "Right driving side": [[114, "right-driving-side"], [128, "right-driving-side"], [129, "right-driving-side"]], "Right side driving topology": [[111, "right-side-driving-topology"]], "Route\u2019s aggregate cost of the route at the end of the third path.": [[65, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [104, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [105, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [115, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"]], "Sample Data": [[121, null]], "Save the edges connection information": [[24, "save-the-edges-connection-information"], [52, "save-the-edges-connection-information"], [72, "save-the-edges-connection-information"]], "Save the vertices connection information": [[24, "save-the-vertices-connection-information"], [52, "save-the-vertices-connection-information"], [72, "save-the-vertices-connection-information"]], "See Also": [[0, "see-also"], [1, "see-also"], [3, "see-also"], [4, "see-also"], [5, "see-also"], [6, "see-also"], [7, "see-also"], [8, "see-also"], [9, "see-also"], [10, "see-also"], [11, "see-also"], [12, "see-also"], [13, "see-also"], [14, "see-also"], [15, "see-also"], [16, "see-also"], [17, "see-also"], [18, "see-also"], [19, "see-also"], [21, "see-also"], [22, "see-also"], [23, "see-also"], [25, "see-also"], [27, "see-also"], [28, "see-also"], [29, "see-also"], [30, "see-also"], [31, "see-also"], [32, "see-also"], [33, "see-also"], [34, "see-also"], [35, "see-also"], [36, "see-also"], [37, "see-also"], [38, "see-also"], [39, "see-also"], [40, "see-also"], [41, "see-also"], [42, "see-also"], [43, "see-also"], [44, "see-also"], [45, "see-also"], [46, "see-also"], [47, "see-also"], [48, "see-also"], [49, "see-also"], [50, "see-also"], [51, "see-also"], [52, "see-also"], [53, "see-also"], [54, "see-also"], [55, "see-also"], [56, "see-also"], [57, "see-also"], [58, "see-also"], [59, "see-also"], [60, "see-also"], [61, "see-also"], [62, "see-also"], [63, "see-also"], [64, "see-also"], [65, "see-also"], [66, "see-also"], [67, "see-also"], [68, "see-also"], [69, "see-also"], [70, "see-also"], [71, "see-also"], [72, "see-also"], [73, "see-also"], [74, "see-also"], [75, "see-also"], [76, "see-also"], [77, "see-also"], [78, "see-also"], [79, "see-also"], [80, "see-also"], [81, "see-also"], [82, "see-also"], [83, "see-also"], [84, "see-also"], [85, "see-also"], [86, "see-also"], [87, "see-also"], [88, "see-also"], [89, "see-also"], [90, "see-also"], [91, "see-also"], [92, "see-also"], [93, "see-also"], [94, "see-also"], [95, "see-also"], [96, "see-also"], [97, "see-also"], [98, "see-also"], [99, "see-also"], [100, "see-also"], [101, "see-also"], [102, "see-also"], [103, "see-also"], [104, "see-also"], [105, "see-also"], [106, "see-also"], [107, "see-also"], [108, "see-also"], [109, "see-also"], [110, "see-also"], [111, "see-also"], [112, "see-also"], [113, "see-also"], [114, "see-also"], [115, "see-also"], [116, "see-also"], [117, "see-also"], [118, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [125, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"]], "Selective for multiple paths.": [[24, "selective-for-multiple-paths"]], "Short Version": [[25, "short-version"]], "Show details on undirected graph.": [[106, "show-details-on-undirected-graph"]], "Signature": [[91, "signature"], [92, "signature"], [108, "signature"]], "Signatures": [[27, "signatures"], [28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [35, "signatures"], [36, "signatures"], [37, "signatures"], [38, "signatures"], [39, "signatures"], [40, "signatures"], [41, "signatures"], [42, "signatures"], [43, "signatures"], [44, "signatures"], [45, "signatures"], [46, "signatures"], [47, "signatures"], [48, "signatures"], [49, "signatures"], [50, "signatures"], [51, "signatures"], [52, "signatures"], [53, "signatures"], [54, "signatures"], [55, "signatures"], [56, "signatures"], [57, "signatures"], [58, "signatures"], [59, "signatures"], [60, "signatures"], [61, "signatures"], [62, "signatures"], [63, "signatures"], [64, "signatures"], [65, "signatures"], [66, "signatures"], [67, "signatures"], [68, "signatures"], [69, "signatures"], [70, "signatures"], [71, "signatures"], [72, "signatures"], [73, "signatures"], [74, "signatures"], [75, "signatures"], [76, "signatures"], [77, "signatures"], [78, "signatures"], [79, "signatures"], [80, "signatures"], [81, "signatures"], [82, "signatures"], [83, "signatures"], [84, "signatures"], [85, "signatures"], [86, "signatures"], [87, "signatures"], [88, "signatures"], [89, "signatures"], [93, "signatures"], [94, "signatures"], [95, "signatures"], [96, "signatures"], [97, "signatures"], [98, "signatures"], [99, "signatures"], [100, "signatures"], [101, "signatures"], [102, "signatures"], [103, "signatures"], [104, "signatures"], [105, "signatures"], [106, "signatures"], [107, "signatures"], [109, "signatures"], [110, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"]], "Simplifying leaf vertices": [[84, "simplifying-leaf-vertices"]], "Simulation of how algorithm works.": [[104, "simulation-of-how-algorithm-works"], [105, "simulation-of-how-algorithm-works"]], "Single Vertex": [[66, "single-vertex"]], "Single vertex": [[48, "single-vertex"], [59, "single-vertex"], [79, "single-vertex"], [80, "single-vertex"], [81, "single-vertex"], [94, "single-vertex"], [95, "single-vertex"], [96, "single-vertex"], [113, "single-vertex"]], "Spanning Tree - Category": [[122, null]], "Special optional parameters": [[107, "special-optional-parameters"]], "Start from vertex 1": [[28, "start-from-vertex-1"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes and points.": [[105, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [115, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes.": [[65, "status-of-passes-in-front-or-visits-of-the-nodes"], [104, "status-of-passes-in-front-or-visits-of-the-nodes"]], "Store contraction information": [[13, "store-contraction-information"]], "Store edge results": [[84, "store-edge-results"]], "Summary Row": [[5, "summary-row"]], "Support": [[123, null]], "Support tables": [[121, "support-tables"]], "Synopsis": [[9, "synopsis"], [15, "synopsis"], [91, "synopsis"], [92, "synopsis"]], "TRSP - Family of functions": [[3, null]], "TRSP algorithm": [[3, "trsp-algorithm"]], "TSP optional parameters": [[4, "tsp-optional-parameters"], [28, "tsp-optional-parameters"], [29, "tsp-optional-parameters"]], "Table of Contents": [[4, "table-of-contents"], [20, null]], "Test 29 cities of Western Sahara": [[29, "test-29-cities-of-western-sahara"]], "Testing": [[25, "testing"]], "The aggregate costs of the route when the visited vertices are reached.": [[65, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [104, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [105, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [115, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"]], "The contracted graph": [[13, "the-contracted-graph"]], "The cycle": [[13, "the-cycle"]], "The data": [[84, "the-data"]], "The edge table update": [[13, "the-edge-table-update"]], "The main query": [[65, "the-main-query"], [104, "the-main-query"]], "The orders": [[92, "the-orders"], [121, "the-orders"]], "The original orders": [[92, "the-original-orders"], [121, "the-original-orders"]], "The problem definition (Advanced documentation)": [[16, "the-problem-definition-advanced-documentation"]], "The query": [[92, "the-query"]], "The topology": [[121, "the-topology"]], "The transformation": [[84, "the-transformation"]], "The vehicles": [[92, "the-vehicles"], [121, "the-vehicles"]], "The vertex table update": [[13, "the-vertex-table-update"]], "This Release Contributors": [[26, "this-release-contributors"]], "Time Handling": [[5, "time-handling"]], "Topology - Family of Functions": [[124, null]], "Topology data": [[121, "topology-data"]], "Total tour cost": [[29, "total-tour-cost"]], "Transformation - Family of functions (Experimental)": [[125, null]], "Traveling Sales Person - Family of functions": [[4, null]], "Traversal - Family of functions": [[126, null]], "Undirected graph with cost": [[121, "undirected-graph-with-cost"]], "Undirected graph with cost and reverse_cost": [[121, "undirected-graph-with-cost-and-reverse-cost"]], "Update costs based on codes": [[24, "update-costs-based-on-codes"]], "Update costs to length of geometry": [[24, "update-costs-to-length-of-geometry"]], "Updating edges topology": [[24, "updating-edges-topology"], [71, "updating-edges-topology"]], "Updating vertices topology": [[24, "updating-vertices-topology"], [71, "updating-vertices-topology"]], "Usage variations": [[105, "usage-variations"], [110, "usage-variations"], [115, "usage-variations"]], "Usage when the edge table\u2019s columns DO NOT MATCH the default values:": [[34, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [54, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [55, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"]], "Usage when the edge table\u2019s columns MATCH the default values:": [[34, "usage-when-the-edge-table-s-columns-match-the-default-values"], [54, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Use pgr_findCloseEdges for points on the fly": [[105, "use-pgr-findcloseedges-for-points-on-the-fly"], [106, "use-pgr-findcloseedges-for-points-on-the-fly"]], "Use pgr_findCloseEdges in the Points SQL": [[115, "use-pgr-findcloseedges-in-the-points-sql"]], "Use pgr_findCloseEdges in the Points SQL.": [[110, "use-pgr-findcloseedges-in-the-points-sql"], [111, "use-pgr-findcloseedges-in-the-points-sql"], [112, "use-pgr-findcloseedges-in-the-points-sql"], [113, "use-pgr-findcloseedges-in-the-points-sql"], [114, "use-pgr-findcloseedges-in-the-points-sql"]], "Use with pgr_TSP.": [[112, "use-with-pgr-tsp"]], "Using points of interest to generate an asymetric matrix.": [[28, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Using the contracted graph": [[13, "using-the-contracted-graph"]], "Using the routing graph": [[84, "using-the-routing-graph"]], "Using the vertex map give the leaf verices their original value.": [[84, "using-the-vertex-map-give-the-leaf-verices-their-original-value"]], "Vehicle Routing Functions - Category (Experimental)": [[5, null]], "Vehicles SQL": [[5, "vehicles-sql"], [91, "vehicles-sql"], [92, "vehicles-sql"]], "Vertex SQL": [[58, "vertex-sql"]], "Vertex information": [[24, "vertex-information"], [71, "vertex-information"]], "Vertices": [[121, "vertices"]], "Vertices data": [[121, "vertices-data"]], "Vertices that belong to the contracted graph.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "Via - Category": [[127, null]], "Via optional parameters": [[65, "via-optional-parameters"], [104, "via-optional-parameters"], [105, "via-optional-parameters"], [115, "via-optional-parameters"], [127, "via-optional-parameters"]], "Visual results": [[29, "visual-results"]], "When driving side does not matter": [[128, "when-driving-side-does-not-matter"], [129, "when-driving-side-does-not-matter"]], "When identifiers of vertices are known": [[71, "when-identifiers-of-vertices-are-known"]], "When line geometry is known": [[71, "when-line-geometry-is-known"]], "When vertex geometry is known": [[71, "when-vertex-geometry-is-known"]], "Wiki example": [[24, "wiki-example"]], "With full output": [[54, "with-full-output"]], "With points optional parameters": [[105, "with-points-optional-parameters"], [106, "with-points-optional-parameters"], [110, "with-points-optional-parameters"], [111, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [129, "with-points-optional-parameters"]], "aStar optional parameters": [[6, "astar-optional-parameters"], [30, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [37, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"]], "pgRouting 1": [[119, "pgrouting-1"]], "pgRouting 1.0": [[119, "pgrouting-1-0"]], "pgRouting 2": [[119, "pgrouting-2"]], "pgRouting 2.0": [[119, "pgrouting-2-0"]], "pgRouting 2.0.0 Release Notes": [[119, "pgrouting-2-0-0-release-notes"]], "pgRouting 2.0.1 Release Notes": [[119, "pgrouting-2-0-1-release-notes"]], "pgRouting 2.1": [[119, "pgrouting-2-1"]], "pgRouting 2.1.0 Release Notes": [[119, "pgrouting-2-1-0-release-notes"]], "pgRouting 2.2": [[119, "pgrouting-2-2"]], "pgRouting 2.2.0 Release Notes": [[119, "pgrouting-2-2-0-release-notes"]], "pgRouting 2.2.1 Release Notes": [[119, "pgrouting-2-2-1-release-notes"]], "pgRouting 2.2.2 Release Notes": [[119, "pgrouting-2-2-2-release-notes"]], "pgRouting 2.2.3 Release Notes": [[119, "pgrouting-2-2-3-release-notes"]], "pgRouting 2.2.4 Release Notes": [[119, "pgrouting-2-2-4-release-notes"]], "pgRouting 2.3": [[119, "pgrouting-2-3"]], "pgRouting 2.3.0 Release Notes": [[119, "pgrouting-2-3-0-release-notes"]], "pgRouting 2.3.1 Release Notes": [[119, "pgrouting-2-3-1-release-notes"]], "pgRouting 2.3.2 Release Notes": [[119, "pgrouting-2-3-2-release-notes"]], "pgRouting 2.4": [[119, "pgrouting-2-4"]], "pgRouting 2.4.0 Release Notes": [[119, "pgrouting-2-4-0-release-notes"]], "pgRouting 2.4.1 Release Notes": [[119, "pgrouting-2-4-1-release-notes"]], "pgRouting 2.4.2 Release Notes": [[119, "pgrouting-2-4-2-release-notes"]], "pgRouting 2.5": [[119, "pgrouting-2-5"]], "pgRouting 2.5.0 Release Notes": [[119, "pgrouting-2-5-0-release-notes"]], "pgRouting 2.5.1 Release Notes": [[119, "pgrouting-2-5-1-release-notes"]], "pgRouting 2.5.2 Release Notes": [[119, "pgrouting-2-5-2-release-notes"]], "pgRouting 2.5.3 Release Notes": [[119, "pgrouting-2-5-3-release-notes"]], "pgRouting 2.5.4 Release Notes": [[119, "pgrouting-2-5-4-release-notes"]], "pgRouting 2.5.5 Release Notes": [[119, "pgrouting-2-5-5-release-notes"]], "pgRouting 2.6": [[119, "pgrouting-2-6"]], "pgRouting 2.6.0 Release Notes": [[119, "pgrouting-2-6-0-release-notes"]], "pgRouting 2.6.1 Release Notes": [[119, "pgrouting-2-6-1-release-notes"]], "pgRouting 2.6.2 Release Notes": [[119, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Release Notes": [[119, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[119, "pgrouting-3"]], "pgRouting 3.0": [[119, "pgrouting-3-0"]], "pgRouting 3.0.0 Release Notes": [[119, "pgrouting-3-0-0-release-notes"]], "pgRouting 3.0.1 Release Notes": [[119, "pgrouting-3-0-1-release-notes"]], "pgRouting 3.0.2 Release Notes": [[119, "pgrouting-3-0-2-release-notes"]], "pgRouting 3.0.3 Release Notes": [[119, "pgrouting-3-0-3-release-notes"]], "pgRouting 3.0.4 Release Notes": [[119, "pgrouting-3-0-4-release-notes"]], "pgRouting 3.0.5 Release Notes": [[119, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.0.6 Release Notes": [[119, "pgrouting-3-0-6-release-notes"]], "pgRouting 3.1": [[119, "pgrouting-3-1"]], "pgRouting 3.1.0 Release Notes": [[119, "pgrouting-3-1-0-release-notes"]], "pgRouting 3.1.1 Release Notes": [[119, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.2 Release Notes": [[119, "pgrouting-3-1-2-release-notes"]], "pgRouting 3.1.3 Release Notes": [[119, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.1.4 Release Notes": [[119, "pgrouting-3-1-4-release-notes"]], "pgRouting 3.2": [[119, "pgrouting-3-2"]], "pgRouting 3.2.0 Release Notes": [[119, "pgrouting-3-2-0-release-notes"]], "pgRouting 3.2.1 Release Notes": [[119, "pgrouting-3-2-1-release-notes"]], "pgRouting 3.2.2 Release Notes": [[119, "pgrouting-3-2-2-release-notes"]], "pgRouting 3.3": [[119, "pgrouting-3-3"]], "pgRouting 3.3.0 Release Notes": [[119, "pgrouting-3-3-0-release-notes"]], "pgRouting 3.3.1 Release Notes": [[119, "pgrouting-3-3-1-release-notes"]], "pgRouting 3.3.2 Release Notes": [[119, "pgrouting-3-3-2-release-notes"]], "pgRouting 3.3.3 Release Notes": [[119, "pgrouting-3-3-3-release-notes"]], "pgRouting 3.3.4 Release Notes": [[119, "pgrouting-3-3-4-release-notes"]], "pgRouting 3.3.5 Release Notes": [[119, "pgrouting-3-3-5-release-notes"]], "pgRouting 3.4": [[119, "pgrouting-3-4"]], "pgRouting 3.4.0 Release Notes": [[119, "pgrouting-3-4-0-release-notes"]], "pgRouting 3.4.1 Release Notes": [[119, "pgrouting-3-4-1-release-notes"]], "pgRouting 3.4.2 Release Notes": [[119, "pgrouting-3-4-2-release-notes"]], "pgRouting 3.5": [[119, "pgrouting-3-5"]], "pgRouting 3.5.0 Release Notes": [[119, "pgrouting-3-5-0-release-notes"]], "pgRouting 3.5.1 Release Notes": [[119, "pgrouting-3-5-1-release-notes"]], "pgRouting 3.6": [[119, "pgrouting-3-6"]], "pgRouting 3.6.0 Release Notes": [[119, "pgrouting-3-6-0-release-notes"]], "pgRouting 3.6.1 Release Notes": [[119, "pgrouting-3-6-1-release-notes"]], "pgRouting 3.6.2 Release Notes": [[20, "pgrouting-3-6-2-release-notes"], [119, "pgrouting-3-6-2-release-notes"]], "pgRouting 3.6.3 Release Notes": [[20, "pgrouting-3-6-3-release-notes"], [119, "pgrouting-3-6-3-release-notes"]], "pgRouting Concepts": [[24, null]], "pgr_KSP": [[27, null]], "pgr_KSP (One to One)": [[22, "pgr-ksp-one-to-one"]], "pgr_TSP": [[28, null]], "pgr_TSPeuclidean": [[29, null]], "pgr_aStar": [[30, null]], "pgr_aStarCost": [[31, null]], "pgr_aStarCostMatrix": [[32, null]], "pgr_alphaShape": [[33, null]], "pgr_analyzeGraph": [[34, null]], "pgr_analyzeOneWay": [[35, null]], "pgr_articulationPoints": [[36, null]], "pgr_bdAstar": [[37, null]], "pgr_bdAstarCost": [[38, null]], "pgr_bdAstarCostMatrix": [[39, null]], "pgr_bdDijkstra": [[40, null]], "pgr_bdDijkstraCost": [[41, null]], "pgr_bdDijkstraCostMatrix": [[42, null]], "pgr_bellmanFord - Experimental": [[43, null]], "pgr_biconnectedComponents": [[44, null]], "pgr_binaryBreadthFirstSearch - Experimental": [[45, null]], "pgr_bipartite -Experimental": [[46, null]], "pgr_boykovKolmogorov": [[47, null]], "pgr_breadthFirstSearch - Experimental": [[48, null]], "pgr_bridges": [[49, null]], "pgr_chinesePostman - Experimental": [[50, null]], "pgr_chinesePostmanCost - Experimental": [[51, null]], "pgr_connectedComponents": [[52, null]], "pgr_contraction": [[53, null]], "pgr_createTopology": [[54, null]], "pgr_createVerticesTable": [[55, null]], "pgr_cuthillMckeeOrdering - Experimental": [[56, null]], "pgr_dagShortestPath - Experimental": [[57, null]], "pgr_degree \u2013 Proposed": [[58, null]], "pgr_depthFirstSearch - Proposed": [[59, null]], "pgr_dijkstra": [[60, null]], "pgr_dijkstraCost": [[61, null]], "pgr_dijkstraCostMatrix": [[62, null]], "pgr_dijkstraNear - Proposed": [[63, null]], "pgr_dijkstraNearCost - Proposed": [[64, null]], "pgr_dijkstraVia - Proposed": [[65, null]], "pgr_drivingDistance": [[66, null]], "pgr_drivingdistance (Multiple vertices)": [[22, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingdistance (Single vertex)": [[22, "pgr-drivingdistance-single-vertex"]], "pgr_edgeColoring - Experimental": [[67, null]], "pgr_edgeDisjointPaths": [[68, null]], "pgr_edmondsKarp": [[69, null]], "pgr_edwardMoore - Experimental": [[70, null]], "pgr_extractVertices \u2013 Proposed": [[71, null]], "pgr_findCloseEdges": [[72, null]], "pgr_floydWarshall": [[73, null]], "pgr_full_version": [[74, null]], "pgr_hawickCircuits - Experimental": [[75, null]], "pgr_isPlanar - Experimental": [[76, null]], "pgr_johnson": [[77, null]], "pgr_kruskal": [[78, null]], "pgr_kruskalBFS": [[79, null]], "pgr_kruskalDD": [[80, null]], "pgr_kruskalDFS": [[81, null]], "pgr_lengauerTarjanDominatorTree -Experimental": [[82, null]], "pgr_lineGraph - Experimental": [[83, null]], "pgr_lineGraphFull - Experimental": [[84, null]], "pgr_makeConnected - Experimental": [[85, null]], "pgr_maxCardinalityMatch": [[86, null]], "pgr_maxFlow": [[87, null]], "pgr_maxFlowMinCost - Experimental": [[88, null]], "pgr_maxFlowMinCost_Cost - Experimental": [[89, null]], "pgr_nodeNetwork": [[90, null]], "pgr_pickDeliver - Experimental": [[91, null]], "pgr_pickDeliverEuclidean - Experimental": [[92, null]], "pgr_prim": [[93, null]], "pgr_primBFS": [[94, null]], "pgr_primDD": [[95, null]], "pgr_primDFS": [[96, null]], "pgr_pushRelabel": [[97, null]], "pgr_sequentialVertexColoring - Proposed": [[98, null]], "pgr_stoerWagner - Experimental": [[99, null]], "pgr_strongComponents": [[100, null]], "pgr_topologicalSort - Experimental": [[101, null]], "pgr_transitiveClosure - Experimental": [[102, null]], "pgr_trsp - Proposed": [[103, null]], "pgr_trspVia - Proposed": [[104, null]], "pgr_trspVia_withPoints - Proposed": [[105, null]], "pgr_trsp_withPoints - Proposed": [[106, null]], "pgr_turnRestrictedPath - Experimental": [[107, null]], "pgr_version": [[108, null]], "pgr_vrpOneDepot - Experimental": [[109, null]], "pgr_withPoints - Proposed": [[110, null]], "pgr_withPointsCost - Proposed": [[111, null]], "pgr_withPointsCostMatrix - proposed": [[112, null]], "pgr_withPointsDD (Multiple vertices)": [[22, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (Single vertex)": [[22, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Proposed": [[113, null]], "pgr_withPointsKSP (One to One)": [[22, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Proposed": [[114, null]], "pgr_withPointsVia - Proposed": [[115, null]], "withPoints - Category": [[128, null]], "withPoints - Family of functions": [[129, null]], "withPointsKSP optional parameters": [[114, "withpointsksp-optional-parameters"]]}, "docnames": ["BFS-category", "DFS-category", "KSP-category", "TRSP-family", "TSP-family", "VRP-category", "aStar-family", "allpairs-family", "bdAstar-family", "bdDijkstra-family", "chinesePostmanProblem-family", "coloring-family", "components-family", "contraction-family", "cost-category", "costMatrix-category", "dijkstra-family", "drivingDistance-category", "experimental", "flow-family", "index", "kruskal-family", "migration", "ordering-family", "pgRouting-concepts", "pgRouting-installation", "pgRouting-introduction", "pgr_KSP", "pgr_TSP", "pgr_TSPeuclidean", "pgr_aStar", "pgr_aStarCost", "pgr_aStarCostMatrix", "pgr_alphaShape", "pgr_analyzeGraph", "pgr_analyzeOneWay", "pgr_articulationPoints", "pgr_bdAstar", "pgr_bdAstarCost", "pgr_bdAstarCostMatrix", "pgr_bdDijkstra", "pgr_bdDijkstraCost", "pgr_bdDijkstraCostMatrix", "pgr_bellmanFord", "pgr_biconnectedComponents", "pgr_binaryBreadthFirstSearch", "pgr_bipartite", "pgr_boykovKolmogorov", "pgr_breadthFirstSearch", "pgr_bridges", "pgr_chinesePostman", "pgr_chinesePostmanCost", "pgr_connectedComponents", "pgr_contraction", "pgr_createTopology", "pgr_createVerticesTable", "pgr_cuthillMckeeOrdering", "pgr_dagShortestPath", "pgr_degree", "pgr_depthFirstSearch", "pgr_dijkstra", "pgr_dijkstraCost", "pgr_dijkstraCostMatrix", "pgr_dijkstraNear", "pgr_dijkstraNearCost", "pgr_dijkstraVia", "pgr_drivingDistance", "pgr_edgeColoring", "pgr_edgeDisjointPaths", "pgr_edmondsKarp", "pgr_edwardMoore", "pgr_extractVertices", "pgr_findCloseEdges", "pgr_floydWarshall", "pgr_full_version", "pgr_hawickCircuits", "pgr_isPlanar", "pgr_johnson", "pgr_kruskal", "pgr_kruskalBFS", "pgr_kruskalDD", "pgr_kruskalDFS", "pgr_lengauerTarjanDominatorTree", "pgr_lineGraph", "pgr_lineGraphFull", "pgr_makeConnected", "pgr_maxCardinalityMatch", "pgr_maxFlow", "pgr_maxFlowMinCost", "pgr_maxFlowMinCost_Cost", "pgr_nodeNetwork", "pgr_pickDeliver", "pgr_pickDeliverEuclidean", "pgr_prim", "pgr_primBFS", "pgr_primDD", "pgr_primDFS", "pgr_pushRelabel", "pgr_sequentialVertexColoring", "pgr_stoerWagner", "pgr_strongComponents", "pgr_topologicalSort", "pgr_transitiveClosure", "pgr_trsp", "pgr_trspVia", "pgr_trspVia_withPoints", "pgr_trsp_withPoints", "pgr_turnRestrictedPath", "pgr_version", "pgr_vrpOneDepot", "pgr_withPoints", "pgr_withPointsCost", "pgr_withPointsCostMatrix", "pgr_withPointsDD", "pgr_withPointsKSP", "pgr_withPointsVia", "prim-family", "proposed", "reference", "release_notes", "routingFunctions", "sampledata", "spanningTree-family", "support", "topology-functions", "transformation-family", "traversal-family", "via-category", "withPoints-category", "withPoints-family"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2}, "filenames": ["BFS-category.rst", "DFS-category.rst", "KSP-category.rst", "TRSP-family.rst", "TSP-family.rst", "VRP-category.rst", "aStar-family.rst", "allpairs-family.rst", "bdAstar-family.rst", "bdDijkstra-family.rst", "chinesePostmanProblem-family.rst", "coloring-family.rst", "components-family.rst", "contraction-family.rst", "cost-category.rst", "costMatrix-category.rst", "dijkstra-family.rst", "drivingDistance-category.rst", "experimental.rst", "flow-family.rst", "index.rst", "kruskal-family.rst", "migration.rst", "ordering-family.rst", "pgRouting-concepts.rst", "pgRouting-installation.rst", "pgRouting-introduction.rst", "pgr_KSP.rst", "pgr_TSP.rst", "pgr_TSPeuclidean.rst", "pgr_aStar.rst", "pgr_aStarCost.rst", "pgr_aStarCostMatrix.rst", "pgr_alphaShape.rst", "pgr_analyzeGraph.rst", "pgr_analyzeOneWay.rst", "pgr_articulationPoints.rst", "pgr_bdAstar.rst", "pgr_bdAstarCost.rst", "pgr_bdAstarCostMatrix.rst", "pgr_bdDijkstra.rst", "pgr_bdDijkstraCost.rst", "pgr_bdDijkstraCostMatrix.rst", "pgr_bellmanFord.rst", "pgr_biconnectedComponents.rst", "pgr_binaryBreadthFirstSearch.rst", "pgr_bipartite.rst", "pgr_boykovKolmogorov.rst", "pgr_breadthFirstSearch.rst", "pgr_bridges.rst", "pgr_chinesePostman.rst", "pgr_chinesePostmanCost.rst", "pgr_connectedComponents.rst", "pgr_contraction.rst", "pgr_createTopology.rst", "pgr_createVerticesTable.rst", "pgr_cuthillMckeeOrdering.rst", "pgr_dagShortestPath.rst", "pgr_degree.rst", "pgr_depthFirstSearch.rst", "pgr_dijkstra.rst", "pgr_dijkstraCost.rst", "pgr_dijkstraCostMatrix.rst", "pgr_dijkstraNear.rst", "pgr_dijkstraNearCost.rst", "pgr_dijkstraVia.rst", "pgr_drivingDistance.rst", "pgr_edgeColoring.rst", "pgr_edgeDisjointPaths.rst", "pgr_edmondsKarp.rst", "pgr_edwardMoore.rst", "pgr_extractVertices.rst", "pgr_findCloseEdges.rst", "pgr_floydWarshall.rst", "pgr_full_version.rst", "pgr_hawickCircuits.rst", "pgr_isPlanar.rst", "pgr_johnson.rst", "pgr_kruskal.rst", "pgr_kruskalBFS.rst", "pgr_kruskalDD.rst", "pgr_kruskalDFS.rst", "pgr_lengauerTarjanDominatorTree.rst", "pgr_lineGraph.rst", "pgr_lineGraphFull.rst", "pgr_makeConnected.rst", "pgr_maxCardinalityMatch.rst", "pgr_maxFlow.rst", "pgr_maxFlowMinCost.rst", "pgr_maxFlowMinCost_Cost.rst", "pgr_nodeNetwork.rst", "pgr_pickDeliver.rst", "pgr_pickDeliverEuclidean.rst", "pgr_prim.rst", "pgr_primBFS.rst", "pgr_primDD.rst", "pgr_primDFS.rst", "pgr_pushRelabel.rst", "pgr_sequentialVertexColoring.rst", "pgr_stoerWagner.rst", "pgr_strongComponents.rst", "pgr_topologicalSort.rst", "pgr_transitiveClosure.rst", "pgr_trsp.rst", "pgr_trspVia.rst", "pgr_trspVia_withPoints.rst", "pgr_trsp_withPoints.rst", "pgr_turnRestrictedPath.rst", "pgr_version.rst", "pgr_vrpOneDepot.rst", "pgr_withPoints.rst", "pgr_withPointsCost.rst", "pgr_withPointsCostMatrix.rst", "pgr_withPointsDD.rst", "pgr_withPointsKSP.rst", "pgr_withPointsVia.rst", "prim-family.rst", "proposed.rst", "reference.rst", "release_notes.rst", "routingFunctions.rst", "sampledata.rst", "spanningTree-family.rst", "support.rst", "topology-functions.rst", "transformation-family.rst", "traversal-family.rst", "via-category.rst", "withPoints-category.rst", "withPoints-family.rst"], "indexentries": {"alphashape": [[33, "index-0", false]], "articulationpoints": [[36, "index-0", false]], "astar(many to many)": [[30, "index-3", false]], "astar(many to one)": [[30, "index-2", false]], "astar(one to many)": [[30, "index-1", false]], "astar(one to one)": [[30, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[30, "index-4", false], [31, "index-4", false]], "astarcost(many to many)": [[31, "index-3", false]], "astarcost(many to one)": [[31, "index-2", false]], "astarcost(one to many)": [[31, "index-1", false]], "astarcost(one to one)": [[31, "index-0", false]], "astarcostmatrix": [[32, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[37, "index-4", false]], "bdastar(many to many)": [[37, "index-3", false]], "bdastar(many to one)": [[37, "index-2", false]], "bdastar(one to many)": [[37, "index-1", false]], "bdastar(one to one)": [[37, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastarcost(many to many)": [[38, "index-3", false]], "bdastarcost(many to one)": [[38, "index-2", false]], "bdastarcost(one to many)": [[38, "index-1", false]], "bdastarcost(one to one)": [[38, "index-0", false]], "bdastarcostmatrix": [[39, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[40, "index-4", false]], "bddijkstra(many to many)": [[40, "index-3", false]], "bddijkstra(many to one)": [[40, "index-2", false]], "bddijkstra(one to many)": [[40, "index-1", false]], "bddijkstra(one to one)": [[40, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstracost(many to many)": [[41, "index-3", false]], "bddijkstracost(many to one)": [[41, "index-2", false]], "bddijkstracost(one to many)": [[41, "index-1", false]], "bddijkstracost(one to one)": [[41, "index-0", false]], "bddijkstracostmatrix": [[42, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[43, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[43, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[43, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[43, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[43, "index-1", false]], "biconnectedcomponents": [[44, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[45, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[45, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[45, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[45, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[45, "index-0", false]], "bipartite - experimental on v3.2": [[46, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[47, "index-4", false]], "boykovkolmogorov(many to many)": [[47, "index-3", false]], "boykovkolmogorov(many to one)": [[47, "index-2", false]], "boykovkolmogorov(one to many)": [[47, "index-1", false]], "boykovkolmogorov(one to one)": [[47, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[48, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[48, "index-0", false]], "bridges": [[49, "index-0", false]], "chinesepostman - experimental on v3.0": [[50, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[51, "index-0", false]], "connectedcomponents": [[52, "index-0", false]], "contraction": [[53, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[56, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[57, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[57, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[57, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[57, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[57, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[59, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[59, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[60, "index-4", false]], "dijkstra(many to many)": [[60, "index-3", false]], "dijkstra(many to one)": [[60, "index-2", false]], "dijkstra(one to many)": [[60, "index-1", false]], "dijkstra(one to one)": [[60, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[61, "index-4", false]], "dijkstracost(many to many)": [[61, "index-3", false]], "dijkstracost(many to one)": [[61, "index-2", false]], "dijkstracost(one to many)": [[61, "index-1", false]], "dijkstracost(one to one)": [[61, "index-0", false]], "dijkstracostmatrix": [[62, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[63, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[63, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[63, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[63, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[64, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[64, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[64, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[64, "index-0", false]], "dijkstravia - proposed on 2.2": [[65, "index-0", false]], "drivingdistance(multiple vertices)": [[66, "index-1", false]], "drivingdistance(single vertex)": [[66, "index-0", false]], "edgecoloring - experimental on v3.3": [[67, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[68, "index-4", false]], "edgedisjointpaths(many to many)": [[68, "index-3", false]], "edgedisjointpaths(many to one)": [[68, "index-2", false]], "edgedisjointpaths(one to many)": [[68, "index-1", false]], "edgedisjointpaths(one to one)": [[68, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[69, "index-4", false]], "edmondskarp(many to many)": [[69, "index-3", false]], "edmondskarp(many to one)": [[69, "index-2", false]], "edmondskarp(one to many)": [[69, "index-1", false]], "edmondskarp(one to one)": [[69, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[70, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[70, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[70, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[70, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[70, "index-0", false]], "findcloseedges(many points)": [[72, "index-2", false]], "findcloseedges(one point)": [[72, "index-0", false], [72, "index-1", false]], "full_version": [[74, "index-0", false]], "hawick circuits - experimental on v3.4": [[75, "index-0", false]], "isplanar - experimental on v3.2": [[76, "index-0", false]], "kruskal": [[78, "index-0", false]], "kruskalbfs(multiple vertices)": [[79, "index-1", false]], "kruskalbfs(single vertex)": [[79, "index-0", false]], "kruskaldd(multiple vertices)": [[80, "index-1", false]], "kruskaldd(single vertex)": [[80, "index-0", false]], "kruskaldfs(multiple vertices)": [[81, "index-1", false]], "kruskaldfs(single vertex)": [[81, "index-0", false]], "ksp(combinations)": [[27, "index-4", false]], "ksp(many to many)": [[27, "index-3", false]], "ksp(many to one)": [[27, "index-2", false]], "ksp(one to many)": [[27, "index-1", false]], "ksp(one to one)": [[27, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[82, "index-0", false]], "linegraph - experimental on v2.5": [[83, "index-0", false]], "linegraphfull - experimental on v2.6": [[84, "index-0", false]], "makeconnected - experimental on v3.2": [[85, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[87, "index-4", false]], "maxflow(many to many)": [[87, "index-3", false]], "maxflow(many to one)": [[87, "index-2", false]], "maxflow(one to many)": [[87, "index-1", false]], "maxflow(one to one)": [[87, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[88, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[88, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[88, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[88, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[88, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[89, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[89, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[89, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[89, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[89, "index-0", false]], "maximumcardinalitymatch": [[86, "index-0", false]], "pgr_degree - proposed on v3.4": [[58, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[71, "index-0", false]], "pgr_nodenetwork": [[90, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[91, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[92, "index-0", false]], "prim": [[93, "index-0", false]], "primbfs(multiple vertices)": [[94, "index-1", false]], "primbfs(single vertex)": [[94, "index-0", false]], "primdd(multiple vertices)": [[95, "index-1", false]], "primdd(single vertex)": [[95, "index-0", false]], "primdfs(multiple vertices)": [[96, "index-1", false]], "primdfs(single vertex)": [[96, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[97, "index-4", false]], "pushrelabel(many to many)": [[97, "index-3", false]], "pushrelabel(many to one)": [[97, "index-2", false]], "pushrelabel(one to many)": [[97, "index-1", false]], "pushrelabel(one to one)": [[97, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[98, "index-0", false]], "stoerwagner - experimental on v3.0": [[99, "index-0", false]], "strongcomponents": [[100, "index-0", false]], "topologicalsort - experimental on v3.0": [[101, "index-0", false]], "transitiveclosure - experimental on v3.0": [[102, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[103, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[103, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[103, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[103, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[103, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[106, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[106, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[106, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[106, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[106, "index-0", false]], "trspvia - proposed on v3.4": [[104, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[105, "index-0", false]], "tsp": [[28, "index-0", false]], "tspeuclidean": [[29, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[107, "index-0", false]], "version": [[108, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[110, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[110, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[110, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[110, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[110, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[111, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[111, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[111, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[111, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[111, "index-0", false]], "withpointscostmatrix - proposed": [[112, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[113, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[113, "index-0", false]], "withpointsksp - proposed on v2.2": [[114, "index-0", false]], "withpointsksp(combinations)": [[114, "index-5", false]], "withpointsksp(many to many)": [[114, "index-4", false]], "withpointsksp(many to one)": [[114, "index-3", false]], "withpointsksp(one to many)": [[114, "index-2", false]], "withpointsksp(one to one)": [[114, "index-1", false]], "withpointsvia - proposed on v3.4": [[115, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 110, 111, 112, 113, 114, 116, 117, 119, 120, 122, 124, 127, 128, 129], "0": [0, 4, 5, 6, 7, 8, 9, 13, 15, 16, 17, 19, 20, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "00": [5, 72], "0000": 29, "000000": 109, "0001": 34, "001": [7, 34, 35, 54, 90], "0012": 7, "0013": 7, "0015": 7, "0016min": 5, "0017": 7, "0019": 7, "002": 7, "0021": 7, "0024": 7, "0027": 7, "003": 7, "0032": 7, "0037": 7, "004": 7, "0043": 7, "005": 7, "0055": 7, "006": 7, "007": 7, "0070": 7, "008": 7, "0085": 7, "009": 7, "010": 7, "010100000000000000000000000000000000000040": [54, 71, 121], "010100000000000000000000400000000000000000": [54, 71, 121], "010100000000000000000000400000000000000040": [54, 71, 121], "010100000000000000000000400000000000000840": [54, 71, 121], "010100000000000000000000400000000000001040": [54, 71, 121], "01010000000000000000000040000000000000f03f": [54, 71, 121], "010100000000000000000008400000000000000040": [54, 71, 121], "010100000000000000000008400000000000000840": [54, 71, 121], "01010000000000000000000840000000000000f03f": [54, 71, 121], "01010000000000000000000c400000000000001040": [54, 71, 121], "01010000000000000000000c406666666666660240": [54, 71, 121], "010100000000000000000010400000000000000040": [54, 71, 121], "010100000000000000000010400000000000000840": [54, 71, 121], "01010000000000000000001040000000000000f03f": [54, 71, 121], "0101000000000000000000e03f0000000000000c40": [54, 71, 121], "0101000000000000000000f03f0000000000000040": [54, 71, 121], "01010000003333333333330740cdccccccccccfc3f": 72, "0101000000333333333333d33fcdccccccccccfc3f": 72, "010100000068eeffffffffff3f0000000000000c40": [54, 71, 121], "01010000009a99999999990140333333333333fb3f": 72, "0101000000cdcccccccccc04409a99999999990940": 72, "0101000000cdcccccccccc10403333333333330340": 72, "0101000000cdccccccccccfc3f9a9999999999d93f": 72, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 29, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bf": 45, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 25], "04": [7, 119], "05": [7, 34, 54], "0608": 7, "06449510225": 29, "07e": 7, "08": 7, "09": 7, "0x": 25, "1": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 121, 127, 128, 129], "10": [3, 4, 5, 7, 13, 22, 24, 27, 28, 29, 30, 31, 32, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "100": [3, 5, 22, 34, 35, 47, 54, 55, 69, 72, 84, 88, 92, 97, 121], "1000": 7, "10000": 7, "10000000000000009": 72, "1000m": 5, "1001": [92, 121], "1002": 119, "1004": 119, "1005": 119, "1006": 119, "101": [92, 103, 104, 109, 121], "102": [92, 121], "103": [92, 103, 104, 121], "10383": 29, "104": [92, 109, 121], "10450": 29, "105": [92, 121], "10526": 7, "1054": [92, 121], "10550": 29, "106": [92, 109, 121], "1066": [92, 121], "1068": [92, 121], "107": 104, "108": 104, "109": [92, 104, 109, 121], "1098": 119, "10m": 5, "11": [3, 7, 13, 20, 22, 24, 25, 27, 28, 29, 30, 37, 40, 43, 44, 45, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "110": [104, 109], "111": 104, "1111": 29, "111319": [5, 6], "1127": [92, 121], "113": 104, "1146": 7, "1147101": 7, "1152": 119, "1153": 119, "116290": 7, "1165": 119, "11683": 29, "11783": 29, "11803398875": 29, "1185": 119, "1188": 119, "119": 109, "1193": 119, "1197": 7, "11e": 7, "12": [7, 13, 22, 24, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 112, 113, 114, 115, 119, 121, 128, 129], "120": 109, "121": 109, "12132034356": 29, "1219": 119, "122": 7, "1236": [92, 121], "12365": 29, "124": [92, 121], "12400": 29, "12484": 7, "125": 109, "12716": 29, "12766": 29, "129": [92, 109, 121], "12992": 29, "13": [4, 7, 13, 22, 24, 27, 28, 29, 30, 37, 40, 43, 44, 45, 46, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 121], "130": [47, 69, 88, 97, 121], "1300": 119, "13016": 29, "1304": 119, "13051": 29, "131": 109, "13133": 29, "13203": 29, "13250": 29, "13415": 29, "13433": 29, "1346": 7, "1356": 119, "1360": 7, "1378": 119, "13850": 29, "139": 109, "14": [7, 13, 22, 24, 25, 27, 28, 29, 30, 31, 37, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 65, 66, 67, 68, 69, 70, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 121], "141": 109, "14150": 29, "14300": 29, "14354": 7, "144": [92, 109, 121], "145": 109, "14500": 29, "14533": 29, "146": [92, 121], "148": [92, 121], "1483629": 7, "149": [92, 109, 121], "14966": 29, "15": [7, 13, 22, 24, 25, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 114, 115, 121, 128, 129], "150": 88, "1500": 7, "15210": 13, "155": 109, "156": [92, 121], "1573": 7, "158": [92, 121], "15866": 29, "15933": 29, "16": [3, 5, 7, 13, 22, 24, 27, 28, 29, 30, 34, 37, 40, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 78, 79, 80, 81, 82, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 113, 114, 115, 121, 128, 129], "160": 88, "161": 109, "1616": 119, "162": 109, "1640": 119, "1647": 119, "16500": 29, "16503": 7, "166": [92, 121], "1667": 29, "169": [92, 121], "17": [7, 13, 22, 24, 27, 28, 29, 30, 34, 37, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 65, 66, 67, 68, 69, 70, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 113, 114, 115, 121, 128, 129], "170": [92, 121], "17066": 29, "171": [92, 109, 121], "17100": 29, "172": 109, "1725": 119, "173": [92, 121], "1733": 119, "175": [5, 109], "1760": 119, "1770": 119, "1789": 7, "179": [92, 121], "17e": 7, "18": [7, 13, 20, 22, 24, 27, 29, 30, 34, 35, 37, 40, 43, 44, 45, 49, 50, 52, 54, 55, 66, 67, 68, 70, 71, 72, 75, 78, 83, 84, 86, 90, 91, 92, 99, 103, 106, 109, 110, 113, 114, 119, 121], "1825": 119, "1846897": 7, "1849": 119, "1850": 119, "18581544581": 29, "186": [92, 121], "1861": 119, "18623": 7, "1883": 119, "18849": 7, "1891": 119, "18e": 7, "18th": 4, "19": [7, 13, 27, 29, 30, 37, 40, 43, 50, 66, 68, 70, 72, 75, 83, 84, 92, 103, 106, 110, 113, 114, 121], "1930": 116, "1956": [16, 43, 60, 61, 62, 112], "1958": 43, "196": [92, 121], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 72, "1km": 5, "2": [4, 5, 6, 7, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 126, 127, 128, 129], "20": [7, 13, 24, 27, 28, 29, 30, 37, 40, 43, 47, 50, 52, 66, 68, 69, 70, 71, 72, 75, 83, 84, 88, 91, 92, 97, 103, 106, 109, 110, 113, 114, 119, 121], "200": [72, 88, 92, 109, 121], "2000": 7, "2008": 75, "203": [92, 121], "2057": 119, "207030": 7, "20710": 7, "208": 109, "20833": 29, "2087": 119, "20900": 29, "2093": 119, "20algorithm": [40, 41], "20path": [40, 41], "20shortest": [40, 41], "21": [13, 27, 29, 30, 37, 40, 43, 50, 66, 68, 70, 75, 83, 84, 90, 92, 103, 106, 110, 113, 114, 121], "21300": 29, "21600": 29, "218": [92, 121], "2189": 119, "22": [7, 13, 27, 29, 30, 37, 40, 43, 50, 66, 68, 70, 75, 83, 84, 92, 103, 106, 109, 110, 114, 121], "2201": 119, "2202": 119, "2203": 119, "2216": 119, "22183": 29, "2222": 29, "223": 7, "224": [92, 121], "225": [92, 121], "22583": 29, "2266": [29, 119], "22683": 29, "22752": 7, "2276": 119, "2281": 7, "23": [7, 27, 29, 50, 66, 68, 75, 83, 84, 92, 103, 106, 110, 114, 121], "230": 87, "2312": 119, "232": 119, "235": [92, 121], "2357": 119, "2360679775": [29, 92], "23616": 29, "237": [92, 121], "23700": 29, "2378819357": 29, "238": [92, 121], "23883": 29, "239": [92, 121], "2394": 119, "2398": 119, "24": [7, 13, 27, 29, 50, 68, 75, 83, 84, 90, 92, 103, 106, 110, 114, 119, 121], "240": [88, 109], "2400": 119, "2401": 119, "24166": 29, "2426406871": 92, "2427": 119, "2438298": 7, "24687": 7, "2490": 119, "24e": 7, "25": [27, 28, 29, 35, 50, 68, 75, 83, 84, 92, 103, 106, 109, 110, 114, 121], "250": 88, "2500": 7, "2504": 119, "2505": 119, "2512": 119, "25149": 29, "2516": 119, "2517": 119, "2521": 119, "2522": 119, "2523": 119, "254": [92, 121], "2544": 119, "2546": 119, "2547": 119, "2548": 119, "255": [92, 121], "2555": 119, "2559": 119, "2561": 119, "2565": 119, "257": [92, 121], "2588": [7, 119], "25m": [5, 6], "26": [7, 13, 27, 29, 50, 68, 75, 83, 84, 92, 106, 110, 114, 121], "260": [88, 92, 121], "261": [92, 121], "26133": 29, "26150": 29, "262": [92, 121], "26283": 29, "264": [92, 121], "26433": 29, "265": [92, 121], "2655": 7, "26550": 29, "2669542759": 29, "26733": 29, "26861": 7, "27": [7, 27, 29, 50, 68, 75, 83, 84, 92, 106, 109, 110, 114, 121], "27026": 29, "27096": 29, "27153": 29, "27166": 29, "27233": 29, "27266": 29, "27433": 29, "27462": 29, "27603": 29, "278": [92, 121], "27s_algorithm": [45, 60, 61, 63, 64, 65], "28": [7, 13, 27, 29, 50, 68, 75, 83, 84, 92, 106, 110, 114, 121], "283": [92, 121], "285": [92, 121], "286": [92, 121], "28777": 29, "28e": 7, "28graph_theori": [49, 86], "29": [27, 49, 50, 68, 75, 83, 86, 92, 106, 110, 114, 121], "29050": 7, "293": [92, 121], "2958": 7, "2nd": 75, "3": [3, 5, 6, 7, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "30": [5, 7, 27, 29, 47, 50, 68, 69, 72, 75, 83, 88, 91, 92, 97, 106, 109, 110, 121], "300": [72, 88], "3000": 7, "31": [27, 50, 68, 75, 83, 92, 109, 110, 121], "3153": [5, 6], "3156007": 7, "316": [92, 121], "31693": 7, "317": [92, 121], "32": [27, 50, 68, 75, 83, 92, 110, 121], "320": [88, 89], "321": [92, 121], "324": [92, 121], "3247": 7, "33": [27, 50, 68, 75, 83, 92, 110, 121], "3333": 29, "336": [92, 121], "338": [92, 121], "33879": 7, "34": [7, 27, 50, 51, 68, 75, 83, 91, 92, 109, 110, 121], "340": 87, "344": [92, 121], "345": [92, 121], "346930": 7, "347": [92, 121], "35": [7, 27, 50, 68, 75, 83, 84, 92, 109, 110, 121], "350": 88, "3500": [7, 73, 77], "353": [92, 121], "357": [92, 121], "358": [7, 92, 121], "359": [92, 121], "35e": 7, "36": [5, 27, 68, 75, 83, 92, 110, 121], "360": [87, 92, 121], "36287": 7, "368": [92, 121], "369": [92, 121], "36e": 7, "37": [7, 27, 68, 75, 83, 84, 92, 110, 121], "38": [7, 13, 27, 68, 75, 83, 92, 110, 121], "3803406571": 29, "383": [92, 121], "384": [92, 121], "38491": 7, "385": [92, 121], "387": [92, 121], "39": [27, 68, 75, 83, 92, 110, 121], "390": 88, "3th": [106, 110], "4": [3, 5, 6, 7, 13, 20, 22, 24, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "40": [13, 27, 68, 72, 75, 83, 84, 92, 109, 110, 121], "4000": 7, "4000000000000004": 24, "405": [92, 121], "4090618": 7, "41": [27, 68, 75, 84, 92, 109, 110, 121], "410": [92, 121], "4110": 7, "412": [92, 121], "41421356237": [29, 92], "41e": 7, "42": [27, 68, 75, 92, 110, 121], "420": [92, 121], "429": [92, 121], "43": [7, 27, 75, 92, 110, 121], "430": [88, 89], "4330": 7, "434": [92, 121], "436": [92, 121], "44": [7, 27, 75, 92, 110, 121], "441": [92, 121], "4452": [5, 6], "447": 72, "448": [92, 121], "449": [92, 121], "45": [5, 6, 7, 27, 75, 92, 110, 121], "450": [88, 92, 121], "4500": 7, "456": [92, 121], "458": [92, 121], "46": [5, 6, 27, 75, 92, 110, 121], "460": 109, "469936": 7, "46e": 7, "47": [7, 27, 75, 92, 110, 121], "470": 7, "471": [92, 121], "475": [92, 121], "478": [92, 121], "4787086646": 92, "479": [92, 121], "48": [7, 27, 75, 92, 110, 121], "4854127": 29, "4868919": 7, "49": [7, 27, 75, 92, 110, 121], "499999999999": 29, "4g": 7, "4th": [106, 110], "5": [3, 5, 6, 7, 13, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "50": [27, 35, 47, 69, 75, 88, 91, 92, 97, 109, 110, 121], "500": 7, "5000": [7, 29], "504": [92, 121], "505": [92, 121], "509": [92, 121], "51": [7, 27, 75, 92, 109, 110, 121], "518": [92, 121], "52": [27, 75, 92, 110, 121], "520": 88, "522": [92, 121], "523": [92, 121], "528": [92, 121], "52e": 7, "53": [7, 27, 75, 92, 110, 119, 121], "531": [92, 121], "534": [92, 121], "54": [5, 27, 33, 75, 92, 110, 119, 121], "540": 5, "541": [92, 121], "5412705652799": 92, "546": [92, 121], "55": [27, 33, 75, 92, 110, 119, 121], "5500": 7, "551": [92, 121], "555": [92, 121], "55e": 7, "56": [7, 25, 27, 33, 75, 92, 110, 119, 121], "561": [92, 121], "562": [92, 121], "567": [92, 121], "5676": 7, "57": [27, 75, 92, 110, 121], "574": [92, 121], "58": [27, 75, 92, 110, 121], "580": 88, "58113883008": 29, "58113883009": 29, "583095189485": 29, "58e": 7, "59": [27, 75, 92, 110, 121], "593": [92, 121], "5th": [106, 110], "6": [5, 7, 13, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "60": [5, 7, 27, 72, 75, 88, 92, 109, 110, 121], "600": [5, 88, 92, 121], "6000": 7, "600m": 5, "605": [92, 121], "61": [7, 27, 75, 92, 110, 121], "610": [88, 92, 121], "6111": 29, "612": [92, 121], "613135": 7, "62": [7, 27, 75, 92, 109, 110, 121], "620": [92, 121], "621": [92, 121], "622": [92, 121], "624": [92, 121], "629": [92, 121], "63": [7, 27, 75, 92, 110, 121], "632": [92, 121], "639": 7, "64": [7, 27, 75, 92, 119, 121], "643": [92, 121], "645": [92, 121], "647": [92, 121], "64e": 7, "65": [7, 27, 75, 92, 121], "6500": 7, "65028153987": 29, "651": [92, 121], "652": [92, 121], "66": [27, 75, 92, 121], "665": [92, 121], "6667": 29, "668": [92, 121], "67": [7, 27, 75, 92, 121], "68": [7, 27, 75, 92, 121], "680": 88, "69": [27, 75, 92, 121], "690": 88, "693": [92, 121], "6min": 5, "6th": [106, 110], "7": [3, 5, 7, 13, 22, 24, 25, 27, 28, 29, 30, 31, 34, 36, 37, 38, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 83, 84, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "70": [27, 72, 75, 92, 121], "7000": 7, "701": [92, 121], "702": [92, 121], "708": [92, 121], "71": [27, 75, 92, 109, 121], "716": [92, 121], "7177": 7, "71834": 7, "72": [7, 27, 75, 92, 121], "721": [92, 121], "725": [92, 121], "726": [92, 121], "727": [92, 121], "73": [27, 75, 92, 121], "731": [92, 121], "732": [92, 121], "734": [92, 121], "737": [92, 121], "73e": 7, "74": [25, 27, 75, 92, 121], "740": [92, 121], "743": [92, 121], "75": [25, 27, 33, 35, 75, 92, 109, 119, 121], "7500": 7, "751": [92, 121], "76": [7, 27, 75, 92, 121], "760": [88, 89], "76695427589": 29, "769": [92, 121], "76e": 7, "77": [7, 27, 75, 92, 121], "770": 88, "777": [92, 121], "78": [7, 27, 75, 92, 121], "782": [92, 121], "786": [92, 121], "78846": [5, 6], "79": [27, 75, 92, 109, 121], "8": [3, 7, 13, 22, 24, 27, 28, 29, 30, 31, 34, 36, 37, 38, 40, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 79, 80, 81, 82, 83, 84, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "80": [7, 27, 43, 47, 69, 72, 75, 87, 88, 92, 97, 99, 109, 121], "8000": 7, "802": [92, 121], "81": [6, 75, 92, 121], "812": [92, 121], "815": [92, 121], "816": [92, 121], "81m": [5, 6], "82": [7, 75, 92, 121], "820": [88, 89, 92, 121], "8236683733": 29, "825": [92, 121], "826": [92, 121], "828": 92, "8284271247": 92, "83": [20, 75, 92, 119, 121], "8333": 29, "836": [92, 121], "83e": 7, "84": [7, 75, 92, 121], "843": 7, "848093106": 29, "849304": 7, "85": [75, 92, 109, 121], "8500": 7, "854": 92, "86": [7, 75, 92, 121], "860232526704": 29, "87": [7, 75, 92, 121], "870": [92, 121], "875": [92, 121], "8778": 7, "88": [75, 92, 121], "880": [92, 121], "883": [92, 121], "889": [92, 121], "89": [72, 75, 92, 109, 121], "8999999999999999": 72, "89e": 7, "9": [3, 5, 7, 13, 22, 24, 27, 28, 29, 30, 33, 37, 40, 43, 44, 45, 46, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 63, 65, 66, 67, 68, 69, 70, 71, 72, 75, 79, 80, 81, 82, 83, 84, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121], "90": [7, 72, 75, 92, 121], "9000": 7, "91": [75, 92, 109, 121], "91173136": 29, "912": [92, 121], "914": [92, 121], "916": [92, 121], "92": [75, 92, 121], "9223372036854775807": [0, 48, 59, 79, 81, 94, 96], "93": [75, 92, 121], "93e": 7, "93ford_algorithm": 43, "93karp_algorithm": 69, "93relabel_maximum_flow_algorithm": [87, 97], "93wagner_algorithm": 99, "94": [7, 75, 92, 109, 121], "9444": 29, "95": [7, 92, 109, 121], "9500": 7, "96": [92, 121], "9634358466": 29, "965": [92, 121], "9661270947": 29, "967": [92, 121], "969": [92, 121], "97": [92, 121], "978": 4, "98": [92, 121], "9833": 29, "99": [7, 92, 121], "990": 5, "996": 7, "997": [92, 121], "9999999": 29, "999999999998": 24, "999999999999": [24, 52, 54, 71, 72, 121], "A": [3, 4, 5, 9, 13, 16, 19, 20, 22, 24, 26, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 46, 49, 52, 54, 55, 60, 61, 63, 64, 75, 76, 84, 85, 86, 90, 91, 92, 99, 100, 109, 113, 119, 120, 121, 122], "AND": [13, 24, 28, 34, 35, 55, 65, 71, 84, 104, 105, 115], "AS": [7, 13, 22, 24, 29, 30, 31, 34, 37, 38, 40, 41, 43, 45, 47, 52, 54, 55, 57, 58, 60, 61, 63, 64, 68, 69, 70, 71, 72, 84, 87, 88, 89, 91, 92, 97, 101, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 121], "And": [4, 5, 22, 24, 26, 52, 54, 72, 119], "As": [28, 119], "At": [67, 99], "BY": [13, 22, 24, 28, 29, 46, 48, 52, 54, 58, 59, 63, 64, 65, 67, 71, 72, 73, 77, 78, 79, 80, 81, 82, 84, 90, 93, 94, 95, 96, 98, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 121], "Be": 22, "Being": 111, "But": [1, 2, 3, 11, 14, 15, 16, 17, 24, 58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 124, 126, 127, 128, 129], "By": [15, 19, 22, 42, 47, 62, 69, 88, 89, 97, 112], "FOR": [34, 35, 54, 55, 90], "For": [0, 5, 6, 7, 8, 9, 13, 16, 17, 19, 20, 22, 25, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 48, 54, 57, 58, 59, 61, 63, 64, 66, 70, 71, 72, 73, 77, 79, 80, 81, 83, 85, 94, 95, 96, 99, 101, 104, 105, 106, 110, 111, 113, 114, 121, 122, 123, 128, 129], "IF": [34, 54, 55, 58, 71, 109], "IN": [13, 22, 24, 28, 32, 39, 42, 47, 62, 68, 69, 71, 84, 87, 88, 89, 97, 99, 102, 106, 110, 119], "INTO": [3, 13, 22, 24, 29, 46, 52, 54, 71, 72, 76, 84, 92, 109, 121], "If": [3, 5, 6, 8, 15, 16, 22, 24, 25, 30, 31, 37, 38, 45, 46, 58, 71, 82, 91, 103, 105, 106, 110, 111, 112, 113, 114, 115, 123, 127, 128, 129], "In": [1, 13, 15, 16, 19, 22, 24, 26, 34, 43, 47, 52, 54, 55, 56, 57, 63, 64, 67, 69, 71, 72, 75, 84, 88, 89, 97, 99, 105, 106, 110, 111, 112, 113, 114, 115, 121, 123, 127, 128, 129], "It": [0, 1, 4, 7, 8, 9, 13, 14, 15, 16, 21, 22, 24, 28, 31, 35, 38, 40, 41, 42, 43, 45, 59, 60, 61, 62, 67, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 85, 90, 93, 94, 95, 96, 98, 99, 103, 111, 112, 116, 122, 123, 128, 129], "NOT": [4, 22, 28, 29, 47, 68, 69, 84, 87, 88, 89, 92, 97, 109, 119, 121], "Near": 119, "No": [5, 13, 17, 24, 32, 39, 80, 90, 91, 92, 95, 107, 109, 114, 119], "Not": 119, "OF": [28, 29], "ON": [24, 25, 29, 52, 58, 72, 84, 92, 104, 105, 121], "OR": [13, 22, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 56, 57, 58, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 75, 77, 78, 82, 83, 84, 85, 86, 88, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115], "On": [3, 4, 13, 22, 28, 29, 63, 64, 72, 84, 119, 121, 123], "One": [5, 7, 84, 91, 92, 119], "Or": [24, 90], "Such": 76, "THEN": [22, 24, 35, 65, 71, 72, 104, 105, 106, 110, 115], "TO": [25, 109, 123], "That": [24, 58, 71], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 109, 110, 111, 112, 113, 114, 116, 117, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129], "Then": [16, 19, 25, 99], "There": [4, 5, 6, 8, 13, 19, 24, 30, 31, 37, 38, 47, 52, 69, 71, 72, 75, 86, 87, 88, 89, 90, 91, 92, 97, 111, 112, 121, 123, 128], "These": [3, 5, 10, 11, 12, 18, 19, 23, 26, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 117, 124, 125, 126], "To": [4, 5, 20, 22, 24, 25, 28, 52, 58, 71, 72, 90, 119, 121], "WITH": [7, 13, 24, 29, 52, 54, 55, 58, 71, 72, 84, 92, 104, 105, 109, 121], "Will": [22, 28], "With": [24, 28, 29, 52, 72, 119], "_": 111, "___pgr___test___": 25, "__glibc__": 119, "__linux__": 119, "_box": 5, "_capac": 19, "_capacity_i": 19, "_cost": [16, 28], "_cost_": 24, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [65, 104, 105, 115], "_pgr_array_revers": 22, "_pgr_makedistancematrix": 119, "_radiu": 33, "_search_algorithm": [6, 8, 30, 37], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_time": [5, 91, 92], "_vertex": 19, "_vertices_pgr": [34, 35, 54, 55], "_vid": [43, 45, 57, 106, 110, 111], "_weight": 5, "aasheesh": 26, "ab": [6, 30, 31, 32, 37, 38, 39, 106, 110], "abandon": 119, "abhinav": 26, "abil": [90, 128], "abl": [22, 24, 25, 71, 121], "about": [3, 4, 22, 24, 25, 27, 35, 52, 60, 65, 72, 74, 104, 105, 107, 110, 114, 115, 121, 123], "abov": [13, 24, 25, 82], "academ": 13, "accept": [22, 34, 54, 55, 119, 121], "access": 24, "accommod": 90, "accord": [128, 129], "account": [24, 58, 90], "accumul": 119, "achiv": [128, 129], "ackermann": 86, "ackermann_funct": 86, "across": 84, "act": 5, "actual": [19, 24, 71], "acycl": [57, 101], "ad": [13, 22, 27, 30, 33, 37, 53, 60, 66, 85, 113, 114, 116, 119, 121, 128, 129], "add": [20, 21, 22, 24, 25, 26, 35, 52, 53, 72, 85, 90, 119, 123, 128, 129], "addit": [22, 24, 25, 119, 121, 124, 128, 129], "addition": 19, "aditionali": 126, "aditya": 26, "adjac": [13, 46, 56, 59, 67, 83, 84], "adjec": 13, "adjust": [20, 71, 72, 119], "administr": [3, 20, 84, 120, 124], "admit": 76, "adrien": 26, "adujst": [20, 119], "af": 13, "affect": [13, 22, 54, 55, 128, 129], "affirm": 25, "after": [5, 13, 22, 24, 25, 34, 35, 43, 54, 55, 56, 71, 75, 90, 91, 92, 121], "again": [24, 71], "against": [90, 119], "agarw": 26, "agg": [16, 28], "agg_cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "agg_in": 71, "agg_out": 71, "aggreg": [0, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 24, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 57, 59, 60, 61, 62, 63, 64, 66, 68, 69, 70, 73, 75, 77, 79, 80, 81, 88, 89, 94, 95, 96, 97, 103, 106, 107, 110, 111, 112, 113, 114, 120, 127], "akhil": 26, "akio": 26, "al": [4, 24], "aleatori": [0, 48, 59, 79, 81, 94, 96], "algebra": 56, "algo2": 13, "algorithm": [0, 1, 2, 4, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 24, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 53, 55, 56, 57, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 85, 87, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 125, 128, 129], "align": 24, "alik": [20, 26], "all": [5, 17, 19, 21, 22, 24, 25, 26, 27, 28, 34, 35, 45, 47, 52, 53, 54, 55, 59, 63, 64, 65, 66, 67, 69, 70, 71, 75, 78, 79, 80, 81, 82, 84, 85, 86, 88, 89, 90, 91, 92, 95, 97, 98, 99, 100, 104, 105, 107, 110, 113, 114, 115, 116, 119, 120, 121, 122, 123, 127, 128, 129], "all_seg": [24, 71], "all_vertic": 58, "alledg": 45, "allow": [3, 5, 6, 13, 24, 58, 63, 64, 72, 91, 92, 103, 104, 105, 106, 107, 119, 121, 127], "along": [46, 128], "alpha": [7, 17, 20, 33, 66, 86, 119, 120], "alreadi": [5, 58, 123], "also": [20, 24, 119, 123], "alter": [13, 24, 25, 35, 52, 54, 71, 72, 84, 90, 121], "altern": [54, 107, 119], "although": 24, "alwai": [67, 98, 121], "am": 5, "ambigu": 119, "amd": 7, "an": [0, 3, 4, 5, 8, 9, 10, 12, 15, 16, 18, 19, 20, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 75, 79, 81, 83, 84, 90, 91, 92, 94, 96, 98, 99, 102, 103, 104, 105, 106, 107, 110, 111, 112, 114, 116, 119, 120, 121, 122, 123, 124, 127, 128], "analys": 35, "analysi": [6, 20, 26, 34, 35, 90], "analyt": 119, "analyz": [20, 24, 34, 35, 55, 71, 90, 107, 120, 124], "andrea": 26, "ani": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "aniket": 26, "annael": [32, 39, 42, 62, 112, 119], "anneal": [28, 29], "anoth": [13, 24, 45, 71, 82, 116, 129], "answer": 101, "anthoni": 26, "anton": 26, "anyarrai": [22, 103, 113, 119], "anywher": [117, 129], "api": 7, "appear": [13, 66, 71, 101, 113, 123], "appl": 5, "appli": [13, 119], "applic": [19, 20, 24, 58, 71, 72, 76, 84, 98, 120, 121, 124, 128], "appro": [4, 28, 29], "approach": [11, 18, 52, 98, 117], "appropi": [92, 121], "appropiri": 54, "appropri": [24, 34, 35, 54, 55], "approx": 5, "approxim": [4, 28, 29], "aproxim": [28, 29], "apt": 25, "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 109, 110, 111, 112, 113, 114, 116, 117, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129], "arbitrari": [66, 113, 116, 128], "arbitrarli": 29, "arc": 75, "archiv": [25, 40, 41], "area": [5, 24, 33, 35], "argument": [33, 34, 54, 55], "around": 4, "arrai": [0, 3, 13, 15, 16, 17, 22, 24, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 53, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "array_agg": [24, 28, 32, 39, 42, 52, 62, 71, 72, 84, 91], "array_length": [24, 58], "array_prepend": 22, "arriv": [0, 5, 16, 17, 19, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 48, 57, 59, 60, 61, 63, 64, 66, 68, 69, 70, 72, 79, 80, 81, 87, 88, 89, 91, 92, 94, 95, 96, 97, 103, 106, 110, 111, 113, 114, 121, 128, 129], "arrival_tim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "arrow": [121, 128, 129], "articul": [12, 20, 36, 120], "aryan": 26, "ascend": [14, 15, 31, 36, 38, 41, 42, 43, 44, 45, 48, 49, 52, 53, 57, 59, 61, 62, 67, 70, 98, 100, 106, 110, 111, 112], "ashish": 26, "ashraf": 26, "ask": [4, 20, 25, 28, 29, 123], "assert": 119, "assign": [24, 30, 31, 37, 38, 40, 41, 43, 45, 47, 56, 57, 60, 61, 67, 68, 69, 70, 87, 88, 89, 97, 98], "assigned_vertic": 84, "assist": 72, "associ": [24, 25, 90, 124], "assum": 25, "astar": 119, "astar_search": [6, 8, 30, 37], "asymmetr": 28, "attempt": 3, "attribut": [20, 24, 26, 71, 124], "author": [90, 119], "autodetect": 22, "autom": 119, "automat": [3, 5, 10, 11, 12, 15, 18, 19, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 125, 126, 127, 128, 129], "auxiliari": [22, 71], "avail": [6, 8, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 123], "averag": [5, 6, 7, 15, 42, 62, 70, 112], "avoid": [3, 24, 65, 104, 105, 115, 119, 127, 128], "awai": 72, "awar": 22, "b": [13, 15, 22, 24, 35, 63, 64, 71, 72, 85, 105, 106, 109, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "back": [5, 20, 35, 91, 92, 119], "backend": [58, 71], "backport": 119, "backtrack": 59, "backward": [8, 9, 119], "bakli": 26, "ball": 25, "band": 56, "bandwidth": 56, "basa": 26, "base": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 27, 34, 52, 54, 55, 58, 60, 71, 83, 84, 90, 100, 117, 119, 120, 121, 124, 128, 129], "basic": [24, 52, 56, 72, 90, 116], "bbox": 7, "bdastar": 119, "bddijkstra": 119, "becaus": [13, 22, 24, 28, 34, 35, 54, 55, 63, 64, 72, 76, 84, 90, 104, 105, 107, 119, 121], "becom": [4, 5, 28, 29, 128, 129], "been": [4, 5, 22, 24, 25, 54, 55, 71, 90, 105, 119, 123, 128], "befor": [4, 5, 22, 25, 28, 29, 58, 72, 90, 91, 92, 101, 119], "begin": [16, 19, 24, 27, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 109, 114, 115, 127], "behnck": 26, "being": [1, 2, 3, 11, 14, 15, 16, 17, 22, 58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 124, 126, 127, 128, 129], "believ": 4, "bellman": [43, 57, 70, 119], "bellow": 121, "belong": [14, 15, 36, 42, 44, 45, 52, 62, 72, 100, 102, 106, 110, 111, 112, 119, 129], "below": [0, 5, 7, 10, 15, 16, 17, 24, 25, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 110, 111, 112, 113, 123, 128, 129], "benav": 26, "benchmark": [92, 121], "berchet": 26, "besid": 127, "best": [58, 63, 64, 70, 91, 92, 123], "better": [5, 20, 91, 92, 119], "between": [4, 5, 7, 13, 16, 19, 20, 28, 29, 43, 45, 63, 64, 65, 68, 70, 72, 73, 77, 84, 90, 91, 92, 99, 102, 104, 105, 115, 120, 127, 128], "bewtween": [8, 9, 40, 41, 42], "bf": [20, 45, 48, 120, 126], "bgl": 25, "bi": [35, 119], "biconnect": [12, 20, 36, 44, 120], "bidirect": [6, 20, 24, 30, 37, 38, 39, 40, 41, 42, 119, 120], "bidirectional_search": [40, 41], "big": [24, 54, 58, 71], "bigcup": [16, 19], "bigg": 4, "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 22, 24, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 121, 127, 128, 129], "bigseri": [72, 121], "binari": [25, 45], "bipartit": [11, 18, 46, 67], "bit": 119, "blue": [13, 46, 76, 121, 128, 129], "bodi": 13, "bogu": 119, "boldsymbol": [16, 19], "book": 4, "bool": 25, "boolean": [7, 13, 15, 16, 22, 24, 27, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 75, 76, 77, 83, 86, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "boost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "bootstrap": 25, "bootstrap_vers": 119, "both": [5, 15, 24, 25, 35, 43, 52, 59, 63, 64, 72, 90, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "bound": [7, 24, 35, 73, 77, 88, 89], "box": [5, 7, 73, 77], "boyer": 76, "boyer_myrvold": 76, "boykov": [19, 20, 47, 120], "boykov_kolmogorov_max_flow": 47, "brake": [66, 113], "breadth": [0, 45, 48, 56, 79, 119], "break": [33, 60, 108, 119], "breakup": 24, "breath": [18, 79, 94, 126], "bridg": [12, 20, 24, 49, 71, 120], "bridge_": 49, "bring": 90, "broad": 26, "broken": 90, "buffer": 7, "bug": [20, 53, 119, 123], "build": [13, 20, 54, 74, 104, 105, 115, 116, 119], "build_doxi": 25, "build_html": 25, "build_latex": 25, "build_man": 25, "build_typ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "built": [54, 58, 74, 82, 119], "bump": [24, 58], "buse": [63, 64], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 23, 24, 25, 26, 40, 41, 43, 45, 46, 48, 50, 51, 52, 56, 57, 67, 70, 72, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 119, 123, 125, 126], "c_lc101": [92, 121], "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 24, 27, 28, 32, 39, 42, 47, 50, 51, 58, 62, 68, 69, 71, 72, 73, 76, 77, 80, 82, 85, 86, 87, 88, 89, 95, 97, 107, 111, 112, 114, 120, 121], "call": [3, 24, 36, 58, 66, 72, 76, 82, 84, 113, 116, 119, 121], "camptocamp": 26, "can": [1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 15, 16, 17, 19, 22, 24, 25, 26, 28, 29, 34, 35, 36, 41, 42, 43, 44, 45, 46, 47, 49, 52, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 76, 82, 84, 88, 89, 90, 97, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 121, 123, 124, 126, 127, 128, 129], "cancel": 119, "cannot": 68, "cap": [63, 64, 72, 105, 106, 110, 111, 112, 113, 114, 115], "capabl": 75, "capac": [19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 91, 92, 97, 109, 121], "capacit": [5, 92], "capacity_i": 19, "capranica": 123, "car": [63, 64], "cardin": [19, 20, 86, 120], "care": [22, 35], "cargo": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "carri": 5, "cascad": [24, 109], "case": [4, 7, 9, 14, 15, 16, 19, 22, 24, 28, 29, 31, 35, 38, 40, 41, 42, 43, 61, 62, 65, 70, 71, 72, 73, 75, 77, 88, 89, 90, 104, 105, 106, 110, 112, 115, 121], "case_no": 109, "cast": [22, 119], "catchament": [16, 20, 80, 95, 120], "categori": [18, 21, 22, 24, 27, 28, 31, 32, 38, 39, 42, 48, 59, 62, 65, 72, 78, 79, 80, 81, 91, 92, 93, 94, 95, 96, 104, 105, 106, 107, 110, 112, 114, 115, 116, 117, 119, 121, 126, 129], "category_id": 119, "caus": [75, 123], "cayetano": 26, "cd": 25, "ce": [24, 52, 72], "cell": [4, 20, 120], "centuri": 4, "certain": 5, "cgal": [33, 119], "chang": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 27, 28, 29, 30, 33, 36, 37, 40, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 70, 71, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 124, 125, 126, 127, 128, 129], "char": [15, 24, 72, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "charact": [22, 113, 119], "character": 68, "characterist": [6, 7, 8, 10, 16, 19, 21, 30, 31, 32, 33, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 62, 67, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 110, 111, 112, 116, 121, 122], "chauhan": 26, "chaurasia": 26, "cheapest": 116, "check": [13, 20, 25, 34, 35, 46, 54, 55, 88, 90, 119], "checkout": 25, "chines": [18, 50, 51, 119], "chk": [34, 35, 54, 55], "choic": [4, 73, 77], "chosen": 99, "christian": 26, "chromat": 67, "ci": [20, 119], "circuit": [50, 51, 75], "circumcent": 33, "circut": 75, "cirucit": 75, "citi": [4, 28, 121, 128, 129], "clang": [20, 119], "class": 13, "classifi": [71, 119], "claus": 119, "clean": [34, 35, 90, 119], "clear": 22, "click": 121, "client": [119, 128], "client_min_messag": [109, 123], "cliff": [24, 58], "clone": 25, "close": [5, 20, 24, 58, 72, 91, 92, 105, 106, 110, 111, 112, 113, 115, 119, 121], "close_tim": 109, "closest": [15, 66, 105, 106, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "closest_vertex": [24, 52, 72], "closur": 102, "cluster": 102, "cm": 56, "cmake": [25, 119], "cmu": 13, "cname": 119, "cnt": [34, 35, 54, 55, 90], "coalesc": [58, 71, 104, 105, 121], "code": [3, 5, 10, 11, 12, 13, 18, 19, 20, 23, 25, 26, 43, 45, 46, 48, 50, 51, 56, 57, 58, 67, 70, 71, 72, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 119, 123, 125, 126], "coincid": 90, "collat": 121, "collect": [15, 33, 119], "color": [13, 18, 46, 67, 98, 117, 119], "color_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "colum": 22, "column": [3, 4, 9, 10, 16, 20, 21, 22, 35, 90, 116, 119, 121, 128, 129], "com": [25, 26, 45, 123], "combin": [7, 14, 15, 42, 62, 99, 112, 119], "combinations_t": 119, "combinatori": 4, "come": [22, 24, 71, 92, 101, 121], "command": 25, "comment": [25, 26], "commerci": 20, "commit": 119, "common": [5, 20, 24, 26, 83, 86, 90, 123], "commun": [26, 123], "compani": 123, "compar": [6, 29, 30, 31, 32, 37, 38, 39, 92, 119], "compat": [24, 119], "compil": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "compile_d": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "complet": [24, 28, 34, 35, 56, 74], "complete_graph": 84, "complex": [56, 70, 75], "compon": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "compos": 129, "compres": 102, "compulsori": [22, 24, 113, 114, 119, 127, 128], "comput": [7, 16, 17, 20, 43, 60, 61, 62, 66, 70, 112, 120], "comun": [3, 5, 10, 11, 12, 18, 19, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "conceiv": [16, 60, 61, 62, 112], "concept": 119, "condit": [13, 34, 35, 54, 55, 119], "configur": [20, 106], "conflict": [104, 105], "conform": [17, 66, 80, 95, 113], "confus": 128, "connect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 25, 29, 36, 44, 46, 49, 50, 51, 63, 64, 78, 79, 80, 81, 84, 85, 93, 94, 95, 96, 98, 99, 100, 102, 116, 119, 120, 122], "consid": [5, 7, 13, 15, 16, 22, 24, 27, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 56, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 72, 73, 75, 76, 77, 83, 85, 90, 91, 92, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 123, 127, 128, 129], "consider": 5, "consist": [5, 24, 52, 71, 72, 85, 121, 122], "consol": 25, "constrain": 45, "consult": [24, 123], "contact": 123, "contain": [22, 24, 27, 34, 35, 43, 44, 50, 51, 54, 55, 72, 85, 86, 90, 99, 103, 107, 114], "content": [25, 63, 64], "context": [101, 123], "continu": [5, 59], "continuo": 127, "contract": [20, 58, 119, 120, 124], "contracted_vertic": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "contraction_ord": 53, "contraction_result": 13, "contrast": 116, "contrct": 13, "contribut": [20, 26, 119, 123], "contributor": 20, "conveni": 119, "convers": [5, 6, 24, 35], "convert": [5, 15, 24, 84, 92, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "convin": 121, "convini": 121, "cooling_factor": [28, 29], "coordin": [4, 6, 8, 20, 24, 28, 30, 31, 32, 37, 38, 39, 72, 120, 121], "copi": [24, 71, 90, 119], "copyright": 90, "core": 119, "corpor": 123, "correct": [24, 25, 34, 55, 58, 71, 116, 119], "correctli": 90, "correspond": [6, 8, 17, 30, 31, 32, 34, 35, 37, 38, 39, 66, 72, 80, 83, 95, 105, 106, 110, 111, 112, 113, 114, 115, 117, 121, 124], "cos423": [40, 41], "cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129], "cost_": [16, 24], "cost_i": 16, "could": [22, 34, 35, 54, 55, 84, 119], "count": [7, 34, 35, 58, 75, 90, 117, 124], "countri": [24, 128], "cours": [40, 41], "cover": 24, "cp": 45, "cpaciti": 121, "cpplint": [20, 119], "cpu": 7, "crash": [3, 5, 10, 11, 12, 18, 19, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 119, 125, 126], "creat": [3, 5, 7, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 25, 34, 35, 43, 45, 46, 47, 48, 50, 51, 55, 56, 57, 58, 67, 69, 70, 72, 75, 76, 79, 80, 81, 82, 83, 85, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 101, 102, 107, 109, 119, 120, 121, 123, 124, 125, 126], "createdb": [7, 24, 25], "createextens": 25, "createus": 25, "creation": [22, 54, 119, 121], "creativ": [20, 26], "credit": 20, "cross": [52, 72, 76], "cross_edg": 84, "csi": 26, "cup": [16, 19, 24, 60], "curb": [24, 58], "current": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 25, 28, 29, 30, 31, 32, 37, 38, 39, 43, 45, 46, 48, 50, 51, 53, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 124, 125, 126, 127, 128, 129], "currnetli": 53, "custom": [5, 91, 92], "cut": [36, 99], "cuthil": [18, 23, 56], "cvrp": 5, "cvrppdtw": 5, "cycl": [5, 21, 43, 46, 57, 91, 92], "cyclic": 46, "czech": 116, "d": [5, 7, 13, 92, 98, 121], "d_close": [5, 91, 92, 121], "d_node_id": [5, 91, 92, 121], "d_open": [5, 91, 92, 121], "d_servic": [5, 91, 92, 121], "d_x": [5, 92, 121], "d_y": [5, 92, 121], "dag": [57, 101], "daniel": 26, "data": [5, 20, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 128, 129], "databas": [20, 26, 117, 120, 121, 124, 128], "dataset": [24, 29], "date": 74, "dave": 26, "david": 26, "dd": 90, "ddoc_use_bootstrap": 25, "de": 7, "dead": [34, 52, 53, 72, 90], "debug": 123, "decent": 58, "decid": [13, 90], "decis": 24, "decreas": [13, 43, 53], "deep": 59, "default": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 121, 127, 128, 129], "defin": [5, 16, 19, 24, 34, 35, 43, 54, 55, 75, 106, 110, 111, 114], "defini": 16, "definit": [19, 33, 121], "degre": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "delet": [24, 49, 71, 84], "deliveri": [18, 91, 92, 121], "delta": [6, 30, 31, 32, 37, 38, 39, 67], "demand": [91, 92, 121], "demonstr": [25, 30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70, 128, 129], "deni": 26, "denot": [28, 43], "dens": 73, "densiti": 7, "depart": [5, 24, 63, 64, 65, 91, 92, 104, 105, 115, 127], "departur": [13, 16, 19, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 68, 69, 70, 87, 88, 89, 97, 103, 106, 107, 110, 111, 114, 128, 129], "departure_tim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "depend": [3, 4, 5, 6, 10, 11, 12, 14, 15, 18, 19, 20, 22, 23, 24, 41, 42, 43, 45, 46, 48, 50, 51, 56, 57, 61, 62, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 112, 119, 121, 124, 125, 126, 127, 128, 129], "depot": [5, 18], "deprec": [3, 5, 10, 11, 12, 18, 19, 22, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 86, 88, 89, 91, 92, 99, 101, 102, 103, 107, 109, 113, 114, 119, 125, 126], "depth": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "desc": [48, 59, 84], "descend": [48, 53, 59], "describ": [0, 3, 5, 7, 10, 15, 16, 17, 24, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "descript": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 24, 91, 92, 121, 127, 128, 129], "design": [24, 71, 119, 121], "desir": [5, 24, 27], "dest_id": 109, "destin": [13, 19, 24, 27, 68, 103, 106, 107, 114], "detail": [4, 12, 18, 19, 20, 22, 25, 74, 105, 110, 111, 112, 113, 114, 115, 119, 120, 128, 129], "detect": [34, 75, 90, 104, 105, 119], "determin": [34, 54, 55, 99], "deterparti": 72, "dev": [25, 119, 123], "develop": [4, 24, 25, 26, 58, 71, 116, 119, 123], "df": [11, 18, 20, 52, 100, 120, 126], "dfrac": 7, "differ": [4, 6, 8, 9, 15, 16, 22, 24, 25, 28, 29, 30, 31, 37, 38, 40, 41, 42, 43, 46, 48, 52, 55, 57, 59, 60, 61, 62, 70, 72, 91, 92, 106, 110, 111, 112, 113, 119, 121, 128, 129], "dijkstra": [3, 6, 17, 20, 24, 27, 28, 40, 41, 42, 43, 45, 57, 60, 61, 62, 65, 66, 103, 106, 110, 111, 112, 113, 114, 117, 119, 120, 128, 129], "dimens": 5, "dimension": 76, "dindex": [92, 121], "dir": [35, 90], "direct": [3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 19, 20, 22, 24, 26, 27, 28, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 51, 53, 57, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 73, 75, 77, 82, 83, 84, 86, 87, 88, 89, 97, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 120, 124, 128, 129], "direction": [20, 24, 35, 55, 84, 90, 120, 124], "directli": [15, 20, 25, 42, 58, 62, 112, 120, 124], "directori": 25, "disconnect": [34, 44, 50, 51, 54, 78, 93, 116, 122], "discontinu": 119, "discours": 123, "discrep": 119, "discuss": 4, "disjoint": [19, 20, 46, 68, 99, 120], "displai": [34, 84], "displaystyl": 16, "distanc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "distinct": [53, 75, 84], "distribut": [5, 18, 91, 92], "divid": [24, 35, 58, 99], "dn": 84, "do": [3, 4, 13, 22, 24, 25, 28, 35, 58, 71, 72, 90, 91, 92, 104, 105, 107, 117, 119, 121, 123, 124], "doc": [6, 8, 25, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97, 119], "doc_queries_gener": 25, "doc_use_bootstrap": 25, "document": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 17, 18, 20, 22, 23, 24, 25, 26, 43, 45, 46, 48, 50, 51, 52, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 72, 74, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 121, 123, 124, 125, 126, 127], "doe": [0, 3, 5, 7, 9, 10, 14, 15, 16, 17, 19, 21, 22, 24, 27, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 112, 114, 115, 116, 119, 127], "doesn": [54, 55, 119], "domin": 82, "done": [0, 1, 2, 3, 5, 7, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 24, 25, 40, 41, 42, 45, 47, 50, 51, 53, 58, 59, 60, 61, 62, 63, 64, 65, 69, 71, 73, 77, 78, 79, 80, 81, 84, 85, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 124, 126, 127, 128, 129], "dot": 7, "doubl": [22, 24, 92, 103, 113, 119, 121], "download": 25, "doxi": 25, "doxygen": 25, "draw": [24, 76], "drawn": 76, "drive": [20, 22, 105, 106, 112, 115, 117, 119, 120], "driver": 5, "driving_sid": [22, 105, 106, 110, 111, 112, 113, 114, 115, 119, 128, 129], "drop": [24, 34, 54, 55, 58, 71, 90, 109, 119], "dropdb": 25, "dropdown": 119, "drt": [63, 64], "dryrun": [58, 71, 72], "dubinin": 26, "due": [24, 28, 34, 35, 54, 55, 127], "duplic": [0, 9, 14, 15, 16, 17, 19, 29, 40, 41, 42, 43, 45, 47, 48, 57, 59, 60, 61, 62, 66, 69, 70, 79, 80, 81, 84, 87, 88, 89, 94, 95, 96, 97, 106, 110, 111, 112, 113, 119], "durat": [5, 91, 92], "dutch": [16, 60, 61, 62, 112], "dwith_doc": 25, "e": [6, 7, 8, 9, 10, 13, 16, 19, 21, 24, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 57, 58, 59, 60, 61, 63, 64, 67, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 84, 85, 86, 88, 89, 93, 94, 95, 96, 99, 100, 101, 102, 105, 106, 110, 111, 112, 113, 114, 115, 116, 121, 125], "e2": [43, 69, 87, 97, 99], "e_geom": [24, 52, 72], "each": [0, 1, 4, 7, 14, 15, 18, 19, 21, 24, 25, 26, 28, 29, 31, 35, 38, 41, 42, 44, 45, 46, 47, 48, 52, 56, 58, 59, 61, 62, 69, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 112, 116, 122, 125, 127, 128, 129], "eagl": [24, 58], "earliest": 123, "easier": 119, "easili": [24, 58], "edg": [1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 18, 20, 21, 23, 25, 26, 28, 29, 33, 35, 74, 90, 91, 92, 108, 109, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126], "edge1": 72, "edge2": 72, "edge_i": 16, "edge_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "edge_t": [13, 34, 35, 54, 55, 90, 119], "edge_table_nod": 90, "edge_table_vertices_pgr": 13, "edgedisjointpath": 119, "edges_nod": 90, "edges_noded_vertices_pgr": 90, "edges_sql": [19, 24, 47, 69, 72, 88, 97, 110, 111], "edges_to_expand": 13, "edges_vertices_pgr": [34, 35, 54, 55, 90], "edit": 24, "edmond": [19, 20, 69, 120], "edmonds_karp_max_flow": 69, "edsger": [16, 60, 61, 62, 112], "edu": [13, 40, 41], "edward": 70, "effici": [57, 67, 75, 98], "effort": [25, 119], "ege_t": 54, "eid": [22, 54, 58, 71, 84], "ein": [34, 35, 54, 55], "either": [57, 128], "electr": [13, 24, 58, 71], "element": [3, 24, 103, 104, 105, 106, 107, 127], "elementari": 75, "elimin": 119, "elizabeth": 56, "els": [22, 24, 35, 65, 71, 72, 104, 105, 106, 110, 115, 121], "ema": 26, "embed": 58, "empti": [3, 16, 19, 24, 27, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 53, 56, 57, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 77, 78, 82, 83, 84, 85, 86, 88, 89, 90, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 111, 112, 113, 114, 115, 119, 127], "emtpi": [28, 29, 58, 71, 72, 110, 114], "en": [5, 6, 8, 19, 27, 30, 37, 40, 41, 43, 45, 49, 57, 60, 61, 63, 64, 65, 69, 70, 83, 84, 86, 87, 97, 99, 101, 102, 109], "enabl": 20, "encapsul": 119, "encount": 24, "end": [0, 3, 5, 7, 8, 9, 10, 14, 15, 16, 17, 19, 21, 22, 25, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 108, 110, 111, 112, 113, 114, 116, 119, 121, 127, 128, 129], "end_": 16, "end_clos": [5, 91, 92], "end_i": [5, 92], "end_id": [4, 28, 29], "end_node_id": [5, 91], "end_open": [5, 91, 92], "end_pid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "end_servic": [5, 91, 92], "end_vid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "end_x": [5, 92], "endcap": 72, "endpoint": [71, 83], "enhanc": 119, "enlarg": 121, "enter": [25, 35], "entiti": 26, "enumer": 75, "environ": 119, "eout": [34, 35, 54, 55], "ep": 72, "epp": [40, 41], "epsilon": [6, 30, 31, 32, 37, 38, 39], "equal": [5, 17, 19, 66, 67, 80, 91, 95, 113, 128, 129], "equali": [63, 64], "equi": 66, "equicost": [22, 66, 113], "equival": [5, 30, 36, 37, 47, 65, 68, 69, 87, 88, 89, 97, 104, 105, 115], "error": [0, 22, 34, 35, 48, 54, 55, 59, 79, 81, 94, 96, 101, 119], "essenti": 99, "esteban": 26, "et": 4, "etc": [4, 26, 119, 128, 129], "euclidean": [5, 18], "evalu": [6, 119], "even": [3, 13, 24, 71], "everi": [24, 45, 50, 51, 67, 76, 82, 84, 90, 98, 116, 119], "everyth": [24, 90, 121], "exact": 123, "exactli": [4, 28, 29, 35, 99], "exampl": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 23, 25, 33, 36, 44, 49, 50, 51, 56, 63, 64, 67, 73, 74, 75, 77, 78, 79, 80, 81, 83, 85, 86, 91, 93, 94, 95, 96, 98, 100, 102, 103, 108, 119, 121, 125, 126, 128, 129], "exce": 19, "excecut": 72, "except": [3, 19, 24, 56, 91, 103, 104, 105, 106, 107, 121, 127], "execut": [7, 13, 19, 24, 34, 47, 55, 69, 88, 89, 97, 103, 104, 105, 115, 119, 121], "exist": [0, 3, 6, 7, 8, 9, 10, 15, 16, 17, 19, 21, 22, 24, 27, 28, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 121, 127, 128, 129], "exit": [25, 35], "expand": 13, "expect": [8, 9, 40, 41, 42, 54, 55], "experi": 70, "experiment": [3, 11, 12, 19, 20, 23, 24, 36, 44, 47, 49, 52, 53, 59, 63, 64, 68, 69, 71, 86, 97, 98, 100, 117, 119, 126], "explicit": [20, 119, 123], "expos": 72, "extend": [20, 24, 26, 58], "extens": [7, 24, 25, 26, 75, 119], "extern": 119, "extra": [13, 119, 123], "extract": [17, 25, 58, 66, 71, 79, 80, 81, 94, 95, 96, 113, 117, 124], "extrem": 7, "f": [5, 7, 13, 35, 54, 76, 90], "f12": 13, "fact": [28, 90], "factor": [8, 24, 30, 31, 32, 37, 38, 39, 71, 91, 92, 119], "fail": [20, 34, 35, 54, 55, 119], "fairli": 24, "fallthrugh": 119, "fals": [7, 13, 15, 16, 22, 24, 27, 28, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 52, 53, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 75, 76, 77, 83, 86, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "famili": [14, 15, 18, 22, 24, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 44, 47, 50, 51, 52, 53, 54, 55, 58, 61, 62, 63, 64, 65, 68, 69, 71, 78, 79, 80, 81, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 100, 103, 105, 106, 110, 111, 112, 114, 115, 117, 119, 122, 128], "faster": [5, 8, 9, 24, 40, 41, 42, 45, 70, 119], "feasibl": 35, "feather": 5, "featur": 26, "fedora": 119, "feed": 123, "feedback": [3, 5, 10, 11, 12, 18, 19, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "feel": 20, "fenoi": 26, "fetch": 119, "few": 24, "field": 90, "file": [20, 24, 25, 26, 119], "fill": [13, 22, 24, 34, 35, 54, 55, 121], "filter": [22, 75], "final": [24, 124], "final_temperatur": [28, 29], "find": [0, 1, 3, 8, 9, 21, 26, 60, 63, 64, 65, 75, 78, 79, 80, 81, 93, 94, 95, 96, 99, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 119, 122, 123, 127], "findpostgresql": 119, "finish": [34, 35], "finit": 43, "first": [0, 1, 3, 4, 6, 7, 8, 10, 13, 15, 16, 17, 18, 19, 21, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129], "first_edg": [24, 71], "first_seg": [24, 71], "fisrt": 64, "fit": [5, 119], "fix": [15, 20, 22, 24, 28, 42, 53, 62, 71, 72, 90, 112, 119, 121, 128], "flag": [22, 25, 35, 54, 104, 105, 107, 111, 112], "flat": 72, "fleet": [91, 92], "flexibl": 13, "flip": [35, 119, 128, 129], "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 22, 24, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 121, 127, 128, 129], "float8": [22, 34, 54, 90, 109, 119], "florian": 26, "flow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "flow_i": 19, "floyd": [7, 20, 73, 77, 120], "fly": [72, 121, 128], "focal": 119, "follow": [3, 4, 5, 7, 10, 13, 16, 19, 20, 22, 24, 25, 26, 28, 29, 34, 50, 51, 52, 53, 54, 55, 60, 63, 64, 71, 72, 76, 84, 86, 90, 91, 92, 98, 102, 103, 104, 105, 107, 115, 119, 120, 121, 123, 124, 128, 129], "foloww": [128, 129], "foral": 16, "forbid": [13, 84], "forbidden": [3, 22, 24, 53, 103, 104, 105, 106, 107, 119, 127], "forbidden_vertic": 53, "forc": 28, "ford": [43, 57, 70, 119], "forest": [0, 1, 21, 48, 59, 78, 79, 80, 81, 93, 94, 95, 96, 116, 122], "forgo": 58, "form": [3, 4, 7, 15, 24, 34, 54, 55, 56, 73, 77, 103, 104, 105, 106, 107, 111, 116, 124, 127], "forward": [8, 9], "found": [4, 13, 24, 25, 26, 34, 35, 45, 54, 55, 65, 72, 90, 91, 92, 99, 103, 104, 105, 107, 111, 115, 123, 127], "foundat": 26, "four": [24, 128, 129], "fourth": 24, "frac": [5, 24], "fraction": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "framework": 13, "freder": 26, "free": [20, 67], "freebsd": 119, "from": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129], "from_v": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "front": [5, 91, 92, 121], "ft": [24, 35], "full": [24, 53, 71, 84, 119], "fulli": [4, 24, 28, 29, 52, 72], "function": [1, 2, 14, 15, 17, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 119, 121, 122, 127, 128], "functiona": 24, "fund": 26, "further": [13, 24, 52, 72], "furthermor": 43, "futur": [13, 75, 119], "g": [16, 19, 24, 25, 67, 83, 119, 122, 123, 125], "g1": 72, "g2": 72, "g_d": [16, 24], "g_edg": 58, "g_u": 16, "g_vertic": 58, "gap": [34, 90], "garante": 28, "garg": 26, "gaul": 119, "gcc": 119, "ge": 24, "geisberger_dipl": 13, "gemetri": 121, "genealogi": 24, "gener": [1, 3, 5, 10, 11, 12, 13, 18, 23, 26, 29, 35, 43, 45, 46, 48, 50, 51, 54, 56, 57, 58, 67, 70, 71, 72, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 103, 104, 105, 107, 109, 115, 119, 121, 123, 125, 126], "generalis": 5, "generate_seri": [92, 121], "geom": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "geom_is_origin": 72, "geom_tabl": 35, "geometr": [15, 42, 62, 85, 112], "geometri": [20, 33, 34, 35, 54, 55, 72, 90, 119, 120, 121, 124], "georepubl": [26, 123], "geospati": [20, 26], "gerald": 26, "germani": 123, "get": [0, 4, 5, 6, 7, 16, 20, 22, 27, 34, 48, 54, 55, 58, 59, 63, 64, 71, 74, 75, 79, 81, 84, 90, 94, 96, 104, 105, 114, 117, 119, 120], "gi": [20, 90], "gid": [7, 34, 54, 55], "git": [20, 25, 74, 119], "github": [20, 25, 26, 119], "give": [5, 13, 22, 24, 26, 83, 85, 119, 128], "given": [3, 4, 5, 7, 13, 15, 16, 19, 20, 24, 25, 28, 29, 34, 54, 55, 63, 64, 65, 71, 83, 84, 91, 92, 104, 105, 106, 110, 111, 112, 113, 114, 115, 120, 124, 125, 127, 128, 129], "glibc": 119, "global": [63, 64], "gnu": 26, "go": [3, 13, 16, 22, 24, 25, 27, 28, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 71, 75, 84, 90, 103, 104, 105, 106, 107, 110, 114, 115, 119, 127], "goal": 119, "goe": [24, 58, 59, 65, 71, 104, 105, 115], "gonzalez": 26, "good": [5, 24, 63, 64, 70, 73, 77], "googl": 26, "got": [34, 35, 55], "graph": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 122, 124, 125, 126, 127, 128, 129], "greedi": [11, 21, 98, 116, 117], "green": [13, 72], "group": [19, 20, 58, 68, 71, 90, 119, 120], "gsoc": 119, "guarante": [19, 47, 59, 69, 88, 89, 97, 103], "gudesa": 26, "guid": [3, 24, 25, 26, 60, 86, 103], "gupta": 26, "gz": 25, "h": [6, 30, 31, 32, 37, 38, 39], "ha": [3, 5, 13, 17, 19, 22, 24, 25, 27, 28, 30, 34, 35, 37, 40, 43, 44, 45, 46, 52, 53, 54, 55, 56, 57, 60, 63, 65, 66, 68, 70, 71, 72, 75, 76, 84, 90, 91, 92, 99, 100, 102, 103, 104, 105, 106, 107, 113, 114, 115, 119, 121, 123, 127, 128], "had": [22, 35], "hamilton": 4, "hand": 58, "handl": [6, 8, 30, 31, 32, 37, 38, 39, 72, 91, 92, 128], "handout": [40, 41], "hang": 26, "happen": [5, 24, 35, 84, 90, 91, 92, 102], "hard": [4, 5, 28, 29, 67, 91, 92, 98], "harmon": [15, 42, 62, 112], "harvard": 4, "has_rcost": 22, "hash": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "hassler": 4, "have": [1, 2, 3, 4, 5, 11, 13, 14, 15, 16, 17, 20, 22, 24, 25, 26, 30, 34, 35, 37, 43, 45, 55, 58, 59, 63, 64, 65, 66, 67, 72, 75, 79, 80, 81, 84, 90, 91, 92, 94, 95, 96, 98, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 117, 119, 120, 121, 123, 124, 126, 127, 128, 129], "hawick": 75, "header": [26, 119], "health": 75, "heap": [27, 107, 114], "heap_path": [27, 107, 114], "help": [24, 123, 124], "henc": [3, 43], "here": [58, 75, 121], "heurist": [8, 30, 31, 32, 37, 38, 39, 119], "high": [24, 75], "higher": 7, "highwai": 35, "himanshu": 26, "hint": [32, 39, 42, 54, 55, 62, 112], "histori": [4, 119], "hole": 119, "honor": 119, "hossain": 26, "host": [26, 123], "hour": 5, "housseman": 26, "how": [3, 5, 20, 22, 29, 60, 84, 123, 128, 129], "howev": [45, 70, 116], "hpp": 119, "hr": 5, "html": [6, 8, 25, 30, 37, 45, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "http": [5, 6, 7, 8, 13, 19, 20, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 60, 61, 63, 64, 65, 69, 70, 76, 83, 84, 85, 86, 87, 88, 89, 92, 97, 99, 101, 102, 109, 119, 121, 123], "huang": 26, "i": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 123, 124, 125, 127, 128, 129], "id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "id1": 22, "id2": 22, "id3": 22, "id_": 16, "id_i": [16, 19], "idea": [24, 99], "ident": 98, "identifi": [0, 3, 5, 6, 7, 8, 10, 11, 14, 15, 16, 17, 19, 21, 22, 24, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 121, 127, 128, 129], "idom": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 14, 15, 16, 17, 19, 22, 24, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 52, 57, 59, 60, 61, 62, 65, 66, 69, 70, 71, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 115, 119, 127], "illeg": 91, "im": 75, "imag": [15, 29, 42, 48, 59, 62, 112, 128, 129], "imaptool": 26, "immedi": 82, "immidi": 82, "implelent": 67, "implemen": 75, "implement": [0, 1, 4, 5, 8, 9, 13, 16, 19, 21, 28, 29, 36, 43, 48, 49, 56, 57, 59, 60, 61, 62, 67, 73, 75, 76, 77, 78, 79, 80, 81, 92, 93, 94, 95, 96, 98, 99, 112, 116, 122], "implicit": [3, 119], "import": [24, 58, 71, 119], "impos": 57, "imposs": 35, "improv": [70, 119], "imr": 26, "in_com": [54, 71], "in_edg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "inc": 26, "incid": 58, "incidet": [117, 124], "includ": [9, 13, 15, 16, 17, 22, 24, 25, 26, 28, 40, 41, 42, 53, 57, 60, 61, 62, 70, 80, 84, 90, 95, 105, 106, 110, 111, 112, 113, 114, 115, 116, 119, 122, 123, 128, 129], "inclus": [17, 66, 80, 95, 113], "incom": [13, 19, 34, 35, 47, 54, 55, 69, 88, 89, 97], "incorpor": 53, "incorrect": [24, 71, 90], "increas": [36, 49, 56, 63, 64, 84], "increment": 54, "independ": 86, "index": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129], "indic": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 123, 124, 125, 126, 127, 128, 129], "individu": 25, "inequ": [4, 28, 29], "inf": [32, 39], "infin": [7, 73, 77, 107], "infinit": 35, "info": [24, 52, 72, 123], "inform": [3, 16, 20, 25, 28, 34, 35, 54, 55, 58, 74, 79, 81, 84, 92, 94, 96, 108, 117, 119, 120, 121, 124, 128], "infrastructur": 119, "infti": [6, 8, 9, 15, 16, 30, 31, 37, 38, 40, 41, 42, 43, 57, 60, 61, 62, 70, 111, 112], "initi": [5, 91, 92], "initial_sol": [5, 91, 92], "initial_temperatur": [28, 29], "inner": [20, 22, 33], "input": [3, 4, 7, 13, 15, 18, 20, 33, 42, 62, 84, 85, 88, 89, 102, 112, 120, 125, 129], "insert": [3, 5, 13, 22, 29, 46, 52, 72, 76, 84, 90, 91, 92, 109, 121, 128, 129], "insid": [21, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116], "insight": 5, "inspect": [22, 84, 90], "instal": [20, 24, 119], "instanc": 28, "instead": [22, 33, 119], "instruct": [25, 121, 123], "int": [19, 24, 47, 50, 69, 88, 97, 99], "integ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "integr": [22, 119], "intend": 127, "intens": 99, "interact": 25, "interect": 90, "interes": [128, 129], "interest": 24, "intermid": 119, "intern": [3, 15, 24, 105, 106, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "internali": [32, 39], "interpret": [9, 16, 40, 41, 42, 45, 60, 61, 128, 129], "intersect": [24, 34, 58, 71, 84, 90], "introduct": 20, "invalid": [22, 90], "invers": 86, "involv": [5, 13, 22, 24, 25, 84, 91, 92, 128], "is_a": [106, 110], "is_bipartit": [11, 46], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 26, "isol": [34, 90], "issu": [20, 22, 26, 119, 123], "itali": 123, "item": 26, "iter": [88, 89, 98], "iti": 13, "its": [13, 14, 15, 22, 41, 42, 49, 54, 61, 62, 76, 82, 83, 98, 99, 112, 128], "jai": 26, "jain": 26, "jame": [56, 75], "japan": 123, "jarn\u00edk": 116, "jinfu": 26, "johnson": [7, 20, 75, 77, 120], "join": [24, 29, 52, 58, 71, 72, 84, 90, 92, 104, 105, 121], "joshi": 26, "juction": 90, "junod": 26, "just": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "k": [16, 20, 27, 98, 107, 114, 117, 119, 120, 129], "k_": 76, "k_1": 76, "k_5": 76, "k_shortest_path_rout": 27, "kai": 26, "kalr": 4, "karp": [19, 20, 69, 120], "kastl": 26, "keep": [24, 43, 71, 84, 90, 121], "kei": [3, 22, 34, 54, 72, 90, 92, 109, 121], "ken": 75, "kept": [29, 119, 128, 129], "kg": 5, "kind": [5, 24, 33, 91, 92, 127, 128], "kirkman": 4, "kishor": 26, "kit": 13, "km": 5, "known": [45, 73, 121], "ko": 26, "kolmogorov": [19, 20, 47, 120], "kondeti": 26, "kruskal": [0, 1, 17, 20, 24, 78, 79, 80, 81, 119, 120, 122], "kumar": 26, "l": [15, 22, 24, 25, 72, 83, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "lack": [3, 5, 10, 11, 12, 18, 19, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "lane": 35, "languag": [13, 119], "larg": [8, 9, 13, 24, 40, 41, 42], "larger": [28, 99], "largest": 86, "last": [4, 22, 24, 27, 28, 29, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 110, 114, 115, 127], "lat": [5, 6], "later": [4, 26], "latest": [25, 26], "latex": 25, "latitud": [5, 6], "lc101": [92, 121], "lc101_c": [92, 121], "lead": [63, 64], "leaf": 13, "leak": 119, "least": [13, 21, 33, 67, 98, 99, 119, 123], "leav": [5, 35, 91, 92], "lectur": 13, "lecture16": 13, "left": [3, 15, 24, 48, 58, 59, 71, 72, 84, 104, 105, 106, 112, 113, 115, 121, 127], "leftrightarrow": 24, "legaci": 119, "leng": 26, "lengauer": 82, "lenght": 5, "length": [6, 29, 46, 72], "leopark": 26, "leq": [79, 80, 81, 94, 95, 96], "less": [5, 6, 17, 30, 31, 32, 33, 37, 38, 39, 66, 72, 80, 91, 92, 95, 113], "lester": 43, "let": [5, 6, 7, 8, 14, 15, 30, 31, 32, 37, 38, 39, 41, 42, 61, 62, 73, 77, 90, 112], "level": [48, 90], "li": [70, 92, 121], "lib": [6, 8, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "libboost": 25, "librari": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "libtap": 25, "licens": [20, 90], "like": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 124, 125, 126, 127, 128, 129], "likewis": [24, 35], "lim": [92, 121], "limit": [0, 5, 17, 24, 48, 52, 55, 58, 59, 63, 64, 66, 72, 79, 80, 81, 92, 94, 95, 96, 113, 121], "line": [13, 18, 24, 28, 58, 63, 64, 72, 76, 83, 84, 125], "line_graph": [83, 84], "linear": [53, 56, 57, 101, 119], "linegraph_edg": 84, "linesstr": [24, 35], "linestr": [24, 35, 52, 54, 71, 72], "link": [20, 119], "linux": [25, 119], "list": [4, 20, 28, 29, 65, 66, 75, 85, 104, 105, 113, 115, 119, 127], "listinfo": 123, "littl": 26, "load": [5, 91, 92], "loader": 24, "local": [24, 71, 83, 84], "locat": [6, 72, 91, 92, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "log": [6, 8, 9, 16, 21, 30, 31, 37, 38, 40, 41, 42, 45, 54, 56, 60, 61, 63, 64, 71, 77, 78, 79, 80, 81, 82, 93, 94, 95, 96, 99, 106, 110, 111, 116], "logic": 35, "logv": [10, 50, 51, 88, 89], "lon": [5, 6], "long": [4, 28, 29, 34, 54, 55], "longer": [27, 28, 29, 30, 32, 33, 37, 39, 40, 42, 62, 73, 77, 112, 119], "longitud": [5, 6], "look": [24, 35, 58, 123], "lookahead": 3, "loop": [67, 119], "loss": 119, "lot": [3, 5, 10, 11, 12, 18, 19, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "low": [7, 119], "lower": [15, 42, 62, 112], "m": [5, 6, 56], "m_": [5, 91, 92], "ma_capac": 91, "maco": 119, "made": [5, 84, 91, 92, 119], "mahadeokar": 26, "mahmoud": 26, "mai": [3, 5, 10, 11, 12, 18, 19, 23, 24, 34, 35, 43, 44, 45, 46, 48, 50, 51, 54, 55, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 125, 126], "mail": 20, "mailman": 123, "main": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 24, 26, 30, 31, 32, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 62, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 110, 111, 112, 116, 119], "main_sql": 71, "maintain": 26, "maiximum": [5, 91, 92], "major": [24, 119], "make": [0, 1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 23, 24, 25, 26, 29, 30, 31, 35, 37, 38, 40, 41, 42, 43, 45, 46, 48, 50, 51, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 70, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 88, 89, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 122, 124, 125, 126, 127, 128, 129], "make_connect": 85, "makefil": 25, "man": 25, "manag": 123, "mani": [22, 58, 86, 119, 121, 128], "manikata": 26, "manipul": [6, 30, 31, 32, 37, 38, 39], "manner": [3, 24, 98], "manual": [20, 24, 26, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 68, 69, 70, 87, 88, 89, 97], "maoguang": 26, "map": [24, 128], "mario": 26, "mark": 72, "marker": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "martin": 26, "match": [5, 19, 20, 22, 35, 86, 91, 119, 120], "matching_": 86, "materi": [20, 24, 71], "mathematician": [4, 116], "matrix": [4, 6, 7, 8, 9, 16, 18, 20, 24, 32, 39, 42, 56, 62, 73, 77, 112, 117, 119, 120], "matter": [34, 54, 55], "max": [6, 15, 19, 20, 30, 31, 32, 37, 38, 39, 42, 62, 72, 84, 88, 89, 90, 112, 119, 120, 121], "max_changes_per_temperatur": [28, 29], "max_consecutive_non_chang": [28, 29], "max_cycl": [5, 13, 53, 91, 92], "max_depth": [0, 48, 59, 79, 81, 94, 96], "max_flow": 119, "max_processing_tim": [28, 29], "maxim": [26, 44, 47, 69, 97], "maximum": [5, 13, 19, 20, 47, 56, 59, 68, 69, 72, 86, 87, 88, 89, 91, 92, 97, 98, 120], "maximum_flow_problem": 19, "maximum_match": 86, "mayb": [3, 35, 75, 90], "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 22, 58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 121, 124, 126, 127, 128, 129], "mckee": [18, 23, 56], "md": [20, 119], "mean": [5, 90, 111, 116, 121], "meaningless": 22, "measur": 5, "meet": [8, 9], "mega": 7, "member": [111, 112], "memori": [7, 75], "menger": 4, "mention": [24, 25], "merg": 99, "merril": 4, "messag": [22, 119], "met": 25, "meta": 7, "meter": [5, 6], "method": [24, 25, 53, 54, 84], "metric": [4, 28, 29], "metric_tsp_approx": 119, "mid": 24, "middl": [8, 9], "might": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 28, 34, 35, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 121, 123, 124, 125, 126, 127, 128, 129], "migrat": [3, 26, 60, 86, 103], "mileston": [20, 119], "min": [5, 6, 15, 18, 19, 28, 30, 31, 32, 37, 38, 39, 42, 62, 99, 112, 119], "mincut": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "mind": 24, "mingw": 25, "minim": [5, 21, 45, 56, 59, 78, 79, 80, 81, 88, 116, 119], "minimum": [0, 1, 11, 20, 21, 28, 44, 46, 51, 52, 67, 78, 79, 80, 81, 85, 89, 93, 94, 95, 96, 98, 99, 100, 116, 119, 122], "minor": 20, "minut": 5, "mirror": [15, 42, 62, 112], "miss": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 28, 43, 45, 46, 48, 50, 51, 56, 57, 58, 65, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 104, 105, 107, 109, 115, 119, 125, 126, 127], "mistak": 35, "mit": [26, 90], "miyawaki": 26, "mkdir": 25, "modifi": [13, 20, 22, 53, 106, 110, 111, 113, 114, 117, 119, 120, 124, 128], "modular": 119, "moham": 26, "monetari": 26, "moor": 70, "more": [1, 2, 3, 5, 7, 11, 13, 14, 15, 16, 17, 20, 22, 24, 25, 28, 36, 43, 45, 57, 58, 59, 63, 64, 65, 67, 71, 73, 75, 77, 84, 91, 92, 98, 101, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 126, 127, 128, 129], "most": [6, 24, 25, 26, 27, 63, 64, 67, 75, 99, 107, 114, 116, 119], "move": [5, 72, 119, 121], "msvc": 119, "msy": 25, "much": [4, 28, 29, 88, 89, 119], "mukul": 26, "multi": 119, "multipl": [5, 30, 33, 35, 37, 40, 43, 44, 45, 57, 60, 68, 70, 75, 90, 91, 92, 99, 119], "multipli": [4, 5, 91, 92], "must": [5, 10, 15, 19, 20, 22, 24, 34, 35, 50, 51, 58, 71, 72, 88, 89, 91, 120, 124], "my_dijkstra": [13, 22], "myarea": 24, "mygeom": [34, 54, 55], "myhous": 34, "myrvold": 76, "mytabl": [34, 54, 55], "mytable_vertices_pgr": [34, 55], "n": [4, 27, 107, 114], "n_": [5, 91, 92], "n_seq": [44, 52, 100], "nagas": 26, "name": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 29, 30, 34, 35, 37, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 70, 71, 74, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 125, 126, 127, 128, 129], "nameless": 24, "namespac": 119, "nardelli": 26, "navig": 103, "nearest": [16, 63, 64, 72, 117, 121], "necessari": 123, "need": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 34, 43, 45, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 72, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 121, 124, 125, 126, 127, 128, 129], "neg": [0, 3, 7, 9, 10, 15, 16, 17, 19, 21, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 121, 127, 128, 129], "neighbor": 98, "neq": [16, 19, 24], "net": 26, "netlab": 123, "network": [3, 5, 13, 19, 20, 26, 29, 33, 34, 35, 36, 44, 45, 46, 49, 52, 54, 55, 56, 58, 60, 63, 64, 65, 66, 67, 73, 77, 78, 83, 84, 85, 90, 92, 93, 94, 98, 100, 103, 104, 105, 111, 114, 115, 119, 121, 124], "new": [3, 13, 17, 20, 25, 26, 27, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 123, 125, 128, 129], "new_graph": 84, "new_graph_id_seq": 84, "new_lin": 72, "new_point": 72, "new_restrict": 22, "newer": 119, "newli": [24, 71], "newpoint": [72, 121], "next": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 29, 30, 37, 40, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 60, 63, 64, 65, 67, 68, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 124, 125, 126, 127, 128, 129], "nextval": [84, 121], "nicola": 90, "nitish": 26, "node": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [65, 104, 105, 115], "non": [7, 9, 15, 16, 40, 41, 42, 45, 57, 59, 60, 61, 62, 70, 73, 77, 99, 106, 110, 111, 112], "none": 35, "nonneg": [88, 89], "normal": [3, 24], "north": 35, "notat": [34, 35, 54, 55], "note": [24, 25, 34, 45, 54, 104, 105, 123], "notes2new": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "notic": [32, 34, 35, 39, 42, 54, 55, 58, 62, 71, 72, 90, 109, 112, 123], "now": [4, 13, 22, 24, 26, 52, 72, 84, 90, 119], "np": [4, 5, 28, 29, 56, 67, 91, 92, 98], "null": [3, 15, 22, 24, 34, 35, 52, 54, 55, 71, 72, 84, 90, 92, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "nullabl": 121, "number": [4, 5, 6, 7, 13, 24, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 45, 49, 53, 54, 55, 56, 58, 63, 64, 67, 75, 85, 86, 88, 89, 90, 91, 92, 98, 107, 114, 122, 128], "numer": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "nv": [24, 71], "o": [6, 7, 8, 9, 10, 16, 21, 25, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 56, 57, 59, 60, 61, 63, 64, 67, 69, 70, 75, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 116], "ob": 26, "obei": [4, 28, 29], "object": 5, "observ": 13, "obtain": [8, 19, 20, 24, 29, 71, 72, 107, 120], "occur": [34, 54, 55], "odd": 46, "off": [25, 63, 64], "offic": [123, 128, 129], "offici": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 117, 119, 124, 125, 126, 127, 128, 129], "often": 90, "ogr2ogr": 24, "oid": 109, "ok": [34, 35, 54, 55, 90], "old": [24, 27, 28, 30, 33, 37, 40, 60, 71, 73, 77, 108, 119], "old_id": 90, "old_restrict": 22, "older": 123, "omit": [19, 22, 24, 34, 47, 54, 55, 69, 88, 89, 97], "onc": [4, 24, 25, 28, 29, 59, 71, 82], "one": [3, 8, 9, 13, 22, 24, 28, 35, 36, 52, 63, 64, 67, 71, 72, 84, 85, 86, 99, 101, 116, 119, 121, 124, 127, 129], "ones": [24, 71, 90], "onewai": 35, "onli": [0, 1, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 22, 24, 25, 36, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 57, 61, 62, 63, 64, 66, 69, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 86, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 101, 107, 110, 111, 112, 113, 114, 116, 119, 120, 122, 128, 129], "open": [5, 24, 91, 92, 121], "open_tim": 109, "openbsd": 119, "oper": [24, 25, 53, 74, 116, 123], "operations_ord": 13, "opo": 109, "oposit": 121, "opposit": 24, "optim": [0, 4, 5, 9, 16, 17, 28, 29, 33, 40, 41, 42, 43, 45, 48, 57, 59, 60, 61, 66, 67, 70, 79, 80, 81, 91, 92, 94, 95, 96, 98, 101, 106, 110, 111, 113], "option": [22, 24, 25, 34, 35, 52, 54, 90, 119, 121], "orang": 84, "order": [3, 6, 8, 13, 14, 15, 18, 22, 24, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 48, 49, 52, 53, 54, 55, 56, 57, 59, 61, 62, 63, 64, 65, 67, 70, 71, 72, 73, 77, 78, 79, 80, 81, 82, 84, 86, 90, 93, 94, 95, 96, 98, 100, 101, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 119, 127], "order_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "order_unit": 109, "org": [5, 6, 8, 19, 20, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 60, 61, 63, 64, 65, 69, 70, 76, 83, 84, 85, 86, 87, 88, 89, 97, 99, 101, 102, 109, 119, 123], "organ": 123, "origin": [13, 19, 22, 24, 28, 29, 47, 52, 53, 69, 72, 83, 86, 88, 90, 97, 119, 128, 129], "original_id": 84, "original_point": 72, "original_to_new_point": 72, "orknei": 26, "osgeo": [26, 123], "osgeol": 26, "osm": [7, 24, 71], "osm2pgrout": [7, 24, 26, 71], "osm2pgsql": 24, "osx": 119, "other": [5, 16, 20, 24, 26, 45, 46, 52, 67, 70, 71, 90, 99, 100, 105, 106, 111, 112, 114, 119, 123, 127, 128], "other_geom": [34, 54, 55], "othergeom": 55, "othert": [34, 54, 55], "otherwis": [54, 57, 101], "our": [26, 90], "out": [3, 7, 13, 18, 22, 24, 25, 35, 71, 75, 125], "out_edg": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "out_go": [54, 71], "outal": [90, 119], "outer": [33, 71], "outgo": [13, 19, 34, 35, 47, 54, 55, 69, 88, 89, 97], "output": [13, 19, 22, 30, 37, 47, 58, 60, 66, 69, 72, 75, 88, 89, 90, 97, 113, 114, 119, 128], "outsid": [72, 128], "outstand": 119, "over": [3, 22, 24, 65, 71, 72, 90, 92, 104, 105, 115, 121], "overal": 6, "overload": [5, 20, 22, 27, 91, 92, 114, 119], "overpass": [7, 90], "overview": [55, 90], "own": [84, 121], "p": [72, 92, 105, 106, 110, 111, 112, 113, 114, 115, 121], "p_close": [5, 91, 92, 121], "p_node_id": [5, 91, 92, 121], "p_open": [5, 91, 92, 121], "p_servic": [5, 91, 92, 121], "p_x": [5, 92, 121], "p_y": [5, 92, 121], "pack": 5, "page": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 124, 125, 126, 127, 128, 129], "pair": [4, 5, 14, 15, 20, 24, 28, 29, 31, 38, 41, 42, 61, 62, 71, 73, 77, 91, 92, 111, 112, 119, 120, 121], "paragon": [26, 123], "paragoncorpor": 123, "parallel": [67, 75, 116], "paramet": [14, 19, 20, 22, 119], "parent": 82, "parser": 25, "part": [0, 1, 2, 3, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 23, 24, 26, 27, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 124, 125, 126, 127, 128, 129], "partial": [24, 52, 72], "particular": [19, 44, 48, 57, 59], "partit": [72, 99], "pasch": 26, "pass": [3, 7, 33, 34, 54, 55, 90, 103, 119], "password": 25, "path": [3, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 22, 25, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 47, 50, 51, 57, 59, 61, 62, 63, 64, 68, 69, 70, 73, 75, 77, 85, 87, 88, 89, 97, 103, 106, 107, 110, 111, 112, 113, 114, 117, 119, 120, 121, 127, 128, 129], "path_at": [106, 110], "path_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "path_seq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "patrushev": 26, "pattern": 56, "pct": 22, "pdf": [13, 25, 40, 41], "pdptw": [92, 121], "pedestrian": [24, 58, 63, 64, 71, 121], "penyngton": 4, "peopl": 26, "per": [5, 24, 63, 64, 91, 92], "perform": [3, 5, 20, 29, 32, 34, 35, 39, 53, 54, 55, 71, 72, 75, 90, 91, 92, 104, 105, 119], "perl": 25, "perl5": 119, "perman": 128, "permiss": [20, 120, 124], "permut": 56, "person": [15, 20, 24, 28, 29, 32, 39, 42, 62, 112, 120], "pg": 119, "pg_prove": 25, "pg_prove_test": [25, 119], "pgdijkstra": 26, "pgr": [19, 54, 55, 77], "pgr_": [24, 119], "pgr_alphashap": [17, 20, 66, 113, 119, 120], "pgr_analyzeggraph": 35, "pgr_analyzegraph": [20, 35, 54, 55, 90, 120, 124], "pgr_analyzeonewai": [20, 34, 54, 55, 90, 120, 124], "pgr_apspjohnson": 119, "pgr_apspwarshal": 119, "pgr_articulationpoint": [12, 20, 119, 120], "pgr_astar": [6, 8, 20, 32, 39, 119, 120], "pgr_astarcost": [6, 14, 20, 119, 120], "pgr_astarcostmatrix": [6, 15, 20, 119, 120], "pgr_bdastar": [8, 20, 39, 119, 120], "pgr_bdastarcost": [8, 14, 20, 119, 120], "pgr_bdastarcostmatrix": [8, 15, 20, 119, 120], "pgr_bddijkstra": [9, 20, 42, 119, 120], "pgr_bddijkstracost": [9, 14, 20, 119, 120], "pgr_bddijkstracostmatrix": [9, 15, 20, 119, 120], "pgr_bddijsktra": 40, "pgr_bddijstra": 119, "pgr_bellmanford": [18, 119], "pgr_biconnectedcompon": [12, 20, 119, 120], "pgr_binarybreadthfirstsearch": [18, 119, 126], "pgr_bipartit": [11, 18, 119], "pgr_boykovkolmogorov": [19, 20, 24, 68, 69, 97, 119, 120], "pgr_breadthfirstsearch": [18, 119, 126], "pgr_bridg": [12, 20, 119, 120], "pgr_chinesepostman": [10, 18, 119], "pgr_chinesepostmancost": [10, 18, 119], "pgr_connectedcompon": [12, 20, 24, 72, 99, 102, 119, 120], "pgr_contract": [13, 20, 24, 120], "pgr_contractgraph": [53, 119], "pgr_create_topologi": 55, "pgr_createtopologi": [20, 34, 35, 55, 90, 119, 120, 124], "pgr_createverticest": [20, 34, 35, 54, 71, 119, 120, 124], "pgr_cuthillmckeeord": [18, 23, 119], "pgr_dagshortestpath": [18, 119], "pgr_degre": [117, 119, 124], "pgr_depthfirstsearch": [1, 117, 119, 126], "pgr_dijkstra": [2, 6, 9, 13, 16, 20, 24, 30, 31, 32, 37, 38, 39, 40, 41, 42, 62, 71, 84, 119, 120, 129], "pgr_dijkstracost": [14, 16, 20, 119, 120, 129], "pgr_dijkstracostmatrix": [15, 16, 20, 28, 91, 119, 120, 129], "pgr_dijkstranear": [16, 24, 64, 84, 117, 119], "pgr_dijkstranearcost": [14, 16, 20, 63, 117, 119, 120], "pgr_dijkstravia": [16, 24, 104, 115, 117, 119, 127, 129], "pgr_drivingdist": [16, 17, 20, 33, 113, 119, 120, 129], "pgr_edgecolor": [11, 18, 119], "pgr_edgedisjointpath": [19, 20, 119, 120], "pgr_edmondskarp": [19, 20, 24, 47, 97, 119, 120], "pgr_edwardmoor": [18, 119], "pgr_endpoint": 119, "pgr_euclediantsp": [29, 119], "pgr_extractvertic": [24, 54, 58, 84, 117, 119, 121, 124], "pgr_findcloseedg": [24, 52, 117, 119, 128], "pgr_flip_edg": 119, "pgr_flipedg": 119, "pgr_floydwarshal": [7, 20, 77, 119, 120], "pgr_full_vers": [20, 108, 118, 120], "pgr_getcolumnnam": 119, "pgr_gettablenam": 119, "pgr_gsoc_vrppdtw": [92, 119], "pgr_hawickcircuit": [18, 119], "pgr_iscolumncndex": 119, "pgr_iscolumnint": 119, "pgr_isplanar": [18, 119], "pgr_johnson": [7, 20, 73, 119, 120], "pgr_kdijkstra": 119, "pgr_kdijkstracost": 119, "pgr_kdijkstrapath": 119, "pgr_kruskal": [20, 21, 24, 119, 120], "pgr_kruskalbf": [0, 20, 21, 119, 120], "pgr_kruskaldd": [17, 20, 21, 119, 120], "pgr_kruskaldf": [1, 20, 21, 119, 120], "pgr_ksp": [2, 16, 20, 119, 120, 129], "pgr_labelgraph": 119, "pgr_lengauertarjandominatortre": [18, 119], "pgr_linegraph": [18, 119, 125], "pgr_linegraphful": [18, 119, 125], "pgr_makeconnect": [12, 18, 119], "pgr_makedistancematrix": 119, "pgr_maxcardinalitymatch": [19, 20, 119, 120], "pgr_maxflow": [19, 20, 47, 69, 88, 89, 97, 119, 120], "pgr_maxflowboykovkolmogorov": [47, 119], "pgr_maxflowedmondskarp": [69, 119], "pgr_maxflowmincost": [18, 19, 24, 89, 119], "pgr_maxflowmincost_cost": [18, 19, 24, 119], "pgr_maxflowpushrelabel": [97, 119], "pgr_maximumcardinalitymatch": [86, 119], "pgr_nodenetwork": [20, 34, 119, 120, 124], "pgr_pgr_lengauertarjandominatortre": 119, "pgr_pickdeliv": [5, 18, 119], "pgr_pickdelivereuclidean": [5, 18, 119], "pgr_pointsaspolygon": 119, "pgr_pointstodmatrix": 119, "pgr_pointstovid": 119, "pgr_pointtoedgenod": 119, "pgr_pointtoid": 119, "pgr_prim": [20, 24, 116, 119, 120], "pgr_primbf": [0, 20, 116, 119, 120], "pgr_primdd": [17, 20, 116, 119, 120], "pgr_primdf": [1, 20, 116, 119, 120], "pgr_pushrelabel": [19, 20, 24, 47, 69, 87, 119, 120], "pgr_quote_id": 119, "pgr_sequentialvertexcolor": [11, 117, 119], "pgr_startpoint": 119, "pgr_stoerwagn": [18, 20, 119], "pgr_strongcompon": [12, 20, 119, 120], "pgr_texttopoint": 119, "pgr_topologicalsort": [18, 119], "pgr_transitiveclosur": [18, 119], "pgr_trsp": [3, 20, 24, 104, 105, 117, 119, 120], "pgr_trsp_withpoint": [3, 105, 117, 119, 128], "pgr_trspvia": [3, 117, 119, 127], "pgr_trspvia_withpoint": [3, 117, 119, 127, 128], "pgr_trspviaedg": [103, 119], "pgr_trspviavertic": [103, 119], "pgr_tsp": [4, 15, 20, 32, 39, 42, 62, 119, 120], "pgr_tspeuclidean": [4, 20, 119, 120], "pgr_turnrestrictedpath": [3, 18, 119], "pgr_version": [20, 25, 74, 118, 119, 120], "pgr_versionless": 119, "pgr_vidstodmatrix": 119, "pgr_vronedepot": 119, "pgr_vrponedepot": [5, 18, 119], "pgr_vrppdtw": 119, "pgr_withpoint": [2, 17, 24, 72, 112, 117, 119, 129], "pgr_withpointscost": [14, 117, 119, 129], "pgr_withpointscostmatrix": [15, 28, 117, 119, 129], "pgr_withpointsdd": [17, 117, 119, 129], "pgr_withpointsksp": [2, 117, 119, 129], "pgr_withpointsvia": [105, 117, 119, 127, 129], "pgrout": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 25, 26, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 71, 74, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 98, 99, 101, 102, 107, 108, 109, 121, 123, 124, 125, 126], "pgroutinglay": 26, "pgrrout": [72, 121], "pgsql": 74, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 25, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 119, 124, 125, 126, 127, 128, 129], "phase": 99, "phi": 19, "pi": 16, "pickup": [5, 18, 91, 92, 121], "pid": [15, 22, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "pile": 35, "pin": 123, "pindex": [92, 121], "pip": 25, "pl": 25, "place": [34, 56], "planar": 76, "plane": 76, "platform": [25, 119], "pleas": [24, 25, 34, 35, 54, 55, 90, 123], "plement": 75, "pm": 5, "pocess": [17, 20, 120], "point": [0, 3, 5, 6, 7, 10, 12, 16, 17, 19, 20, 21, 22, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 116, 117, 119, 120, 123], "point_sql": 72, "point_xi": 119, "pointer": 119, "points_sql": [106, 110, 111, 112, 119], "pointsofinterest": [22, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 128, 129], "pointsofinterset": 28, "polygon": [33, 119], "polynomi": 47, "popul": 55, "port": 119, "portal": [24, 71], "portland": 7, "posgresql": 7, "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 24, 27, 28, 30, 34, 37, 40, 41, 42, 43, 45, 47, 50, 51, 53, 54, 55, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 73, 77, 78, 79, 80, 81, 84, 86, 88, 89, 93, 94, 95, 96, 97, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 122, 127, 128, 129], "possibl": [3, 4, 5, 10, 11, 12, 13, 18, 19, 20, 21, 23, 24, 28, 29, 43, 45, 46, 48, 50, 51, 56, 57, 59, 67, 70, 72, 75, 76, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 98, 99, 101, 102, 107, 109, 116, 122, 125, 126, 128], "possibli": [78, 93, 116], "post": [17, 20, 120, 128, 129], "postgi": [7, 20, 24, 25, 26, 33, 119, 123], "postgis_full_vers": 25, "postgr": [20, 25, 119], "postgresql": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "postion": 75, "postit": [15, 24, 72, 105, 106, 110, 111, 112, 113, 114, 115, 127, 128, 129], "postman": [18, 50, 51, 119], "potenti": [34, 35, 90], "pott": 26, "power": 35, "practic": 75, "pratap": 26, "preced": 71, "precis": [22, 92, 103, 113, 119, 121], "pred": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "predecessor": [17, 22, 26, 66, 113], "prefer": [28, 33, 128, 129], "prefix": [119, 121], "prep": 58, "prepar": [54, 71, 119], "prepare_cap": 72, "prerequisit": [34, 35, 119], "present": [7, 15, 24, 44, 67, 75, 82, 84, 98, 105, 106, 110, 111, 112, 113, 114, 115, 127, 128, 129], "pretti": 35, "previou": [5, 9, 22, 54, 91, 92, 119], "previous": 25, "previu": 84, "prim": [0, 1, 17, 20, 24, 93, 94, 95, 96, 119, 120, 122], "primari": [3, 22, 34, 54, 72, 90, 92, 109, 121], "princeton": [4, 40, 41], "priorit": 123, "priya": 26, "problem": [5, 6, 18, 19, 20, 24, 34, 35, 45, 50, 51, 54, 55, 56, 57, 58, 60, 61, 62, 67, 71, 75, 90, 91, 92, 98, 99, 112, 119, 121, 127, 128, 129], "proce": 25, "process": [0, 1, 6, 7, 8, 9, 10, 13, 15, 16, 19, 21, 24, 25, 27, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 47, 50, 51, 53, 54, 55, 57, 58, 60, 61, 62, 69, 71, 72, 73, 77, 78, 79, 80, 81, 84, 88, 89, 90, 93, 94, 95, 96, 97, 99, 101, 102, 107, 110, 111, 112, 114, 116, 119, 121, 122, 128, 129], "produc": [16, 57, 59, 60, 61, 62, 67, 98, 102, 112, 116], "product": 26, "profession": 123, "progress": 7, "project": [20, 24, 26, 34, 54, 90, 119], "projectweb": [92, 121], "promot": [4, 59, 63, 64, 98, 119], "prompt": 25, "pronounc": [6, 8], "proper": 67, "propos": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 54, 56, 57, 60, 61, 62, 67, 68, 69, 70, 72, 75, 76, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 99, 101, 102, 107, 109, 119, 120, 121, 124, 125, 126, 127, 128, 129], "prototyp": 103, "provid": [20, 25, 48, 59, 67, 71, 98, 121, 123], "pseudo": 53, "psql": [7, 24, 25], "public": [26, 34, 35, 54, 55, 90, 121], "publish": [43, 75, 92, 121], "pull": [20, 26, 119], "purpos": [0, 9, 16, 17, 40, 41, 42, 43, 45, 48, 57, 59, 60, 61, 66, 70, 79, 80, 81, 94, 95, 96, 101, 106, 110, 111, 113], "push": [5, 19, 20, 87, 91, 92, 97, 120], "push_relabel_max_flow": [87, 97], "python3": 119, "q": 25, "q1": 28, "quad": [16, 19], "qualiti": 24, "queri": [3, 13, 20, 22, 34, 55, 90, 91, 108, 119, 121], "question": [4, 24, 28, 29, 123], "queue": 56, "quit": 29, "quote_liter": 34, "r": [15, 22, 24, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radiu": 33, "rais": [3, 24, 91, 103, 104, 105, 106, 107, 127], "raise_except": [54, 55], "raj": 26, "rajat": 26, "random": [6, 8, 28, 29, 30, 31, 37, 38, 70], "rang": 98, "rather": 58, "razequl": 26, "re": [119, 123], "reach": [0, 17, 24, 48, 59, 66, 68, 79, 80, 81, 94, 95, 96, 113, 119], "reachabl": [52, 59, 100, 102], "read": [3, 25, 60, 90], "reader": 119, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 127, 128, 129], "realiti": 119, "receiv": 103, "rechabl": 102, "recomend": 121, "recommend": [7, 24, 35, 73, 77, 121, 123], "reconstruct": [20, 55, 120, 124], "record": [7, 13, 119], "recreat": [54, 90], "recurs": 99, "recursevli": [128, 129], "red": [13, 36, 121, 128, 129], "reddi": 26, "reduc": [13, 24, 53], "refactor": 119, "refer": [4, 5, 20, 34, 35, 54, 55, 74, 108, 119, 120], "referenc": 54, "refin": [1, 2, 3, 11, 13, 14, 15, 16, 17, 58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 124, 126, 127, 128, 129], "regardless": [22, 24], "regclass": 121, "regina": 26, "regress": 119, "reinstal": 25, "rel": [5, 15, 16, 24, 27, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 72, 75, 91, 92, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "relabel": [19, 20, 87, 97, 120], "relat": [28, 29, 34, 90, 119, 128, 129], "relationship": 24, "releas": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 25, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 124, 125, 126, 127, 128, 129], "release_not": 119, "relev": 92, "reli": 57, "rema": [128, 129], "remain": [24, 105, 115], "remov": [13, 22, 25, 36, 44, 49, 52, 53, 100, 104, 105, 113, 119, 128, 129], "renam": [22, 26, 33, 47, 54, 55, 69, 86, 97, 119], "renumb": 119, "repair": 35, "repeat": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70, 128, 129], "replac": [3, 13, 22, 92, 119], "replic": 123, "report": [20, 35, 119], "repositori": 25, "repres": [3, 7, 10, 13, 22, 24, 46, 50, 51, 53, 73, 76, 77, 83, 86, 104, 113, 114, 124, 127], "represent": [128, 129], "request": [5, 14, 20, 26, 31, 38, 41, 61, 119], "requir": [20, 24, 25, 27, 28, 34, 35, 52, 54, 55, 71, 72, 107, 114, 119, 123, 128], "resembl": [66, 113, 121], "residu": [19, 24, 47, 69, 88, 89, 97], "residual_capac": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "respect": [43, 84], "respons": [15, 42, 62, 112], "rest": [24, 54, 71, 72, 84], "restaur": [128, 129], "restrict": [6, 18, 20, 30, 31, 32, 37, 38, 39, 117, 119, 120, 128], "restrict_sql": 22, "restructur": 119, "result": [1, 6, 14, 16, 20, 21, 22, 34, 35, 55, 57, 89, 116, 119, 122, 128, 129], "return": [0, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 117, 119, 124, 127], "revers": [16, 18, 19, 22, 23, 24, 35, 56, 60, 83, 84, 90, 121], "reverse_": 121, "reverse_capac": [19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 97, 121], "reverse_categori": 121, "reverse_category_id": 119, "reverse_cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129], "revis": 119, "rewritten": [3, 5, 10, 11, 12, 18, 19, 23, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "rf": 25, "rhel": 119, "ribot": 90, "richard": 43, "rid": 22, "right": [3, 15, 24, 48, 59, 72, 90, 105, 106, 112, 113, 115, 121, 127], "rightarrow": [13, 22, 24, 28, 46, 60, 63, 64, 71, 72, 104, 105], "rightarrow3": 22, "rightarrow5": 22, "rightarrow6": 22, "rightarrow9": 22, "ring": [33, 34, 90], "rm": 25, "rn": 72, "road": [3, 13, 24, 71, 90, 103, 119], "rohith": 26, "role": 25, "rollback": 109, "root": [0, 17, 48, 59, 66, 79, 80, 81, 82, 94, 95, 96, 113], "roughli": [27, 107, 114], "round": [35, 72, 105, 106, 110, 111, 112, 113, 114, 115], "rout": [3, 4, 13, 16, 18, 20, 25, 26, 27, 28, 29, 55, 63, 64, 90, 91, 92, 103, 106, 107, 110, 111, 112, 117, 119, 121, 124, 127, 128, 129], "route_agg_cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "routeplan": 13, "routing_postgi": 119, "row": [6, 7, 8, 13, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "row_numb": [22, 65, 71, 72, 92, 104, 105, 115, 121], "row_wher": 119, "rowam": 4, "rows_wher": [34, 35, 54, 55, 90], "rubric": 119, "rule": 35, "run": [6, 8, 9, 10, 16, 21, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 56, 57, 59, 60, 61, 63, 64, 67, 69, 70, 73, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 116, 119], "rykov": 26, "s_in_rul": 35, "s_out_rul": 35, "sai": [5, 6, 26], "said": 24, "sakr": 26, "sale": [15, 20, 28, 29, 32, 39, 42, 62, 112, 120], "salesman": [4, 5, 28, 29], "salesperson": [4, 28, 29], "same": [3, 5, 6, 7, 8, 9, 14, 15, 16, 19, 20, 22, 24, 28, 29, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 54, 55, 57, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70, 72, 73, 77, 84, 87, 88, 89, 90, 91, 92, 97, 99, 102, 104, 105, 106, 110, 111, 112, 119, 121, 128, 129], "sameresult": 54, "sampl": [5, 20, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 128, 129], "sampledata": [7, 24, 119], "samu": 26, "sarthak": 26, "satisfi": 28, "save": 121, "scale": 24, "scenario": [9, 34, 40, 41, 42, 54, 55], "schema": [34, 35, 54, 55, 90, 119], "scheme": 119, "scientist": [16, 60, 61, 62, 112], "search": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129], "seat": 5, "sec": 5, "second": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 22, 24, 27, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 121, 127, 128, 129], "second_edg": [24, 71], "second_seg": [24, 71], "section": [5, 13, 22, 24, 34, 60, 65, 84, 104, 105, 115, 127, 128, 129], "see": [20, 24, 119, 123], "segment": [3, 24, 34, 35, 58, 72, 76, 90, 101, 121, 128], "select": [3, 6, 7, 8, 13, 22, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 121, 128, 129], "self": [67, 75, 119], "self_loop": 84, "send": [19, 24, 88], "separ": [22, 90, 116, 119], "seq": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "sequenc": [3, 5, 13, 16, 24, 27, 28, 29, 30, 35, 37, 40, 43, 45, 50, 53, 56, 57, 60, 63, 65, 68, 70, 75, 84, 103, 104, 105, 106, 107, 110, 114, 115, 121, 127], "sequenti": [0, 3, 5, 11, 15, 17, 19, 24, 27, 30, 37, 40, 43, 44, 45, 47, 48, 50, 52, 57, 59, 60, 63, 65, 66, 68, 69, 70, 75, 79, 80, 81, 82, 83, 84, 85, 88, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "serial": [3, 22, 24, 71, 121], "serv": 75, "server": [3, 5, 7, 10, 11, 12, 18, 19, 23, 25, 26, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 119, 123, 125, 126], "servic": [5, 25, 91, 92, 121, 123], "service_tim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "set": [0, 5, 6, 7, 11, 13, 15, 16, 17, 19, 24, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 121, 123, 124, 127, 128], "setof": [13, 22, 58, 71], "setval": [84, 121], "seuenc": [16, 117], "sever": [5, 22, 24, 25, 66, 113, 119], "sh": [25, 119], "shape": [17, 20, 33, 66, 120], "shapefil": 24, "share": [20, 26, 83, 90], "shift": 5, "shind": 26, "shobhit": 26, "shoot": 119, "shooting_star": 119, "short": [20, 119], "shorter": 111, "shortest": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 27, 28, 29, 30, 31, 37, 38, 40, 41, 42, 43, 45, 50, 57, 59, 60, 61, 62, 63, 64, 65, 70, 72, 73, 77, 103, 104, 105, 106, 107, 110, 111, 112, 114, 115, 117, 119, 120, 127, 129], "shortest_path_faster_algorithm": 70, "should": [5, 24, 26, 71, 86, 119], "show": [5, 13, 22, 24, 29, 48, 52, 59, 63, 64, 72, 92, 128, 129], "shown": [13, 22, 72], "shp2pgsql": 24, "shrink": 99, "side": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], "sign": [24, 128], "signal": [24, 58], "signatur": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 117, 119, 124, 125, 126, 127, 128, 129], "signific": [24, 71, 119], "significantli": [70, 123], "similar": [22, 24, 29, 70, 71], "simpl": [24, 35, 119, 121], "simplest": [34, 54, 55], "simpli": 99, "simplif": 119, "simplifi": [24, 119], "simul": [28, 29, 32, 39, 42, 62, 112], "simultan": [8, 9], "sinc": 4, "singh": 26, "singl": [5, 18, 44, 45, 53, 70, 119, 122], "sink": [19, 35], "sintef": [92, 121], "sir": 4, "site": 26, "situat": 90, "six": [91, 92], "size": [7, 13, 24, 53, 58, 65, 99, 104, 105, 115], "skip": [54, 55, 58, 71, 90, 121], "slower": [5, 43], "small": [24, 27, 56, 58, 72, 107, 114, 121], "smaller": [88, 89], "smallest": 98, "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "snap": [34, 54], "so": [7, 13, 14, 17, 24, 31, 35, 38, 41, 54, 61, 67, 73, 77, 80, 90, 95, 119, 123], "soft": 121, "softwar": 26, "solomon_100_rc_101": 109, "solut": [4, 5, 24, 28, 29, 52, 72, 91, 92, 103, 104, 105, 119], "solv": [6, 16, 24, 32, 39, 42, 45, 57, 60, 61, 62, 71, 75, 91, 92, 99, 112, 119, 127], "solver": 119, "some": [3, 13, 24, 25, 26, 28, 35, 43, 53, 67, 72, 84, 119, 121, 124, 128, 129], "someth": 34, "sometim": [3, 99, 104, 105], "sort": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 63, 64, 70, 101], "sorted_v": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "sourabh": 26, "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "source_": 24, "source_edg": 22, "source_i": [16, 19, 24], "source_original_id": 84, "source_po": 22, "sourcehandl": 25, "sp": 72, "space": [13, 53, 76], "span": [0, 1, 17, 20, 21, 48, 59, 78, 79, 80, 81, 93, 94, 95, 96, 113, 116, 120], "spane": 66, "spars": [56, 77], "sparsiti": 56, "special": [20, 120, 124], "specialized_vari": 45, "specif": [24, 71, 72, 119], "specifi": 24, "speed": [5, 6, 13, 24, 54, 55, 58, 70, 91, 92, 121], "spent": [5, 91, 92], "sphinx": [25, 119], "split": [52, 72, 84, 90], "spoon": 33, "spoon_radiu": 33, "spr06": [40, 41], "sql": [13, 22, 25, 119, 123], "sqrt": [6, 30, 31, 32, 33, 37, 38, 39, 109], "squar": [128, 129], "src": [34, 54, 55], "src_id": 109, "srid": [34, 54, 55, 71, 72], "sssp": 45, "sstreet": 35, "st_": 119, "st_area": 33, "st_astext": [24, 52, 71, 72], "st_buffer": [7, 24, 34, 54, 55, 72], "st_centroid": 7, "st_closestpoint": 72, "st_collect": 33, "st_concavehul": 33, "st_cross": [24, 71], "st_delaunytriangl": 33, "st_dump": [24, 71], "st_dwithin": 72, "st_endpoint": [24, 52, 71, 72, 121], "st_envelop": 7, "st_extent": 7, "st_intersect": [24, 71, 72], "st_length": 24, "st_linelocatepoint": [24, 71, 72], "st_makelin": [24, 29, 52, 72, 121], "st_makepoint": 29, "st_point": [34, 54, 55, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121], "st_split": [24, 71], "st_srid": 34, "st_startpoint": [24, 52, 71, 72, 121], "st_x": [24, 29, 52, 71, 72, 121], "st_y": [24, 29, 52, 71, 72, 121], "stabl": 33, "stack": 5, "stackexchang": 20, "standar": [22, 27, 30, 37, 60, 66, 113, 114, 119], "standard": [25, 45, 119], "star": [6, 8, 119], "start": [0, 4, 5, 7, 8, 9, 14, 15, 16, 17, 19, 22, 24, 25, 27, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 77, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 91, 92, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 121, 127, 128, 129], "start_": 16, "start_clos": [5, 91, 92, 121], "start_i": [5, 92, 121], "start_id": [4, 28, 29], "start_node_id": [5, 91], "start_open": [5, 91, 92, 121], "start_pid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "start_servic": [5, 91, 92], "start_v": [16, 50, 75], "start_vid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "start_x": [5, 92, 121], "startpoint": 71, "state": [24, 123], "statement": [88, 91, 92, 101, 121], "station": [63, 64], "statu": [106, 110], "step": [24, 25, 56, 84, 90, 104, 105, 106, 110, 116, 123], "stephen": 26, "steve": 119, "still": [1, 2, 3, 11, 13, 14, 15, 16, 17, 28, 58, 59, 63, 64, 65, 71, 84, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 124, 126, 127, 128, 129], "stoer": 99, "stoerwagn": 99, "stop": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "stop_id": 91, "stop_on_first": 107, "stop_seq": [5, 91, 92], "stop_typ": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "store": [7, 14, 15, 24, 31, 34, 35, 38, 41, 42, 61, 62, 72, 73, 77, 111, 112, 121, 128], "straight": 76, "strategi": 98, "street": [24, 35, 90], "strict": [24, 65, 104, 105, 107, 115, 127], "strictli": 22, "string": [24, 35, 119], "string_to_arrai": 22, "strong": 100, "strongli": [12, 20, 24, 35, 100, 120], "structur": [20, 34, 35, 54, 55, 119, 121], "studi": 4, "studio": 119, "sub": [6, 24, 104], "sub_id": 90, "subgraph": [46, 73, 76, 77, 84, 93, 99, 102], "subscrib": 123, "subset": [19, 34, 44, 54, 55, 58, 99, 116], "subseteq": 24, "subwai": [63, 64], "succe": 25, "successfulli": 25, "successive_shortest_path_nonnegative_weight": [88, 89], "sudo": 25, "suffix": 90, "suggest": 70, "suitabl": [75, 124], "sum": [5, 7, 14, 15, 19, 31, 38, 41, 42, 61, 62, 73, 77, 91, 92, 99, 104, 105, 111, 112], "sum_": 16, "sumar": [31, 38, 41, 61], "sumari": [5, 91, 92], "summari": [27, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 53, 57, 59, 60, 61, 62, 63, 64, 68, 69, 70, 72, 73, 75, 76, 77, 78, 82, 84, 87, 88, 89, 91, 92, 93, 97, 101, 102, 106, 110, 111, 112], "summer": 26, "super": [19, 47, 69, 88, 89, 97], "supermarket": [128, 129], "supli": 124, "suppli": 22, "supplier": [24, 71], "support": [13, 20, 25, 26, 27, 28, 29, 30, 33, 37, 40, 50, 73, 77, 108, 119], "suppos": [5, 24], "sure": 25, "swapnil": 26, "switch": [24, 25, 71], "sylvain": 26, "symetr": 13, "symmetr": [4, 7, 13, 14, 15, 28, 29, 31, 32, 38, 39, 41, 42, 56, 61, 62, 73, 77, 111, 112], "system": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "systemctl": 25, "t": [5, 13, 22, 24, 34, 35, 43, 47, 54, 55, 68, 69, 76, 87, 88, 89, 90, 97, 99, 106, 119], "t_in_rul": 35, "t_out_rul": 35, "tabl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 122, 124, 125, 126, 127, 128, 129], "table_end": 90, "table_of_cont": [63, 64], "tag": 123, "take": [3, 24, 58, 71, 103, 104, 105, 106, 107, 127], "taken": [3, 4, 24, 28, 90, 103, 104, 105, 106, 107, 127], "takubo": 26, "tar": 25, "target": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "target_": 24, "target_arrai": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "target_edg": 22, "target_i": [16, 19, 24], "target_id": 22, "target_po": 22, "targets_original_id": 84, "tarjan": [82, 100], "tarriv": 109, "tasca": 26, "task": [24, 71, 84], "tbd": [55, 84, 109], "tdepart": 109, "techer": 26, "tell": 90, "temp": 58, "tempor": [22, 128], "temporari": 110, "term": [16, 24, 45, 70, 71], "termin": [8, 9, 40, 41, 42], "test": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 34, 43, 45, 46, 48, 50, 51, 55, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 119, 123, 124, 125, 126, 127, 128, 129], "tester": [25, 119], "texliv": 25, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 22, 24, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "tf": [24, 35], "tgt": [34, 54, 55], "th": [5, 91, 92, 106, 110], "tha": 13, "than": [7, 8, 9, 13, 17, 22, 24, 27, 28, 33, 36, 40, 41, 42, 43, 57, 58, 63, 64, 66, 67, 70, 73, 77, 80, 84, 88, 89, 91, 95, 99, 101, 107, 113, 114], "the_geom": [7, 34, 35, 54, 55, 90, 119], "the_in": 71, "the_matrix_info": 109, "the_out": 71, "the_point": 71, "thei": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 28, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 72, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 125, 126, 127, 128, 129], "them": [20, 24, 25, 43, 101, 120, 124, 128, 129], "theme": 25, "themselv": 46, "theorem": [11, 18, 67], "theori": [4, 24, 99], "therefor": [0, 3, 5, 6, 7, 8, 10, 15, 16, 17, 19, 20, 21, 22, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 120, 124, 127, 128, 129], "therfor": 121, "theta": 73, "thi": [3, 4, 5, 6, 7, 8, 9, 13, 15, 16, 19, 20, 22, 24, 25, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 43, 45, 49, 52, 53, 54, 55, 57, 58, 60, 61, 62, 63, 64, 65, 67, 70, 71, 72, 74, 75, 76, 78, 84, 88, 90, 92, 93, 98, 99, 104, 105, 108, 112, 115, 116, 119, 121, 123, 125, 126, 127, 128, 129], "think": 35, "third": [4, 24], "tho": 90, "thoma": 4, "those": [13, 24, 35, 36, 43, 72, 85, 90, 103, 121, 128], "though": 43, "thought": 128, "three": [13, 24, 52, 72, 85], "three_opt": [24, 52, 72], "through": [4, 13, 19, 24, 47, 65, 69, 88, 89, 97, 98, 104, 105, 115, 123, 128], "throw": [0, 22, 48, 57, 59, 79, 81, 94, 96, 101], "thru": [22, 24, 71, 103], "thu": [57, 70], "thurkow": 26, "ticket": 123, "tidi": [20, 119], "tie": [66, 113], "till": 4, "time": [6, 7, 8, 9, 10, 13, 16, 21, 24, 26, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 63, 64, 67, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 116, 121], "tip": 20, "titl": 24, "tiwari": 26, "tmp_edges_vertices_pgr": 58, "to_cost": 22, "todo": 88, "togeth": [4, 85], "tokyo": 26, "toler": [34, 54, 72, 90], "too": [24, 119, 123], "tool": [24, 25, 35, 119], "top": [24, 58, 72, 92, 121], "topic": 123, "topolog": [57, 101], "topologi": [20, 34, 35, 55, 58, 85, 90, 106, 113, 114, 117, 119, 120], "topological_sort": [57, 101], "total": [5, 7, 13, 21, 31, 33, 38, 53, 58, 61, 65, 78, 79, 80, 81, 88, 89, 90, 91, 92, 104, 105, 115, 116, 127, 128, 129], "tour": [4, 28], "track": [90, 119], "tracker": 123, "trait": [24, 71, 128], "transform": [18, 22, 28, 83, 102, 128], "transit": 102, "transitive_closur": 102, "transport": [5, 24, 71], "travel": [5, 15, 20, 22, 28, 29, 32, 39, 42, 62, 84, 91, 92, 110, 111, 112, 120], "travel_tim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "traveltim": 109, "travers": [0, 1, 17, 18, 24, 27, 28, 29, 30, 37, 40, 43, 45, 48, 50, 57, 59, 60, 63, 65, 66, 68, 70, 75, 76, 78, 79, 80, 81, 84, 85, 90, 93, 94, 95, 96, 99, 103, 104, 105, 106, 107, 110, 113, 114, 115, 117, 119, 121, 127], "treat": 35, "tree": [0, 1, 17, 20, 21, 48, 59, 66, 78, 79, 80, 81, 82, 93, 94, 95, 96, 113, 116, 120], "tri": [24, 67, 98], "triangl": [4, 15, 28, 29, 33, 42, 62, 112], "tries_per_temperatur": [28, 29], "trigger": 119, "trsp": [18, 20, 22, 103, 104, 105, 106, 117, 119, 120, 128, 129], "trspviaedg": 119, "truck": [5, 91, 92, 119], "true": [7, 13, 15, 16, 22, 24, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 75, 76, 77, 83, 88, 90, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "trusti": 7, "try": [5, 24, 65, 90, 104, 105, 115, 127], "tsp": [5, 119], "tsp_result": 29, "tunnel": [24, 71], "tupl": 24, "turn": [3, 20, 24, 25, 71, 84, 103, 104, 105, 119, 120], "turn_restrict_sql": 22, "tutori": 123, "twice": [3, 4, 28, 29], "two": [7, 8, 9, 13, 19, 20, 21, 24, 46, 53, 63, 64, 67, 68, 71, 76, 83, 84, 85, 90, 98, 99, 105, 106, 110, 111, 112, 113, 115, 119, 120, 123, 124, 128, 129], "two_way_if_nul": 35, "type": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "typic": 24, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 24, 25, 26, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 57, 60, 61, 62, 70, 73, 77, 80, 84, 88, 89, 90, 95, 101, 104, 105, 106, 110, 111, 112, 123], "u_turn": 84, "u_turn_on_edg": [24, 65, 104, 105, 115, 127], "ubuntu": 119, "unam": 22, "uncategoris": 24, "unclassifi": [18, 119], "unconnect": 99, "undefin": 84, "under": [20, 26, 90, 123, 126], "underli": 68, "underload": [5, 91, 92], "understand": 72, "undirect": [0, 1, 4, 6, 7, 8, 9, 12, 15, 16, 18, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 52, 53, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80, 81, 83, 85, 86, 93, 94, 95, 96, 98, 99, 102, 103, 104, 105, 107, 110, 111, 112, 113, 114, 115, 116, 119, 120, 122, 124, 128, 129], "unexpect": [54, 55, 119], "unifi": 119, "union": [5, 13, 24, 30, 37, 52, 63, 64, 71, 72, 91, 92, 101, 104, 105, 119], "uniqu": [7, 14, 15, 31, 38, 41, 42, 61, 62, 72, 73, 77, 90, 111, 112, 121], "unit": [6, 30, 31, 32, 34, 37, 38, 39, 54, 72, 90, 91, 92, 123], "univers": [4, 26, 29], "unknown": [24, 35], "unless": 84, "unlik": [44, 111, 112], "unlimit": 13, "unload": [5, 91, 92], "unlog": [54, 71], "unnam": [22, 113, 114, 119], "unnecessari": 119, "unnest": [13, 54, 58, 63, 64, 71, 72], "unreport": 123, "uns": [63, 64], "until": [13, 59, 99], "untouch": 90, "unus": 119, "unwant": 24, "unweight": [45, 99], "up": [0, 1, 5, 13, 16, 21, 22, 24, 25, 35, 55, 58, 59, 78, 79, 80, 81, 84, 92, 93, 94, 95, 96, 116, 121, 122], "updat": [20, 25, 29, 35, 52, 54, 72, 84, 119, 121], "upgrad": [20, 119], "upon": 76, "upper": [0, 15, 17, 42, 48, 59, 62, 66, 79, 80, 81, 88, 89, 94, 95, 96, 112, 113], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 107, 109, 117, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129], "usabl": 24, "usag": [119, 128, 129], "use": 77, "usecas": 75, "user": [13, 15, 20, 22, 24, 25, 26, 42, 54, 55, 62, 112, 119, 120, 123, 124], "util": [24, 58, 68, 72, 117, 119], "uturn": 84, "v": [4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 19, 24, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 112, 116, 121, 125], "v1": [84, 119], "v2": [26, 119], "v3": [20, 22, 25, 119], "v_lc101": [92, 121], "valid": [6, 22, 24, 30, 31, 32, 37, 38, 39, 43, 57, 101, 102, 113, 128, 129], "valu": [0, 3, 5, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19, 22, 24, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "varchar": [34, 54, 55], "vari": [19, 24], "variabl": [33, 119], "variant": 5, "variat": [45, 75], "varieti": 24, "variou": 24, "varnoth": [16, 19], "vector": 24, "veenit": 26, "vehcil": [92, 121], "vehicl": [18, 24, 35, 58, 71, 128], "vehicle_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "vehicle_numb": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "vehicle_routing_problem": [5, 109], "vehicle_seq": [5, 91, 92], "veloc": 5, "vendor": 35, "venkata": 26, "vergara": 26, "veri": [24, 71, 121], "versaterm": 26, "versatil": 43, "version": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "vertex": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 27, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 73, 75, 76, 77, 78, 82, 83, 85, 86, 87, 88, 89, 91, 93, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 114, 115, 116, 117, 119, 121, 124, 125, 127, 128, 129], "vertex_": [65, 104, 105, 115, 127], "vertex_i": [65, 104, 105, 115, 127], "vertex_id": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "vertex_map": 84, "vertic": [0, 3, 7, 9, 15, 16, 17, 19, 20, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 67, 68, 69, 70, 73, 75, 76, 77, 82, 83, 86, 87, 88, 89, 90, 97, 98, 99, 100, 101, 102, 103, 106, 110, 111, 112, 117, 119, 120, 122, 124, 127], "vertices_id_seq": 121, "vertices_in_graph": 13, "vertices_to_expand": 13, "vertix_id": 119, "vetric": [24, 30, 37, 40, 43, 45, 57, 60, 68, 70], "via": [3, 22, 117, 119, 128, 129], "via_path": [22, 119], "vid": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "vidhan": 26, "vienna": 4, "view": [24, 58, 71, 121], "violat": [5, 91, 92, 107], "virginia": 26, "visit": [3, 4, 5, 24, 28, 29, 59, 79, 81, 94, 96, 113, 119, 127], "visual": [20, 24, 58, 119, 128, 129], "visuali": 29, "vize": [11, 18, 67], "vojt\u011bch": 116, "volatil": 13, "volum": 5, "vrp": [5, 119], "vrp_distanc": 109, "vrp_vehicl": 109, "vrppd": 5, "vrptw": 5, "w": 13, "wa": [4, 7, 13, 20, 22, 24, 26, 34, 35, 54, 55, 71, 72, 74, 84, 90, 116, 119, 121, 128], "wagner": 99, "wai": [3, 7, 20, 24, 34, 35, 52, 54, 55, 71, 72, 101, 124, 129], "wait": [5, 34, 35, 54, 55, 90, 91, 92], "wait_tim": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "walk": [24, 58], "wang": 26, "want": [25, 58, 75, 84, 121], "warn": [20, 22, 57, 101, 119], "warshal": [7, 20, 73, 77, 120], "waterloo": [4, 29], "we": [4, 7, 20, 25, 34, 35, 45, 54, 55, 73, 75, 77, 84, 90], "web": [26, 128], "websit": 123, "weight": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "well": [34, 35, 45, 54, 55, 90, 99, 128], "went": 34, "were": [7, 13, 22, 72, 84, 90, 119], "wget": [7, 25], "what": [24, 90, 119], "when": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 107, 110, 111, 112, 113, 114, 116, 119, 120, 121, 122, 127], "where": [0, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 21, 22, 24, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 121, 123, 127, 128, 129], "wherev": 20, "whether": 99, "which": [3, 4, 5, 7, 19, 22, 24, 28, 29, 45, 46, 50, 51, 59, 66, 72, 73, 76, 77, 84, 85, 86, 88, 90, 91, 92, 98, 99, 104, 105, 106, 113, 121, 123, 128], "while": [25, 27, 107, 114], "white": 13, "whitnei": 4, "who": [43, 123], "whole": [54, 58], "whose": [36, 45, 49, 90], "why": 35, "wi29": 29, "wiesenhaan": 26, "wiki": [5, 6, 8, 19, 25, 26, 27, 30, 37, 40, 41, 43, 45, 49, 57, 60, 61, 63, 64, 65, 69, 70, 71, 83, 84, 86, 87, 97, 99, 101, 102, 109], "wikipedia": [0, 1, 4, 5, 6, 8, 11, 19, 21, 24, 27, 28, 29, 30, 36, 37, 40, 41, 43, 44, 45, 46, 48, 49, 52, 56, 57, 59, 60, 61, 63, 64, 65, 67, 69, 70, 78, 79, 80, 81, 82, 83, 84, 86, 87, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 109, 116, 122], "wildcard": 119, "william": 4, "window": [5, 25, 91, 92, 119], "winni": 119, "with_doc": 25, "with_seq": [104, 105], "within": [5, 17, 24, 46, 63, 64, 72, 80, 90, 95, 113, 119, 128], "withing": 72, "without": [20, 25, 43, 86, 119], "withpoint": [22, 24, 72, 105, 106, 110, 111, 112, 114, 115, 117, 119], "woodbridg": [26, 119], "word": [16, 24, 127], "work": [4, 5, 6, 7, 8, 14, 15, 22, 24, 30, 31, 36, 37, 38, 42, 44, 46, 48, 49, 52, 58, 59, 62, 63, 64, 72, 75, 82, 84, 85, 86, 100, 112, 119, 121, 128, 129], "workshop": [24, 26], "world": [88, 89, 103, 128], "wors": [9, 28, 40, 41, 42], "worst": [4, 28, 29, 70], "would": [5, 6, 7, 14, 15, 24, 31, 34, 35, 36, 38, 41, 42, 43, 52, 54, 55, 61, 62, 72, 73, 77, 99, 111, 112], "wrapper": [119, 123], "write": [90, 123], "written": 26, "wrong": [3, 34, 35, 54, 55], "wu": 26, "www": [6, 7, 8, 13, 25, 26, 30, 37, 40, 41, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 92, 97, 121, 123], "x": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "x1": [22, 24, 30, 31, 32, 37, 38, 39, 52, 54, 71, 72, 121], "x2": [22, 24, 30, 31, 32, 37, 38, 39, 52, 54, 71, 72, 121], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 25, "y": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "y1": [22, 24, 30, 31, 32, 37, 38, 39, 52, 54, 71, 72, 121], "y2": [22, 24, 30, 31, 32, 37, 38, 39, 52, 54, 71, 72, 121], "y_0": 6, "y_1": 6, "ye": 13, "yellow": 84, "yen": [2, 16, 20, 27, 107, 114, 117, 120], "yige": 26, "you": [20, 25, 35, 45, 58, 75, 90, 123], "your": [24, 25, 34, 35, 55, 58, 123], "z": 13, "zero": [19, 47, 69, 88, 89, 97], "zia": 26, "zimanyi": 26}, "titles": ["BFS - Category", "DFS - Category", "K shortest paths - Category", "TRSP - Family of functions", "Traveling Sales Person - Family of functions", "Vehicle Routing Functions - Category (Experimental)", "A* - Family of functions", "All Pairs - Family of Functions", "Bidirectional A* - Family of functions", "Bidirectional Dijkstra - Family of functions", "Chinese Postman Problem - Family of functions (Experimental)", "Coloring - Family of functions", "Components - Family of functions", "Contraction - Family of functions", "Cost - Category", "Cost Matrix - Category", "Dijkstra - Family of functions", "Driving Distance - Category", "Experimental Functions", "Flow - Family of functions", "Table of Contents", "Kruskal - Family of functions", "Migration guide", "Ordering - Family of functions", "pgRouting Concepts", "Installation", "Introduction", "pgr_KSP", "pgr_TSP
", "pgr_TSPeuclidean
", "pgr_aStar
", "pgr_aStarCost", "pgr_aStarCostMatrix
", "pgr_alphaShape
", "pgr_analyzeGraph", "pgr_analyzeOneWay", "pgr_articulationPoints
", "pgr_bdAstar
", "pgr_bdAstarCost", "pgr_bdAstarCostMatrix
", "pgr_bdDijkstra
", "pgr_bdDijkstraCost
", "pgr_bdDijkstraCostMatrix
", "pgr_bellmanFord - Experimental
", "pgr_biconnectedComponents
", "pgr_binaryBreadthFirstSearch
- Experimental", "pgr_bipartite -Experimental", "pgr_boykovKolmogorov
", "pgr_breadthFirstSearch
- Experimental", "pgr_bridges
", "pgr_chinesePostman
- Experimental", "pgr_chinesePostmanCost
- Experimental", "pgr_connectedComponents", "pgr_contraction
", "pgr_createTopology", "pgr_createVerticesTable", "pgr_cuthillMckeeOrdering
- Experimental", "pgr_dagShortestPath - Experimental", "pgr_degree
\u2013 Proposed", "pgr_depthFirstSearch
- Proposed", "pgr_dijkstra
", "pgr_dijkstraCost
", "pgr_dijkstraCostMatrix
", "pgr_dijkstraNear
- Proposed", "pgr_dijkstraNearCost
- Proposed", "pgr_dijkstraVia
- Proposed", "pgr_drivingDistance
", "pgr_edgeColoring - Experimental", "pgr_edgeDisjointPaths
", "pgr_edmondsKarp
", "pgr_edwardMoore - Experimental
", "pgr_extractVertices \u2013 Proposed", "pgr_findCloseEdges
", "pgr_floydWarshall
", "pgr_full_version
", "pgr_hawickCircuits - Experimental
", "pgr_isPlanar
- Experimental", "pgr_johnson
", "pgr_kruskal
", "pgr_kruskalBFS
", "pgr_kruskalDD
", "pgr_kruskalDFS
", "pgr_lengauerTarjanDominatorTree -Experimental", "pgr_lineGraph
- Experimental", "pgr_lineGraphFull
- Experimental", "pgr_makeConnected
- Experimental", "pgr_maxCardinalityMatch", "pgr_maxFlow
", "pgr_maxFlowMinCost
- Experimental", "pgr_maxFlowMinCost_Cost
- Experimental", "pgr_nodeNetwork", "pgr_pickDeliver
- Experimental", "pgr_pickDeliverEuclidean
- Experimental", "pgr_prim
", "pgr_primBFS
", "pgr_primDD
", "pgr_primDFS
", "pgr_pushRelabel
", "pgr_sequentialVertexColoring - Proposed", "pgr_stoerWagner - Experimental", "pgr_strongComponents
", "pgr_topologicalSort
- Experimental", "pgr_transitiveClosure
- Experimental", "pgr_trsp - Proposed", "pgr_trspVia
- Proposed", "pgr_trspVia_withPoints
- Proposed", "pgr_trsp_withPoints - Proposed", "pgr_turnRestrictedPath - Experimental", "pgr_version
", "pgr_vrpOneDepot - Experimental", "pgr_withPoints
- Proposed", "pgr_withPointsCost
- Proposed", "pgr_withPointsCostMatrix
- proposed", "pgr_withPointsDD
- Proposed", "pgr_withPointsKSP - Proposed", "pgr_withPointsVia
- Proposed", "Prim - Family of functions", "Proposed Functions", "Reference", "Release Notes", "Function Families", "Sample Data", "Spanning Tree - Category", "Support", "Topology - Family of Functions", "Transformation - Family of functions (Experimental)", "Traversal - Family of functions", "Via - Category", "withPoints - Category", "withPoints - Family of functions"], "titleterms": {"": [24, 34, 54, 55, 65, 104, 105, 115], "0": 119, "01": 119, "02": 119, "03": 119, "05": 119, "0a": 119, "0b": 119, "1": [13, 28, 60, 119], "10": 60, "11": 60, "12": 60, "13": 60, "14": 60, "15": 60, "16": 60, "17": 60, "18": 60, "19": 60, "2": [13, 20, 60, 119], "20": 60, "21": 60, "22": 60, "23": 60, "24": 60, "25": 60, "26": 60, "27": 60, "28": 60, "29": [29, 60], "3": [13, 20, 60, 119], "30": 60, "31": 60, "32": 60, "33": 60, "34": 60, "35": 60, "36": 60, "37": 60, "4": [60, 119], "5": [60, 119], "6": [20, 60, 119], "7": 60, "8": [60, 119], "9": [60, 119], "A": [6, 8, 72], "At": 72, "For": [24, 60], "NOT": [34, 54, 55], "Near": [63, 64], "On": [128, 129], "One": [22, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 65, 68, 69, 70, 72, 87, 88, 89, 97, 103, 104, 105, 106, 110, 111, 114, 115], "The": [13, 16, 65, 84, 92, 104, 105, 115, 121], "With": [54, 105, 106, 110, 111, 112, 113, 115, 129], "about": [128, 129], "ad": [24, 29, 71, 84], "add": [13, 84], "addit": [13, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 65, 66, 68, 69, 70, 71, 72, 76, 82, 84, 87, 88, 89, 97, 99, 101, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "adjust": 24, "advanc": [6, 16, 19, 128, 129], "aggreg": [65, 104, 105, 115], "algorithm": [3, 104, 105], "all": [7, 20, 72], "alphabet": 26, "also": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 124, 125, 126, 127, 128, 129], "an": [13, 28, 58], "answer": 72, "ar": [65, 71, 104, 105, 115], "astar": [6, 30, 31, 32, 37, 38, 39], "asymetr": 28, "avail": 20, "base": 24, "belong": 13, "between": 60, "bf": [0, 79, 94], "bidirect": [8, 9], "both": 13, "build": [24, 25], "calcul": 84, "capac": 5, "case": 13, "categori": [0, 1, 2, 5, 14, 15, 17, 20, 120, 122, 127, 128], "chang": 119, "characterist": [4, 5, 9, 14, 15, 28, 29, 63, 64, 91, 92], "check": [24, 52, 71, 72], "chines": 10, "citi": 29, "clean": [54, 71], "closest": [24, 52, 72], "code": 24, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 24, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 127], "combin": [16, 19, 24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 68, 69, 70, 87, 88, 89, 97, 103, 106, 110, 111, 114, 121, 128, 129], "commerci": 123, "compar": 90, "complet": 84, "compon": [12, 24, 52, 72], "concept": [20, 24], "configur": 25, "connect": [24, 28, 52, 72], "construct": 13, "content": [4, 5, 20, 22, 119, 128, 129], "contract": [13, 24, 53], "contribut": 24, "contributor": 26, "coordin": 29, "corpor": 26, "cost": [14, 15, 24, 29, 60, 65, 104, 105, 115, 121], "creat": [24, 29, 54, 71, 84, 128, 129], "cross": [24, 71], "current": 20, "cycl": 13, "data": [7, 13, 22, 24, 28, 29, 71, 84, 121], "databas": [13, 24, 25, 54, 71], "dead": [13, 24, 58], "default": [34, 54, 55], "definit": [4, 16, 24, 28, 29], "degre": 58, "deliv": [5, 91, 92, 121], "deliveri": 5, "demand": 5, "depend": 25, "descript": [6, 8, 10, 21, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116], "detail": 106, "df": [1, 48, 59, 81, 96], "dijkstra": [9, 16, 63, 64], "direct": [13, 60, 121], "disconnect": [24, 52, 72], "distanc": [17, 66, 113], "do": [34, 54, 55], "document": [6, 16, 19, 128, 129], "doe": [54, 71, 111, 113, 128, 129], "drive": [17, 66, 110, 111, 113, 114, 128, 129], "dry": [58, 71, 72], "edg": [0, 3, 7, 10, 13, 15, 16, 17, 19, 22, 24, 27, 30, 31, 32, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "enabl": 25, "end": [13, 24, 58, 65, 104, 105, 115], "equval": 60, "exampl": [24, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 65, 66, 68, 69, 70, 71, 72, 76, 82, 84, 87, 88, 89, 90, 92, 97, 99, 101, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "execut": [58, 71, 72], "exist": 58, "experiment": [5, 10, 18, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 23, 116, 120, 124, 125, 126, 129], "fill": 84, "fillup": [72, 121], "find": [24, 71, 72], "flow": [19, 24], "fly": [105, 106], "from": [28, 58, 60, 84], "front": [65, 104, 105, 106, 110, 115], "full": 54, "function": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 116, 117, 120, 124, 125, 126, 129], "gener": [4, 14, 15, 19, 20, 24, 28, 127], "geometri": [24, 29, 71], "get": [24, 25, 29, 52, 60, 72], "gi": 123, "give": 84, "given": 72, "graph": [13, 24, 58, 60, 71, 84, 106, 121], "guid": 22, "hand": [128, 129], "handl": 5, "have": [54, 71], "heurist": 6, "how": [24, 104, 105], "i": 71, "id": 24, "idenifi": 84, "identifi": [71, 84], "imag": [90, 121], "incomplet": 28, "individu": 26, "inform": [4, 13, 14, 15, 19, 24, 26, 52, 71, 72, 127], "inner": [0, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "insert": [24, 71], "inspect": [54, 71], "instal": 25, "interest": [28, 72, 121], "introduct": [3, 5, 7, 13, 16, 26, 125, 128, 129], "k": 2, "known": 71, "kruskal": 21, "ksp": [27, 107, 114], "leaf": 84, "left": [110, 111, 114, 128, 129], "length": 24, "licens": 26, "line": 71, "linear": [13, 24, 58], "list": 123, "load": 24, "locat": 5, "loop": 84, "mail": 123, "main": [65, 104, 121], "make": [54, 71], "mani": [24, 27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 63, 64, 68, 69, 70, 72, 87, 88, 89, 97, 103, 106, 110, 111, 114], "map": 84, "match": [34, 54, 55], "matrix": [5, 15, 28, 91], "matter": [111, 113, 128, 129], "mayor": 119, "migrat": 22, "minor": 119, "more": 26, "most": 72, "multipl": [22, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "network": [128, 129], "new": [22, 24, 71], "newli": 84, "node": [65, 84, 104, 105, 115], "non": 24, "note": [20, 119], "offici": 20, "old": 22, "onli": 60, "oper": 13, "option": [0, 4, 5, 6, 7, 15, 16, 27, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 75, 77, 79, 81, 83, 91, 92, 94, 96, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "order": [5, 23, 26, 91, 92, 121], "origin": [4, 84, 92, 121], "output": 54, "outsid": 121, "overload": 24, "pair": 7, "paramet": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 127, 128, 129], "pass": [65, 104, 105, 106, 110, 115], "past": 26, "path": [2, 24, 60, 65, 71, 104, 105, 115], "per": 72, "perform": [7, 24], "person": 4, "pgr_alphashap": 33, "pgr_analyzegraph": 34, "pgr_analyzeonewai": 35, "pgr_articulationpoint": 36, "pgr_astar": [22, 30], "pgr_astarcost": 31, "pgr_astarcostmatrix": 32, "pgr_bdastar": [22, 37], "pgr_bdastarcost": 38, "pgr_bdastarcostmatrix": 39, "pgr_bddijkstra": 40, "pgr_bddijkstracost": 41, "pgr_bddijkstracostmatrix": 42, "pgr_bellmanford": 43, "pgr_biconnectedcompon": 44, "pgr_binarybreadthfirstsearch": 45, "pgr_bipartit": 46, "pgr_boykovkolmogorov": 47, "pgr_breadthfirstsearch": 48, "pgr_bridg": 49, "pgr_chinesepostman": 50, "pgr_chinesepostmancost": 51, "pgr_connectedcompon": 52, "pgr_contract": 53, "pgr_createtopologi": 54, "pgr_createverticest": 55, "pgr_cuthillmckeeord": 56, "pgr_dagshortestpath": 57, "pgr_degre": 58, "pgr_depthfirstsearch": 59, "pgr_dijkstra": [22, 60], "pgr_dijkstracost": 61, "pgr_dijkstracostmatrix": 62, "pgr_dijkstranear": 63, "pgr_dijkstranearcost": 64, "pgr_dijkstravia": [22, 65], "pgr_drivingdist": [22, 66], "pgr_edgecolor": 67, "pgr_edgedisjointpath": 68, "pgr_edmondskarp": 69, "pgr_edwardmoor": 70, "pgr_extractvertic": 71, "pgr_findcloseedg": [72, 105, 106, 110, 111, 112, 113, 114, 115], "pgr_floydwarshal": 73, "pgr_full_vers": 74, "pgr_hawickcircuit": 75, "pgr_isplanar": 76, "pgr_johnson": 77, "pgr_kruskal": 78, "pgr_kruskalbf": 79, "pgr_kruskaldd": 80, "pgr_kruskaldf": 81, "pgr_ksp": [22, 27], "pgr_lengauertarjandominatortre": 82, "pgr_linegraph": 83, "pgr_linegraphful": 84, "pgr_makeconnect": 85, "pgr_maxcardinalitymatch": [22, 86], "pgr_maxflow": 87, "pgr_maxflowmincost": 88, "pgr_maxflowmincost_cost": 89, "pgr_nodenetwork": 90, "pgr_pickdeliv": 91, "pgr_pickdelivereuclidean": 92, "pgr_prim": 93, "pgr_primbf": 94, "pgr_primdd": 95, "pgr_primdf": 96, "pgr_pushrelabel": 97, "pgr_sequentialvertexcolor": 98, "pgr_stoerwagn": 99, "pgr_strongcompon": 100, "pgr_topologicalsort": 101, "pgr_transitiveclosur": 102, "pgr_trsp": [22, 103], "pgr_trsp_withpoint": [22, 106], "pgr_trspvia": [22, 104], "pgr_trspvia_withpoint": [22, 105], "pgr_trspviaedg": 22, "pgr_trspviavertic": 22, "pgr_tsp": [28, 112], "pgr_tspeuclidean": 29, "pgr_turnrestrictedpath": 107, "pgr_version": 108, "pgr_vrponedepot": 109, "pgr_withpoint": [22, 110], "pgr_withpointscost": 111, "pgr_withpointscostmatrix": 112, "pgr_withpointsdd": [22, 113], "pgr_withpointsksp": [22, 114], "pgr_withpointsvia": [22, 115], "pgrout": [20, 24, 119], "pick": [5, 91, 92, 121], "point": [15, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "postman": 10, "prepar": [24, 52, 72], "present": 26, "prim": 116, "problem": [4, 10, 16, 28, 29, 123], "propos": [58, 59, 63, 64, 65, 71, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117], "purpos": 29, "queri": [0, 5, 7, 10, 15, 16, 17, 19, 21, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "reach": [65, 104, 105, 115], "refer": 118, "releas": [20, 26, 119], "remov": [24, 71, 84], "report": 123, "restrict": [3, 22, 24, 84, 103, 104, 105, 106, 107, 121, 127], "result": [0, 5, 7, 11, 13, 15, 17, 19, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 127], "return": [33, 57, 89], "reverse_cost": [24, 60, 121], "right": [110, 111, 114, 128, 129], "rout": [5, 24, 54, 65, 71, 72, 84, 104, 105, 115], "row": 5, "run": [58, 71, 72], "sahara": 29, "sale": 4, "sampl": [13, 121], "save": [24, 52, 72], "see": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 120, 122, 124, 125, 126, 127, 128, 129], "select": 24, "self": 84, "short": 25, "shortest": [2, 24, 71], "show": 106, "side": [110, 111, 113, 114, 128, 129], "signatur": [27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115], "simplifi": 84, "simul": [104, 105], "singl": [22, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "soft": 84, "solut": 60, "sourc": [13, 25], "span": [24, 122], "special": 107, "split": [24, 71], "sponsor": 26, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 24, 27, 28, 29, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "stackexchang": 123, "start": 28, "statu": [65, 104, 105, 115], "storag": [24, 52, 72], "store": [13, 29, 84], "structur": [22, 24], "sub": 58, "subgraph": 13, "summari": 5, "support": [121, 123], "sure": [54, 71], "surplu": [24, 71], "synopsi": [9, 15, 91, 92], "tabl": [4, 13, 20, 24, 29, 34, 54, 55, 58, 71, 72, 84, 121], "target": 13, "temporari": [128, 129], "test": [25, 29], "thi": 26, "third": [65, 104, 105, 115], "time": 5, "tip": 24, "topologi": [24, 54, 71, 111, 121, 124], "total": 29, "tour": 29, "transform": [84, 125], "travel": 4, "travers": 126, "tree": [24, 122], "trsp": [3, 24], "tsp": [4, 28, 29], "turn": 22, "two": 72, "undirect": [13, 60, 106, 121], "unit": 5, "up": [54, 71], "updat": [13, 24, 71], "upgrad": 25, "us": [13, 22, 28, 60, 84, 105, 106, 110, 111, 112, 113, 114, 115], "usag": [34, 54, 55, 105, 110, 115], "valu": [33, 34, 54, 55, 84], "variabl": 25, "variat": [105, 110, 115], "vehicl": [5, 91, 92, 121], "veric": 84, "version": 25, "vertex": [13, 22, 24, 28, 48, 52, 58, 59, 66, 71, 72, 79, 80, 81, 84, 94, 95, 96, 113], "vertic": [13, 22, 24, 48, 52, 54, 59, 65, 66, 71, 72, 79, 80, 81, 84, 94, 95, 96, 104, 105, 113, 115, 121, 128, 129], "vertices_t": [54, 71], "via": [24, 65, 104, 105, 115, 127], "visit": [65, 104, 105, 106, 110, 115], "visual": 29, "western": 29, "when": [34, 54, 55, 65, 71, 104, 105, 115, 128, 129], "wiki": 24, "without": [24, 71], "withpoint": [128, 129], "withpointsksp": 114, "work": [104, 105], "x": [24, 119], "y": 24}})
\ No newline at end of file
diff --git a/main/en/spanningTree-family.html b/main/en/spanningTree-family.html
index a5b2e2957b..39e656372b 100644
--- a/main/en/spanningTree-family.html
+++ b/main/en/spanningTree-family.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/support.html b/main/en/support.html
index 434fe3b7a6..d6e7ef03a7 100644
--- a/main/en/support.html
+++ b/main/en/support.html
@@ -12,7 +12,7 @@
-
+
@@ -44,7 +44,7 @@
pgRouting
-
+
diff --git a/main/en/topology-functions.html b/main/en/topology-functions.html
index 39e0ecef58..3370c97f9b 100644
--- a/main/en/topology-functions.html
+++ b/main/en/topology-functions.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/transformation-family.html b/main/en/transformation-family.html
index b6b97ba277..6587353b5f 100644
--- a/main/en/transformation-family.html
+++ b/main/en/transformation-family.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/traversal-family.html b/main/en/traversal-family.html
index 60ba6b7df8..f4b02005d0 100644
--- a/main/en/traversal-family.html
+++ b/main/en/traversal-family.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/via-category.html b/main/en/via-category.html
index baa9b9019d..e7ba393b50 100644
--- a/main/en/via-category.html
+++ b/main/en/via-category.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/withPoints-category.html b/main/en/withPoints-category.html
index 0ee47fd0be..af1517e576 100644
--- a/main/en/withPoints-category.html
+++ b/main/en/withPoints-category.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/en/withPoints-family.html b/main/en/withPoints-family.html
index c56019d7e7..14aa3264db 100644
--- a/main/en/withPoints-family.html
+++ b/main/en/withPoints-family.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/es/.buildinfo b/main/es/.buildinfo
index ebeb55f2f9..db1e26a3e8 100644
--- a/main/es/.buildinfo
+++ b/main/es/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 662f889a93f98200492adcbe57e78d1a
+config: 9ca7447d2464e48e7db5ba35ce06431d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/main/es/BFS-category.html b/main/es/BFS-category.html
index 1d3f8dd9aa..beb0abdd13 100644
--- a/main/es/BFS-category.html
+++ b/main/es/BFS-category.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/DFS-category.html b/main/es/DFS-category.html
index fbd1d21655..89c9b13494 100644
--- a/main/es/DFS-category.html
+++ b/main/es/DFS-category.html
@@ -12,7 +12,7 @@
-
+
@@ -43,7 +43,7 @@
pgRouting
-
+
diff --git a/main/es/KSP-category.html b/main/es/KSP-category.html
index 4edf7c114e..2a7b1ed1a7 100644
--- a/main/es/KSP-category.html
+++ b/main/es/KSP-category.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/es/TRSP-family.html b/main/es/TRSP-family.html
index cd24db51f9..1aae069fc9 100644
--- a/main/es/TRSP-family.html
+++ b/main/es/TRSP-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/TSP-family.html b/main/es/TSP-family.html
index 4f12c4a26c..1f590d8f40 100644
--- a/main/es/TSP-family.html
+++ b/main/es/TSP-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/VRP-category.html b/main/es/VRP-category.html
index e7335cdcaf..82973bc3e5 100644
--- a/main/es/VRP-category.html
+++ b/main/es/VRP-category.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/_static/documentation_options.js b/main/es/_static/documentation_options.js
index fcee7cbcb6..9ce4374eb5 100644
--- a/main/es/_static/documentation_options.js
+++ b/main/es/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: 'v3.6.2',
+ VERSION: 'v3.6.3',
LANGUAGE: 'es',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/main/es/aStar-family.html b/main/es/aStar-family.html
index 4ae77e9027..3bd793fd29 100644
--- a/main/es/aStar-family.html
+++ b/main/es/aStar-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/allpairs-family.html b/main/es/allpairs-family.html
index d74cdd009e..57130a4dcb 100644
--- a/main/es/allpairs-family.html
+++ b/main/es/allpairs-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/bdAstar-family.html b/main/es/bdAstar-family.html
index 68704a13c1..9ce70fe00c 100644
--- a/main/es/bdAstar-family.html
+++ b/main/es/bdAstar-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/bdDijkstra-family.html b/main/es/bdDijkstra-family.html
index 03ab10b9c2..ba00224047 100644
--- a/main/es/bdDijkstra-family.html
+++ b/main/es/bdDijkstra-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/chinesePostmanProblem-family.html b/main/es/chinesePostmanProblem-family.html
index c20651e8f0..2fdf837560 100644
--- a/main/es/chinesePostmanProblem-family.html
+++ b/main/es/chinesePostmanProblem-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/coloring-family.html b/main/es/coloring-family.html
index 08b27bbc65..7c2e2e4f3c 100644
--- a/main/es/coloring-family.html
+++ b/main/es/coloring-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/components-family.html b/main/es/components-family.html
index fcdc8a1d4e..6ed5b33874 100644
--- a/main/es/components-family.html
+++ b/main/es/components-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/contraction-family.html b/main/es/contraction-family.html
index 24d1c812b1..2346efd7a7 100644
--- a/main/es/contraction-family.html
+++ b/main/es/contraction-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/cost-category.html b/main/es/cost-category.html
index 1b909e564b..071bde2f3c 100644
--- a/main/es/cost-category.html
+++ b/main/es/cost-category.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/costMatrix-category.html b/main/es/costMatrix-category.html
index 5332335133..7cbf1b4359 100644
--- a/main/es/costMatrix-category.html
+++ b/main/es/costMatrix-category.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/dijkstra-family.html b/main/es/dijkstra-family.html
index f132ed6565..20c22151b6 100644
--- a/main/es/dijkstra-family.html
+++ b/main/es/dijkstra-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/drivingDistance-category.html b/main/es/drivingDistance-category.html
index 24ca1f80d8..0e9b40ce05 100644
--- a/main/es/drivingDistance-category.html
+++ b/main/es/drivingDistance-category.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/experimental.html b/main/es/experimental.html
index 21647ef0fa..aeb0b94d2c 100644
--- a/main/es/experimental.html
+++ b/main/es/experimental.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/flow-family.html b/main/es/flow-family.html
index 7bdd8ab55b..22263eabb2 100644
--- a/main/es/flow-family.html
+++ b/main/es/flow-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/genindex.html b/main/es/genindex.html
index f8a2905a98..7fdcb90c04 100644
--- a/main/es/genindex.html
+++ b/main/es/genindex.html
@@ -11,7 +11,7 @@
-
+
@@ -42,7 +42,7 @@
pgRouting
-
+
diff --git a/main/es/index.html b/main/es/index.html
index cb42e537d0..68d4373d9d 100644
--- a/main/es/index.html
+++ b/main/es/index.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/es/kruskal-family.html b/main/es/kruskal-family.html
index 2345a2052b..f94b0165ac 100644
--- a/main/es/kruskal-family.html
+++ b/main/es/kruskal-family.html
@@ -12,7 +12,7 @@
-
+
@@ -46,7 +46,7 @@
pgRouting
-
+
diff --git a/main/es/migration.html b/main/es/migration.html
index 57cfa3f133..ab0e7158f9 100644
--- a/main/es/migration.html
+++ b/main/es/migration.html
@@ -12,7 +12,7 @@
-
+
@@ -45,7 +45,7 @@
pgRouting
-
+
diff --git a/main/es/objects.inv b/main/es/objects.inv
index 2db44f3f872caec62edb7628ecf6e372114b39b4..6609acde08b814fbc2050d204cd33679ea05356b 100644
GIT binary patch
delta 23381
zcmV(_K-9mD%mJXx0gyrgGqFQW3x8st_hb?83CVks;T0Lcs@v{3WVYyY^~ZpA8}+71
zgp-vN00LRPRuU1!mPExv1TNuj)Aca!d??FY>q1ibO@<-VZIa?IKjb$!=NJ2a-STk^
zy{ZQDT!kNQX1heXv=RBvUe19oMs+Jc*MF;!W%1i?3kv~=P9Js%4uMzu%zyrn-lFik
z4cvwE_M#kIRjozUe`zj6#5Y;dUDf#S2(g)VhX1PDovR6n3z`QL7ft0KF5o5FCJwj5*%oQ}Lo2d)y@e
zC!^cDKAhtrjxb}I8PfN{nW&COGHR?JtSB0BvDAx(S|r`o)!1FZQsDCafL>94cioSz
zoLKWIhumPO*S31qc!^QV$vJQrMBkUCTC+`#=(MX&M1O&CziU2?>|#YBYXK_&0W3q}
zEoffd0g)-}7PUyzfnYPV@I8G$^|07}zp<;Ccbt18YuCDV-EZtl=3Vvu0PoP{Dez&v
zcszbPK>FV4w^}qIC?1sjLDUcjW26#ApHY{MOaWmL4?|A@lPjebw_HUf4cw=H5>XO$
zQgs&_HGiY8+qBD^SEAHYjXSYA+o;KXf+O$T;?7?7aDO>oo{tdL&U|o?fQ+~>LuNyQ
z@c7+c?z8cSZ8J@xpzy!TaoFtsPz_`C2kAW1AIz1P&c?au3KuS>f(6Hvu=Ox1XSJJe
zDEEJD4f*@O1(y8%e}O4~|2I_)e!0d(O@dQ?e}9_%4rNy$Hj-nP_kdm3U=xb#uH`fm
ztoM7>