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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 diff --git a/main/en/objects.inv b/main/en/objects.inv index e4ead07f9cee8e0b99989625bd59520487a68457..a9d475b14e9eb0f676b708943141ed1311335dad 100644 GIT binary patch delta 21496 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 aB7!fVILR}SXbUH78%p?uVcUI7Z23R%i9;m- delta 21475 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 - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgRouting-concepts.html b/main/en/pgRouting-concepts.html index 6b1db0b6e7..d37aa1fd91 100644 --- a/main/en/pgRouting-concepts.html +++ b/main/en/pgRouting-concepts.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgRouting-installation.html b/main/en/pgRouting-installation.html index 165c3405e8..3de7f28389 100644 --- a/main/en/pgRouting-installation.html +++ b/main/en/pgRouting-installation.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 @@ -423,48 +423,48 @@

SignaturesARRAY[11, 3, 17], ARRAY[5, 10, 12]); seq | path_id | path_seq | start_vid | end_vid | node | edge | cost | agg_cost -----+---------+----------+-----------+---------+------+------+------+---------- - 1 | 1 | 1 | 3 | 5 | 3 | 7 | 1 | 0 - 2 | 1 | 2 | 3 | 5 | 7 | 4 | 1 | 1 - 3 | 1 | 3 | 3 | 5 | 6 | 1 | 1 | 2 - 4 | 1 | 4 | 3 | 5 | 5 | -1 | 0 | 3 - 5 | 2 | 1 | 3 | 10 | 3 | 7 | 1 | 0 - 6 | 2 | 2 | 3 | 10 | 7 | 8 | 1 | 1 - 7 | 2 | 3 | 3 | 10 | 11 | 9 | 1 | 2 - 8 | 2 | 4 | 3 | 10 | 16 | 16 | 1 | 3 - 9 | 2 | 5 | 3 | 10 | 15 | 3 | 1 | 4 - 10 | 2 | 6 | 3 | 10 | 10 | -1 | 0 | 5 - 11 | 3 | 1 | 3 | 12 | 3 | 7 | 1 | 0 - 12 | 3 | 2 | 3 | 12 | 7 | 8 | 1 | 1 - 13 | 3 | 3 | 3 | 12 | 11 | 11 | 1 | 2 - 14 | 3 | 4 | 3 | 12 | 12 | -1 | 0 | 3 - 15 | 4 | 1 | 11 | 5 | 11 | 8 | 1 | 0 - 16 | 4 | 2 | 11 | 5 | 7 | 4 | 1 | 1 - 17 | 4 | 3 | 11 | 5 | 6 | 1 | 1 | 2 - 18 | 4 | 4 | 11 | 5 | 5 | -1 | 0 | 3 - 19 | 5 | 1 | 11 | 10 | 11 | 9 | 1 | 0 - 20 | 5 | 2 | 11 | 10 | 16 | 16 | 1 | 1 - 21 | 5 | 3 | 11 | 10 | 15 | 3 | 1 | 2 - 22 | 5 | 4 | 11 | 10 | 10 | -1 | 0 | 3 - 23 | 6 | 1 | 11 | 12 | 11 | 8 | 1 | 0 - 24 | 6 | 2 | 11 | 12 | 7 | 10 | 1 | 1 - 25 | 6 | 3 | 11 | 12 | 8 | 12 | 1 | 2 - 26 | 6 | 4 | 11 | 12 | 12 | -1 | 0 | 3 - 27 | 7 | 1 | 11 | 12 | 11 | 11 | 1 | 0 - 28 | 7 | 2 | 11 | 12 | 12 | -1 | 0 | 1 - 29 | 8 | 1 | 17 | 5 | 17 | 15 | 1 | 0 - 30 | 8 | 2 | 17 | 5 | 16 | 16 | 1 | 1 - 31 | 8 | 3 | 17 | 5 | 15 | 3 | 1 | 2 - 32 | 8 | 4 | 17 | 5 | 10 | 2 | 1 | 3 - 33 | 8 | 5 | 17 | 5 | 6 | 1 | 1 | 4 - 34 | 8 | 6 | 17 | 5 | 5 | -1 | 0 | 5 - 35 | 9 | 1 | 17 | 10 | 17 | 15 | 1 | 0 - 36 | 9 | 2 | 17 | 10 | 16 | 16 | 1 | 1 - 37 | 9 | 3 | 17 | 10 | 15 | 3 | 1 | 2 - 38 | 9 | 4 | 17 | 10 | 10 | -1 | 0 | 3 - 39 | 10 | 1 | 17 | 12 | 17 | 15 | 1 | 0 - 40 | 10 | 2 | 17 | 12 | 16 | 9 | 1 | 1 - 41 | 10 | 3 | 17 | 12 | 11 | 11 | 1 | 2 - 42 | 10 | 4 | 17 | 12 | 12 | -1 | 0 | 3 + 1 | 1 | 1 | 3 | 5 | 3 | 7 | 1 | 1 + 2 | 1 | 2 | 3 | 5 | 7 | 4 | 1 | 2 + 3 | 1 | 3 | 3 | 5 | 6 | 1 | 1 | 3 + 4 | 1 | 4 | 3 | 5 | 5 | -1 | 0 | 4 + 5 | 2 | 1 | 3 | 10 | 3 | 7 | 1 | 4 + 6 | 2 | 2 | 3 | 10 | 7 | 8 | 1 | 5 + 7 | 2 | 3 | 3 | 10 | 11 | 9 | 1 | 6 + 8 | 2 | 4 | 3 | 10 | 16 | 16 | 1 | 7 + 9 | 2 | 5 | 3 | 10 | 15 | 3 | 1 | 8 + 10 | 2 | 6 | 3 | 10 | 10 | -1 | 0 | 9 + 11 | 3 | 1 | 3 | 12 | 3 | 7 | 1 | 9 + 12 | 3 | 2 | 3 | 12 | 7 | 8 | 1 | 10 + 13 | 3 | 3 | 3 | 12 | 11 | 11 | 1 | 11 + 14 | 3 | 4 | 3 | 12 | 12 | -1 | 0 | 12 + 15 | 4 | 1 | 11 | 5 | 11 | 8 | 1 | 12 + 16 | 4 | 2 | 11 | 5 | 7 | 4 | 1 | 13 + 17 | 4 | 3 | 11 | 5 | 6 | 1 | 1 | 14 + 18 | 4 | 4 | 11 | 5 | 5 | -1 | 0 | 15 + 19 | 5 | 1 | 11 | 10 | 11 | 9 | 1 | 15 + 20 | 5 | 2 | 11 | 10 | 16 | 16 | 1 | 16 + 21 | 5 | 3 | 11 | 10 | 15 | 3 | 1 | 17 + 22 | 5 | 4 | 11 | 10 | 10 | -1 | 0 | 18 + 23 | 6 | 1 | 11 | 12 | 11 | 8 | 1 | 18 + 24 | 6 | 2 | 11 | 12 | 7 | 10 | 1 | 19 + 25 | 6 | 3 | 11 | 12 | 8 | 12 | 1 | 20 + 26 | 6 | 4 | 11 | 12 | 12 | -1 | 0 | 21 + 27 | 7 | 1 | 11 | 12 | 11 | 11 | 1 | 21 + 28 | 7 | 2 | 11 | 12 | 12 | -1 | 0 | 22 + 29 | 8 | 1 | 17 | 5 | 17 | 15 | 1 | 22 + 30 | 8 | 2 | 17 | 5 | 16 | 16 | 1 | 23 + 31 | 8 | 3 | 17 | 5 | 15 | 3 | 1 | 24 + 32 | 8 | 4 | 17 | 5 | 10 | 2 | 1 | 25 + 33 | 8 | 5 | 17 | 5 | 6 | 1 | 1 | 26 + 34 | 8 | 6 | 17 | 5 | 5 | -1 | 0 | 27 + 35 | 9 | 1 | 17 | 10 | 17 | 15 | 1 | 27 + 36 | 9 | 2 | 17 | 10 | 16 | 16 | 1 | 28 + 37 | 9 | 3 | 17 | 10 | 15 | 3 | 1 | 29 + 38 | 9 | 4 | 17 | 10 | 10 | -1 | 0 | 30 + 39 | 10 | 1 | 17 | 12 | 17 | 15 | 1 | 30 + 40 | 10 | 2 | 17 | 12 | 16 | 9 | 1 | 31 + 41 | 10 | 3 | 17 | 12 | 11 | 11 | 1 | 32 + 42 | 10 | 4 | 17 | 12 | 12 | -1 | 0 | 33 (42 rows) @@ -509,17 +509,17 @@

Signaturesdirected => 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) @@ -777,17 +777,17 @@

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

- © Copyright pgRouting Contributors - Version v3.6.2.
- 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.

diff --git a/main/en/pgr_edmondsKarp.html b/main/en/pgr_edmondsKarp.html index d7aae2455e..28b1093d60 100644 --- a/main/en/pgr_edmondsKarp.html +++ b/main/en/pgr_edmondsKarp.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_edwardMoore.html b/main/en/pgr_edwardMoore.html index 0255bd9667..55fcc0a9a7 100644 --- a/main/en/pgr_edwardMoore.html +++ b/main/en/pgr_edwardMoore.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_extractVertices.html b/main/en/pgr_extractVertices.html index 9c928f195f..345347e895 100644 --- a/main/en/pgr_extractVertices.html +++ b/main/en/pgr_extractVertices.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_findCloseEdges.html b/main/en/pgr_findCloseEdges.html index adfca28d23..53f83d5e0b 100644 --- a/main/en/pgr_findCloseEdges.html +++ b/main/en/pgr_findCloseEdges.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_floydWarshall.html b/main/en/pgr_floydWarshall.html index 13c915f0d8..4efbc490ff 100644 --- a/main/en/pgr_floydWarshall.html +++ b/main/en/pgr_floydWarshall.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_full_version.html b/main/en/pgr_full_version.html index 648418953a..e32778a96d 100644 --- a/main/en/pgr_full_version.html +++ b/main/en/pgr_full_version.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_hawickCircuits.html b/main/en/pgr_hawickCircuits.html index f7d3b18380..08e7330c36 100644 --- a/main/en/pgr_hawickCircuits.html +++ b/main/en/pgr_hawickCircuits.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_isPlanar.html b/main/en/pgr_isPlanar.html index a4a0034dea..0b5e123879 100644 --- a/main/en/pgr_isPlanar.html +++ b/main/en/pgr_isPlanar.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_johnson.html b/main/en/pgr_johnson.html index 2920ac24d4..d2f81fbed3 100644 --- a/main/en/pgr_johnson.html +++ b/main/en/pgr_johnson.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_kruskal.html b/main/en/pgr_kruskal.html index f9f8f8c8d6..451d2829d9 100644 --- a/main/en/pgr_kruskal.html +++ b/main/en/pgr_kruskal.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_kruskalBFS.html b/main/en/pgr_kruskalBFS.html index 929c2818a0..0730fa4807 100644 --- a/main/en/pgr_kruskalBFS.html +++ b/main/en/pgr_kruskalBFS.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_kruskalDD.html b/main/en/pgr_kruskalDD.html index 9935b9ad6e..1e858c7d70 100644 --- a/main/en/pgr_kruskalDD.html +++ b/main/en/pgr_kruskalDD.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_kruskalDFS.html b/main/en/pgr_kruskalDFS.html index 1e38f09e47..7acb468b5f 100644 --- a/main/en/pgr_kruskalDFS.html +++ b/main/en/pgr_kruskalDFS.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_lengauerTarjanDominatorTree.html b/main/en/pgr_lengauerTarjanDominatorTree.html index 432540b6b0..5f33eb8c7b 100644 --- a/main/en/pgr_lengauerTarjanDominatorTree.html +++ b/main/en/pgr_lengauerTarjanDominatorTree.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_lineGraph.html b/main/en/pgr_lineGraph.html index 57c6782737..19d6c4e252 100644 --- a/main/en/pgr_lineGraph.html +++ b/main/en/pgr_lineGraph.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_lineGraphFull.html b/main/en/pgr_lineGraphFull.html index 97a2424e5a..3930439d48 100644 --- a/main/en/pgr_lineGraphFull.html +++ b/main/en/pgr_lineGraphFull.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_makeConnected.html b/main/en/pgr_makeConnected.html index b679e559ca..89f59bf291 100644 --- a/main/en/pgr_makeConnected.html +++ b/main/en/pgr_makeConnected.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_maxCardinalityMatch.html b/main/en/pgr_maxCardinalityMatch.html index fa849521b8..9625235ec6 100644 --- a/main/en/pgr_maxCardinalityMatch.html +++ b/main/en/pgr_maxCardinalityMatch.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_maxFlow.html b/main/en/pgr_maxFlow.html index cdd3581512..4a849be230 100644 --- a/main/en/pgr_maxFlow.html +++ b/main/en/pgr_maxFlow.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_maxFlowMinCost.html b/main/en/pgr_maxFlowMinCost.html index 35f599a5dc..cccfe01e66 100644 --- a/main/en/pgr_maxFlowMinCost.html +++ b/main/en/pgr_maxFlowMinCost.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_maxFlowMinCost_Cost.html b/main/en/pgr_maxFlowMinCost_Cost.html index 90ee49f0f4..6fef61f8b8 100644 --- a/main/en/pgr_maxFlowMinCost_Cost.html +++ b/main/en/pgr_maxFlowMinCost_Cost.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_nodeNetwork.html b/main/en/pgr_nodeNetwork.html index fb44a64a34..72eea32a60 100644 --- a/main/en/pgr_nodeNetwork.html +++ b/main/en/pgr_nodeNetwork.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_pickDeliver.html b/main/en/pgr_pickDeliver.html index 897efae029..6ad596d00a 100644 --- a/main/en/pgr_pickDeliver.html +++ b/main/en/pgr_pickDeliver.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_pickDeliverEuclidean.html b/main/en/pgr_pickDeliverEuclidean.html index b4a36de0ac..817796a6c3 100644 --- a/main/en/pgr_pickDeliverEuclidean.html +++ b/main/en/pgr_pickDeliverEuclidean.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_prim.html b/main/en/pgr_prim.html index b74dbf968a..4a4d349e79 100644 --- a/main/en/pgr_prim.html +++ b/main/en/pgr_prim.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_primBFS.html b/main/en/pgr_primBFS.html index a3a641817b..2998f95707 100644 --- a/main/en/pgr_primBFS.html +++ b/main/en/pgr_primBFS.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_primDD.html b/main/en/pgr_primDD.html index ca0bdbc4ac..0d8aeea5e4 100644 --- a/main/en/pgr_primDD.html +++ b/main/en/pgr_primDD.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_primDFS.html b/main/en/pgr_primDFS.html index 12f508b6cc..b773a8c490 100644 --- a/main/en/pgr_primDFS.html +++ b/main/en/pgr_primDFS.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_pushRelabel.html b/main/en/pgr_pushRelabel.html index 36fd089f14..47161f7f74 100644 --- a/main/en/pgr_pushRelabel.html +++ b/main/en/pgr_pushRelabel.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_sequentialVertexColoring.html b/main/en/pgr_sequentialVertexColoring.html index ff39c9c7e7..74fc9a7f39 100644 --- a/main/en/pgr_sequentialVertexColoring.html +++ b/main/en/pgr_sequentialVertexColoring.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_stoerWagner.html b/main/en/pgr_stoerWagner.html index 61a11db0ab..7264c5e6b6 100644 --- a/main/en/pgr_stoerWagner.html +++ b/main/en/pgr_stoerWagner.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_strongComponents.html b/main/en/pgr_strongComponents.html index 638608f4bf..01c2969b58 100644 --- a/main/en/pgr_strongComponents.html +++ b/main/en/pgr_strongComponents.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_topologicalSort.html b/main/en/pgr_topologicalSort.html index 86d3956c52..9f3f2fc7b9 100644 --- a/main/en/pgr_topologicalSort.html +++ b/main/en/pgr_topologicalSort.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_transitiveClosure.html b/main/en/pgr_transitiveClosure.html index df27cec95c..9f22816643 100644 --- a/main/en/pgr_transitiveClosure.html +++ b/main/en/pgr_transitiveClosure.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_trsp.html b/main/en/pgr_trsp.html index 5247f54c31..cc498e6a6b 100644 --- a/main/en/pgr_trsp.html +++ b/main/en/pgr_trsp.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_trspVia.html b/main/en/pgr_trspVia.html index 6a22d65fab..cab40078a4 100644 --- a/main/en/pgr_trspVia.html +++ b/main/en/pgr_trspVia.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_trspVia_withPoints.html b/main/en/pgr_trspVia_withPoints.html index c268196a99..db656064aa 100644 --- a/main/en/pgr_trspVia_withPoints.html +++ b/main/en/pgr_trspVia_withPoints.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_trsp_withPoints.html b/main/en/pgr_trsp_withPoints.html index 3137e977f0..c025a70af1 100644 --- a/main/en/pgr_trsp_withPoints.html +++ b/main/en/pgr_trsp_withPoints.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_turnRestrictedPath.html b/main/en/pgr_turnRestrictedPath.html index 400ad1e512..b286b4fa23 100644 --- a/main/en/pgr_turnRestrictedPath.html +++ b/main/en/pgr_turnRestrictedPath.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_version.html b/main/en/pgr_version.html index 7d9134b6ce..a21a55a141 100644 --- a/main/en/pgr_version.html +++ b/main/en/pgr_version.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_vrpOneDepot.html b/main/en/pgr_vrpOneDepot.html index ca7a983c54..1c48fce1ee 100644 --- a/main/en/pgr_vrpOneDepot.html +++ b/main/en/pgr_vrpOneDepot.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPoints.html b/main/en/pgr_withPoints.html index 7c1e1d0cb1..cb4431cd28 100644 --- a/main/en/pgr_withPoints.html +++ b/main/en/pgr_withPoints.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPointsCost.html b/main/en/pgr_withPointsCost.html index 8efe3d8880..d49a6a2a82 100644 --- a/main/en/pgr_withPointsCost.html +++ b/main/en/pgr_withPointsCost.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPointsCostMatrix.html b/main/en/pgr_withPointsCostMatrix.html index 7fa3e9880e..7c2e01553d 100644 --- a/main/en/pgr_withPointsCostMatrix.html +++ b/main/en/pgr_withPointsCostMatrix.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPointsDD.html b/main/en/pgr_withPointsDD.html index e02f427a46..f601ada409 100644 --- a/main/en/pgr_withPointsDD.html +++ b/main/en/pgr_withPointsDD.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPointsKSP.html b/main/en/pgr_withPointsKSP.html index 1749302896..d8b2b55897 100644 --- a/main/en/pgr_withPointsKSP.html +++ b/main/en/pgr_withPointsKSP.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/pgr_withPointsVia.html b/main/en/pgr_withPointsVia.html index eac041b362..6d0501b2cb 100644 --- a/main/en/pgr_withPointsVia.html +++ b/main/en/pgr_withPointsVia.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/prim-family.html b/main/en/prim-family.html index 4916641acb..9e2d970590 100644 --- a/main/en/prim-family.html +++ b/main/en/prim-family.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/proposed.html b/main/en/proposed.html index bd2e7e1f10..43398c6771 100644 --- a/main/en/proposed.html +++ b/main/en/proposed.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/reference.html b/main/en/reference.html index 0f67361d40..dadc722996 100644 --- a/main/en/reference.html +++ b/main/en/reference.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/release_notes.html b/main/en/release_notes.html index 8cfa2eb91b..64dbd709c0 100644 --- a/main/en/release_notes.html +++ b/main/en/release_notes.html @@ -12,7 +12,7 @@ - + @@ -44,7 +44,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/routingFunctions.html b/main/en/routingFunctions.html index 96cf8298aa..6f184e70f6 100644 --- a/main/en/routingFunctions.html +++ b/main/en/routingFunctions.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/sampledata.html b/main/en/sampledata.html index c64670592b..4a8a308afd 100644 --- a/main/en/sampledata.html +++ b/main/en/sampledata.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/search.html b/main/en/search.html index ebb2dff067..6247d53388 100644 --- a/main/en/search.html +++ b/main/en/search.html @@ -11,7 +11,7 @@ - + @@ -48,7 +48,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/en/searchindex.js b/main/en/searchindex.js index 5a2dcf9281..91bb7851e5 100644 --- a/main/en/searchindex.js +++ b/main/en/searchindex.js @@ -1 +1 @@ -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 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, 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, 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, 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, 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, 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, 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": [75, 92, 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": [21, 22, 24, 25, 26, 35, 52, 53, 72, 85, 90, 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, "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": [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, "circuit": [50, 51, 75], "circumcent": 33, "circut": 75, "cirucit": 75, "citi": [4, 28, 121, 128, 129], "clang": 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, 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, 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, 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": 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": [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, 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, 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, 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": [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, 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": [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": 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": [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 +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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 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 - v3.6.2 + v3.6.3 diff --git a/main/es/objects.inv b/main/es/objects.inv index 2db44f3f872caec62edb7628ecf6e372114b39b4..6609acde08b814fbc2050d204cd33679ea05356b 100644 GIT binary patch delta 23381 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 delta 23346 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 - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgRouting-concepts.html b/main/es/pgRouting-concepts.html index 157acb5ac3..1fb363c23d 100644 --- a/main/es/pgRouting-concepts.html +++ b/main/es/pgRouting-concepts.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgRouting-installation.html b/main/es/pgRouting-installation.html index a020fa1e50..b3116f3e8c 100644 --- a/main/es/pgRouting-installation.html +++ b/main/es/pgRouting-installation.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 @@ -422,48 +422,48 @@

Firmas ARRAY[11, 3, 17], ARRAY[5, 10, 12]); seq | path_id | path_seq | start_vid | end_vid | node | edge | cost | agg_cost -----+---------+----------+-----------+---------+------+------+------+---------- - 1 | 1 | 1 | 3 | 5 | 3 | 7 | 1 | 0 - 2 | 1 | 2 | 3 | 5 | 7 | 4 | 1 | 1 - 3 | 1 | 3 | 3 | 5 | 6 | 1 | 1 | 2 - 4 | 1 | 4 | 3 | 5 | 5 | -1 | 0 | 3 - 5 | 2 | 1 | 3 | 10 | 3 | 7 | 1 | 0 - 6 | 2 | 2 | 3 | 10 | 7 | 8 | 1 | 1 - 7 | 2 | 3 | 3 | 10 | 11 | 9 | 1 | 2 - 8 | 2 | 4 | 3 | 10 | 16 | 16 | 1 | 3 - 9 | 2 | 5 | 3 | 10 | 15 | 3 | 1 | 4 - 10 | 2 | 6 | 3 | 10 | 10 | -1 | 0 | 5 - 11 | 3 | 1 | 3 | 12 | 3 | 7 | 1 | 0 - 12 | 3 | 2 | 3 | 12 | 7 | 8 | 1 | 1 - 13 | 3 | 3 | 3 | 12 | 11 | 11 | 1 | 2 - 14 | 3 | 4 | 3 | 12 | 12 | -1 | 0 | 3 - 15 | 4 | 1 | 11 | 5 | 11 | 8 | 1 | 0 - 16 | 4 | 2 | 11 | 5 | 7 | 4 | 1 | 1 - 17 | 4 | 3 | 11 | 5 | 6 | 1 | 1 | 2 - 18 | 4 | 4 | 11 | 5 | 5 | -1 | 0 | 3 - 19 | 5 | 1 | 11 | 10 | 11 | 9 | 1 | 0 - 20 | 5 | 2 | 11 | 10 | 16 | 16 | 1 | 1 - 21 | 5 | 3 | 11 | 10 | 15 | 3 | 1 | 2 - 22 | 5 | 4 | 11 | 10 | 10 | -1 | 0 | 3 - 23 | 6 | 1 | 11 | 12 | 11 | 8 | 1 | 0 - 24 | 6 | 2 | 11 | 12 | 7 | 10 | 1 | 1 - 25 | 6 | 3 | 11 | 12 | 8 | 12 | 1 | 2 - 26 | 6 | 4 | 11 | 12 | 12 | -1 | 0 | 3 - 27 | 7 | 1 | 11 | 12 | 11 | 11 | 1 | 0 - 28 | 7 | 2 | 11 | 12 | 12 | -1 | 0 | 1 - 29 | 8 | 1 | 17 | 5 | 17 | 15 | 1 | 0 - 30 | 8 | 2 | 17 | 5 | 16 | 16 | 1 | 1 - 31 | 8 | 3 | 17 | 5 | 15 | 3 | 1 | 2 - 32 | 8 | 4 | 17 | 5 | 10 | 2 | 1 | 3 - 33 | 8 | 5 | 17 | 5 | 6 | 1 | 1 | 4 - 34 | 8 | 6 | 17 | 5 | 5 | -1 | 0 | 5 - 35 | 9 | 1 | 17 | 10 | 17 | 15 | 1 | 0 - 36 | 9 | 2 | 17 | 10 | 16 | 16 | 1 | 1 - 37 | 9 | 3 | 17 | 10 | 15 | 3 | 1 | 2 - 38 | 9 | 4 | 17 | 10 | 10 | -1 | 0 | 3 - 39 | 10 | 1 | 17 | 12 | 17 | 15 | 1 | 0 - 40 | 10 | 2 | 17 | 12 | 16 | 9 | 1 | 1 - 41 | 10 | 3 | 17 | 12 | 11 | 11 | 1 | 2 - 42 | 10 | 4 | 17 | 12 | 12 | -1 | 0 | 3 + 1 | 1 | 1 | 3 | 5 | 3 | 7 | 1 | 1 + 2 | 1 | 2 | 3 | 5 | 7 | 4 | 1 | 2 + 3 | 1 | 3 | 3 | 5 | 6 | 1 | 1 | 3 + 4 | 1 | 4 | 3 | 5 | 5 | -1 | 0 | 4 + 5 | 2 | 1 | 3 | 10 | 3 | 7 | 1 | 4 + 6 | 2 | 2 | 3 | 10 | 7 | 8 | 1 | 5 + 7 | 2 | 3 | 3 | 10 | 11 | 9 | 1 | 6 + 8 | 2 | 4 | 3 | 10 | 16 | 16 | 1 | 7 + 9 | 2 | 5 | 3 | 10 | 15 | 3 | 1 | 8 + 10 | 2 | 6 | 3 | 10 | 10 | -1 | 0 | 9 + 11 | 3 | 1 | 3 | 12 | 3 | 7 | 1 | 9 + 12 | 3 | 2 | 3 | 12 | 7 | 8 | 1 | 10 + 13 | 3 | 3 | 3 | 12 | 11 | 11 | 1 | 11 + 14 | 3 | 4 | 3 | 12 | 12 | -1 | 0 | 12 + 15 | 4 | 1 | 11 | 5 | 11 | 8 | 1 | 12 + 16 | 4 | 2 | 11 | 5 | 7 | 4 | 1 | 13 + 17 | 4 | 3 | 11 | 5 | 6 | 1 | 1 | 14 + 18 | 4 | 4 | 11 | 5 | 5 | -1 | 0 | 15 + 19 | 5 | 1 | 11 | 10 | 11 | 9 | 1 | 15 + 20 | 5 | 2 | 11 | 10 | 16 | 16 | 1 | 16 + 21 | 5 | 3 | 11 | 10 | 15 | 3 | 1 | 17 + 22 | 5 | 4 | 11 | 10 | 10 | -1 | 0 | 18 + 23 | 6 | 1 | 11 | 12 | 11 | 8 | 1 | 18 + 24 | 6 | 2 | 11 | 12 | 7 | 10 | 1 | 19 + 25 | 6 | 3 | 11 | 12 | 8 | 12 | 1 | 20 + 26 | 6 | 4 | 11 | 12 | 12 | -1 | 0 | 21 + 27 | 7 | 1 | 11 | 12 | 11 | 11 | 1 | 21 + 28 | 7 | 2 | 11 | 12 | 12 | -1 | 0 | 22 + 29 | 8 | 1 | 17 | 5 | 17 | 15 | 1 | 22 + 30 | 8 | 2 | 17 | 5 | 16 | 16 | 1 | 23 + 31 | 8 | 3 | 17 | 5 | 15 | 3 | 1 | 24 + 32 | 8 | 4 | 17 | 5 | 10 | 2 | 1 | 25 + 33 | 8 | 5 | 17 | 5 | 6 | 1 | 1 | 26 + 34 | 8 | 6 | 17 | 5 | 5 | -1 | 0 | 27 + 35 | 9 | 1 | 17 | 10 | 17 | 15 | 1 | 27 + 36 | 9 | 2 | 17 | 10 | 16 | 16 | 1 | 28 + 37 | 9 | 3 | 17 | 10 | 15 | 3 | 1 | 29 + 38 | 9 | 4 | 17 | 10 | 10 | -1 | 0 | 30 + 39 | 10 | 1 | 17 | 12 | 17 | 15 | 1 | 30 + 40 | 10 | 2 | 17 | 12 | 16 | 9 | 1 | 31 + 41 | 10 | 3 | 17 | 12 | 11 | 11 | 1 | 32 + 42 | 10 | 4 | 17 | 12 | 12 | -1 | 0 | 33 (42 rows) @@ -506,17 +506,17 @@

Firmas directed => 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) @@ -766,17 +766,17 @@

Ejemplos Adicionalesdirected => 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) @@ -807,8 +807,8 @@

Ver tambiénSphinx 8.0.2.

diff --git a/main/es/pgr_edmondsKarp.html b/main/es/pgr_edmondsKarp.html index 13e1044c3e..b5305417fe 100644 --- a/main/es/pgr_edmondsKarp.html +++ b/main/es/pgr_edmondsKarp.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_edwardMoore.html b/main/es/pgr_edwardMoore.html index 78f527fb11..1c7985be6a 100644 --- a/main/es/pgr_edwardMoore.html +++ b/main/es/pgr_edwardMoore.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_extractVertices.html b/main/es/pgr_extractVertices.html index 63d0d316c1..eb2654e0a8 100644 --- a/main/es/pgr_extractVertices.html +++ b/main/es/pgr_extractVertices.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_findCloseEdges.html b/main/es/pgr_findCloseEdges.html index 06d46178e9..3451f05d08 100644 --- a/main/es/pgr_findCloseEdges.html +++ b/main/es/pgr_findCloseEdges.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_floydWarshall.html b/main/es/pgr_floydWarshall.html index 71db42ade2..4acd735b1f 100644 --- a/main/es/pgr_floydWarshall.html +++ b/main/es/pgr_floydWarshall.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_full_version.html b/main/es/pgr_full_version.html index c95033699e..397803efd5 100644 --- a/main/es/pgr_full_version.html +++ b/main/es/pgr_full_version.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_hawickCircuits.html b/main/es/pgr_hawickCircuits.html index 2a4555de35..e7824530c7 100644 --- a/main/es/pgr_hawickCircuits.html +++ b/main/es/pgr_hawickCircuits.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_isPlanar.html b/main/es/pgr_isPlanar.html index 806687879d..1ba82ed634 100644 --- a/main/es/pgr_isPlanar.html +++ b/main/es/pgr_isPlanar.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_johnson.html b/main/es/pgr_johnson.html index 0df66c6354..e998bfe630 100644 --- a/main/es/pgr_johnson.html +++ b/main/es/pgr_johnson.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_kruskal.html b/main/es/pgr_kruskal.html index 910f8711ca..0b42161dcd 100644 --- a/main/es/pgr_kruskal.html +++ b/main/es/pgr_kruskal.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_kruskalBFS.html b/main/es/pgr_kruskalBFS.html index c81fc673c0..2c8cb76d16 100644 --- a/main/es/pgr_kruskalBFS.html +++ b/main/es/pgr_kruskalBFS.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_kruskalDD.html b/main/es/pgr_kruskalDD.html index cacc7e0ddd..57ecfbfb4e 100644 --- a/main/es/pgr_kruskalDD.html +++ b/main/es/pgr_kruskalDD.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_kruskalDFS.html b/main/es/pgr_kruskalDFS.html index 0b519ce60f..b76181db64 100644 --- a/main/es/pgr_kruskalDFS.html +++ b/main/es/pgr_kruskalDFS.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_lengauerTarjanDominatorTree.html b/main/es/pgr_lengauerTarjanDominatorTree.html index fc77d1d12d..1dc395c962 100644 --- a/main/es/pgr_lengauerTarjanDominatorTree.html +++ b/main/es/pgr_lengauerTarjanDominatorTree.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_lineGraph.html b/main/es/pgr_lineGraph.html index 52d961f08e..1c8787d54d 100644 --- a/main/es/pgr_lineGraph.html +++ b/main/es/pgr_lineGraph.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_lineGraphFull.html b/main/es/pgr_lineGraphFull.html index 752c439e34..a1ca48398e 100644 --- a/main/es/pgr_lineGraphFull.html +++ b/main/es/pgr_lineGraphFull.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_makeConnected.html b/main/es/pgr_makeConnected.html index b807155044..19d930369d 100644 --- a/main/es/pgr_makeConnected.html +++ b/main/es/pgr_makeConnected.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_maxCardinalityMatch.html b/main/es/pgr_maxCardinalityMatch.html index f0b28571af..b5f4f6b269 100644 --- a/main/es/pgr_maxCardinalityMatch.html +++ b/main/es/pgr_maxCardinalityMatch.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_maxFlow.html b/main/es/pgr_maxFlow.html index 8925da3dea..0ae565039b 100644 --- a/main/es/pgr_maxFlow.html +++ b/main/es/pgr_maxFlow.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_maxFlowMinCost.html b/main/es/pgr_maxFlowMinCost.html index 6088d9d46f..0cb741b07f 100644 --- a/main/es/pgr_maxFlowMinCost.html +++ b/main/es/pgr_maxFlowMinCost.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_maxFlowMinCost_Cost.html b/main/es/pgr_maxFlowMinCost_Cost.html index b403d629a4..390027f3aa 100644 --- a/main/es/pgr_maxFlowMinCost_Cost.html +++ b/main/es/pgr_maxFlowMinCost_Cost.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_nodeNetwork.html b/main/es/pgr_nodeNetwork.html index 5cd1f058ad..77c1ec6251 100644 --- a/main/es/pgr_nodeNetwork.html +++ b/main/es/pgr_nodeNetwork.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_pickDeliver.html b/main/es/pgr_pickDeliver.html index 0705d0122e..a720792e3a 100644 --- a/main/es/pgr_pickDeliver.html +++ b/main/es/pgr_pickDeliver.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_pickDeliverEuclidean.html b/main/es/pgr_pickDeliverEuclidean.html index a5be81eb12..b82225922b 100644 --- a/main/es/pgr_pickDeliverEuclidean.html +++ b/main/es/pgr_pickDeliverEuclidean.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_prim.html b/main/es/pgr_prim.html index bca1b2dca0..c97079c4e8 100644 --- a/main/es/pgr_prim.html +++ b/main/es/pgr_prim.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_primBFS.html b/main/es/pgr_primBFS.html index 02ec2c0d25..44284c4fd7 100644 --- a/main/es/pgr_primBFS.html +++ b/main/es/pgr_primBFS.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_primDD.html b/main/es/pgr_primDD.html index 12f7b9592f..3906c34dcc 100644 --- a/main/es/pgr_primDD.html +++ b/main/es/pgr_primDD.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_primDFS.html b/main/es/pgr_primDFS.html index 70c6744efd..305e43ee03 100644 --- a/main/es/pgr_primDFS.html +++ b/main/es/pgr_primDFS.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_pushRelabel.html b/main/es/pgr_pushRelabel.html index d352f70b1d..b07963f3cf 100644 --- a/main/es/pgr_pushRelabel.html +++ b/main/es/pgr_pushRelabel.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_sequentialVertexColoring.html b/main/es/pgr_sequentialVertexColoring.html index 4092979eff..c8ac7c8647 100644 --- a/main/es/pgr_sequentialVertexColoring.html +++ b/main/es/pgr_sequentialVertexColoring.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_stoerWagner.html b/main/es/pgr_stoerWagner.html index 4805832455..0b80d0a073 100644 --- a/main/es/pgr_stoerWagner.html +++ b/main/es/pgr_stoerWagner.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_strongComponents.html b/main/es/pgr_strongComponents.html index c87e06a38b..da10b41de3 100644 --- a/main/es/pgr_strongComponents.html +++ b/main/es/pgr_strongComponents.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_topologicalSort.html b/main/es/pgr_topologicalSort.html index abc5b47bf4..c634cbc0fa 100644 --- a/main/es/pgr_topologicalSort.html +++ b/main/es/pgr_topologicalSort.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_transitiveClosure.html b/main/es/pgr_transitiveClosure.html index c29caa6a74..80aa777b39 100644 --- a/main/es/pgr_transitiveClosure.html +++ b/main/es/pgr_transitiveClosure.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_trsp.html b/main/es/pgr_trsp.html index 3856101415..be61d42734 100644 --- a/main/es/pgr_trsp.html +++ b/main/es/pgr_trsp.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3
Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
@@ -469,7 +469,7 @@

Firmas

Combinaciones

-

pgr_trsp(SQL de aristas, SQL de restricciones, SQL de combinaciones, [directed])

+

pgr_trsp(SQL de aristas, SQL de restricciones, SQL de combinaciones, [directed])

Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
OR EMPTY SET
@@ -807,8 +807,8 @@

Ver tambiénSphinx 8.0.2.

diff --git a/main/es/pgr_trspVia.html b/main/es/pgr_trspVia.html index db2c2cf1d9..56f7468b1b 100644 --- a/main/es/pgr_trspVia.html +++ b/main/es/pgr_trspVia.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_trspVia_withPoints.html b/main/es/pgr_trspVia_withPoints.html index 05d169eae9..655ce150d6 100644 --- a/main/es/pgr_trspVia_withPoints.html +++ b/main/es/pgr_trspVia_withPoints.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_trsp_withPoints.html b/main/es/pgr_trsp_withPoints.html index abb51e0987..946f2294ca 100644 --- a/main/es/pgr_trsp_withPoints.html +++ b/main/es/pgr_trsp_withPoints.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3
@@ -509,7 +509,7 @@

Firmas

- +
opcionales: [directed, driving_side, details]
@@ -1073,8 +1073,8 @@

Ver tambiénSphinx 8.0.2.

diff --git a/main/es/pgr_turnRestrictedPath.html b/main/es/pgr_turnRestrictedPath.html index b0eaa9500e..fcb6b00835 100644 --- a/main/es/pgr_turnRestrictedPath.html +++ b/main/es/pgr_turnRestrictedPath.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_version.html b/main/es/pgr_version.html index 560efabbe6..f4191fcf58 100644 --- a/main/es/pgr_version.html +++ b/main/es/pgr_version.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_vrpOneDepot.html b/main/es/pgr_vrpOneDepot.html index 160955d793..f5f3d7af20 100644 --- a/main/es/pgr_vrpOneDepot.html +++ b/main/es/pgr_vrpOneDepot.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPoints.html b/main/es/pgr_withPoints.html index 74b7f68f30..2887893654 100644 --- a/main/es/pgr_withPoints.html +++ b/main/es/pgr_withPoints.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPointsCost.html b/main/es/pgr_withPointsCost.html index 70595d9bef..fa94ab1196 100644 --- a/main/es/pgr_withPointsCost.html +++ b/main/es/pgr_withPointsCost.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPointsCostMatrix.html b/main/es/pgr_withPointsCostMatrix.html index fc920eda7c..bb7f1fda56 100644 --- a/main/es/pgr_withPointsCostMatrix.html +++ b/main/es/pgr_withPointsCostMatrix.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPointsDD.html b/main/es/pgr_withPointsDD.html index 864e18e706..96e17c45d0 100644 --- a/main/es/pgr_withPointsDD.html +++ b/main/es/pgr_withPointsDD.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPointsKSP.html b/main/es/pgr_withPointsKSP.html index cc23775491..8c71a2fcf4 100644 --- a/main/es/pgr_withPointsKSP.html +++ b/main/es/pgr_withPointsKSP.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/pgr_withPointsVia.html b/main/es/pgr_withPointsVia.html index a928b5d7be..c5168daf96 100644 --- a/main/es/pgr_withPointsVia.html +++ b/main/es/pgr_withPointsVia.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/prim-family.html b/main/es/prim-family.html index ec743386e4..e0df142537 100644 --- a/main/es/prim-family.html +++ b/main/es/prim-family.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/proposed.html b/main/es/proposed.html index 0a0ca20d93..faf4f63b51 100644 --- a/main/es/proposed.html +++ b/main/es/proposed.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/reference.html b/main/es/reference.html index fae84c4e81..f3a8bacfe4 100644 --- a/main/es/reference.html +++ b/main/es/reference.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/release_notes.html b/main/es/release_notes.html index 86a99c2a99..1ed10a018b 100644 --- a/main/es/release_notes.html +++ b/main/es/release_notes.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/routingFunctions.html b/main/es/routingFunctions.html index edf13186fe..ca3c38b155 100644 --- a/main/es/routingFunctions.html +++ b/main/es/routingFunctions.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/sampledata.html b/main/es/sampledata.html index 8caa36e2f4..ffcd4b4a25 100644 --- a/main/es/sampledata.html +++ b/main/es/sampledata.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/search.html b/main/es/search.html index 1c567fe454..f4248ac259 100644 --- a/main/es/search.html +++ b/main/es/search.html @@ -11,7 +11,7 @@ - + @@ -49,7 +49,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/searchindex.js b/main/es/searchindex.js index d7804f5b35..ebc9f17317 100644 --- a/main/es/searchindex.js +++ b/main/es/searchindex.js @@ -1 +1 @@ -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) Ruta de 6 a 10": [[60, "path-from-6-to-10"]], "10) Ruta de 6 a 7": [[60, "id2"]], "11) Ruta de 12 a 10": [[60, "id3"]], "12) Ruta de 12 a 7": [[60, "id4"]], "13) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 10": [[60, "using-one-to-many-to-get-the-solution-of-examples-9-and-10"]], "14) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 10 y 12": [[60, "using-many-to-one-to-get-the-solution-of-examples-10-and-12"]], "15) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 12": [[60, "using-many-to-many-to-get-the-solution-of-examples-9-to-12"]], "16) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 9 a 13": [[60, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Ruta de 6 a 10": [[60, "id5"]], "18) Ruta de 6 a 7": [[60, "id6"]], "19) Ruta de 12 a 10": [[60, "id7"]], "2) Ruta de 6 a 7": [[60, "path-from-6-to-7"]], "20) Ruta de 12 a 7": [[60, "id8"]], "21) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 18": [[60, "using-one-to-many-to-get-the-solution-of-examples-17-and-18"]], "22) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 18 y 20": [[60, "using-many-to-one-to-get-the-solution-of-examples-18-and-20"]], "23) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 20": [[60, "using-many-to-many-to-get-the-solution-of-examples-17-to-20"]], "24) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 17 a 19": [[60, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Ruta de 6 a 10": [[60, "id9"]], "26) Ruta de 6 a 7": [[60, "id10"]], "27) Ruta de 12 a 10": [[60, "id11"]], "28) Ruta de 12 a 7": [[60, "id12"]], "29) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 26": [[60, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Ruta de 12 a 10": [[60, "path-from-12-to-10"]], "30) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 26 y 28": [[60, "using-many-to-one-to-get-the-solution-of-examples-26-and-28"]], "31) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 28": [[60, "using-many-to-many-to-get-the-solution-of-examples-25-to-28"]], "32) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 25 a 27": [[60, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Usando Uno a Uno": [[60, "using-one-to-one"]], "34) Usando Uno a Muchos": [[60, "using-one-to-many"]], "35) Usando Muchos a Uno": [[60, "using-many-to-one"]], "36) Usando Muchos a Muchos": [[60, "using-many-to-many"]], "37) Usando Combinaciones": [[60, "using-combinations"]], "4) Ruta de 12 a 7": [[60, "path-from-12-to-7"]], "5) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 2": [[60, "using-one-to-many-to-get-the-solution-of-examples-1-and-2"]], "6) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 2 y 4": [[60, "using-many-to-one-to-get-the-solution-of-examples-2-and-4"]], "7) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 4": [[60, "using-many-to-many-to-get-the-solution-of-examples-1-to-4"]], "8) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 1 a 3": [[60, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Ruta de 6 a 10": [[60, "id1"]], "A point of interest table": [[72, "a-point-of-interest-table"]], "A* - Familia de Funciones": [[6, null]], "A* Bidireccional - Familia de Funciones": [[8, null]], "Actializaci\u00f3n de la tabla de aristas": [[13, "the-edge-table-update"]], "Actializar la topolog\u00eda de v\u00e9rtices": [[24, "updating-vertices-topology"], [71, "updating-vertices-topology"]], "Actualizaci\u00f3n de la tabla de v\u00e9rtices": [[13, "the-vertex-table-update"]], "Actualizar la topolog\u00eda de aristas": [[24, "updating-edges-topology"], [71, "updating-edges-topology"]], "Actualizar los costes a la longitud de la geometr\u00eda": [[24, "update-costs-to-length-of-geometry"]], "Actualizar los costes en funci\u00f3n de los c\u00f3digos": [[24, "update-costs-based-on-codes"]], "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 soft restriction": [[84, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[84, "adding-a-value-to-the-restriction"]], "Additional examples": [[101, "additional-examples"]], "Agregar una geometr\u00eda (con fines visuales)": [[29, "adding-a-geometry-for-visual-purposes"]], "Ajustar los costes": [[24, "adjust-costs"]], "Algoritmo TRSP": [[3, "trsp-algorithm"]], "All releases": [[20, "all-releases"]], "Almacenar informaci\u00f3n de contracci\u00f3n": [[13, "store-contraction-information"]], "Aristas que pertenecen al grafo contra\u00eddo.": [[13, "edges-that-belong-to-the-contracted-graph"]], "Aristas que se cruzan": [[24, "crossing-edges"], [71, "crossing-edges"]], "Asegurarse de que la base de datos no tiene vertices_table": [[54, "make-sure-the-database-does-not-have-the-vertices-table"], [71, "make-sure-the-database-does-not-have-the-vertices-table"]], "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"]], "A\u00f1adiendo nuevos v\u00e9rtices": [[24, "adding-new-vertices"], [71, "adding-new-vertices"]], "A\u00f1adir aristas divididas": [[24, "adding-split-edges"], [71, "adding-split-edges"]], "A\u00f1adir columnas adicionales": [[13, "add-additional-columns"]], "BFS - Categor\u00eda": [[0, null]], "Bidirectional Dijkstra - Familia de funciones": [[9, null]], "Callejones sin salida": [[24, "dead-ends"], [58, "dead-ends"]], "Cambios para la versi\u00f3n 0.9.9": [[119, "changes-for-release-0-9-9"]], "Cambios para la versi\u00f3n 1.0": [[119, "changes-for-release-1-0"]], "Cambios para la versi\u00f3n 1.0.0a": [[119, "changes-for-release-1-0-0a"]], "Cambios para la versi\u00f3n 1.0.0b": [[119, "changes-for-release-1-0-0b"]], "Cambios para la versi\u00f3n 1.01": [[119, "changes-for-release-1-01"]], "Cambios para la versi\u00f3n 1.02": [[119, "changes-for-release-1-02"]], "Cambios para la versi\u00f3n 1.03": [[119, "changes-for-release-1-03"]], "Cambios para la versi\u00f3n 1.05": [[119, "changes-for-release-1-05"]], "Cambios para versi\u00f3n 0.9.8": [[119, "changes-for-release-0-9-8"]], "Caracter\u00edsticas": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [28, "characteristics"], [29, "characteristics"], [63, "characteristics"], [64, "characteristics"], [91, "characteristics"], [92, "characteristics"]], "Cargar Datos": [[24, "load-data"]], "Caso 1: Tanto el origen como el destino pertenecen al grafo contra\u00eddo.": [[13, "case-1-both-source-and-target-belong-to-the-contracted-graph"]], "Caso 2: El origen y/o el destino pertenecen a un subgrafo de aristas.": [[13, "case-2-source-and-or-target-belong-to-an-edge-subgraph"]], "Caso 3: El origen y/o el destino pertenecen a un v\u00e9rtice.": [[13, "case-3-source-and-or-target-belong-to-a-vertex"]], "Chinese Postman Problem - Familia de funciones (Experimental)": [[10, null]], "Colaboradores": [[26, "contributors"]], "Colaboradores de esta Versi\u00f3n": [[26, "this-release-contributors"]], "Colaboradores, Pasado y Presente:": [[26, "contributors-past-present"]], "Coloraci\u00f3n - Familia de funciones": [[11, null]], "Columnas de Resultados": [[57, "return-columns"], [89, "return-columns"]], "Columnas de resultados": [[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"]], "Columnas de resultados de las funciones de costes": [[24, "result-columns-for-cost-functions"]], "Columnas de resultados para funciones de flujo": [[24, "result-columns-for-flow-functions"]], "Columnas de resultados para funciones de \u00e1rbol de expansi\u00f3n": [[24, "result-columns-for-spanning-tree-functions"]], "Columnas de resultados para una ruta": [[24, "result-columns-for-a-path"]], "Combinaciones": [[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 data": [[121, "combinations-data"]], "Comparando los resultados": [[90, "comparing-the-results"]], "Compilando": [[25, "building"]], "Complete routing graph": [[84, "complete-routing-graph"]], "Componentes - Familia de funciones": [[12, null]], "Comprobaci\u00f3n del cruce de aristas": [[24, "checking-for-crossing-edges"], [71, "checking-for-crossing-edges"]], "Compruebe la Topolog\u00eda de Ruteo": [[24, "check-the-routing-topology"]], "Con salida completa": [[54, "with-full-output"]], "Conceptos de pgRouting": [[20, "pgrouting-concepts"], [24, null]], "Conectando componentes": [[24, "connecting-components"], [52, "connecting-components"], [72, "connecting-components"]], "Conectando componentes desconectados": [[52, "connecting-disconnected-components"], [72, "connecting-disconnected-components"]], "Configuraci\u00f3n": [[25, "configuring"]], "Consejos de Rendimiento": [[24, "performance-tips"]], "Construcci\u00f3n del grafo en la base de datos": [[13, "construction-of-the-graph-in-the-database"]], "Construir una topolog\u00eda de ruteo": [[24, "build-a-routing-topology"]], "Consultas Internas": [[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"]], "Contenido": [[5, "contenido"], [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"]], "Contenido de viejas restricciones": [[22, "old-restrictions-contents"]], "Contracci\u00f3n de los datos de muestra": [[13, "contracting-sample-data"]], "Contracci\u00f3n de un grafo": [[24, "contraction-of-a-graph"]], "Contracci\u00f3n lineal": [[13, "linear-contraction"]], "Contracci\u00f3n sin salida": [[13, "dead-end-contraction"]], "Contraction - Familia de funciones": [[13, null]], "Coordenadas SQL": [[29, "coordinates-sql"]], "Cost Matrix - Categor\u00eda": [[15, null]], "Costo - Categor\u00eda": [[14, null]], "Costo agregado al final de la tercera ruta.": [[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"]], "Costo agregado de la ruta al llegar a los v\u00e9rtices visitados.": [[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"]], "Costo agregado de la tercera ruta.": [[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"]], "Costo total del tour": [[29, "total-tour-cost"]], "Creaci\u00f3n de la topolog\u00eda de ruteo en la tabla de aristas": [[54, "create-the-routing-topology-on-the-edge-table"], [71, "create-the-routing-topology-on-the-edge-table"]], "Creaci\u00f3n de una tabla para datos y almacenamiento de los datos": [[29, "creating-a-table-for-the-data-and-storing-the-data"]], "Creaci\u00f3n de una topolog\u00eda de ruteo": [[54, "create-a-routing-topology"], [71, "create-a-routing-topology"]], "Creaci\u00f3n de v\u00e9rtices temporales": [[128, "creating-temporary-vertices"], [129, "creating-temporary-vertices"]], "Crear la tabla de v\u00e9rtices": [[54, "create-the-vertices-table"], [71, "create-the-vertices-table"]], "Crear una Base de Datos de Ruteo": [[24, "create-a-routing-database"]], "Crear una tabla": [[24, "create-a-table"]], "Crear una tabla que identifica los v\u00e9rtices transformados": [[84, "creating-table-that-identifies-transformed-vertices"]], "Create the mapping table": [[84, "create-the-mapping-table"]], "Cuando el lado de conducci\u00f3n no importa": [[128, "when-driving-side-does-not-matter"], [129, "when-driving-side-does-not-matter"]], "Cuando se conoce la geometr\u00eda de l\u00ednea": [[71, "when-line-geometry-is-known"]], "Cuando se conoce la geometr\u00eda de v\u00e9rtices": [[71, "when-vertex-geometry-is-known"]], "Cuando se conocen identificadores de v\u00e9rtices": [[71, "when-identifiers-of-vertices-are-known"]], "Current release": [[20, "current-release"]], "C\u00f3mo contribuir": [[24, "how-to-contribute"]], "DFS - Categor\u00eda": [[1, null]], "Datos": [[7, "data"]], "Datos Muestra": [[121, null]], "Datos de Recogida y Entrega": [[121, "pick-deliver-data"]], "Datos de restricciones": [[22, "restrictions-data"], [121, "restrictions-data"]], "Datos de topolog\u00eda": [[121, "topology-data"]], "Datos de v\u00e9rtices": [[121, "vertices-data"]], "Datos incompletos conectados": [[28, "connected-incomplete-data"]], "Definici\u00f3n de grafo": [[24, "graph-definition"]], "Definici\u00f3n del Problema": [[4, "problem-definition"], [28, "problem-definition"], [29, "problem-definition"]], "Degree from an existing table": [[58, "degree-from-an-existing-table"]], "Degree of a sub graph": [[58, "degree-of-a-sub-graph"]], "Dependencias": [[25, "dependencies"]], "Descripci\u00f3n": [[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 - Familia de funciones": [[16, null]], "Directed graph with cost": [[121, "directed-graph-with-cost"]], "Distancia Manejando - Categor\u00eda": [[17, null]], "Documentaci\u00f3n Avanzada": [[19, "advanced-documentation"], [129, "advanced-documentation"]], "Documentaci\u00f3n avanzada": [[6, "advanced-documentation"], [16, "advanced-documentation"], [128, "advanced-documentation"]], "Edges": [[121, "edges"]], "Edges data": [[121, "edges-data"]], "Ejecuci\u00f3n de prueba": [[58, "dry-run-execution"], [71, "dry-run-execution"]], "Ejemplo": [[92, "example"]], "Ejemplo Adicional": [[46, "additional-example"]], "Ejemplo Adicional:": [[99, "additional-example"], [109, "additional-example"]], "Ejemplo de Wiki": [[24, "wiki-example"]], "Ejemplos": [[90, "examples"]], "Ejemplos Adicionales": [[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"]], "El ciclo": [[13, "the-cycle"]], "El grafo contra\u00eddo": [[13, "the-contracted-graph"]], "Eliminar las aristas sobrantes": [[24, "removing-the-surplus-edges"], [71, "removing-the-surplus-edges"]], "En cuentre el camino m\u00e1s corto": [[24, "find-the-shortest-path"], [71, "find-the-shortest-path"]], "En una red de conducci\u00f3n del lado derecho": [[128, "on-a-right-hand-side-driving-network"], [129, "on-a-right-hand-side-driving-network"]], "En una red de conducci\u00f3n del lado izquierdo": [[128, "on-a-left-hand-side-driving-network"], [129, "on-a-left-hand-side-driving-network"]], "Equivalencias entre firmas": [[60, "equvalences-between-signatures"]], "Estructura de nuevas restricciones": [[22, "new-restrictions-structure"]], "Estructura de restricciones vieja": [[22, "old-restrictions-structure"]], "Factor": [[6, "factor"]], "Familias de Funciones": [[20, "routingfunctions"], [120, null]], "Fila de Resumen": [[5, "summary-row"]], "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"]], "Firma": [[91, "signature"], [92, "signature"], [108, "signature"]], "Firmas": [[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"]], "Flow - Familia de funciones": [[19, null]], "Flujo": [[24, "flow"]], "Funciones Experimentales": [[18, null]], "Funciones de Ruteo de Veh\u00edculos - Categor\u00eda (Experimental)": [[5, null]], "Funciones disponibles pero no oficiales de pgRouting": [[20, "available-functions-but-not-official-pgrouting-functions"]], "Funciones por categor\u00edas": [[20, "functions-by-categories"], [120, "functions-by-categories"]], "Funciones propuestas": [[117, null]], "Function\u2019s overloads": [[24, "function-s-overloads"]], "Function\u2019s structure": [[24, "function-s-structure"]], "General": [[20, "general"], [24, "general"]], "General with (X,Y)": [[24, "general-with-x-y"]], "General without id": [[24, "general-without-id"]], "Grafo con cost": [[24, "graph-with-cost"]], "Grafo con cost y reverse_cost": [[24, "graph-with-cost-and-reverse-cost"]], "Grafo contra\u00eddo": [[13, "contracted-graph"]], "Grafo dirigido con cost y reverse_cost": [[121, "directed-graph-with-cost-and-reverse-cost"]], "Grafo no dirigido con cost y reverse_cost": [[121, "undirected-graph-with-cost-and-reverse-cost"]], "Grafos": [[24, "graphs"]], "Grafos con geometr\u00edas": [[24, "graphs-with-geometries"]], "Grafos desconectados": [[24, "disconnected-graphs"]], "Grafos sin geometr\u00edas": [[24, "graphs-without-geometries"], [71, "graphs-without-geometries"]], "Guardar la informaci\u00f3n de conexi\u00f3n de las aristas": [[24, "save-the-edges-connection-information"], [52, "save-the-edges-connection-information"], [72, "save-the-edges-connection-information"]], "Guardar la informaci\u00f3n de conexi\u00f3n de los v\u00e9rtices": [[24, "save-the-vertices-connection-information"], [52, "save-the-vertices-connection-information"], [72, "save-the-vertices-connection-information"]], "Gu\u00eda de migraci\u00f3n": [[22, null]], "Habilitaci\u00f3n y actualizaci\u00f3n en la base de datos": [[25, "enabling-and-upgrading-in-the-database"]], "Heur\u00edstica": [[6, "heuristic"]], "Idenifying the restriction": [[84, "idenifying-the-restriction"]], "Im\u00e1genes": [[90, "images"], [121, "images"]], "Informaci\u00f3n General de las Funciones de Flujo": [[19, "flow-functions-general-information"]], "Informaci\u00f3n de vertices": [[24, "vertex-information"], [71, "vertex-information"]], "Informaci\u00f3n general": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [127, "general-information"]], "Inicio en el v\u00e9rtice 1": [[28, "start-from-vertex-1"]], "Inspeccionar la tabla de v\u00e9rtices": [[54, "inspect-the-vertices-table"], [71, "inspect-the-vertices-table"]], "Inspecci\u00f3n de la topolog\u00eda de ruteo": [[54, "inspect-the-routing-topology"], [71, "inspect-the-routing-topology"]], "Instalaci\u00f3n": [[25, null]], "Introducci\u00f3n": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [26, null], [125, "introduction"], [128, "introduction"], [129, "introduction"]], "Introduzca los datos": [[24, "insert-the-data"], [71, "insert-the-data"]], "Kruskal - Familia de funciones": [[21, null]], "LLenado de puntos de inter\u00e9s": [[72, "points-of-interest-fillup"], [121, "points-of-interest-fillup"]], "La definici\u00f3n de problema (Documentaci\u00f3n avanzada)": [[16, "the-problem-definition-advanced-documentation"]], "La topolog\u00eda": [[121, "the-topology"]], "Lado de manejo": [[128, "driving-side"], [129, "driving-side"]], "Lado de manejo derecho": [[114, "right-driving-side"], [128, "right-driving-side"], [129, "right-driving-side"]], "Lado de manejo izquierdo": [[114, "left-driving-side"], [128, "left-driving-side"], [129, "left-driving-side"]], "Lado de manejo no importa": [[113, "driving-side-does-not-matter"], [128, "driving-side-does-not-matter"], [129, "driving-side-does-not-matter"]], "Las \u00f3rdenes": [[92, "the-orders"], [121, "the-orders"]], "Licencias": [[26, "licensing"]], "Limpieza de las columnas de la topolog\u00eda de ruteo que se crear\u00e1": [[54, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [71, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Lineal": [[13, "linear"]], "Linear edges": [[24, "linear-edges"], [58, "linear-edges"]], "Listas de correo y GIS StackExchange": [[123, "mailing-list-and-gis-stackexchange"]], "Los veh\u00edculos": [[92, "the-vehicles"], [121, "the-vehicles"]], "Main graph": [[121, "main-graph"]], "Manejo de Unidades de Capacidad y Demanda": [[5, "capacity-and-demand-units-handling"]], "Manejo del Tiempo": [[5, "time-handling"]], "Manipulaci\u00f3n del Factor": [[5, "factor-handling"]], "Many points": [[72, "many-points"]], "Many points dry run execution": [[72, "many-points-dry-run-execution"]], "Many points examples": [[72, "many-points-examples"]], "Mayors": [[119, "mayors"]], "Migraciones de pgr_trspViaVertices": [[22, "migration-of-pgr-trspviavertices"]], "Migraci\u00f3n": [[22, "migration"]], "Migraci\u00f3n de funciones": [[22, "migration-of-functions"]], "Migraci\u00f3n de las restricciones de giro": [[22, "migration-of-turn-restrictions"]], "Migraci\u00f3n de pgr_KSP": [[22, "migration-of-pgr-ksp"]], "Migraci\u00f3n de pgr_aStar": [[22, "migration-of-pgr-astar"]], "Migraci\u00f3n de pgr_bdAstar": [[22, "migration-of-pgr-bdastar"]], "Migraci\u00f3n de pgr_dijkstra": [[22, "migration-of-pgr-dijkstra"]], "Migraci\u00f3n de pgr_drivingDistance": [[22, "migration-of-pgr-drivingdistance"]], "Migraci\u00f3n de pgr_maxCardinalityMatch": [[22, "migration-of-pgr-maxcardinalitymatch"]], "Migraci\u00f3n de pgr_trsp (Aristas)": [[22, "migration-of-pgr-trsp-edges"]], "Migraci\u00f3n de pgr_trspViaEdges": [[22, "migration-of-pgr-trspviaedges"]], "Migraci\u00f3n de pgr_trsp` (V\u00e9rtices)": [[22, "migration-of-pgr-trsp-vertices"]], "Migraci\u00f3n de pgr_withPointsDD": [[22, "migration-of-pgr-withpointsdd"]], "Migraci\u00f3n de pgr_withPointsKSP": [[22, "migration-of-pgr-withpointsksp"]], "Migraci\u00f3n de restricciones": [[22, "migration-of-restrictions"]], "Migrando funciones": [[22, "migrating-functions"]], "Migrando pgr_trsp (Aristas) usando pgr_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrando pgr_trsp (V\u00e9rtices) usando pgr_trsp": [[22, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrando pgr_trspViaEdges usando pgr_trspVia_withPoints": [[22, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrando pgr_trspViaEdges usando pgr_withPointsVia": [[22, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrando pgr_trspViaVertices usando pgr_dijkstraVia": [[22, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrando pgr_trspViaVertices usando pgr_trspVia": [[22, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migrando``pgr_trsp`` (Aristas) utilizando pgr_trsp_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrar pgr_trsp (V\u00e9rtices) usando pgr_dijkstra": [[22, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Minors 2.x": [[119, "minors-2-x"]], "Minors 3.x": [[119, "minors-3-x"]], "Muchos a Muchos": [[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"]], "Muchos a Uno": [[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"]], "Multiple paths": [[24, "multiple-paths"]], "M\u00e1s Informaci\u00f3n": [[26, "more-information"]], "M\u00faltiples V\u00e9rtices": [[66, "multiple-vertices"]], "M\u00faltiples v\u00e9rtices": [[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"]], "No importa el lado de manejo": [[111, "does-not-matter-driving-side-driving-topology"]], "Nodos visitados en la ruta.": [[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"]], "Notas de la Versi\u00f3n 3.0.6 de pgRouting": [[119, "pgrouting-3-0-6-release-notes"]], "Notas de la Versi\u00f3n 3.1.4 de pgRouting": [[119, "pgrouting-3-1-4-release-notes"]], "Notas de la Versi\u00f3n 3.2.1 de pgRouting": [[119, "pgrouting-3-2-1-release-notes"]], "Notas de la Versi\u00f3n 3.2.2 de pgRouting": [[119, "pgrouting-3-2-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.2": [[119, "pgrouting-3-0-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.4": [[119, "pgrouting-3-0-4-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.0": [[119, "pgrouting-3-1-0-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.2": [[119, "pgrouting-3-1-2-release-notes"]], "Notas de la versi\u00f3n 3.0.1 de pgRouting": [[119, "pgrouting-3-0-1-release-notes"]], "Notas de la versi\u00f3n 3.3.0 de pgRouting": [[119, "pgrouting-3-3-0-release-notes"]], "Notas de la versi\u00f3n 3.3.1 de pgRouting": [[119, "pgrouting-3-3-1-release-notes"]], "Notas de la versi\u00f3n 3.3.2 de pgRouting": [[119, "pgrouting-3-3-2-release-notes"]], "Notas de la versi\u00f3n 3.3.3 de pgRouting": [[119, "pgrouting-3-3-3-release-notes"]], "Notas de la versi\u00f3n 3.3.4 de pgRouting": [[119, "pgrouting-3-3-4-release-notes"]], "Notas de la versi\u00f3n 3.3.5 de pgRouting": [[119, "pgrouting-3-3-5-release-notes"]], "Notas de la versi\u00f3n 3.4.0 de pgRouting": [[119, "pgrouting-3-4-0-release-notes"]], "Notas de la versi\u00f3n 3.4.1 de pgRouting": [[119, "pgrouting-3-4-1-release-notes"]], "Notas de la versi\u00f3n 3.4.2 de pgRouting": [[119, "pgrouting-3-4-2-release-notes"]], "Notas de la versi\u00f3n 3.5.0 de pgRouting": [[119, "pgrouting-3-5-0-release-notes"]], "Notas de la versi\u00f3n 3.5.1 de pgRouting": [[119, "pgrouting-3-5-1-release-notes"]], "Notas de la versi\u00f3n 3.6.0 de pgRouting": [[119, "pgrouting-3-6-0-release-notes"]], "Notas de la versi\u00f3n de PgRouting 2.5.5": [[119, "pgrouting-2-5-5-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.0": [[119, "pgrouting-2-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.1": [[119, "pgrouting-2-0-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.1.0": [[119, "pgrouting-2-1-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.0": [[119, "pgrouting-2-2-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.1": [[119, "pgrouting-2-2-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.2": [[119, "pgrouting-2-2-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.3": [[119, "pgrouting-2-2-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.4": [[119, "pgrouting-2-2-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.0": [[119, "pgrouting-2-3-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.1": [[119, "pgrouting-2-3-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.2": [[119, "pgrouting-2-3-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.0": [[119, "pgrouting-2-4-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.1": [[119, "pgrouting-2-4-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.2": [[119, "pgrouting-2-4-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.0": [[119, "pgrouting-2-5-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.1": [[119, "pgrouting-2-5-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.2": [[119, "pgrouting-2-5-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.3": [[119, "pgrouting-2-5-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.4": [[119, "pgrouting-2-5-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.0": [[119, "pgrouting-2-6-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.1": [[119, "pgrouting-2-6-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.0": [[119, "pgrouting-3-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.3": [[119, "pgrouting-3-0-3-release-notes"]], "Notas de versi\u00f3n": [[20, "release-notes"], [119, null]], "Notas del Lanzamiento de pgRouting 3.2.0": [[119, "pgrouting-3-2-0-release-notes"]], "Obtener el v\u00e9rtice m\u00e1s cercano": [[24, "get-the-closest-vertex"], [52, "get-the-closest-vertex"], [72, "get-the-closest-vertex"]], "Obtener las fuentes": [[25, "get-the-sources"]], "Obtener una geometr\u00eda del recorrido": [[29, "getting-a-geometry-of-the-tour"]], "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"]], "Operaci\u00f3n: Contracci\u00f3n Lineal": [[13, "operation-linear-contraction"]], "Operaci\u00f3n: Contracci\u00f3n sin salida": [[13, "operation-dead-end-contraction"]], "Ordenamiento - Familia de funciones": [[23, null]], "Origen": [[4, "origin"]], "Para grafos dirigidos con columna``cost``": [[60, "for-directed-graphs-only-with-cost-column"]], "Para grafos dirigidos con columnas cost and reverse_cost": [[60, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "Para grafos no dirigidos con columna``cost``": [[60, "for-undirected-graphs-only-with-cost-column"]], "Para grafos no dirigidos con columnas cost y reverse_cost": [[60, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Para las funciones de Ruteo": [[24, "for-the-routing-functions"]], "Para las funciones de TRSP": [[24, "for-the-trsp-functions"]], "Par\u00e1metros": [[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"]], "Par\u00e1metros de Manipulaci\u00f3n": [[5, "handling-parameters"]], "Par\u00e1metros opcionales": [[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"]], "Par\u00e1metros opcionales V\u00eda": [[65, "via-optional-parameters"], [104, "via-optional-parameters"], [105, "via-optional-parameters"], [115, "via-optional-parameters"], [127, "via-optional-parameters"]], "Par\u00e1metros opcionales de Cercan\u00eda": [[63, "near-optional-parameters"], [64, "near-optional-parameters"]], "Par\u00e1metros opcionales de Contracci\u00f3n": [[53, "contraction-optional-parameters"]], "Par\u00e1metros opcionales de DFS": [[48, "dfs-optional-parameters"], [59, "dfs-optional-parameters"], [81, "dfs-optional-parameters"], [96, "dfs-optional-parameters"]], "Par\u00e1metros opcionales de Dijkstra": [[63, "dijkstra-optional-parameters"], [64, "dijkstra-optional-parameters"]], "Par\u00e1metros opcionales de KSP": [[27, "ksp-optional-parameters"], [107, "ksp-optional-parameters"], [114, "ksp-optional-parameters"]], "Par\u00e1metros opcionales de Recoger-Entregar": [[5, "pick-deliver-optional-parameters"], [91, "pick-deliver-optional-parameters"], [92, "pick-deliver-optional-parameters"]], "Par\u00e1metros opcionales de TSP": [[4, "tsp-optional-parameters"], [28, "tsp-optional-parameters"], [29, "tsp-optional-parameters"]], "Par\u00e1metros opcionales de aStar": [[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"]], "Par\u00e1metros opcionales de distancia de manejo": [[66, "driving-distance-optional-parameters"], [113, "driving-distance-optional-parameters"]], "Par\u00e1metros opcionales para Con puntos": [[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"]], "Par\u00e1metros opcionales para withPointsKSP": [[114, "withpointsksp-optional-parameters"]], "Pasa enfrente o visita con lado derecho de manejo.": [[110, "passes-in-front-or-visits-with-right-side-driving"]], "Pasa enfrente o visita con lado izquierdo de manejo.": [[110, "passes-in-front-or-visits-with-left-side-driving"]], "Pass in front or visits.": [[106, "pass-in-front-or-visits"]], "Patrocinadores corporativos (en orden alfab\u00e9tico)": [[26, "corporate-sponsors-in-alphabetical-order"]], "Patrocinadores corporativos de este lanzamiento (en orden alfab\u00e9tico)": [[26, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Personas (en orden alfab\u00e9tico)": [[26, "individuals-in-alphabetical-order"]], "Personas en este lanzamiento (en orden alfab\u00e9tico)": [[26, "individuals-in-this-release-in-alphabetical-order"]], "Prepara la base de datos": [[24, "prepare-the-database"]], "Preparar el almacenamiento de la informaci\u00f3n de conexi\u00f3n": [[24, "prepare-storage-for-connection-information"], [52, "prepare-storage-for-connection-information"], [72, "prepare-storage-for-connection-information"]], "Prim - Familia de funciones": [[116, null]], "Prueba 29 ciudades del S\u00e1hara Occidental": [[29, "test-29-cities-of-western-sahara"]], "Pruebas": [[25, "testing"]], "Puntos de inter\u00e9s": [[72, "points-of-interest"], [121, "points-of-interest"]], "Puntos fuera del grafo": [[121, "points-outside-the-graph"]], "P\u00e1rametros opcionales de BFS": [[0, "bfs-optional-parameters"], [79, "bfs-optional-parameters"], [94, "bfs-optional-parameters"]], "P\u00e1rametros para las funciones Via": [[24, "parameters-for-the-via-functions"]], "Recogida y Entrega": [[5, "pick-delivery"], [5, "pick-deliver"]], "Referencia": [[118, null]], "Removing self loops on leaf nodes": [[84, "removing-self-loops-on-leaf-nodes"]], "Rendimiento": [[7, "performance"]], "Reporte de Problemas": [[123, "reporting-problems"]], "Restricciones": [[3, "restrictions"], [121, "restrictions"]], "Resultados": [[7, "results"]], "Resultados de la Contracci\u00f3n": [[13, "contraction-results"]], "Resultados visuales": [[29, "visual-results"]], "Revisando componentes": [[24, "checking-components"], [52, "checking-components"], [72, "checking-components"]], "Rutas m\u00e1s cortas K - Categor\u00eda": [[2, null]], "SQL Combinaciones": [[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"]], "SQL aristas": [[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"]], "SQL de Veh\u00edculos": [[5, "vehicles-sql"], [91, "vehicles-sql"], [92, "vehicles-sql"]], "SQL de matriz": [[5, "matrix-sql"], [28, "matrix-sql"], [91, "matrix-sql"]], "SQL de puntos": [[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"]], "SQL de \u00f3rdenes": [[5, "orders-sql"], [91, "orders-sql"], [92, "orders-sql"]], "SQL restricciones": [[3, "restrictions-sql"], [24, "restrictions-sql"], [103, "restrictions-sql"], [104, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [127, "restrictions-sql"]], "Selective for multiple paths.": [[24, "selective-for-multiple-paths"]], "Show details on undirected graph.": [[106, "show-details-on-undirected-graph"]], "Simplifying leaf vertices": [[84, "simplifying-leaf-vertices"]], "Sin salida": [[13, "dead-end"]], "Sinopsis": [[9, "synopsis"], [15, "synopsis"], [91, "synopsis"], [92, "synopsis"]], "Sobre los puntos": [[128, "about-points"], [129, "about-points"]], "Soporte": [[123, null]], "Soporte Comercial": [[123, "commercial-support"]], "Special optional parameters": [[107, "special-optional-parameters"]], "Status of \u00abpasses in front\u00bb or \u00abvisits\u00bb 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 \u00abpasses in front\u00bb or \u00abvisits\u00bb 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 edge results": [[84, "store-edge-results"]], "Sumulaci\u00f3n del functionamiento del algoritmo.": [[104, "simulation-of-how-algorithm-works"], [105, "simulation-of-how-algorithm-works"]], "TRSP - Familia de funciones": [[3, null]], "Tabla de Contenido": [[4, "table-of-contents"], [20, null]], "Tablas de apoyo": [[121, "support-tables"]], "The data": [[84, "the-data"]], "The main query": [[65, "the-main-query"], [104, "the-main-query"]], "The original orders": [[92, "the-original-orders"], [121, "the-original-orders"]], "The query": [[92, "the-query"]], "The transformation": [[84, "the-transformation"]], "Todos los Pares - Familia de Funciones": [[7, null]], "Topolog\u00eda - Familia de Funciones": [[124, null]], "Topolog\u00eda de manejo del lado derecho": [[111, "right-side-driving-topology"]], "Topolog\u00eda de manejo del lado izquierdo": [[111, "left-side-driving-topology"]], "Transformation - Familia de funciones (Experimental)": [[125, null]], "Traversal - Familia de funciones": [[126, null]], "Ubiaciones": [[5, "locations"]], "Undirected graph with cost": [[121, "undirected-graph-with-cost"]], "Uno a Muchos": [[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"]], "Uno a Uno": [[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"]], "Usando el grafo contra\u00eddo": [[13, "using-the-contracted-graph"]], "Usar con pgr_TSP.": [[112, "use-with-pgr-tsp"]], "Usar pgr_findCloseEdges en el SQL de puntos.": [[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 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"]], "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"]], "Uso cuando las columnas de la tabla de borde NO COINCIDEN con los valores por defecto:": [[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"]], "Uso cuando las columnas de la tabla de borde coinciden con los valores por defecto:": [[34, "usage-when-the-edge-table-s-columns-match-the-default-values"], [54, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Uso de puntos de inter\u00e9s para generar una matriz asim\u00e9trica.": [[28, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Valor de Devoluci\u00f3n": [[33, "return-value"]], "Variables configurables": [[25, "configurable-variables"]], "Variaciones de uso": [[105, "usage-variations"], [110, "usage-variations"], [115, "usage-variations"]], "Vendedor Viajante - Familia de funciones": [[4, null]], "Ver tambi\u00e9n": [[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"]], "Versi\u00f3n corta": [[25, "short-version"]], "Vertex SQL": [[58, "vertex-sql"]], "Vertices": [[121, "vertices"]], "Via- Categoria": [[127, null]], "V\u00e9rtice lineal en grafo dirigido": [[13, "linear-vertex-on-directed-graph"]], "V\u00e9rtice lineal en grafo no dirigido": [[13, "linear-vertex-on-undirected-graph"]], "V\u00e9rtice sin salida en un grafo dirigido": [[13, "dead-end-vertex-on-directed-graph"]], "V\u00e9rtice sin salida en un grafo sin dirigir": [[13, "dead-end-vertex-on-undirected-graph"]], "V\u00e9rtice \u00danico": [[66, "single-vertex"]], "V\u00e9rtice \u00fanico": [[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"]], "V\u00e9rtices que pertenecen al grafo contra\u00eddo.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "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.1": [[119, "pgrouting-2-1"]], "pgRouting 2.2": [[119, "pgrouting-2-2"]], "pgRouting 2.3": [[119, "pgrouting-2-3"]], "pgRouting 2.4": [[119, "pgrouting-2-4"]], "pgRouting 2.5": [[119, "pgrouting-2-5"]], "pgRouting 2.6": [[119, "pgrouting-2-6"]], "pgRouting 2.6.2 Notas de la versi\u00f3n": [[119, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Notas de la Versi\u00f3n": [[119, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[119, "pgrouting-3"]], "pgRouting 3.0": [[119, "pgrouting-3-0"]], "pgRouting 3.0.5 Notas de la Versi\u00f3n": [[119, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.1": [[119, "pgrouting-3-1"]], "pgRouting 3.1.1 Notas de la Versi\u00f3n": [[119, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.3 Notas de la Versi\u00f3n": [[119, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.2": [[119, "pgrouting-3-2"]], "pgRouting 3.3": [[119, "pgrouting-3-3"]], "pgRouting 3.4": [[119, "pgrouting-3-4"]], "pgRouting 3.5": [[119, "pgrouting-3-5"]], "pgRouting 3.6": [[119, "pgrouting-3-6"]], "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"]], "pgr_KSP": [[27, null]], "pgr_KSP (Uno a Uno)": [[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 - Propusto": [[59, null]], "pgr_dijkstra": [[60, null]], "pgr_dijkstraCost": [[61, null]], "pgr_dijkstraCostMatrix": [[62, null]], "pgr_dijkstraNear - Propuesto": [[63, null]], "pgr_dijkstraNearCost - Propuesto": [[64, null]], "pgr_dijkstraVia - Propuesto": [[65, null]], "pgr_drivingDistance": [[66, null]], "pgr_drivingDistance (M\u00faltiples v\u00e9rtices)": [[22, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingDistance (V\u00e9rtice \u00fanico)": [[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 Propuesto": [[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 - Propuesto": [[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 - Propuesto": [[110, null]], "pgr_withPointsCost - Propuesto": [[111, null]], "pgr_withPointsCostMatrix - propuesto": [[112, null]], "pgr_withPointsDD (M\u00faltiples v\u00e9rtices)": [[22, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (v\u00e9rtice \u00fanico)": [[22, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Propuesto": [[113, null]], "pgr_withPointsKSP (Uno a Uno)": [[22, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Propuesto": [[114, null]], "pgr_withPointsVia - Proposed": [[115, null]], "withPoints - Familia de funciones": [[129, null]], "withPoints- Categor\u00eda": [[128, null]], "\u00c1rbol de expansi\u00f3n - Categor\u00eda": [[122, null]]}, "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": [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_bfs": 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, 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, "100s": 5, "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, 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": [4, 7, 13, 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, 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, "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, "1s": 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, 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], "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, "202": 119, "203": [92, 119, 121], "2057": 119, "207030": 7, "20710": 7, "208": 109, "20833": 29, "2087": 119, "20900": 29, "2093": 119, "20algorithms": [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, 119, 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, "22rel": 119, "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_theory": [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, "3a": 119, "3th": [106, 110], "4": [3, 5, 6, 7, 13, 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": [75, 92, 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, 119, 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], "9c": 119, "A": [15, 20, 22, 24, 30, 31, 32, 37, 38, 39, 44, 48, 59, 63, 64, 67, 75, 84, 85, 99, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 127, 128, 129], "Al": [4, 29], "Antes": [22, 90], "Con": [0, 17, 24, 28, 29, 48, 52, 59, 66, 72, 79, 80, 81, 94, 95, 96, 119], "DE": [28, 29, 58, 71], "De": [13, 30, 31, 37, 38, 40, 41, 43, 45, 47, 60, 61, 68, 69, 70, 87, 88, 89, 97, 116], "Del": [24, 40, 41, 43, 45, 47, 52, 57, 60, 61, 68, 69, 70, 72, 87, 88, 89, 97, 103, 107, 110, 111], "E": [6, 7, 8, 9, 10, 16, 19, 21, 24, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 57, 59, 60, 61, 63, 64, 67, 69, 70, 75, 77, 78, 79, 80, 81, 82, 85, 86, 88, 89, 93, 94, 95, 96, 99, 100, 101, 102, 106, 110, 111, 116, 125], "EN": 119, "EST\u00c1": 119, "El": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 123, 125, 126, 127, 128, 129], "En": [1, 3, 4, 5, 13, 15, 16, 19, 22, 26, 28, 29, 33, 34, 43, 47, 52, 53, 54, 55, 57, 63, 64, 69, 72, 84, 88, 89, 97, 99, 105, 106, 110, 111, 112, 113, 114, 115, 119, 123, 127], "Es": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 35, 42, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 60, 61, 62, 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, 116, 117, 124, 125, 126, 127, 128, 129], "Esa": [24, 71], "Esos": 24, "Esta": [7, 8, 9, 13, 15, 16, 22, 24, 35, 36, 43, 49, 52, 57, 60, 61, 62, 71, 72, 76, 84, 90, 99, 112, 125, 128], "Estados": 123, "Estar": 111, "Estas": [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], "Este": [4, 20, 24, 28, 29, 45, 52, 72, 76, 78, 93], "Esto": [3, 22, 67, 70, 84, 90, 116, 123], "Estos": 116, "Hay": [3, 4, 5, 10, 11, 12, 13, 18, 19, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 123, 125, 126, 128], "La": [3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 40, 41, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 75, 76, 80, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 95, 97, 98, 99, 101, 102, 107, 109, 119, 125, 126, 127, 128, 129], "Las": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 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, 120, 122, 123, 124, 125, 126, 127, 128, 129], "Lo": [24, 26], "Los": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 22, 24, 28, 29, 30, 31, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 49, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 66, 68, 70, 71, 79, 80, 81, 82, 84, 86, 90, 91, 94, 95, 96, 98, 99, 100, 101, 102, 106, 110, 111, 112, 119, 128, 129], "NO": 119, "No": [1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 80, 82, 83, 84, 85, 87, 88, 89, 91, 92, 95, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117, 119, 121, 124, 125, 126, 127, 128, 129], "O": [6, 7, 8, 9, 10, 16, 21, 24, 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, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 116], "Otros": 24, "Por": [13, 24, 35, 55, 70, 71, 85, 88, 109, 123], "Que": 90, "Qu\u00e9": 24, "Se": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 21, 22, 24, 28, 29, 30, 31, 35, 37, 38, 40, 41, 42, 43, 45, 47, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 78, 79, 80, 81, 88, 89, 91, 92, 97, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 123, 124, 126, 127, 128, 129], "Sea": [5, 7, 14, 15, 31, 38, 41, 42, 61, 62, 73, 77, 112], "Sean": [6, 8, 30, 31, 32, 37, 38, 39], "Sin": [45, 53, 67, 70, 116], "Son": [5, 91, 92], "Su": [0, 1, 21, 78, 79, 80, 81, 93, 94, 95, 96, 99, 116, 122], "Un": [10, 13, 22, 24, 26, 33, 34, 35, 45, 46, 49, 50, 51, 52, 54, 55, 59, 76, 86, 90, 91, 92, 99, 100], "Una": [3, 4, 5, 19, 24, 25, 33, 34, 35, 54, 55, 71, 84, 86, 91, 92, 119], "Uno": [7, 119], "Y": [4, 22, 26, 28, 29, 30, 31, 32, 37, 38, 39, 52, 72, 119], "Ya": 119, "_": [111, 119], "__": [22, 24, 26, 59, 82], "___pgr___test___": 25, "__glibc__": 119, "__linux__": 119, "_caj": 5, "_capacity": 19, "_capacity_i": 19, "_cost": [16, 28], "_cost_": 24, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [65, 104, 105, 115], "_pes": 5, "_pgr_array_rev": 22, "_pgr_makedistancematrix": 119, "_radius": 33, "_search_algorithm": [6, 8, 30, 37], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_tim": [5, 91, 92], "_vertex": 19, "_vertices_pgr": [34, 35, 54, 55], "_vids": [16, 43, 45, 57, 60, 61, 106, 110, 111], "a_weight": 5, "aasheesh": 26, "abaj": [15, 16, 17, 24, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 58, 60, 61, 63, 64, 66, 68, 69, 70, 80, 87, 88, 89, 95, 97, 103, 106, 110, 111, 112, 113, 128, 129], "abandon": 119, "abhinav": 26, "abiert": [24, 91], "about": [105, 115, 121], "abov": [24, 25], "abre": [5, 91, 92], "abs": [6, 30, 31, 32, 37, 38, 39, 106, 110], "academic": 13, "acced": 24, "accept": 121, "acces": [52, 59, 100, 119], "account": [24, 58], "aceler": [13, 54, 55], "acept": [22, 34, 55, 119], "acerc": 110, "achiv": [128, 129], "acicl": [57, 67, 101], "ackermann": 86, "ackermann_function": 86, "activ": 25, "actual": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 25, 28, 29, 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], "actualiz": [20, 54, 119], "acumul": 35, "acumulat": 119, "add": [13, 24, 25, 35, 52, 72, 90, 128, 129], "added": [128, 129], "adding": 121, "additional": [24, 25, 84, 121, 124, 128, 129], "adecu": [34, 54, 55], "adel": [0, 5, 7, 9, 10, 24, 28, 29, 36, 44, 46, 48, 49, 50, 51, 52, 53, 56, 59, 67, 72, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 91, 92, 93, 94, 96, 98, 99, 100, 101, 102], "adeland": 8, "adem": 127, "ademas": [19, 43, 90], "adentr": [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], "adicion": 119, "adicional": [22, 119, 126, 128], "adity": 26, "adjacent": [46, 56, 67], "adjust": [20, 119], "adjustments": 72, "administr": [3, 20, 120, 124], "administrativ": 84, "admit": [13, 76], "adri": 26, "advertent": [57, 101, 119], "adyacent": [13, 59, 83, 84], "afect": [13, 22, 54, 55, 128, 129], "affects": [128, 129], "affirmation": 25, "afirm": 119, "afreg": [5, 7, 15, 24, 31, 32, 38, 39, 41, 42, 61, 62, 64, 73, 77, 111, 112], "afs": 13, "after": [25, 54, 56, 71, 75, 121], "afuer": 128, "agarwal": 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, "aggregation": [104, 105], "agreg": [0, 6, 9, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 26, 27, 28, 30, 37, 38, 40, 41, 42, 43, 45, 48, 50, 53, 57, 59, 60, 61, 62, 63, 64, 66, 68, 70, 75, 79, 80, 81, 85, 88, 90, 94, 95, 96, 103, 106, 107, 110, 111, 112, 113, 114, 116, 119, 120, 121, 127, 128, 129], "agujer": 119, "ahi": 3, "ahor": [4, 13, 22, 24, 26, 52, 72, 84, 90, 119], "aisl": 90, "ajust": [34, 54, 66, 71], "akhil": 26, "aki": 26, "alcanz": [0, 17, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 102, 113], "aleatori": [0, 6, 8, 30, 31, 37, 38, 48, 59, 70, 79, 81, 94, 96], "alemani": 123, "alfa": [33, 119], "algebr": 56, "algo2": 13, "algorithm": [56, 75, 103, 104, 105, 107, 115, 129], "algorithms": 45, "algoritm": [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, 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, 106, 110, 111, 112, 113, 114, 116, 117, 119, 120, 122, 125, 128], "algortitm": 119, "algun": [3, 13, 24, 25, 26, 28, 35, 43, 53, 67, 119, 128, 129], "align": 24, "alik": [20, 26], "all": [25, 65, 75, 84, 86, 92, 104, 105, 115, 119, 121, 128, 129], "all_segments": [24, 71], "all_vertic": 58, "allow": [24, 58], "allows": [72, 121], "almacen": [7, 14, 15, 31, 34, 35, 38, 41, 42, 61, 62, 73, 77, 111, 112], "aloj": [26, 123], "alpha": [7, 17, 20, 33, 66, 86, 120], "alquitran": 25, "already": 58, "alrededor": 4, "also": 75, "alta": 24, "alter": [13, 24, 25, 35, 52, 54, 71, 72, 84, 90, 121], "altern": [13, 107, 119], "alternat": 54, "always": 121, "am": 5, "amarill": 84, "ambas": [5, 24, 63], "ambici": [21, 116], "ambigued": 119, "ambos": [15, 24, 52, 64, 72, 90, 105, 106, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "amd": 7, "ampli": [13, 26, 35, 121], "amplitud": 48, "an": [24, 54, 56, 65, 72, 75, 84, 92, 102, 103, 105, 121, 124], "analic": 90, "analisis": [6, 20, 26, 34, 35, 90, 119], "analiz": [20, 24, 34, 35, 55, 71, 90, 120, 124], "analysis": [34, 35, 90], "analyz": [107, 124], "analyzing": [34, 35, 90], "anchur": [0, 18, 79, 94, 126], "and": [13, 24, 25, 34, 35, 54, 55, 56, 58, 63, 64, 65, 71, 72, 75, 84, 91, 92, 104, 107, 117, 119, 121, 124, 127, 128, 129], "andre": 26, "aniket": 26, "anill": 33, "annaeling": [32, 39, 42, 62, 112], "anot": 123, "anoth": 129, "anterior": [5, 9, 13, 22, 25, 54, 60, 82, 91, 92, 123], "anthony": 26, "antigu": [22, 24, 27, 28, 30, 33, 37, 40, 71, 73, 77, 108, 119, 123], "anton": 26, "anud": 90, "any": [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], "anyarray": [22, 103, 113, 119], "aparec": [13, 66, 71, 101, 113], "aparezc": 123, "apertur": [5, 91, 92], "api": 7, "apil": 5, "aplic": [8, 13, 19, 20, 24, 71, 76, 84, 98, 116, 119, 120, 128], "apoy": [26, 123], "application": [24, 58, 72, 121, 124], "applications": [72, 121], "appropiat": [92, 121], "approx": 5, "apropi": [24, 34, 35, 54, 55], "aproxim": [27, 28, 29, 107, 114], "apt": 25, "aquell": 90, "arbitrar": [66, 113], "arbitrari": [29, 116, 128], "arbnol": 82, "arbol": [0, 1, 17, 20, 21, 48, 59, 66, 78, 79, 80, 81, 82, 93, 94, 95, 96, 113, 116, 120], "archiv": [24, 25, 26, 40, 41, 119], "arcs": 75, "are": [5, 24, 33, 35, 54, 56, 58, 71, 72, 75, 84, 92, 105, 113, 115, 119, 121, 128, 129], "argument": [33, 34, 54, 55], "arist": [1, 9, 11, 12, 18, 20, 21, 28, 34, 35, 90, 116, 117, 119, 120, 121, 122, 124], "arit": 48, "armon": [15, 42, 62, 112], "array": [0, 3, 13, 15, 16, 22, 24, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 53, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "array_agg": [24, 28, 32, 39, 42, 52, 62, 71, 72, 84, 91], "array_length": [24, 58], "array_prepend": 22, "arregl": [0, 3, 15, 16, 17, 22, 24, 30, 31, 32, 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, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 115, 119, 127, 128, 129], "arrib": 13, "arrival": [5, 72, 91, 92, 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], "arroj": [0, 3, 24, 48, 59, 79, 81, 94, 96, 103, 104, 105, 106, 107, 127], "arsit": [24, 65, 104, 105, 110, 115, 127], "arsta": [17, 80, 95], "articul": [12, 20, 36, 120], "aryan": 26, "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, 65, 68, 69, 70, 71, 72, 75, 84, 87, 88, 89, 90, 91, 92, 97, 101, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "ascendent": [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], "asegures": 25, "asemej": [66, 113, 121], "ashish": 26, "ashraf": 26, "asi": [35, 45, 54, 99, 123], "asient": 5, "asign": [24, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 67, 68, 69, 70, 87, 88, 89, 97, 98], "asim": 35, "asirst": 24, "ask": 25, "asoci": [24, 90], "assign": 56, "assigned_vertic": 84, "assist": 72, "associat": [25, 124], "astar": 119, "astar_search": [6, 8, 30, 37], "asunt": 123, "at": [56, 92, 106, 107, 110, 121], "atras": [9, 119], "atraves": [24, 27, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 75, 99, 103, 104, 105, 106, 107, 110, 114, 115, 127], "atravez": [24, 78, 93], "atravies": [24, 71], "atribu": 20, "atribut": [24, 71], "attribut": 124, "attribution": [20, 26], "aument": [36, 49, 119], "aun": [13, 28], "aunqu": [24, 43], "aut": [22, 67], "autobus": [63, 64], "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], "automatic": 119, "automatiz": 119, "automovil": [63, 64], "autor": [90, 119], "auxili": [22, 71], "avail": 107, "avanc": [5, 91, 92], "avanz": 3, "averag": 70, "avis": [58, 71], "avoiding": 119, "away": 72, "ay": 123, "ayud": [24, 123], "azul": [13, 46, 76, 121, 128, 129], "a\u00f1ad": [22, 27, 30, 33, 37, 53, 60, 114, 119, 123], "a\u00f1os": 90, "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": [58, 71], "backwards": 119, "baj": [7, 20, 26, 63, 64, 90, 119], "bakli": 26, "ball": 25, "band": 56, "bander": [22, 35, 54], "bandwidth": 56, "barat": 116, "bas": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 26, 27, 34, 52, 55, 57, 58, 60, 83, 84, 90, 100, 117, 119, 120, 121, 124, 128, 129], "basic": [24, 52, 72, 90, 116], "basically": 56, "bastant": [29, 35], "bbox": 7, "bdast": 119, "bddijkstr": 119, "be": [24, 25, 58, 72, 84, 92, 105, 106, 115, 121, 124, 128, 129], "becaus": [24, 72, 104, 105, 107, 119, 121], "becom": [128, 129], "been": [24, 54, 71, 105, 119], "befor": [25, 58, 72], "begin": [16, 19, 24, 109], "behnck": 26, "bellm": [43, 57, 70, 119], "belong": 102, "belongs": [72, 106, 129], "below": 25, "benavent": 26, "benchmark": [92, 121], "berchet": 26, "best": [58, 92], "bett": [20, 119], "betw": [65, 72, 102, 104, 105, 115], "bfs": [20, 45, 48, 120, 126], "bgl": 25, "bi": [46, 67], "bibliotec": [25, 26, 74, 119], "biconect": [12, 20, 36, 44, 120], "biconnect": [36, 44], "bidimensional": 76, "bidireccional": [6, 9, 20, 24, 30, 35, 37, 38, 39, 41, 42, 119, 120], "bidirecional": 41, "bidirectional": [8, 20, 24, 40, 41, 42, 120], "bidirectional_search": [40, 41], "bien": [34, 45, 54, 55, 128], "big": [24, 54, 58, 71], "bigcup": [16, 19], "bigcuptarget_i": 19, "biggs": 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], "bigserial": [72, 121], "binari": [25, 45], "bipart": [11, 46], "bipartit": [11, 18, 46], "bits": 119, "blanc": 13, "bloque": [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], "body": 13, "bogus": 119, "bol": 25, "boldsymbol": [16, 19], "bolean": 119, "bool": [7, 13, 15, 16, 22, 24, 25, 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_version": 119, "bord": [10, 15, 16, 18, 19, 20, 21, 24, 35, 43, 49, 50, 51, 52, 66, 72, 75, 78, 79, 80, 81, 84, 85, 90, 93, 97, 116, 119, 120, 124], "bosqu": [0, 1, 21, 48, 59, 78, 79, 80, 81, 93, 94, 95, 96, 116, 122], "both": [24, 25, 35, 72, 114, 121], "box": 7, "boy": 76, "boyer_myrvold": 76, "boykov": [19, 20, 47, 120], "boykov_kolmogorov_max_flow": 47, "breadth": [48, 56, 119], "breaking": 119, "bridge_": 49, "bucl": 119, "buen": [63, 64, 70, 73, 77], "buff": 7, "build": [25, 105, 115, 119], "build_doxy": 25, "build_html": 25, "build_latex": 25, "build_m": 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], "building": 25, "builds": [104, 105], "built": 58, "bumps": [24, 58], "bus": [106, 110], "busc": [99, 123], "busqued": [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], "but": [24, 25, 54, 55, 58, 104, 105, 121], "by": [13, 20, 22, 24, 25, 28, 29, 46, 48, 52, 54, 58, 59, 63, 64, 65, 67, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 84, 90, 93, 94, 95, 96, 98, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 23, 24, 25, 26, 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], "cab": [5, 7, 119], "cabecer": [26, 119], "cach": 119, "cad": [0, 1, 4, 7, 14, 15, 18, 19, 21, 24, 25, 26, 28, 29, 31, 35, 38, 41, 42, 44, 45, 47, 48, 50, 51, 59, 61, 62, 67, 69, 71, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 112, 116, 119, 122, 125, 127, 128, 129], "caden": 119, "cae": 119, "caid": [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], "caj": 5, "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 24, 28, 32, 39, 42, 43, 47, 49, 50, 51, 62, 66, 68, 69, 70, 71, 73, 76, 77, 80, 82, 85, 86, 87, 88, 89, 95, 97, 111, 112, 114, 120], "calculat": [58, 72, 121], "calculations": 72, "calid": 24, "call": [3, 24, 35, 58, 72, 84, 90, 121], "callejon": [13, 53, 90], "calls": 58, "calul": [27, 107, 114], "camb": [22, 40, 44, 52, 100, 119], "cambi": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 29, 30, 33, 36, 37, 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, 116, 117, 124, 125, 126, 127, 128, 129], "camin": [3, 6, 8, 9, 15, 16, 20, 22, 27, 30, 31, 37, 38, 40, 41, 42, 43, 45, 57, 61, 62, 63, 64, 65, 68, 70, 75, 90, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 120, 127, 128, 129], "camion": [5, 91, 92, 119], "camp": [24, 55, 90], "camptocamp": 26, "can": [24, 25, 58, 72, 84, 105, 106, 115, 121, 128, 129], "cancel": 119, "cantid": [5, 7, 27, 67, 75, 88, 89, 107, 114], "cap": [63, 64, 72, 105, 106, 110, 111, 112, 113, 114, 115], "capabl": 75, "capac": [19, 24, 47, 69, 71, 88, 89, 91, 92, 97], "capacit": [5, 92], "capacity": [5, 19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 91, 92, 97, 109, 121], "capacity_i": 19, "capaz": 121, "capran": 123, "captacion": [16, 20, 80, 95, 120], "caracter": 45, "caracterist": [6, 7, 8, 10, 16, 19, 21, 26, 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, 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, 106, 110, 111, 112, 116, 122, 128], "cardinal": [19, 20, 86, 120], "carec": [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], "carg": [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], "cargador": 24, "carreter": [13, 24, 35, 71], "carril": 35, "cas": [3, 4, 5, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 22, 23, 24, 28, 29, 31, 35, 38, 40, 41, 42, 43, 45, 46, 48, 50, 51, 53, 56, 57, 61, 62, 65, 67, 70, 71, 72, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 104, 105, 106, 107, 109, 110, 112, 115, 121, 125, 126], "cascad": [24, 109], "case_n": 109, "cast": 119, "categor": [18, 21, 22, 24, 27, 28, 31, 32, 38, 39, 42, 48, 59, 62, 72, 78, 79, 80, 81, 91, 92, 93, 94, 95, 96, 105, 106, 107, 110, 112, 114, 116, 117, 119, 126, 127, 129], "categori": [65, 104, 105, 115, 117], "category": [24, 121], "category_": 119, "caus": [75, 123], "cayetan": 26, "cd": 25, "ce": [24, 52, 72], "celd": [4, 20, 120], "central": 7, "cer": [19, 47, 69, 88, 89, 97], "cerc": [24, 34, 54, 55, 90], "cercan": [15, 16, 66, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 127, 128, 129], "cerr": [5, 91, 92, 119], "cgal": [33, 119], "chang": [20, 24, 25, 66, 113, 114, 119], "char": [15, 24, 72, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "charact": [22, 113, 119], "characteristics": [92, 121], "chauh": 26, "chaurasi": 26, "chec": [116, 119], "checking": [25, 34], "checkout": 25, "checks": [13, 34, 35, 54, 55, 90], "chines": [18, 50, 51, 119], "chk": [34, 35, 54, 55], "christi": 26, "cicl": [5, 21, 43, 46, 57, 67, 91, 92], "ciclic": 46, "cierr": [5, 91, 92, 102, 119], "ciert": 5, "circuit": [50, 51, 75], "circuits": 75, "circul": [24, 71], "circumcent": 33, "circut": 75, "circuti": 75, "city": 121, "ciud": [4, 28, 29, 121, 128, 129], "ciudad": [4, 28, 121], "clang": 119, "clar": 22, "clasic": 71, "clasific": [18, 119], "class": 13, "claus": 119, "clav": [34, 54, 90], "cle": [34, 35, 54, 90], "clic": 121, "client": [5, 91, 92, 128], "client_min_messag": [109, 123], "cliff": [24, 58], "clon": 25, "clos": [20, 24, 58, 72, 92, 119, 121], "close_tim": 109, "closeness": [105, 115], "closest": [24, 52, 72], "closest_vertex": [24, 52, 72], "closur": 102, "clust": 102, "cm": 56, "cmak": [25, 119], "cmu": 13, "cnam": 119, "cnt": [34, 35, 54, 55, 90], "coalesc": [58, 71, 104, 105, 121], "coch": [63, 64], "cod": [25, 26, 72, 123], "codici": [11, 98, 117], "codif": [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], "codig": [13, 20, 25, 26, 58, 71, 90, 119], "coherent": [24, 71], "coinc": [34, 54, 55, 119], "coincid": [5, 9, 22, 91], "coincident": [19, 20, 86, 90, 120], "colabor": 20, "coleccion": [15, 33, 119], "collation": 121, "collection": 33, "color": [13, 18, 46, 67, 98, 117], "color_": [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], "colore": 119, "colum": 22, "column": [3, 4, 9, 10, 16, 20, 21, 22, 35, 90, 116, 119, 121, 128, 129], "columns": [24, 30, 37, 58, 60, 114, 119, 121], "com": [3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 53, 54, 55, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 73, 76, 79, 80, 81, 82, 84, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 121, 123, 127, 128, 129], "combin": [7, 14, 15, 42, 62, 99, 112, 119], "combinations": [27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 68, 69, 70, 87, 88, 89, 97, 103, 106, 110, 111, 114, 119], "combinations_t": 119, "combinatorial": 4, "comentari": [25, 26], "comenz": [22, 75], "comercial": 20, "comienz": [0, 5, 25, 48, 50, 51, 59, 79, 80, 81, 94, 95, 96], "coming": 22, "command": 25, "commands": 25, "commits": 119, "common": 24, "commons": [20, 26], "comodin": 119, "compar": [6, 29, 30, 31, 32, 37, 38, 39, 92], "comparing": 119, "compart": [83, 90], "compat": [24, 25], "compatibil": 119, "compatibility": 119, "compa\u00f1i": 123, "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, 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], "compilation": 119, "compile_dat": [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], "compilers": 25, "compiling": 25, "complej": 70, "complet": [4, 24, 28, 29, 34, 35, 53, 56, 119], "complete_graph": 84, "complexity": 75, "compon": [0, 1, 21, 78, 79, 80, 81, 93, 94, 95, 96, 116, 122], "component": [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], "components": 100, "compos": 129, "compres": 102, "comprob": 88, "comprueb": [20, 46], "compulsory": [24, 113, 114, 119], "comput": 7, "comun": [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, 86, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 123, 125, 126], "comunitari": 123, "conceb": [16, 60, 61, 62, 112], "concepts": 119, "condicion": [13, 34, 35, 54, 55, 119], "condition": [34, 55], "conduc": [63, 64], "conduccion": [113, 117, 119], "conductor": 5, "coneccion": [63, 64], "conect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 29, 36, 44, 46, 49, 50, 51, 78, 79, 80, 81, 85, 93, 94, 95, 96, 98, 99, 100, 116, 120, 122], "conexion": [4, 63, 64, 84, 90, 116, 119], "confiabl": 7, "configur": [20, 63, 64, 106], "configuration": 25, "configuring": 25, "conflicting": [104, 105], "conform": [0, 1, 17, 21, 31, 38, 78, 79, 80, 81, 93, 94, 95, 96, 113, 116, 122], "confusion": 128, "conjunt": [0, 5, 7, 11, 13, 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, 52, 53, 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, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115], "connect": [25, 102], "connecting": 25, "connects": 72, "conoc": 73, "cons": 122, "consej": 20, "consid": [104, 105], "consider": [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], "consig": [16, 117], "consist": 85, "consistent": [5, 24], "consists": 121, "consol": 25, "constru": [25, 54, 55, 74, 82, 119], "construccion": [24, 25, 119], "consult": [3, 13, 20, 22, 34, 35, 55, 90, 91, 92, 108, 119, 121, 123], "consultor": 123, "cont": 35, "contact": 123, "contain": [24, 103], "containing": 24, "contains": 72, "conten": [25, 34, 35, 44, 54, 55, 63, 64, 90], "contendran": [27, 107, 114], "conteng": 3, "context": [101, 123], "contien": [22, 43, 44, 50, 51, 85, 86, 99], "contin": [24, 112], "continen": [52, 100], "continu": [5, 15, 16, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 47, 54, 57, 58, 59, 60, 61, 62, 63, 64, 68, 69, 70, 71, 82, 87, 88, 89, 97, 99, 110, 111, 112, 113, 123, 127, 128, 129], "contr": [13, 24, 90], "contraccion": 119, "contract": 24, "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": [20, 24, 53, 58, 120, 124], "contraction_ord": 53, "contraction_results": 13, "contrae": [13, 119], "contraid": [24, 53], "contrajeron": 13, "contrari": [3, 35, 54, 57, 101], "contrayend": 13, "contribu": [20, 26, 119, 123], "convenient": 119, "conversion": [5, 6, 24], "convert": [4, 15, 24, 28, 29, 92, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "conviert": [5, 84, 119], "convinenc": 121, "convinienc": 121, "convirt": 84, "cooling_factor": [28, 29], "coorden": [4, 6, 8, 20, 24, 28, 30, 31, 32, 37, 38, 39, 120], "coordinat": [29, 72, 121], "copi": [24, 71, 90, 119], "corporation": [26, 123], "corr": 9, "corre": [20, 128, 129], "correccion": [20, 24, 53, 71, 119], "correcion": 119, "correct": [24, 34, 55, 58, 67, 71, 90, 116, 119], "corrections": 25, "correg": 119, "correspond": [4, 28, 29, 105, 106, 110, 111, 112, 113, 114, 115, 121], "correspondient": [6, 8, 17, 20, 30, 31, 32, 34, 35, 37, 38, 39, 66, 80, 83, 95, 113], "corresponding": [72, 117, 124], "corresponds": 121, "corrig": 119, "cort": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 27, 28, 29, 30, 31, 36, 37, 38, 40, 41, 42, 43, 45, 50, 57, 59, 60, 61, 62, 63, 64, 70, 73, 77, 99, 106, 107, 110, 111, 112, 114, 117, 119, 120, 127, 129], "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, "coste_invers": [6, 24], "count": [7, 34, 58, 75, 90, 117, 124], "cours": [40, 41], "cp": 45, "cpacity": 121, "cpplint": [20, 119], "cre": [3, 4, 5, 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, 67, 69, 70, 75, 76, 79, 80, 81, 82, 83, 85, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 101, 102, 107, 109, 116, 119, 120, 123, 124, 125, 126, 128, 129], "creacion": [13, 22, 25, 119, 121], "creat": [3, 7, 13, 22, 24, 25, 29, 34, 35, 54, 55, 58, 71, 72, 90, 92, 109, 119, 121, 124, 128, 129], "createdb": [7, 24, 25], "createextension": 25, "createus": 25, "creating": [25, 34, 35, 54, 90], "creativ": [20, 26], "crecient": [63, 64], "credit": 20, "cromat": 67, "cross_edg": 84, "cruc": [52, 72, 76], "crucz": [24, 71], "cs": [13, 40, 41], "csis": 26, "cuadr": [7, 73, 77, 128, 129], "cuales": 5, "cualqu": [26, 68, 123], "cualqui": [4, 9, 14, 15, 16, 19, 24, 28, 29, 35, 40, 41, 42, 43, 45, 47, 48, 54, 57, 60, 61, 62, 69, 70, 87, 88, 89, 97, 99, 105, 106, 110, 111, 112, 117, 119, 123, 128, 129], "cuand": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 22, 24, 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, 73, 74, 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, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 127], "cuant": [24, 71], "cuatr": [24, 128, 129], "cubr": 24, "cuch": 33, "cuent": [22, 24, 54, 90, 123], "cuestion": 24, "cuid": 22, "cumpl": [4, 25, 28, 29], "cun": [24, 110], "cup": [16, 19, 24, 60], "curb": [24, 58], "current": 25, "customers": 92, "cuthill": [18, 23, 56], "cuy": [36, 45, 49, 90], "cu\u00e1les": 90, "cvrp": 5, "cvrppdtw": 5, "d": [5, 7, 13, 24, 92, 98, 110, 121], "d_clos": [5, 91, 92, 121], "d_node_": [5, 91, 92, 121], "d_op": [5, 91, 92, 121], "d_servic": [5, 91, 92, 121], "d_x": [5, 92, 121], "d_y": [5, 92, 121], "da": [3, 22, 24, 83, 84, 128], "dad": [3, 4, 5, 7, 10, 11, 12, 15, 16, 18, 19, 22, 23, 24, 28, 29, 43, 45, 46, 48, 50, 51, 56, 57, 63, 64, 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, 125, 126, 127, 128, 129], "dag": [57, 101], "dan": [3, 34, 54, 55, 129], "daniel": 26, "dar": [84, 85], "dars": 54, "dat": [5, 20, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 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, 117, 119, 120, 124, 128, 129], "datab": [25, 121], "dav": 26, "ddoc_use_bootstrap": 25, "de_manej": 114, "dead": [13, 24, 34, 58, 90], "deb": [3, 5, 10, 13, 15, 19, 20, 22, 24, 25, 26, 28, 29, 34, 35, 50, 51, 52, 54, 55, 71, 72, 86, 88, 89, 91, 119, 120, 124, 128], "debug": 123, "dec": [13, 24, 45, 57, 90], "decent": 58, "decid": 90, "decision": 24, "declar": 88, "default": [13, 24, 25, 72, 84, 92, 119, 121], "defect": [0, 3, 4, 5, 6, 7, 10, 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, 127, 128, 129], "defin": [5, 16, 19, 24, 34, 35, 43, 54, 55, 75, 106, 109, 110, 111, 114], "definicion": [19, 33], "definition": 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], "dej": 119, "delanter": [5, 91, 92], "delet": [24, 71, 84], "delimit": [7, 24, 73, 77], "deliveri": [92, 121], "delivery": [92, 121], "dels": [15, 42, 62, 112], "delt": [6, 30, 31, 32, 37, 38, 39, 67], "demand": [91, 92, 121], "demas": [45, 67, 70, 90], "demasi": 24, "demonstrat": [25, 128, 129], "demostr": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70], "denis": 26, "denomin": [36, 116], "denot": 28, "dens": 73, "densid": 7, "dentr": [5, 17, 19, 20, 24, 46, 63, 64, 75, 80, 95, 113, 120], "departur": 13, "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, 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, 121, 125, 126, 127, 128, 129], "dependen": 119, "dependent": [20, 24, 119], "depending": [24, 124, 129], "depends": 25, "deposit": [5, 18], "deprecat": [22, 86, 103, 114, 119], "deprecating": 119, "depreci": 119, "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], "derech": [3, 15, 24, 48, 59, 90, 105, 106, 112, 113, 115, 127], "des": [5, 24, 27], "desactiv": 25, "desarroll": [4, 24, 25, 26, 58, 71, 116, 119, 123], "desarticul": 68, "desc": [48, 59, 84], "descarg": [5, 25, 91, 92], "descendent": [48, 53, 59], "descompondran": 90, "desconect": [34, 44, 50, 51, 54, 78, 93, 99, 116, 122], "descontinu": 119, "describ": [3, 5, 15, 16, 17, 24, 27, 28, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 52, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 80, 82, 87, 88, 89, 91, 92, 95, 97, 100, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "descripcion": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 24, 91, 92, 121, 127, 128, 129], "description": 24, "descrit": [0, 7, 10, 24, 29, 34, 36, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 67, 72, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 93, 94, 96, 98, 99, 100, 101, 102], "desd": [0, 5, 7, 8, 15, 16, 17, 18, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 77, 79, 80, 81, 84, 87, 88, 89, 91, 92, 94, 95, 96, 97, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 127, 128, 129], "dese": [20, 25], "design": 121, "desiguald": [4, 28, 29], "despues": [5, 13, 22, 24, 54, 55, 71, 90, 91, 92], "dest_": 109, "destin": [5, 9, 14, 16, 19, 20, 24, 27, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 47, 54, 55, 57, 59, 60, 61, 63, 64, 68, 69, 70, 83, 84, 87, 88, 89, 90, 91, 92, 97, 103, 106, 107, 110, 111, 112, 114, 119, 120, 124, 128, 129], "destination": 13, "desus": 119, "details": [22, 25, 105, 110, 111, 112, 113, 114, 115, 119, 128, 129], "detall": [4, 12, 18, 19, 20, 22, 74, 106, 110, 113, 114, 120], "detect": [22, 34, 90, 119], "detecting": 75, "detects": [104, 105], "deten": 13, "detendr": 13, "determin": [13, 34, 44, 54, 55, 99, 123, 125], "deterpartialing": 72, "dev": [25, 119, 123], "develop": [25, 123], "devolv": [15, 19, 22, 33, 47, 63, 64, 69, 76, 88, 89, 97, 112], "devuelt": [7, 14, 15, 19, 24, 41, 42, 46, 47, 51, 53, 59, 61, 62, 63, 64, 69, 73, 77, 79, 80, 81, 82, 88, 89, 94, 95, 96, 97, 98, 101, 102, 106, 110, 111, 112], "devuelv": [0, 6, 7, 8, 9, 14, 15, 16, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 48, 50, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 73, 76, 77, 78, 79, 80, 81, 82, 87, 89, 91, 92, 94, 95, 96, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 119, 127], "dfrac": 7, "dfs": [11, 18, 20, 52, 100, 120, 126], "dibuj": [24, 76], "dic": 90, "dich": 24, "diferent": [4, 9, 15, 16, 22, 24, 25, 29, 40, 41, 42, 43, 44, 46, 48, 52, 55, 57, 59, 60, 61, 62, 70, 72, 91, 92, 106, 110, 111, 112, 119, 128, 129], "different": [24, 25, 92, 113, 121], "difier": [6, 8, 22, 28, 30, 31, 37, 38], "dig": [5, 6], "dijkstr": [3, 6, 17, 20, 24, 27, 28, 40, 41, 42, 43, 45, 57, 60, 61, 62, 65, 66, 103, 106, 110, 111, 112, 113, 117, 119, 120, 128, 129], "dimesion": 5, "dindex": [92, 121], "dir": [35, 90], "direccion": [4, 8, 19, 24, 35, 47, 52, 69, 88, 97], "direccional": [20, 24, 55, 84, 90, 120, 124], "direct": [7, 13, 15, 16, 20, 22, 24, 26, 27, 28, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 73, 75, 77, 83, 86, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 120, 124, 129], "direction": [24, 35, 121], "directionality": 35, "directly": [25, 58], "directori": 25, "dirig": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 22, 23, 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, 59, 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, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 120, 122, 128, 129], "discontinu": 90, "discours": 123, "discrep": 119, "discusion": [4, 34, 55], "dise\u00f1": [24, 71, 119], "disjunt": [19, 20, 46, 120], "disminu": [13, 43, 53], "dispar": 119, "dispers": 77, "displaystyl": 16, "dispon": [6, 8, 26, 30, 31, 32, 37, 38, 39, 109, 123], "disponib": 26, "disponibil": [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], "distanc": [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], "distanci": [4, 5, 7, 18, 20, 22, 28, 29, 43, 45, 73, 77, 80, 91, 92, 95, 114, 117, 119, 120, 129], "distinct": [75, 84], "distint": [5, 53], "distribu": [5, 18, 91, 92], "divid": [35, 52, 58, 72, 84, 99], "division": [24, 71], "dn": 84, "do": [13, 72, 105, 107, 119, 121], "dobl": [4, 24, 28, 29], "doc": [6, 8, 25, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "doc_queries_generator": 25, "doc_use_bootstrap": 25, "docs": [22, 25, 119], "document": [1, 2, 3, 5, 10, 11, 12, 14, 15, 17, 18, 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, 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], "documentacion": [11, 98], "documentation": [24, 25, 72, 103, 119, 121], "documentations": 121, "documents": 13, "does": [24, 34, 54, 55, 58, 71, 84, 90, 103, 104, 105, 119, 128, 129], "doesn": 119, "doing": [104, 105], "domin": 82, "dominator_": 82, "don": [24, 25, 84, 104, 105, 121], "dond": [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, 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, 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, 123, 127, 128, 129], "dos": [3, 7, 8, 9, 13, 19, 20, 21, 24, 27, 46, 53, 63, 64, 67, 68, 71, 76, 83, 84, 85, 90, 98, 99, 106, 107, 110, 111, 112, 113, 119, 120, 123, 126, 128, 129], "dot": 7, "doubl": [22, 92, 103, 113, 119, 121], "downloading": 25, "doxy": 25, "doxyg": 25, "driving": [22, 106, 113, 114, 119], "driving_sid": [22, 105, 106, 110, 111, 112, 113, 114, 115, 119, 128, 129], "drop": [24, 34, 54, 55, 58, 71, 90, 109], "dropdb": 25, "dropdowns": 119, "drt": [63, 64], "dryrun": [58, 71, 72, 77], "dubinin": 26, "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], "dur": [4, 28, 29, 67], "duracion": [5, 29, 91, 92], "duralcion": [5, 91, 92], "dwith_doc": 25, "e2": [43, 69, 87, 97, 99, 119], "e_geom": [24, 52, 72], "each": [24, 56, 58, 72], "eagl": [24, 58], "easily": [24, 58], "edge": [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, 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], "edge1": 72, "edge2": 72, "edge_": [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_i": 16, "edge_t": [13, 34, 35, 54, 55, 90, 119], "edge_table_nod": 90, "edge_table_vertices_pgr": 13, "edgedisjointpaths": 119, "edges": [13, 19, 22, 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, 72, 73, 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, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 117, 119, 124, 128, 129], "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, "edmonds": [19, 20, 69, 120], "edmonds_karp_max_flow": 69, "edsger": [16, 60, 61, 62, 112], "edu": [13, 40, 41], "edward": 70, "efficient": 75, "eficaz": 57, "eficient": [67, 98], "egde_t": 54, "eid": [54, 58, 71, 84], "eids": 22, "ein": [34, 35, 54, 55], "ejecu": [6, 7, 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, 76, 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], "ejecut": [7, 8, 13, 19, 24, 45, 47, 69, 73, 77, 88, 89, 97, 116, 119, 121], "ejempl": [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, 101, 102, 103, 108, 121, 125, 126, 128, 129], "elabor": 119, "electr": [13, 24, 71], "electrical": [24, 58], "electricity": [24, 58], "eleg": 99, "element": [24, 82], "elementary": 75, "elimi": 119, "elimin": [13, 22, 36, 44, 49, 52, 53, 100, 119, 128, 129], "elizabeth": 56, "ell": 110, "ello": 123, "else": [22, 24, 35, 65, 71, 72, 104, 105, 106, 110, 115, 121], "ema": 26, "embal": 5, "embarg": [45, 70, 116], "embedd": 58, "empat": [66, 113], "empez": 24, "empres": 123, "empty": [19, 24, 27, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 56, 57, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 77, 78, 82, 83, 84, 85, 86, 88, 89, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 111, 112, 113, 114, 115, 127], "empuj": [5, 19, 20, 91, 92, 120], "emtpy": [28, 29, 58, 71, 72, 110, 114], "enabling": 25, "encaj": 35, "encamin": [24, 71], "encapsul": 119, "encarecid": 24, "encog": 99, "encontr": [3, 4, 13, 24, 25, 26, 45, 63, 64, 65, 91, 92, 99, 104, 105, 111, 112, 113, 115, 123, 127], "encuentr": [0, 1, 5, 8, 9, 13, 21, 24, 26, 34, 35, 54, 55, 63, 64, 78, 79, 80, 81, 91, 92, 93, 94, 95, 96, 98, 99, 114, 116, 119, 122, 123, 127], "end": [13, 16, 19, 22, 24, 25, 35, 58, 65, 71, 72, 104, 105, 106, 110, 115, 121], "end_": 16, "end_clos": [5, 91, 92], "end_id": [4, 28, 29], "end_node_": [5, 91], "end_op": [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_vids": [43, 45, 57, 70, 106, 110, 111], "end_x": [5, 92], "end_y": [5, 92], "endcap": 72, "ending": [24, 58, 121], "endpoint": 71, "ends": [24, 34, 58, 90], "enfoqu": [11, 18, 52, 98, 117], "enrut": [20, 55, 84, 90, 91], "ense\u00f1": 22, "enter": [0, 1, 2, 3, 4, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 22, 24, 25, 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, 116, 117, 119, 124, 126, 127, 128, 129], "entering": 25, "entidad": 26, "entonc": [4, 5, 13, 16, 17, 19, 22, 24, 28, 29, 32, 39, 46, 47, 66, 69, 76, 87, 88, 89, 97, 101, 113, 128], "entorn": 119, "entrad": [3, 4, 7, 15, 18, 20, 33, 35, 42, 62, 71, 84, 85, 88, 89, 102, 112, 120, 123, 125, 129], "entran": 35, "entrant": [13, 19, 34, 35, 54, 55], "entrar": 35, "entreg": 18, "entren": 35, "enumer": 75, "enumerating": 75, "enumeration": 75, "envi": [5, 19, 24, 88], "envoltori": 123, "envoltur": 119, "eout": [34, 35, 54, 55], "ep": 72, "epp": [40, 41], "epsilon": [6, 30, 31, 32, 37, 38, 39], "equal": [128, 129], "equi": 66, "equicost": [22, 66, 113], "equivalent": [5, 30, 36, 37, 47, 65, 68, 69, 87, 88, 89, 97, 104, 105, 115], "equivoc": 35, "error": [0, 22, 34, 35, 48, 54, 55, 59, 79, 81, 94, 96, 101, 119, 123], "errors": 35, "escal": 24, "escenari": [34, 54, 55], "escrib": [34, 54, 55, 123], "escrit": 26, "esencial": 99, "esfuerz": [25, 119], "espaci": [13, 53, 76, 90], "especial": [20, 120, 124], "especif": [24, 71, 119], "esper": [5, 8, 9, 40, 41, 42, 91, 92], "esquem": [34, 35, 54, 55, 90, 119], "esquiv": [65, 104, 105, 115, 127], "establ": 33, "establec": [15, 35, 42, 62, 63, 64, 84, 112], "establezc": 13, "estacion": [63, 64], "estan": [1, 2, 3, 5, 11, 14, 15, 16, 17, 22, 26, 28, 45, 46, 58, 59, 63, 64, 65, 71, 79, 80, 81, 82, 90, 94, 95, 96, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 126, 127, 128, 129], "estand": 45, "estandard": 25, "estandariz": [22, 27, 66, 113, 119], "esteb": 26, "esten": 90, "estrategi": 98, "estrell": [6, 8, 119], "estrict": 22, "estructur": [24, 34, 35, 54, 55, 119], "estructural": 108, "estudi": 4, "et": 4, "etc": [4, 26, 119, 128, 129], "etiquet": 123, "euclidean": [5, 18], "euclidian": 5, "evalu": [6, 119], "everything": 121, "evit": [3, 24, 128], "exact": [4, 28, 29, 35, 99, 123], "exampl": [24, 58, 84, 92, 105, 115, 119, 121], "excecution": 72, "exced": 19, "excepcion": [3, 24, 91, 103, 104, 105, 106, 107, 127], "excepcional": 119, "except": [19, 56, 121], "execut": [34, 55, 103, 104, 105, 115], "executing": [104, 105], "executions": 72, "exist": [0, 3, 6, 7, 8, 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, 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, 90, 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], "existen": 22, "existent": [22, 24, 67, 86, 119], "exists": [34, 54, 55, 58, 71, 90, 109], "exit": [9, 16, 25, 40, 41, 42, 60, 61], "expans": 98, "expansion": [0, 1, 17, 20, 21, 48, 59, 66, 78, 79, 80, 81, 93, 94, 95, 96, 113, 116, 120], "expect": [54, 55], "experiment": 70, "experimental": [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": 123, "expos": 72, "extend": [24, 26, 58], "extension": [7, 24, 25, 26, 75, 119], "exterior": 33, "extern": 119, "extiend": 20, "extra": [17, 25, 58, 66, 67, 71, 79, 80, 81, 94, 95, 96, 113, 117, 123, 124], "extraccion": [25, 119], "extraid": [17, 66, 80, 95, 113], "extrem": [7, 119], "f": [5, 7, 13, 35, 54, 76, 90], "f12": 13, "f_box": 5, "facilit": 119, "fact": 22, "factibl": 35, "factor": [8, 24, 30, 31, 32, 37, 38, 39, 71, 91, 92], "fail": [34, 35, 54, 55], "failing": [20, 119], "fails": 119, "fairly": 24, "fall": 119, "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], "falt": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 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], "faltant": [24, 65, 104, 105, 115, 127], "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], "family": [24, 129], "fas": 99, "favor": [25, 123], "fech": 74, "fedor": 119, "fenoy": 26, "fij": [15, 24, 28, 42, 62, 71, 112, 119, 128], "fil": [6, 8, 24, 28, 29, 30, 31, 32, 34, 37, 38, 39, 53, 54, 55, 67, 86, 91, 92, 98, 110, 119], "filling": 121, "filtering": 75, "filtr": 22, "fin": [5, 9, 16, 40, 41, 42, 43, 45, 57, 59, 60, 61, 70, 101, 106, 110, 111], "final": [5, 7, 8, 9, 15, 16, 24, 28, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 57, 58, 60, 61, 62, 63, 64, 68, 69, 70, 71, 72, 73, 75, 77, 83, 87, 88, 89, 91, 92, 97, 102, 103, 106, 107, 110, 111, 112, 119, 124, 127, 128, 129], "final_temperatur": [28, 29], "finaliz": [5, 92], "financi": 26, "find": [65, 105, 115], "finding": [24, 65, 75, 104, 105, 115], "findpostgresql": 119, "finds": 72, "finit": 43, "firm": [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], "first": [24, 48, 56, 72, 84, 104, 105, 107, 119], "first_edg": [24, 71], "first_search": 59, "first_segments": [24, 71], "fix": [20, 72, 119, 121], "flag": [22, 104, 105, 107], "flags": 25, "flat": 72, "flech": [121, 128, 129], "flexibl": 13, "flip": [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], "flori": 26, "flot": [91, 92], "flotant": [0, 1, 2, 3, 5, 7, 10, 11, 14, 15, 16, 17, 19, 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, 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, 117, 124, 126, 127, 128, 129], "flow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 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], "flow_i": 19, "floyd": [7, 20, 73, 77, 120], "fluj": [18, 20, 47, 68, 69, 87, 88, 89, 97, 119, 120], "fly": [72, 121], "focal": 119, "following": [24, 25, 34, 55, 84, 91, 92, 119, 121], "follows": [103, 104, 105, 107, 115], "for": [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, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "forall": 16, "forbidden_vertic": 53, "ford": [43, 57, 70, 119], "forg": 58, "form": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 33, 34, 43, 45, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 70, 71, 72, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 124, 125, 126, 127, 128, 129], "found": [24, 25, 34, 35, 54, 55, 72, 90, 92, 103, 107], "fourth": 24, "frac": [5, 24], "fraccion": [119, 128], "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], "frederic": 26, "freebsd": 119, "from": [3, 7, 13, 20, 22, 24, 25, 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, 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, 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, 121, 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": [110, 121], "frontal": [5, 91, 92], "ft": [24, 35], "fuent": [9, 19, 20, 45, 47, 55, 63, 64, 69, 88, 89, 90, 97, 128], "fuert": 100, "fuertement": [12, 20, 100, 120], "fug": 119, "fugaz": 119, "full": [24, 71], "funcion": [1, 2, 14, 15, 17, 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, 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, 122, 127, 128], "funcional": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 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, 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], "function": [13, 20, 22, 34, 61, 65, 72, 86, 101, 115, 119], "functionaliti": 25, "functions": [24, 58, 119, 121, 124, 129], "fundacion": 26, "fundicion": 22, "furth": 72, "fusion": 99, "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, "gaps": [34, 90], "garant": 19, "garantiz": [19, 28, 47, 59, 69, 88, 89, 97], "garg": 26, "gaul": 119, "gcc": 119, "ge": 24, "geisberger_dipl": 13, "gemetry": 121, "genealog": 24, "gener": [3, 4, 5, 10, 11, 12, 13, 18, 19, 21, 23, 29, 35, 43, 45, 46, 48, 50, 51, 54, 56, 57, 58, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 119, 125, 126], "general": [1, 5, 26, 45, 55, 71, 90, 103, 104, 105, 115, 123], "generaliz": 5, "generat": [72, 84, 90, 121], "generate_seri": [92, 121], "generator": [20, 119], "gent": 26, "geoespacial": [20, 26], "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_original": 72, "geom_tabl": 35, "geometr": [15, 20, 33, 34, 35, 42, 54, 55, 62, 85, 90, 112, 119, 120, 124], "geometri": [34, 72, 90], "geometry": [29, 33, 34, 35, 54, 55, 71, 72, 90, 119, 121], "georepublic": [26, 123], "geospacial": 20, "gerald": 26, "get": [24, 25, 58, 75, 84], "getting": [104, 105], "gid": [7, 34, 54, 55], "gir": [3, 20, 24, 71, 84, 119, 120], "gis": 20, "git": [20, 25, 74, 119], "github": [20, 24, 25, 26, 119], "giv": [24, 25, 65, 104, 105, 115, 119], "glibc": 119, "global": [63, 64], "gloriet": 35, "gnu": 26, "go": 25, "goals": 119, "goes": [58, 65, 104, 105, 115], "going": [22, 84], "gonzalez": 26, "good": 24, "googl": 26, "got": [34, 55], "grad": [5, 6, 56, 67, 98], "graf": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 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, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 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, 120, 122, 125, 126, 127, 128, 129], "grafic": [6, 7, 8, 9, 13, 16, 19, 24, 25, 30, 31, 34, 35, 37, 38, 40, 41, 42, 46, 52, 53, 68, 85, 87, 99, 100, 119], "grafoaf": 84, "grand": [8, 9, 13, 24, 40, 41, 42, 119], "grap": 56, "graph": [4, 6, 8, 21, 24, 25, 27, 28, 29, 30, 31, 32, 35, 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, 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, 110, 111, 112, 113, 114, 115, 116, 119, 124, 128, 129], "graph_theory": 82, "graphs": [75, 102, 105, 113, 115], "gre": 72, "grosor": 43, "group": [58, 71, 90], "grouping": 119, "grraf": 76, "grup": [19, 20, 68, 120, 128], "gsoc": 119, "guarante": 103, "guard": [119, 128], "gudes": 26, "gui": [3, 24, 25, 26, 60, 86, 103], "guid": 26, "gupt": 26, "gz": 25, "h": [6, 30, 31, 32, 37, 38, 39], "hab": 86, "habil": 128, "habilit": 20, "habr": [24, 52, 72], "hac": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 26, 28, 29, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 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], "haci": [8, 19, 28, 29, 87, 117, 129], "hag": 121, "hagal": 123, "hall": 25, "hamilton": 4, "hand": 58, "handling": 72, "handouts": [40, 41], "hang": 26, "happ": 84, "happens": 102, "haran": 76, "hard": [5, 91, 92, 98], "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], "hassl": 4, "hast": [0, 5, 7, 8, 13, 15, 16, 17, 22, 24, 25, 27, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 50, 52, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 72, 73, 75, 77, 79, 80, 81, 89, 91, 92, 94, 95, 96, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127], "hav": [24, 58, 72, 75, 119, 121], "hawick": 75, "headers": 119, "health": 75, "heap_paths": [27, 107, 114], "hech": [1, 2, 3, 11, 14, 15, 16, 17, 28, 58, 59, 63, 64, 65, 71, 90, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 124, 126, 127, 128, 129], "help": 124, "hem": 25, "her": [58, 75, 121], "hered": 119, "herramient": [24, 35, 119], "heurist": [8, 30, 31, 32, 37, 38, 39], "heuristic": [6, 30, 31, 32, 37, 38, 39, 119], "hic": 119, "high": 75, "himanshu": 26, "hint": [32, 39, 42, 54, 55, 62, 112], "historial": 119, "history": [4, 119], "hit": 119, "hoj": [13, 84], "holandes": [16, 60, 61, 62, 112], "honr": 119, "hor": [5, 91, 92], "horari": [5, 92], "hossain": 26, "houssem": 26, "how": [24, 84, 128, 129], "hpp": 119, "hr": 5, "html": [6, 8, 22, 25, 30, 37, 45, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "http": 26, "https": [5, 6, 7, 8, 13, 19, 20, 22, 24, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 76, 82, 83, 84, 85, 86, 87, 88, 89, 92, 97, 99, 101, 102, 109, 119, 121, 123], "huang": 26, "huec": 90, "i": [16, 19, 25, 45, 57, 65, 90, 104, 105, 115, 127], "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], "ide": [5, 24, 99], "ident": 98, "identif": [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, 119, 127, 128, 129], "identifi": [72, 121], "identific": 35, "identifiers": [84, 105, 115], "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], "ids": [48, 59, 84], "if": [16, 19, 24, 34, 54, 55, 58, 71, 72, 90, 103, 106, 109, 124, 128, 129], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 16, 17, 19, 22, 24, 28, 29, 30, 31, 37, 38, 40, 41, 42, 43, 45, 47, 48, 52, 57, 59, 60, 61, 65, 66, 69, 70, 71, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 113, 115, 119, 127], "ignoring": [32, 39, 42, 62, 112], "igual": [5, 9, 15, 16, 17, 19, 40, 41, 42, 48, 57, 59, 60, 61, 62, 63, 64, 66, 67, 70, 80, 91, 95, 106, 111, 112, 113], "ilegal": 91, "ilimit": 13, "im": 75, "imag": [15, 29, 42, 48, 59, 62, 90, 112], "imagen": [128, 129], "imaptools": 26, "impar": 46, "implemenent": 75, "implement": [0, 1, 4, 5, 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, 93, 94, 95, 96, 98, 99, 112, 116, 122], "implementation": 92, "implic": [13, 24], "implicit": [3, 119], "impon": 57, "import": [22, 24, 34, 35, 54, 55, 58, 71, 119], "impos": 35, "improv": 119, "imre": 26, "in": [13, 16, 19, 22, 24, 25, 28, 32, 34, 35, 39, 42, 47, 48, 54, 55, 56, 58, 59, 62, 68, 69, 71, 72, 75, 84, 87, 88, 89, 90, 92, 97, 99, 102, 103, 110, 113, 119, 121, 124], "in_coming": [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, "incident": 58, "incidet": [117, 124], "inclu": [13, 17, 22, 24, 26, 28, 53, 80, 84, 90, 95, 105, 106, 110, 111, 113, 114, 115, 116, 122, 123, 128, 129], "includ": [25, 106, 113, 119], "incluid": [9, 15, 16, 40, 41, 42, 57, 60, 61, 62, 70, 112], "inclus": [24, 71], "inclusion": [17, 66, 80, 95, 113], "incorpor": [53, 90, 119], "incorrect": [24, 71, 90], "increas": 84, "increasing": 56, "increment": 54, "indefin": 84, "independient": [22, 86], "index": [24, 119, 121], "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], "indicat": [72, 124], "indicating": 72, "individual": 25, "inesper": 119, "inf": [32, 39], "inferior": [15, 42, 62, 112], "infinit": [7, 35, 73, 77], "infinity": 107, "info": [24, 26, 52, 72, 123], "inform": [3, 16, 20, 25, 28, 34, 35, 54, 55, 58, 74, 79, 81, 94, 96, 108, 117, 120, 123, 124, 128, 129], "informacion2": 119, "informat": [16, 60, 61, 62, 112], "information": [24, 58, 71, 72, 84, 92, 121], "infraccion": [5, 91, 92], "infraestructur": 119, "infty": [6, 8, 9, 15, 16, 30, 31, 37, 38, 40, 41, 42, 43, 57, 60, 61, 62, 70, 111, 112], "inical": 24, "inici": [5, 9, 14, 24, 25, 27, 30, 37, 40, 41, 43, 45, 54, 57, 60, 61, 63, 64, 65, 66, 68, 70, 75, 91, 92, 103, 104, 105, 106, 107, 114, 115, 127], "inicial": [5, 8, 9, 15, 16, 24, 27, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 75, 87, 88, 89, 91, 92, 97, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "initial_sol": [5, 91, 92], "initial_temperatur": [28, 29], "inmediat": 82, "innecesari": 119, "inner": [24, 84, 105], "input": 13, "insercion": [5, 91, 92], "insert": [3, 5, 13, 22, 24, 29, 46, 52, 71, 72, 76, 84, 90, 91, 92, 109, 121, 128, 129], "inserting": 121, "inspeccion": [22, 90], "inspecting": 84, "instal": [20, 24, 119], "instalacoon": 25, "install": 25, "installation": 25, "installing": 25, "instanci": 28, "inste": 119, "instruccion": [25, 91, 92, 121, 123], "instructions": 25, "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": 119, "integral": 22, "intencion": 127, "intens": 99, "intent": [5, 24, 65, 98, 104, 105, 115, 127], "interactiv": 25, "interes": [24, 128, 129], "intereseccion": 90, "interest": 121, "interior": 33, "intermedi": 119, "intern": [3, 20, 22, 119], "internal": 119, "internally": [128, 129], "interpret": [9, 16, 40, 41, 42, 45, 60, 61, 128, 129], "interseccion": [24, 71, 84, 90], "intersect": 90, "intersection": [24, 58], "intersections": [34, 90], "into": [3, 13, 22, 24, 29, 46, 52, 54, 56, 58, 71, 72, 76, 84, 90, 92, 109, 121], "introduc": 35, "introduccion": 20, "introduzc": 90, "inval": 22, "invers": [56, 83, 84, 86, 90, 121], "inversion": 22, "invert": 35, "involucr": [5, 22, 91, 92], "involv": [25, 84], "ir": [13, 16, 24, 25, 27, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 71, 75, 103, 104, 105, 106, 107, 110, 114, 115, 127], "is": [24, 25, 34, 35, 54, 55, 56, 58, 65, 67, 71, 72, 75, 84, 90, 92, 101, 102, 103, 104, 105, 106, 113, 115, 119, 121, 124, 128, 129], "is_a": [106, 110], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 26, "isolat": [34, 90], "issu": [20, 119, 123], "it": [24, 54, 58, 71, 72, 75, 103, 104, 105, 106, 121], "itali": 123, "iter": [88, 89, 98], "iti": 13, "izquierd": [3, 15, 24, 48, 59, 105, 106, 112, 113, 115, 127], "jain": 26, "jam": [56, 75], "japon": 123, "jarnik": 116, "jay": 26, "jinfu": 26, "johnson": [7, 20, 75, 77, 120], "join": [24, 29, 52, 58, 71, 72, 84, 90, 92, 104, 105, 121], "joshi": 26, "junod": 26, "junt": 46, "juntur": 90, "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, 30, 98, 107, 114, 117, 119, 120, 129], "k_": 76, "k_5": 76, "k_shortest_path_routing": 27, "kai": 26, "kalr": 4, "karp": [19, 20, 69, 120], "kastl": 26, "keeps": 121, "ken": 75, "kept": [119, 128, 129], "key": [3, 22, 72, 92, 109, 121], "kg": 5, "kind": 24, "kirkm": 4, "kishor": 26, "kit": 13, "km": 5, "known": 121, "ko": 26, "kolmogorov": [19, 20, 47, 120], "kondeti": 26, "kruskal": [0, 1, 17, 20, 24, 78, 79, 80, 81, 119, 120, 122], "kum": 26, "l": [15, 22, 24, 25, 72, 83, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "lad": [15, 22, 24, 105, 106, 112, 115, 127], "languag": 13, "lanz": [22, 57, 101], "lanzamient": [1, 2, 3, 11, 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], "larg": [4, 28, 29, 128], "lat": [5, 6], "latest": 25, "latex": 25, "latitud": [5, 6], "lc101": [92, 121], "lc101_c": [92, 121], "lea": 25, "lectur": 13, "lecture16": 13, "lee": 90, "leer": [3, 60], "left": [24, 58, 71, 72, 84, 104, 105, 121], "leftrightarrow": 24, "leg": 119, "leid": 8, "leng": 26, "lengau": 82, "length": 72, "lenguaj": 119, "lent": [5, 43], "leopark": 26, "leq": [79, 80, 81, 94, 95, 96], "less": 72, "lest": 43, "li": [92, 121], "libboost": 25, "liber": 90, "libr": [4, 20, 28, 29], "library": [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], "libs": [6, 8, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "libtap": 25, "licenci": [20, 90], "licens": [20, 26], "lig": 119, "lik": [24, 58, 103], "lim": [92, 121], "limit": [0, 5, 17, 24, 48, 52, 55, 58, 59, 63, 64, 66, 72, 79, 80, 81, 88, 89, 92, 94, 95, 96, 113, 121], "limpi": [54, 119], "lin": [13, 18, 56, 63, 64, 71, 72, 83, 84, 101, 125], "line": [28, 63, 64, 76, 84], "line_graph": [83, 84], "lineal": [53, 57, 84, 101, 119], "linegraph_edg": 84, "liner": 13, "linesstring": [24, 35], "linestring": [24, 35, 52, 54, 71, 72], "links": 119, "linux": [25, 119], "list": [4, 20, 28, 29, 65, 66, 85, 104, 105, 113, 115, 119, 127], "listinf": 123, "lists": 123, "liv": 26, "llam": [3, 24, 45, 66, 76, 82, 90, 113, 119], "lleg": [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, 79, 80, 81, 87, 88, 89, 91, 92, 94, 95, 96, 97, 103, 106, 110, 111, 113, 114, 128, 129], "llegant": [19, 47, 69, 88, 89, 97], "llen": [22, 34, 35, 54, 55], "llev": [7, 43], "lllen": 13, "llos": [24, 71], "loas": [31, 38], "local": [24, 71, 83, 84], "locat": [72, 121, 128, 129], "location": [72, 121], "locations": [72, 105, 115, 121], "log": [6, 8, 9, 16, 21, 30, 31, 37, 38, 40, 41, 42, 45, 56, 60, 61, 63, 64, 77, 78, 79, 80, 81, 82, 88, 89, 93, 94, 95, 96, 99, 106, 110, 111, 116], "logg": [54, 71], "logic": 35, "logr": [35, 128, 129], "logv": [10, 50, 51], "lon": [5, 6], "long": [32, 39, 42, 62, 112], "longitud": [5, 6, 46], "look": [24, 58], "looks": [24, 58], "lueg": [6, 8, 30, 31, 37, 38, 85], "lug": [5, 22, 33, 91, 92, 119], "lugar": [5, 92], "m": [5, 6, 43, 56], "m_": [5, 91, 92], "mac": 119, "mahadeok": 26, "mahmoud": 26, "mailing": 123, "mailm": 123, "main": [24, 119], "main_sql": 71, "majority": 24, "mak": 25, "make_connect": 85, "makefil": 25, "making": [104, 105], "man": 25, "manej": [20, 22, 105, 106, 112, 115, 117, 120, 123], "maner": [3, 20, 24, 25, 28, 35, 53, 67, 101, 128], "manikat": 26, "manipul": [6, 30, 31, 32, 37, 38, 39, 91, 92], "manje": 22, "manten": [24, 26, 71, 84], "mantendran": 29, "manual": [20, 24, 26, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 68, 69, 70, 87, 88, 89, 97], "manupul": [6, 8, 30, 31, 32, 37, 38, 39], "many": [24, 58, 70, 103, 106, 119, 121], "manzan": 5, "maoguang": 26, "map": [24, 128], "maps": 84, "marc": [13, 128], "mari": 26, "mark": [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, "martiz": 28, "mas": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 20, 22, 25, 27, 28, 29, 30, 31, 34, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 91, 92, 93, 94, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 123, 124, 126, 127, 128, 129], "matching_": 86, "matemat": [4, 116], "material": 20, "materializ": [24, 71], "math": [5, 6, 9, 13, 15, 16, 17, 30, 31, 32, 37, 38, 39, 40, 41, 42, 46, 57, 60, 61, 62, 63, 66, 70, 80, 91, 92, 95, 111, 112], "matricial": 5, "matrix": [20, 24, 28, 32, 39, 42, 56, 62, 91, 112, 117, 120], "matriz": [4, 6, 7, 8, 9, 15, 16, 18, 20, 32, 39, 42, 62, 73, 77, 112, 119, 120], "max": [6, 15, 30, 31, 32, 37, 38, 39, 42, 44, 62, 72, 84, 90, 112, 119, 121], "max_capacity": 91, "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": [5, 13, 19, 20, 26, 47, 56, 59, 63, 64, 68, 69, 86, 87, 88, 89, 91, 92, 97, 98, 120], "maximiz": [47, 69, 97], "maximum": 72, "maximum_flow_problem": 19, "maximum_matching": 86, "may": 24, "mayb": 75, "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 22, 24, 25, 26, 28, 58, 59, 63, 64, 65, 71, 86, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 126, 127, 128, 129], "mcke": [18, 23, 56], "md": [20, 119], "means": 121, "med": 5, "medi": [7, 8, 9, 15, 42, 62, 112], "mediant": [5, 11, 15, 18, 19, 24, 40, 42, 44, 47, 48, 52, 62, 69, 73, 77, 87, 88, 89, 95, 97, 99, 100, 112, 117], "meg": 7, "mejor": [5, 63, 64, 70, 91, 92, 119, 123], "memori": 7, "memory": 75, "men": [5, 6, 13, 30, 31, 32, 33, 37, 38, 39, 84, 91, 92, 99, 119, 123], "mencion": [24, 25], "meng": 4, "menor": [17, 21, 33, 66, 67, 80, 88, 89, 95, 98, 99, 113, 119], "mensaj": 22, "menud": 90, "mercanc": 5, "merrill": 4, "mesaj": 119, "met": [7, 119], "method": [24, 25, 54, 84], "metod": 53, "metr": [5, 6, 63, 64], "metric": [4, 28, 29], "metric_tsp_approx": 119, "mid": [5, 24], "miembr": [111, 112], "mientr": [27, 107, 114], "might": [24, 103, 121], "migr": [3, 60], "migracion": [3, 26, 60, 86, 103], "migration": [22, 26], "mileston": [20, 119], "min": [5, 6, 15, 28, 30, 31, 32, 37, 38, 39, 42, 51, 62, 99, 112, 116, 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], "mingw": 25, "minim": [0, 1, 11, 18, 19, 21, 28, 44, 45, 46, 52, 59, 67, 78, 79, 80, 81, 85, 89, 93, 94, 95, 96, 98, 99, 100, 116, 119, 122], "minimiz": [5, 21, 78, 79, 80, 81, 88, 116], "minimization": 56, "minor": [20, 119], "minut": 5, "mir": 35, "mism": [3, 5, 6, 7, 8, 14, 15, 19, 22, 24, 28, 29, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 54, 55, 61, 62, 63, 64, 67, 68, 69, 70, 73, 77, 84, 87, 88, 89, 90, 91, 92, 97, 99, 110, 111, 112, 128], "missing": 58, "mit": [26, 90], "miyawaki": 26, "mkdir": 25, "mod": [24, 44, 46, 98], "modif": [111, 113, 114, 119, 128], "modific": [13, 20, 22, 53, 106, 110, 111, 117, 119, 120, 124, 128], "modify": 119, "modul": 119, "moham": 26, "moment": 91, "monetari": 26, "moor": 70, "mor": [25, 75, 121, 128, 129], "most": [24, 75, 107], "mostr": [5, 13, 128, 129], "mov": [72, 121], "mpas": [111, 114], "msvc": 119, "msys": 25, "much": [22, 86, 119], "muestr": [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, 119, 128, 129], "mukul": 26, "multi": 119, "multipl": [5, 33, 75, 91, 92, 119], "multiplic": 4, "mund": 128, "must": [24, 58, 72], "my_dijkstr": [13, 22], "myare": 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], "nag": 26, "nam": [20, 24, 25, 56, 66, 113, 114, 119, 121, 129], "nameless": 24, "namespac": 119, "naranj": 84, "nardelli": 26, "navig": 103, "near": [34, 90], "nearest": [72, 121], "neces": [22, 58, 71], "necesari": [3, 5, 6, 10, 11, 12, 13, 18, 19, 22, 23, 24, 25, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126, 127], "necesit": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 24, 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, 123, 124, 125, 126, 127, 128, 129], "need": [24, 72, 121, 124], "needs": [24, 92, 121, 124], "negat": [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, 127, 128, 129], "negativ": [83, 84, 105, 106, 115, 121], "neq": [16, 19, 24], "net": 26, "netlab": 123, "network": 124, "networks": [58, 103], "new": [25, 72, 84, 90, 104, 105, 106, 115, 119], "new_graph": 84, "new_graph_id_seq": 84, "new_lin": 72, "new_point": 72, "new_restrictions": 22, "newpoint": [72, 121], "news": [20, 119], "nextval": [84, 121], "nicol": 90, "ningun": [6, 8, 9, 16, 19, 24, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 46, 47, 57, 60, 61, 69, 70, 87, 88, 89, 90, 97, 98, 106, 110, 119], "nitish": 26, "nivel": [48, 90], "nod": [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], "nombr": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 29, 30, 34, 35, 37, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 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, 124, 125, 126, 127, 128, 129], "nomenclatur": 119, "non": 106, "normal": [3, 24], "nort": 35, "not": [4, 22, 24, 25, 28, 29, 34, 45, 47, 54, 55, 58, 68, 69, 71, 72, 84, 87, 88, 89, 90, 92, 97, 101, 104, 105, 106, 107, 109, 121, 128, 129], "notacion": [34, 35, 54, 55], "notes": 34, "notes2news": [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], "notici": 26, "now": 84, "np": [4, 5, 28, 29, 56, 67, 91, 92, 98], "nucle": 119, "nuestr": [26, 90], "nuev": [3, 13, 17, 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, 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, 107, 109, 110, 111, 112, 113, 114, 119, 123, 125, 128, 129], "nul": 54, "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, "numb": [24, 58], "numer": [4, 5, 6, 7, 13, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 49, 53, 54, 55, 56, 63, 64, 67, 85, 86, 90, 91, 92, 98, 119, 122, 128], "numeric": [0, 5, 48, 59, 72, 79, 80, 81, 91, 92, 94, 95, 96, 105, 106, 110, 111, 112, 113, 114, 115], "numerical": [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], "obe": 26, "obedec": 28, "objet": [5, 9, 19, 24, 47, 48, 53, 88, 89, 128], "oblig": 28, "obligatori": [22, 127, 128], "obselt": 119, "observ": 13, "obsolet": [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, 88, 89, 91, 92, 99, 101, 102, 103, 107, 109, 113, 119, 125, 126], "obtain": [72, 107], "obten": [4, 5, 6, 7, 8, 16, 19, 20, 22, 27, 34, 55, 58, 71, 74, 90, 114, 117, 119, 120], "obteners": 27, "obteng": [16, 117], "obtien": [0, 24, 48, 54, 59, 79, 81, 94, 96], "ocurr": [5, 34, 54, 90, 91, 92, 119], "of": [4, 5, 24, 25, 26, 34, 35, 54, 55, 56, 75, 84, 90, 91, 92, 101, 102, 103, 106, 110, 117, 119, 121, 124, 128, 129], "off": 25, "official": 119, "oficial": [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], "oficin": [123, 128, 129], "ogr2ogr": 24, "oid": 109, "ok": [34, 35, 54, 55, 90], "old_id": 90, "old_restrictions": 22, "omit": [14, 15, 19, 22, 34, 41, 42, 47, 54, 55, 59, 61, 62, 69, 70, 71, 88, 89, 97, 106, 110, 111, 112], "omitt": 24, "on": [4, 20, 22, 24, 25, 29, 52, 58, 65, 72, 90, 92, 102, 103, 104, 107, 115, 119, 121, 124, 128, 129], "once": 24, "one": [24, 35, 70, 101, 103, 106, 119, 121, 124, 129], "oneway": 35, "only": [25, 72, 75, 92, 107, 113, 114, 119], "opcion": [4, 24, 27, 30, 31, 32, 34, 37, 38, 39, 53, 59, 63, 64, 65, 66, 71, 73, 77, 92, 105, 106, 107, 110, 111, 112, 113, 114, 115, 128, 129], "opcional": [22, 24, 25, 34, 35, 54, 119], "open": [24, 92, 121], "open_tim": 109, "openbsd": 119, "oper": [24, 53, 74, 123], "operating": 25, "operation": 13, "operations_ord": 13, "opos": 109, "oposit": 121, "optim": [4, 28, 29, 33, 67, 98], "optimic": [91, 92], "optimiz": [0, 4, 5, 9, 16, 17, 28, 29, 40, 41, 42, 43, 45, 48, 57, 59, 60, 61, 66, 70, 79, 80, 81, 91, 92, 94, 95, 96, 101, 106, 110, 111, 113], "optimization": 4, "option": [24, 52, 72], "optional": [24, 113, 114, 119], "optionally": 121, "options": [35, 48, 54, 63, 64, 72, 90, 91], "opuest": 24, "or": [13, 22, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 82, 83, 84, 85, 86, 88, 90, 93, 97, 98, 99, 100, 101, 103, 107, 110, 111, 112, 113, 114, 121, 124, 128, 129], "orden": [3, 6, 8, 13, 14, 15, 18, 22, 24, 30, 31, 34, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 70, 79, 80, 81, 82, 86, 94, 95, 96, 98, 100, 101, 102, 104, 105, 106, 110, 111, 112, 115, 119, 127], "order": [13, 22, 24, 28, 29, 46, 48, 52, 54, 56, 59, 63, 64, 65, 67, 71, 72, 73, 77, 78, 79, 80, 81, 82, 84, 90, 92, 93, 94, 95, 96, 98, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 121], "order_": [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, "ordering": 101, "ordern": 56, "orders": 91, "org": [5, 6, 8, 19, 20, 22, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 76, 82, 83, 84, 85, 86, 87, 88, 89, 97, 99, 101, 102, 109, 119, 123], "organiz": 123, "orig": [19, 20, 24, 25, 26, 28, 29, 34, 35, 45, 47, 48, 54, 55, 59, 68, 69, 70, 83, 84, 87, 88, 89, 90, 97, 119, 120, 124], "origen": [87, 97], "origin": 128, "original": [13, 19, 22, 24, 47, 52, 53, 69, 72, 83, 86, 88, 90, 97, 119, 128, 129], "original_": 84, "original_point": 72, "original_to_new_point": 72, "orkney": 26, "osge": [26, 123], "osgeo_community_projects": 26, "osgeoliv": 26, "osm": [7, 24, 71], "osm2pgrouting": [7, 24, 26, 71], "osm2pgsql": 24, "osx": 119, "other_geom": [34, 54, 55], "othergeom": 55, "others": [20, 119], "othert": [34, 54, 55], "otorg": [15, 20, 24, 105, 106, 110, 111, 112, 113, 114, 115, 120, 124, 127, 128, 129], "otpim": 67, "out": [13, 24, 25, 35, 71, 75], "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_going": [54, 71], "outall": 90, "output": [13, 30, 37, 58, 60, 72, 114, 119], "outputs": 75, "outsid": 72, "over": [22, 65, 71, 72, 92, 104, 105, 115, 121], "overloads": 20, "overpass": 7, "owned": [84, 121], "p": [72, 92, 105, 106, 110, 111, 112, 113, 114, 115, 121], "p_clos": [5, 91, 92, 121], "p_node_": [5, 91, 92, 121], "p_op": [5, 91, 92, 121], "p_servic": [5, 91, 92, 121], "p_x": [5, 92, 121], "p_y": [5, 92, 121], "pag": 119, "pagin": [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, 124, 125, 126, 127, 128, 129], "pairs": 121, "pais": [24, 128], "palabr": [16, 24, 127], "par": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 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, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 107, 108, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128], "paragon": [26, 123], "paragoncorporation": 123, "paragraf": 100, "paralel": [67, 116], "parallel": 75, "paramet": [24, 113, 114, 119], "parameters": [24, 32, 39, 42, 62, 112, 119], "parametr": [14, 19, 20, 22, 119], "pars": 25, "part": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 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, 121, 124, 125, 126, 127, 128, 129], "partial": [24, 52, 72], "particion": 99, "particul": [19, 48, 57, 59], "partition": 72, "pas": [3, 7, 24, 25, 28, 33, 34, 54, 55, 90, 116, 119, 123], "pasch": 26, "pass": [103, 110], "password": 25, "path": [3, 16, 22, 24, 25, 65, 71, 103, 104, 105, 106, 107, 115, 119, 121, 127], "path_": [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_at": [106, 110], "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], "paths": [103, 104, 105, 107], "patrushev": 26, "pattern": 56, "pcts": 22, "pdf": [13, 25, 40, 41], "pdptw": [92, 121], "peaton": [24, 63, 64, 71, 121], "peatonal": [63, 64], "ped": [5, 18, 20, 32, 39, 91, 92, 119], "pedestri": [24, 58], "pedestrians": [24, 58], "pens": 35, "penyngton": 4, "peor": [4, 9, 28, 29, 40, 41, 42, 70], "peque\u00f1": [24, 27, 98, 107, 114, 121], "per": [1, 2, 3, 11, 14, 15, 16, 17, 19, 24, 28, 35, 43, 44, 46, 58, 59, 63, 64, 65, 71, 84, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 124, 126, 127, 128, 129], "perd": 119, "perform": 72, "performanc": [75, 119], "performing": [34, 35, 54, 55, 90], "performs": [104, 105], "perl": 25, "perl5": 119, "permanent": [119, 128], "permis": [20, 120, 124], "permit": [3, 5, 6, 13, 24, 63, 64, 91, 92, 103, 104, 105, 106, 107, 119, 127], "permut": 56, "personal": 24, "pertenc": 106, "pertenec": [14, 15, 36, 42, 44, 45, 52, 62, 100, 110, 111, 112, 119], "pertenezc": [13, 45], "pes": [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], "pg": 119, "pg_prov": 25, "pg_prove_tests": [25, 119], "pgdijkstr": 26, "pgr": [19, 54, 55], "pgr_": [24, 119], "pgr_alphashap": [17, 20, 66, 113, 119, 120], "pgr_analyzeggraph": 35, "pgr_analyzegraph": [20, 35, 54, 55, 90, 120, 124], "pgr_analyzeoneway": [20, 34, 54, 55, 90, 120, 124], "pgr_apspjohnson": 119, "pgr_apspwarshall": 119, "pgr_articulationpoints": [12, 20, 119, 120], "pgr_ast": [6, 8, 20, 32, 39, 119, 120], "pgr_astarcost": [6, 14, 20, 119, 120], "pgr_astarcostmatrix": [6, 15, 20, 119, 120], "pgr_bdast": [8, 20, 39, 119, 120], "pgr_bdastarcost": [8, 14, 20, 119, 120], "pgr_bdastarcostmatrix": [8, 15, 20, 119, 120], "pgr_bddijkstr": [9, 20, 42, 119, 120], "pgr_bddijkstracost": [9, 14, 20, 119, 120], "pgr_bddijkstracostmatrix": [9, 15, 20, 119, 120], "pgr_bddijsktr": 40, "pgr_bddijstr": 119, "pgr_bellmanford": [18, 119], "pgr_biconnectedcomponents": [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_chinesepostm": [10, 18, 119], "pgr_chinesepostmancost": [10, 18, 119], "pgr_connectedcomponents": [12, 20, 24, 72, 99, 102, 119, 120], "pgr_contractgraph": [53, 119], "pgr_contraction": [13, 20, 24, 120], "pgr_create_topology": 55, "pgr_createtopology": [20, 34, 35, 55, 90, 119, 120, 124], "pgr_createverticest": [20, 34, 35, 54, 71, 119, 120, 124], "pgr_cuthillmckeeordering": [18, 23, 119], "pgr_dagshortestpath": [18, 119], "pgr_degre": [117, 119, 124], "pgr_depthfirstsearch": [1, 117, 119, 126], "pgr_dijkstr": [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_dijkstran": [16, 24, 64, 84, 117, 119], "pgr_dijkstranearcost": [14, 16, 20, 63, 117, 119, 120], "pgr_dijkstravi": [16, 24, 104, 115, 117, 119, 127, 129], "pgr_drivingdistanc": [16, 17, 20, 33, 113, 119, 120, 129], "pgr_edgecoloring": [11, 18, 119], "pgr_edgedisjointpaths": [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_floydwarshall": [7, 20, 77, 119, 120], "pgr_full_version": [20, 108, 118, 120], "pgr_getcolumnnam": 119, "pgr_gettablenam": 119, "pgr_gsoc_vrppdtw": [92, 119], "pgr_hawickcircuits": [18, 119], "pgr_iscolumncndex": 119, "pgr_iscolumnint": 119, "pgr_isplan": [18, 119], "pgr_johnson": [7, 20, 73, 119, 120], "pgr_kdijkstr": 119, "pgr_kdijkstracost": 119, "pgr_kdijkstrapath": 119, "pgr_kruskal": [20, 21, 24, 119, 120], "pgr_kruskalbfs": [0, 20, 21, 119, 120], "pgr_kruskaldd": [17, 20, 21, 119, 120], "pgr_kruskaldfs": [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_linegraphfull": [18, 119, 125], "pgr_makeconnect": [12, 18, 119], "pgr_makedistancematrix": 119, "pgr_maxcardinalitymatch": [19, 20, 119, 120], "pgr_maxcardinalitymatching": 119, "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_maximumcardinalitymatching": [86, 119], "pgr_nodenetwork": [20, 34, 119, 120, 124], "pgr_pgr_lengauertarjandominatortre": 119, "pgr_pickdeliv": [5, 18, 119], "pgr_pickdelivereuclid": [5, 18, 119], "pgr_pointsaspolygon": 119, "pgr_pointstodmatrix": 119, "pgr_pointstovids": 119, "pgr_pointt": 119, "pgr_pointtoedgenod": 119, "pgr_prim": [20, 24, 116, 119, 120], "pgr_primbfs": [0, 20, 116, 119, 120], "pgr_primdd": [17, 20, 116, 119, 120], "pgr_primdfs": [1, 20, 116, 119, 120], "pgr_pushrelabel": [19, 20, 24, 47, 69, 87, 119, 120], "pgr_quote_ident": 119, "pgr_sequentialvertexcoloring": [11, 117, 119], "pgr_startpoint": 119, "pgr_stoerwagn": [18, 119], "pgr_strongcomponents": [12, 20, 119, 120], "pgr_texttopoints": 119, "pgr_topologicalsort": [18, 119], "pgr_transitiveclosur": [18, 119], "pgr_trsp": [3, 20, 24, 104, 105, 117, 119, 120], "pgr_trsp_withpoints": [3, 105, 117, 119, 128], "pgr_trspvi": [3, 117, 119, 127], "pgr_trspvia_withpoints": [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_tspeuclid": [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_withpoints": [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_withpointsvi": [105, 117, 119, 127, 129], "pgrouting": [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, "pgrrouting": [72, 121], "pgsql": 74, "pgtap": [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, 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], "phi": 19, "pi": 16, "pickup": [92, 121], "pid": [15, 22, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "pindex": [92, 121], "pip": 25, "pist": 90, "pl": 25, "plac": [34, 56], "plan": 76, "planar": 76, "plataform": [25, 119], "ple": [34, 35, 54, 55, 90], "plementation": 75, "plum": 5, "pm": 5, "poc": [24, 26], "pod": [22, 24, 25, 35, 45, 90], "poder": 35, "podr": [3, 5, 10, 11, 12, 13, 18, 19, 23, 28, 35, 43, 45, 46, 48, 50, 51, 53, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "point": [34, 35, 54, 55, 71, 105, 106, 110, 115, 119, 121, 128, 129], "point_sql": 72, "point_xy": 119, "points": [113, 119, 121, 128, 129], "points_sql": [106, 110, 111, 119], "pointsofinterest": [22, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 128, 129], "pointsofinterset": 28, "poligon": [33, 119], "poligonal": 33, "polinomi": 47, "pon": 123, "ponder": [16, 19, 24, 45, 57, 70, 99, 101, 116], "populating": 55, "pora": 119, "porqu": [13, 22, 28, 34, 35, 54, 55, 63, 64, 76, 84, 90], "portal": [24, 71], "portland": 7, "posibl": [1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 29, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 78, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 122, 124, 125, 126, 127, 128, 129], "posicion": [15, 16, 24, 27, 28, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 71, 75, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "posicional": [34, 54, 55, 63, 64], "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 24, 40, 41, 42, 43, 47, 50, 51, 53, 60, 61, 62, 69, 73, 77, 78, 79, 80, 81, 86, 88, 89, 93, 94, 95, 96, 97, 99, 105, 106, 110, 111, 112, 113, 114, 115, 116, 122, 127, 128, 129], "positional": 24, "positiv": [84, 105, 106, 115], "possibl": 72, "post": [17, 20, 120], "posterior": [5, 26, 91, 92, 119], "postgis": [7, 20, 24, 25, 26, 33, 119, 123], "postgis_full_version": 25, "postgr": [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], "postition": 72, "postm": [18, 50, 51, 119], "potencial": 35, "potential": [34, 35, 90], "potts": 26, "poz": 19, "practical": 75, "pratap": 26, "pre": [34, 35, 114], "precision": [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], "predecesor": [22, 26], "predetermin": [22, 29, 30, 33, 34, 35, 37, 54, 55, 63, 64, 72, 90, 112], "prefer": [28, 33, 128, 129], "prefij": 119, "prefix": 121, "pregunt": [4, 28, 29, 123], "prep": 58, "prepar": [54, 71], "preparation": 24, "prepare_cap": 72, "prerrequisit": 119, "presdecesor": [17, 66, 113], "present": [15, 24, 44, 75, 82, 84, 98, 105, 106, 110, 111, 112, 113, 114, 115, 127, 128, 129], "previous": 119, "previously": 25, "previus": 84, "prim": [0, 1, 3, 4, 7, 10, 15, 16, 17, 19, 20, 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, 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, 119, 120, 122, 127, 128, 129], "primari": 82, "primary": [3, 22, 72, 92, 109, 121], "primer": [4, 6, 8, 13, 24, 27, 28, 29, 30, 31, 37, 38, 43, 45, 48, 59, 63, 64, 68, 79, 80, 81, 85, 94, 95, 96, 103, 106, 107, 110, 114], "princeton": [4, 40, 41], "principal": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 26, 30, 31, 32, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 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], "priorid": 71, "prioriz": 123, "priy": 26, "prob": [7, 25, 119, 123], "probabl": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 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, 124, 125, 126, 127, 128, 129], "problem": [5, 6, 18, 19, 20, 22, 24, 26, 34, 35, 45, 50, 51, 54, 55, 57, 58, 60, 61, 62, 67, 71, 75, 90, 91, 92, 98, 99, 112, 119, 121, 127, 128, 129], "problems": [35, 56], "proc": 25, "proced": [24, 71], "procedent": 24, "proces": [0, 1, 7, 9, 10, 13, 15, 16, 17, 19, 20, 21, 24, 25, 27, 40, 41, 42, 43, 45, 47, 50, 51, 53, 54, 55, 57, 58, 60, 61, 62, 69, 71, 73, 77, 78, 79, 80, 81, 88, 89, 93, 94, 95, 96, 97, 99, 101, 107, 110, 111, 112, 114, 116, 119, 120, 122, 128], "process": [55, 72, 84, 102, 121, 128, 129], "processing": [34, 35, 54, 55, 90, 119], "produc": [16, 55, 57, 59, 60, 61, 62, 67, 98, 102, 112, 116], "product": 26, "profesional": 123, "profund": [0, 1, 17, 22, 45, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113, 117, 126], "progress": 7, "prohib": [3, 13, 22, 24, 53, 84, 103, 104, 105, 106, 107, 119, 127], "project": 26, "projects": 119, "projectweb": [92, 121], "promedi": [5, 6, 7, 70], "promov": [4, 59, 63, 64, 98, 119], "prompt": 25, "pronunci": 6, "prop": [3, 20, 22, 24, 72, 117, 119, 120, 124, 127, 128, 129], "propi": 119, "proporcion": [5, 13, 20, 22, 48, 55, 59, 71, 85, 98, 114, 121, 123], "proposit": [0, 17, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "propuest": [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, 58, 59, 60, 61, 62, 67, 68, 69, 70, 72, 75, 76, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 99, 101, 102, 103, 104, 105, 106, 107, 109, 115, 119, 120, 121, 124, 125, 126, 127, 128, 129], "propust": [1, 117, 126], "prototip": 103, "prove": 67, "proveedor": [24, 35, 71], "provid": [25, 121], "providers": 123, "provien": [24, 71], "provoc": 90, "proxim": [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, 124, 126, 127, 128, 129], "proyeccion": [34, 54, 90], "proyect": [20, 24, 26, 119], "prueb": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 43, 45, 46, 48, 50, 51, 56, 57, 59, 63, 64, 65, 67, 70, 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], "pseud": 53, "psql": [7, 24, 25], "public": [26, 34, 35, 43, 54, 55, 90, 121], "publish": [75, 92, 121], "pud": [34, 54, 55], "pued": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 28, 29, 34, 35, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 75, 76, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 97, 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], "puent": [12, 20, 24, 49, 71, 90, 120], "puert": 119, "pues": 22, "puest": 114, "pull": [20, 26, 119], "punt": [3, 5, 6, 12, 20, 22, 29, 33, 36, 52, 58, 71, 83, 90, 117, 119, 120], "punter": 119, "push": [87, 97], "push_relabel_max_flow": [87, 97], "python3": 119, "q": [25, 119], "q1": 28, "quad": [16, 19], "queri": [24, 105, 121], "query": [7, 24, 34, 55, 72, 84, 103], "questions": 123, "queu": 56, "quit": 84, "quote_literal": 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, "radi": 33, "radic": 70, "radius": 33, "raic": [0, 17, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "raise_exception": [54, 55], "raiz": [0, 17, 48, 59, 66, 79, 80, 81, 82, 94, 95, 96, 113], "raj": 26, "rajat": 26, "randomiz": [28, 29], "rang": 98, "rap": [5, 8, 9, 24, 40, 41, 42, 45, 70, 119], "rasg": [24, 71], "rastr": 119, "rath": 58, "razequl": 26, "reach": [113, 119], "reachability": 102, "readers": 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], "realid": [24, 71, 119], "realiz": [0, 1, 3, 5, 7, 9, 10, 13, 15, 16, 19, 21, 24, 25, 32, 39, 40, 41, 42, 45, 47, 50, 51, 53, 58, 60, 61, 62, 69, 71, 73, 77, 78, 79, 80, 81, 85, 88, 89, 91, 92, 93, 94, 95, 96, 97, 99, 110, 111, 112, 116, 122], "receiv": 103, "receptor": 19, "rechability": 102, "recib": [34, 55, 58, 71], "recien": [24, 71, 84], "recoc": [28, 29, 119], "recog": 18, "recomend": [7, 35, 73, 77], "recomendation": 121, "recomiend": [24, 121, 123], "reconstru": [20, 55, 120, 124], "reconstruccion": 55, "record": [13, 119], "recorr": [0, 1, 4, 17, 18, 28, 45, 48, 59, 66, 79, 80, 81, 94, 95, 96, 98, 113, 117, 126], "recr": 90, "recre": 54, "rect": 76, "recurs": 99, "recursevly": [128, 129], "red": [3, 5, 13, 19, 20, 26, 34, 35, 36, 44, 45, 49, 52, 54, 55, 56, 60, 67, 73, 77, 78, 83, 84, 85, 90, 92, 93, 94, 98, 100, 111, 114, 119, 121], "reddy": 26, "reduc": [13, 24, 53], "reemplac": 119, "reemplaz": [3, 22, 92, 119], "reescrib": [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, 90, 91, 92, 99, 101, 102, 107, 109, 125, 126], "reestructur": 119, "reetiquet": [19, 20, 120], "refactoriz": 119, "referenc": 119, "referenci": [54, 55, 90], "referent": [4, 5, 20, 34, 35, 54, 55, 74, 108, 120], "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], "reflej": [15, 42, 62, 112], "regal": 26, "regardless": 24, "regclass": 121, "regin": 26, "registr": [7, 119, 123], "regl": 35, "regres": [4, 7, 11, 14, 15, 17, 22, 24, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127], "regresand": [31, 38], "regresion": 119, "reinstal": 25, "rel": 25, "relabel": [87, 97], "relacion": [5, 24, 28, 29, 91, 92, 119, 128, 129], "relat": [5, 15, 16, 24, 27, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "relation": [34, 90], "relativ": 72, "release_not": 119, "relevant": 92, "rellen": [24, 34, 35], "remain": [105, 115], "remaing": [128, 129], "remains": 24, "remov": [13, 22, 25, 84, 104, 105, 113, 119], "removing": 119, "remplaz": 22, "rendimient": [20, 29], "renombr": [26, 33, 47, 54, 55, 69, 86, 97, 119], "repar": 35, "repeat": [128, 129], "repert": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70], "replac": 13, "report": 20, "repositori": 25, "repository": 25, "represent": [3, 7, 10, 13, 22, 24, 46, 50, 51, 53, 73, 76, 77, 83, 86, 104, 113, 114, 124, 127, 128, 129], "reproduc": 123, "requer": [14, 24, 27, 31, 34, 35, 38, 41, 54, 55, 61, 71, 107, 114, 119, 128], "requests": [20, 26, 119], "requier": [24, 25, 28, 52, 54, 72, 123], "requir": [24, 25, 52, 72], "requisit": [24, 34, 35], "residu": [19, 47, 69, 88, 89, 97], "residual": [19, 24, 47, 69, 88, 97], "residual_capacity": [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], "resolv": [6, 24, 45, 71, 99, 119, 127], "respect": [43, 67], "respet": [84, 119], "respir": 94, "respons": [15, 42, 62, 112], "respuest": 101, "rest": [24, 54, 71, 72, 84], "restaur": [128, 129], "restriccion": [18, 20, 84, 117, 119, 120, 128], "restrict": [103, 104, 105], "restrict_sql": 22, "restriction": [103, 104, 105, 107], "restrictions": [3, 22, 84, 103, 104, 105, 106, 107, 119, 121], "restring": [6, 30, 31, 32, 37, 38, 39, 45, 119], "restructur": 119, "resuelt": 24, "resuelv": [16, 24, 57, 60, 61, 62, 112], "result": [1, 6, 14, 16, 20, 21, 22, 34, 35, 54, 55, 116, 119, 122, 128, 129], "results": [34, 72, 90, 104, 105, 107], "resum": [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], "retorn": [33, 119], "retroaliment": [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, 123, 125, 126], "retroced": 59, "retroces": [5, 91, 92], "return": [24, 58, 72, 101, 102], "returns": [5, 13, 22, 34, 35, 51, 54, 55, 72, 76, 87, 89, 90, 91, 92, 101, 107, 108, 117, 124], "rev": [16, 19, 24, 35], "revers": [8, 22], "reverse_": 121, "reverse_capacity": [19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 97, 121], "reverse_category": 121, "reverse_category_": 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], "reves": 35, "revirt": 35, "revis": 119, "rf": 25, "rhel": 119, "ribot": 90, "richard": 43, "rid": 22, "right": [72, 106, 121], "rightarrow": [13, 22, 24, 28, 46, 60, 63, 64, 71, 72, 104, 105], "rightarrow3": 22, "rightarrow5": 22, "rightarrow6": 22, "rightarrow9": 22, "ring": [34, 90], "rm": 25, "rn": 72, "road": 103, "rohith": 26, "roj": [13, 36, 121, 128, 129], "rol": 25, "rollback": 109, "romp": [24, 119], "root": 59, "rot": [66, 113], "round": [72, 105, 106, 110, 111, 112, 113, 114, 115], "rout": [65, 84, 104, 105, 115, 121], "route": 24, "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], "routeplanning": 13, "routing": [24, 25, 54, 106, 107, 119, 124], "routing_postgis": 119, "row": [5, 24, 29, 31, 33, 34, 35, 38, 41, 51, 52, 54, 55, 61, 64, 65, 71, 72, 74, 76, 84, 87, 89, 90, 91, 92, 99, 104, 105, 108, 111, 115, 121, 128, 129], "row_numb": [22, 65, 71, 72, 92, 104, 105, 115, 121], "row_wher": 119, "rowam": 4, "rows": [13, 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, 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, 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, 121, 128, 129], "rows_wher": [34, 35, 54, 55, 90], "rubric": 119, "running": [70, 84], "ruptur": [33, 60, 119], "rut": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 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, 90, 97, 103, 106, 107, 110, 111, 112, 114, 117, 119, 120, 127, 128, 129], "rute": [3, 13, 18, 20, 26, 27, 63, 64, 84, 91, 92, 103, 117, 128, 129], "rykov": 26, "s": [5, 6, 7, 19, 20, 25, 40, 41, 47, 57, 60, 69, 75, 84, 87, 88, 89, 92, 97, 99, 107, 111, 124], "s_in_rul": 35, "s_out_rul": 35, "sab": 45, "sai": 26, "sakr": 26, "sal": [5, 7, 9, 15, 16, 19, 22, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 53, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 73, 77, 82, 87, 88, 89, 90, 91, 92, 97, 103, 104, 105, 106, 107, 110, 111, 112, 114, 115, 127, 128, 129], "salient": [13, 19, 34, 35, 47, 54, 55, 69, 88, 89, 97], "sam": [20, 24, 72, 92, 102, 104, 105, 119, 121, 128, 129], "sampledat": [7, 24], "samu": 26, "sarthak": 26, "satisfech": 28, "sav": 121, "saving": 121, "search": [48, 56, 119], "seccion": [5, 13, 22, 34, 60, 84, 127, 128, 129], "second": [24, 121], "second_edg": [24, 71], "second_segments": [24, 71], "section": [24, 65, 105, 115, 128, 129], "secuenci": [3, 5, 13, 16, 24, 27, 28, 29, 30, 37, 40, 43, 45, 50, 53, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 110, 114, 115, 117, 127], "secuencial": [0, 3, 5, 11, 15, 17, 19, 24, 27, 30, 37, 40, 43, 44, 45, 47, 48, 50, 52, 56, 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], "see": [20, 102, 105, 115, 119], "seg": 5, "segment": [4, 11, 18, 24, 28, 29, 34, 35, 54, 55, 58, 67, 72, 76, 90, 116, 121, 128], "segments": [34, 90, 101, 121], "segu": [13, 24, 90], "segun": [24, 128, 129], "segund": [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, 127, 128, 129], "seis": [91, 92], "seleccion": [6, 8, 28, 30, 31, 34, 37, 38, 54, 55], "select": [3, 7, 13, 22, 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, 121, 128, 129], "selects": 24, "self": 75, "self_loops": 84, "sencill": [34, 54, 55], "sent": [3, 35], "seoptimiz": 91, "separ": [22, 90, 99, 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": [84, 105, 121], "ser": [3, 5, 7, 10, 11, 12, 13, 14, 15, 18, 19, 22, 23, 24, 25, 26, 28, 29, 34, 35, 41, 42, 43, 45, 46, 47, 48, 50, 51, 54, 55, 56, 57, 59, 61, 62, 63, 64, 67, 69, 70, 71, 73, 75, 76, 77, 82, 83, 84, 85, 87, 88, 89, 91, 92, 97, 99, 101, 102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 121, 125, 126, 127, 128, 129], "seran": [3, 22, 24, 65, 104, 105, 115, 127], "seri": 5, "serial": [3, 22, 24, 71, 121], "serv": [25, 75], "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], "servici": [5, 91, 92, 123], "servidor": [3, 5, 7, 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, 119, 123, 125, 126], "set": [5, 13, 19, 24, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 54, 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, 89, 91, 92, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 121, 123, 124, 127], "setof": [13, 22], "setval": [84, 121], "sh": [25, 119], "shap": 24, "shar": [20, 26], "shind": 26, "shobhit": 26, "shooting": 119, "shooting_st": 119, "shortest": [65, 72, 103, 104, 105, 107, 115, 119], "shortest_path_faster_algorithm": 70, "should": 24, "showing": 92, "shown": 72, "shp2pgsql": 24, "si": [3, 5, 6, 8, 13, 15, 16, 19, 22, 24, 25, 27, 28, 30, 31, 35, 37, 38, 45, 46, 52, 54, 55, 65, 71, 76, 82, 83, 85, 88, 89, 91, 99, 100, 101, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 123, 127, 128, 129], "sid": [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], "siempr": [20, 28, 34, 54, 55, 67, 98], "siend": [22, 128], "sient": 20, "sig": [16, 43, 84, 90, 98, 121, 123, 128, 129], "sigl": 4, "sign": [24, 128], "signals": [24, 58], "signatur": [22, 24, 72, 86, 106, 113, 114, 119], "signif": [90, 111, 116], "signific": [5, 24, 70, 71, 119, 123], "siguient": [3, 4, 5, 7, 10, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 37, 40, 43, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 67, 68, 70, 71, 72, 75, 76, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 114, 115, 120, 121, 123, 124, 125, 126, 127, 128, 129], "simetr": [4, 7, 13, 14, 15, 28, 29, 31, 32, 38, 39, 41, 42, 61, 62, 73, 77, 111, 112], "simil": [22, 24, 70, 71], "similar": 29, "simpl": [24, 35, 119, 121], "simplement": 99, "simplif": 119, "simplific": [24, 119], "simplifying": 119, "simul": [28, 29], "simulat": [32, 39, 42, 62, 112], "simultan": [8, 9], "singh": 26, "sink": [19, 35], "sino": 122, "sintef": [92, 121], "siqu": 3, "sir": 4, "sirv": 75, "sistem": [25, 74, 123], "siti": [26, 123], "siz": [7, 58, 65, 104, 105, 115], "skipp": 121, "skipping": [54, 55, 58, 71, 90], "small": [24, 56, 58, 72, 121], "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], "so": 24, "sobr": [3, 4, 22, 24, 25, 52, 60, 65, 71, 72, 74, 104, 108, 114, 123], "sobrecarg": [5, 24, 27, 91, 92, 114, 119], "soft": 121, "softwar": 26, "sol": [0, 1, 3, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 22, 24, 35, 36, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 57, 60, 61, 62, 63, 64, 66, 69, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 86, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 110, 111, 112, 113, 114, 116, 119, 120, 122, 128, 129], "solicit": 5, "solicitud": [5, 119], "solomon_100_rc_101": 109, "solucion": [4, 5, 24, 28, 29, 52, 72, 90, 91, 92, 119], "solution": [24, 92, 103, 104, 105], "solutions": [104, 105], "solv": [75, 91, 92], "solving": [32, 39, 42, 62, 112], "som": [24, 72, 84, 121, 124], "something": 34, "sometim": [104, 105], "soport": [20, 25, 27, 28, 30, 33, 37, 40, 50, 73, 77, 108, 119], "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], "sorting": 101, "sourabh": 26, "sourc": [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], "source_": 24, "source_edg": 22, "source_i": [16, 19, 24], "source_original_": 84, "source_p": 22, "sourcehandl": 25, "sp": 72, "spars": 56, "sparsity": 56, "spe": [24, 58, 121], "specialized_variants": 45, "specific": 72, "sphinx": [25, 119], "split": [24, 90], "splitting": [24, 52, 72], "spoon": 33, "spoon_radius": 33, "spr06": [40, 41], "sql": [13, 22, 25, 119, 123], "sqrt": [6, 30, 31, 32, 33, 37, 38, 39, 109], "src": [34, 54, 55], "src_id": 109, "srid": [34, 54, 55, 71, 72], "sssp": 45, "st_": 119, "st_are": 33, "st_astext": [24, 52, 71, 72], "st_buff": [7, 24, 34, 54, 55, 72], "st_centr": 7, "st_closestpoint": 72, "st_collect": 33, "st_concavehull": 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_intersection": [24, 71], "st_intersects": 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], "stackexchang": 20, "standard": [25, 119], "standarization": 119, "standarizing": [30, 37, 60, 114, 119], "start": [16, 22, 24, 25, 43, 45, 57, 58, 60, 61, 63, 64, 106, 110, 111], "start_": [4, 16, 28, 29], "start_clos": [5, 91, 92, 121], "start_node_": [5, 91], "start_op": [5, 91, 92, 121], "start_p": [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": [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_vids": [43, 45, 57, 70, 106, 110, 111], "start_x": [5, 92, 121], "start_y": [5, 92, 121], "starting": [63, 64, 72, 121], "startpoint": 71, "starts": 121, "statement": [101, 121], "status": [106, 110], "step": [56, 84, 104, 105, 106, 110], "steph": 26, "steps": 25, "stev": 119, "sto": 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_": 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], "stopping": 119, "stops": 107, "stor": [72, 121], "street": [24, 35], "strict": [24, 65, 104, 105, 107, 115, 127], "string_to_array": 22, "strings": [24, 119], "structur": [20, 121], "studi": 119, "sub": [46, 63, 64, 73, 77, 104], "sub_": 90, "subconjunt": [6, 19, 34, 44, 54, 55, 99, 116], "subgraf": [24, 76, 84, 93, 99], "subgraph": 102, "subrog": [5, 91, 92], "subscrib": 123, "subset": 58, "subseteq": 24, "subyacent": 68, "succ": 25, "successfully": 25, "successive_shortest_path_nonnegative_weights": [88, 89], "suced": [24, 35], "such": [24, 58], "sud": 25, "sufij": 90, "sugier": 70, "suitabl": [75, 124], "sum": [5, 7, 14, 15, 19, 31, 38, 41, 42, 47, 61, 62, 69, 73, 77, 88, 89, 91, 92, 97, 99, 104, 105, 111, 112], "sum_": 16, "sumaris": [31, 41], "sumariz": [38, 61], "sumider": 19, "summ": 26, "summary": [5, 91, 92], "sup": [19, 47, 69, 88, 89, 97], "superior": [0, 7, 15, 17, 42, 48, 59, 62, 66, 79, 80, 81, 88, 89, 94, 95, 96, 112, 113], "supermerc": [128, 129], "supli": 124, "supon": [24, 25], "supong": 5, "support": [25, 119], "suprim": 119, "suscribet": 123, "swapnil": 26, "switching": 25, "sylvain": 26, "symmetric": 56, "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, "systems": 25, "t": [5, 13, 22, 24, 34, 35, 47, 54, 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_ending": 90, "table_of_contents": [63, 64], "tagg": 123, "taking": [24, 58], "takub": 26, "tal": [1, 2, 3, 11, 14, 15, 16, 17, 35, 43, 46, 58, 59, 63, 64, 65, 67, 71, 83, 90, 98, 101, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 117, 124, 126, 127, 128, 129], "tall": 24, "tama\u00f1": [7, 13, 24, 53, 99], "tambien": [20, 24, 119, 123], "tan": 70, "tant": [0, 3, 4, 6, 7, 8, 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, 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], "tar": 25, "tard": [4, 26], "tare": [24, 71], "target": [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_": [22, 24], "target_array": [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_p": 22, "targets_original_": 84, "tarj": [82, 100], "tarrival": 109, "tasc": 26, "tasks": 84, "tbd": [84, 109], "tdepart": 109, "tech": 26, "temp": 58, "temporal": [22, 70, 110], "temporary": [128, 129], "ten": [5, 20, 22, 24, 34, 35, 43, 54, 55, 92, 111, 120, 123, 124], "tendr": 90, "tendran": 84, "teng": [24, 28, 54, 67, 105, 115, 123, 127, 128], "teor": [24, 99], "teorem": [11, 18, 67], "tercer": 4, "termin": [5, 8, 9, 16, 24, 34, 35, 40, 41, 42, 48, 50, 51, 59, 70, 71, 108, 119], "test": [25, 34, 55, 119], "testers": [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], "than": [24, 58], "that": [24, 54, 56, 58, 65, 71, 72, 84, 103, 104, 105, 107, 113, 115, 119, 121, 129], "the": [4, 20, 24, 25, 34, 35, 52, 54, 55, 56, 58, 71, 72, 75, 91, 101, 102, 103, 107, 113, 117, 119, 124, 128, 129], "the_geom": [7, 34, 35, 54, 55, 90, 119], "the_in": 71, "the_matrix_inf": 109, "the_out": 71, "the_points": 71, "them": [24, 25, 101, 128, 129], "then": [22, 24, 25, 35, 54, 65, 71, 72, 103, 104, 105, 106, 110, 115], "theory": 4, "ther": [24, 25, 58, 72, 75, 84, 92, 104, 105, 121], "therefor": [24, 58, 72, 104, 105, 128, 129], "therfor": 121, "thet": 73, "they": [72, 84, 102, 121], "third": 24, "this": [20, 24, 25, 52, 58, 65, 72, 75, 84, 92, 104, 105, 115, 119, 121, 128, 129], "thom": 4, "thos": [72, 103, 121], "three_options": [24, 52, 72], "through": [65, 104, 105, 115], "thru": 103, "thurkow": 26, "tidy": 119, "tiemp": [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, 73, 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], "tien": [3, 5, 13, 17, 19, 22, 24, 25, 27, 30, 35, 37, 40, 43, 45, 46, 53, 57, 58, 60, 63, 64, 65, 66, 68, 70, 75, 76, 79, 80, 81, 84, 90, 91, 92, 94, 95, 96, 99, 102, 103, 104, 105, 106, 107, 111, 113, 114, 115, 119, 127], "till": 4, "tim": [5, 7, 13, 24, 70, 72, 73, 75, 77, 91, 92, 106, 110, 111, 121], "tip": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 21, 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, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 119, 127, 128, 129], "tipic": 24, "titul": 24, "tiwari": 26, "tmp_edges_vertices_pgr": 58, "to": [20, 22, 24, 25, 30, 34, 37, 50, 54, 55, 56, 58, 60, 65, 66, 70, 75, 92, 102, 103, 104, 105, 106, 107, 109, 113, 114, 115, 117, 119, 121, 123, 124, 128, 129], "to_cost": 22, "tod": [5, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 34, 35, 45, 47, 52, 53, 54, 55, 59, 63, 64, 65, 66, 67, 69, 70, 71, 78, 79, 80, 81, 82, 84, 85, 88, 89, 90, 91, 92, 95, 97, 98, 99, 100, 104, 105, 107, 110, 113, 114, 115, 116, 119, 120, 122, 123, 127, 128, 129], "todav": [1, 2, 3, 11, 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], "toky": 26, "toler": [34, 54, 72, 90], "toleranc": [54, 90], "tom": [3, 4, 24, 28, 90, 103, 104, 105, 106, 107, 127], "tools": [25, 119], "top": [24, 58, 72, 92, 121], "topic": 123, "topolog": [20, 34, 35, 55, 57, 58, 85, 90, 101, 113, 114, 117, 119, 120], "topological": 101, "topological_sorting": [57, 101], "topologically": 101, "topology": [34, 35, 54, 90, 106, 119, 121, 124], "total": [5, 13, 21, 24, 31, 33, 34, 52, 53, 61, 65, 72, 78, 79, 80, 81, 90, 91, 92, 104, 105, 115, 116, 127, 128, 129], "totals": 58, "tour": 28, "trabaj": [4, 5, 6, 24, 52, 72, 119, 121], "track": 123, "tram": [3, 104], "transform": [18, 22, 28, 83, 102, 125, 128], "transformation": 18, "transit": 102, "transitiv": 102, "transitive_closur": 102, "transport": [5, 24, 71], "transversal": [48, 76, 85], "traser": [5, 91, 92], "trasl": 5, "traslad": [5, 119], "trat": [35, 67, 90, 99], "trav": 121, "travel": 92, "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], "traveling": [5, 84, 91, 92], "traveltim": 109, "traversal": [18, 117], "traversing": 84, "traves": [4, 13, 19, 24, 47, 69, 84, 88, 89, 97, 119, 123], "travez": 22, "trayectori": [3, 51, 65, 104, 115, 119], "tres": [13, 24, 52, 72, 85], "triangul": [4, 15, 28, 29, 33, 42, 62, 112], "tries_per_temperatur": [28, 29], "trsp": [18, 20, 22, 103, 104, 105, 106, 117, 119, 120, 128, 129], "trspviaedg": 119, "tru": [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, 90, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "trying": [104, 105], "tsp": [5, 119], "tsp_results": 29, "tunel": [24, 71, 90], "tupl": 24, "turn": [5, 84, 103, 104, 105], "turn_restrict_sql": 22, "tut": [117, 129], "tutorial": 123, "tuv": [22, 35, 128, 129], "two": [105, 115, 124], "two_way_if_null": 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], "types": 121, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 24, 25, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 57, 60, 61, 62, 70, 73, 77, 80, 84, 88, 89, 95, 101, 104, 105, 106, 110, 111, 112], "u_turn_on_edg": [24, 65, 104, 105, 115, 127], "u_turns": 84, "ubic": [5, 6, 91, 92, 106, 110, 111, 112, 113, 114, 117, 119, 128, 129], "ubicaclon": [5, 92], "ubuntu": 119, "ultim": [4, 22, 24, 25, 26, 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], "uncategoris": 24, "understanding": 72, "undirect": [24, 58, 102, 103, 114, 124], "unexpect": [54, 55], "unic": [5, 7, 14, 15, 18, 31, 38, 41, 42, 44, 45, 61, 62, 70, 73, 77, 90, 111, 112, 119], "unid": [5, 7, 34, 54, 90, 123], "unidad": [6, 30, 31, 32, 37, 38, 39, 91, 92], "unidireccional": 35, "unific": 119, "union": [5, 13, 24, 30, 37, 52, 63, 64, 71, 72, 91, 92, 101, 104, 105, 119], "uniqu": [72, 121], "units": 72, "univers": 29, "universid": [4, 29], "university": 26, "unknown": [24, 35], "unlogg": [54, 71], "unnam": [113, 114, 119], "unnest": [13, 54, 58, 63, 64, 71, 72], "untouch": 90, "unus": 119, "up": [24, 58, 121], "updat": [13, 24, 25, 29, 35, 52, 54, 71, 72, 84, 121], "updating": 84, "upgrad": [20, 25, 119], "usa": [13, 22, 24, 33, 58, 71, 86, 89, 90, 105, 106], "usad": [5, 15, 19, 20, 22, 67, 91, 92, 127, 128, 129], "usag": 119, "usam": 73, "usan": 34, "usand": [0, 1, 17, 19, 20, 24, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 57, 59, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 78, 79, 80, 81, 87, 88, 89, 90, 93, 94, 95, 96, 97, 99, 103, 104, 105, 106, 107, 110, 112, 113, 114, 115, 119, 120, 127], "usar": [5, 9, 13, 15, 16, 20, 22, 24, 33, 34, 35, 42, 45, 58, 62, 71, 91, 92, 119, 120, 123, 128], "usarl": [20, 120, 124], "usaron": 7, "usars": 22, "use": [5, 15, 22, 24, 25, 34, 35, 54, 58, 71, 75, 84, 87, 104, 107, 110, 111, 112, 113, 114, 119, 127, 128, 129], "usec": 75, "used": [24, 25, 58, 72, 86, 121], "useful": 24, "user": [22, 25, 54, 55], "users": 123, "using": [24, 25, 52, 58, 71, 72, 86, 104, 105, 107, 119], "uso": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 32, 39, 42, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 62, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 106, 107, 109, 111, 112, 113, 114, 117, 119, 123, 124, 125, 126, 127, 128, 129], "usos": 119, "usted": [35, 123], "usuari": [13, 15, 20, 22, 24, 25, 26, 42, 62, 112, 119, 120, 123, 124], "utf8": 119, "util": [117, 119], "utilic": [7, 22, 25, 71, 73, 77, 119], "utility": 72, "utiliz": [0, 4, 5, 6, 8, 11, 13, 15, 16, 17, 18, 20, 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, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 125, 127], "uturns": 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], "va": [24, 35, 54, 59, 63, 64, 90], "vac": [90, 119], "vaci": [3, 16, 24, 46, 53, 68, 82, 99, 103, 104, 105, 106, 107, 119, 127], "val": [6, 22, 24, 30, 31, 32, 37, 38, 39, 43, 57, 90, 101, 102, 113, 128, 129], "validez": 22, "valor": [0, 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, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 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], "valu": [3, 22, 24, 29, 30, 31, 37, 38, 40, 41, 43, 45, 46, 47, 57, 60, 61, 68, 69, 70, 71, 72, 76, 87, 88, 89, 92, 97, 103, 105, 106, 109, 110, 111, 114, 115, 121], "vam": 90, "van": [5, 13, 24, 35, 84], "varch": [34, 54, 55], "vari": [5, 19, 22, 24, 25, 30, 35, 37, 40, 43, 44, 45, 57, 60, 66, 68, 70, 91, 92, 99, 113, 119], "variabl": [33, 119], "variacion": 45, "variant": 5, "variation": 75, "variations": 75, "varied": 24, "varnothing": [16, 19], "vary": 24, "ve": 28, "vea": 24, "veas": [24, 54, 55], "vec": [3, 13, 53, 99], "vecin": 98, "vectorial": 24, "veenit": 26, "vehcil": [92, 121], "vehicl": [24, 58, 91, 92], "vehicle_": [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], "vehicul": [18, 24, 35, 71, 128], "veloc": [5, 6, 24, 70, 91, 92], "vem": 90, "vendedor": [5, 15, 20, 28, 29, 32, 39, 42, 62, 112, 120], "venkat": 26, "ventan": [5, 91, 92, 119], "ver": [20, 24, 119, 123], "veran": [54, 55], "verd": 13, "verdader": [13, 58, 71, 88], "verg": 26, "verif": 90, "vers": 119, "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, 21, 22, 23, 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, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "versions": 50, "vertex": [72, 103, 105, 106, 107, 110, 115, 117, 121, 124, 128, 129], "vertex_": [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_i": [65, 104, 105, 115, 127], "vertex_map": 84, "vertic": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 67, 68, 69, 70, 73, 75, 76, 77, 78, 82, 83, 85, 86, 87, 88, 89, 90, 91, 93, 97, 98, 99, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 116, 117, 119, 120, 122, 124, 125, 127], "vertices_id_seq": 121, "vertices_in_graph": 13, "vertices_to_expand": 13, "vetic": 53, "vetric": [24, 30, 37, 40, 43, 45, 57, 60, 68, 70], "vez": [1, 2, 3, 4, 11, 14, 15, 16, 17, 22, 24, 25, 28, 29, 35, 43, 58, 59, 63, 64, 65, 71, 82, 90, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 117, 124, 126, 127, 128, 129], "via": [3, 22, 117, 119, 128, 129], "via_path": [22, 119], "viaj": [4, 5, 22, 28, 29, 91, 92, 110], "viajant": [5, 15, 20, 28, 29, 32, 39, 42, 62, 112, 120], "vial": [3, 90], "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], "vidh": 26, "vids": [22, 30, 31, 37, 38, 40, 41, 43, 59, 63, 64, 70], "vien": [4, 24, 101], "vieron": 13, "view": [24, 58], "viol": 91, "violacion": 5, "violat": 107, "virgini": 26, "vision": [55, 90], "visit": [3, 4, 5, 20, 24, 28, 29, 59, 79, 81, 94, 96, 113, 119, 127], "visits": 110, "vist": [24, 71, 121], "visual": [24, 58, 119, 128, 129], "visualization": [20, 119], "visually": [24, 58], "vizing": [11, 18, 67], "vojt\u011bch": 116, "volatil": 13, "volt": [35, 119], "volum": 5, "volunt": 99, "volv": 24, "vrp": [5, 119], "vrp_distanc": 109, "vrp_vehicl": 109, "vrppd": 5, "vrptw": 5, "vuelt": [3, 24], "vuelv": 119, "vumpl": 28, "w": 13, "wagn": 99, "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], "waiting": [5, 91, 92], "walk": [24, 58], "wang": 26, "want": [58, 75, 84], "wanting": 121, "warning": 22, "warnings": [20, 119], "warshall": [7, 20, 73, 77, 120], "was": [20, 54, 55, 72, 119, 121], "waterlo": [4, 29], "way": [35, 101, 124, 129], "ways": [7, 24, 35], "we": 75, "web": [26, 123, 128], "went": 34, "wer": [72, 84], "wget": [7, 25], "what": 24, "when": [16, 19, 22, 24, 25, 34, 35, 54, 58, 65, 71, 72, 75, 84, 86, 102, 104, 105, 106, 107, 110, 115, 119, 121], "wher": [7, 13, 22, 24, 28, 29, 32, 34, 39, 42, 47, 50, 51, 52, 54, 55, 58, 62, 65, 68, 69, 71, 72, 73, 77, 84, 87, 88, 89, 90, 92, 93, 97, 99, 101, 102, 104, 105, 106, 109, 110, 115, 119, 121, 128, 129], "which": [72, 84, 104, 105, 106, 121], "whil": 25, "whitney": 4, "whol": 58, "wi29": 29, "wiesenh": 26, "wiki": [5, 6, 8, 19, 25, 26, 27, 30, 37, 40, 41, 43, 45, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 71, 82, 83, 84, 86, 87, 97, 99, 101, 102, 109], "wikipedi": [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], "will": [24, 25, 72, 75, 84, 101, 105, 115, 121, 128, 129], "william": 4, "windows": [25, 119], "winni": 119, "with": [7, 13, 25, 29, 32, 34, 35, 39, 42, 52, 54, 55, 56, 58, 62, 71, 75, 84, 90, 92, 103, 104, 105, 106, 107, 109, 112, 115, 119, 124, 128, 129], "with_doc": 25, "with_seq": [104, 105], "within": [72, 113, 119], "withing": 72, "without": 25, "withpoints": [22, 24, 72, 105, 106, 110, 111, 112, 114, 115, 117, 119], "wl": 3, "wncontr": [106, 110], "woodbridg": [26, 119], "work": [24, 58, 72, 121, 128, 129], "working": 121, "workshop": [24, 26], "world": 103, "worst": 70, "wrong": [34, 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, "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, "yen": [2, 16, 20, 27, 107, 114, 117, 120], "yig": 26, "you": [25, 58, 75], "your": [34, 55, 58, 123], "z": 13, "zia": 26, "zimanyi": 26, "\u00c9stas": 3, "\u00d3": 28, "\u00e9sta": [5, 91, 92, 119], "\u00e9ste": [22, 24, 71]}, "titles": ["BFS - Categor\u00eda", "DFS - Categor\u00eda", "Rutas m\u00e1s cortas K - Categor\u00eda", "TRSP - Familia de funciones", "Vendedor Viajante - Familia de funciones", "Funciones de Ruteo de Veh\u00edculos - Categor\u00eda (Experimental)", "A* - Familia de Funciones", "Todos los Pares - Familia de Funciones", "A* Bidireccional - Familia de Funciones", "Bidirectional Dijkstra - Familia de funciones", "Chinese Postman Problem - Familia de funciones (Experimental)", "Coloraci\u00f3n - Familia de funciones", "Componentes - Familia de funciones", "Contraction - Familia de funciones", "Costo - Categor\u00eda", "Cost Matrix - Categor\u00eda", "Dijkstra - Familia de funciones", "Distancia Manejando - Categor\u00eda", "Funciones Experimentales", "Flow - Familia de funciones", "Tabla de Contenido", "Kruskal - Familia de funciones", "Gu\u00eda de migraci\u00f3n", "Ordenamiento - Familia de funciones", "Conceptos de pgRouting", "Instalaci\u00f3n", "Introducci\u00f3n", "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 - Propusto", "pgr_dijkstra", "pgr_dijkstraCost", "pgr_dijkstraCostMatrix", "pgr_dijkstraNear - Propuesto", "pgr_dijkstraNearCost - Propuesto", "pgr_dijkstraVia - Propuesto", "pgr_drivingDistance", "pgr_edgeColoring - Experimental", "pgr_edgeDisjointPaths", "pgr_edmondsKarp", "pgr_edwardMoore - Experimental", "pgr_extractVertices \u2013 Propuesto", "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 - Propuesto", "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 - Propuesto", "pgr_withPointsCost - Propuesto", "pgr_withPointsCostMatrix - propuesto", "pgr_withPointsDD - Propuesto", "pgr_withPointsKSP - Propuesto", "pgr_withPointsVia - Proposed", "Prim - Familia de funciones", "Funciones propuestas", "Referencia", "Notas de versi\u00f3n", "Familias de Funciones", "Datos Muestra", "\u00c1rbol de expansi\u00f3n - Categor\u00eda", "Soporte", "Topolog\u00eda - Familia de Funciones", "Transformation - Familia de funciones (Experimental)", "Traversal - Familia de funciones", "Via- Categoria", "withPoints- Categor\u00eda", "withPoints - Familia de funciones"], "titleterms": {"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], "Con": [54, 105, 106, 110, 111, 112, 113, 115, 129], "El": 13, "En": [24, 71, 128, 129], "La": [16, 121], "Las": [92, 121], "Los": [92, 121], "NO": [34, 54, 55], "No": 111, "Sin": 13, "Uno": [22, 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], "Y": 24, "actializ": [13, 24, 71], "actualiz": [13, 24, 25, 71], "add": 84, "adding": 84, "additional": 101, "adicional": [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, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "agreg": [29, 65, 104, 105, 115], "ajust": 24, "alfabet": 26, "algoritm": [3, 104, 105], "all": [20, 72], "almacen": [13, 24, 29, 52, 72], "an": 58, "and": [60, 105, 115], "answer": 72, "answers": 72, "apoy": 121, "arbol": [24, 122], "arist": [0, 3, 7, 10, 13, 15, 16, 17, 19, 22, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 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, 127, 128, 129], "asegur": [54, 71], "asimetr": 28, "astar": [6, 30, 31, 32, 37, 38, 39], "at": 72, "avanz": [6, 16, 19, 128, 129], "a\u00f1ad": [13, 24, 71], "bas": [13, 24, 25, 54, 71], "bfs": [0, 79, 94], "bidireccional": 8, "bidirectional": 9, "bord": [34, 54, 55], "calculat": 84, "callejon": [24, 58], "cambi": 119, "camin": [24, 71], "capac": 5, "caracterist": [4, 5, 9, 14, 15, 28, 29, 63, 64, 91, 92], "carg": 24, "cas": 13, "categor": [0, 1, 2, 5, 14, 15, 17, 20, 120, 122, 128], "categori": 127, "cercan": [24, 52, 63, 64, 72], "chines": 10, "cicl": 13, "ciudad": 29, "codig": 24, "coincid": [34, 54, 55], "colabor": 26, "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], "columns": 72, "com": [13, 24], "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], "combinations": 121, "comercial": 123, "compar": 90, "compil": 25, "complet": [54, 84], "component": [12, 24, 52, 72], "comprob": [24, 71], "comprueb": 24, "concept": [20, 24], "conduccion": [128, 129], "conect": [24, 28, 52, 72], "conexion": [24, 52, 72], "configur": 25, "conoc": 71, "consej": 24, "constru": 24, "construccion": 13, "consult": [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], "conten": [4, 5, 20, 22, 119, 128, 129], "contraccion": [13, 24, 53], "contraction": 13, "contraid": 13, "contribu": 24, "coorden": 29, "corpor": 26, "corre": 123, "cort": [2, 24, 25, 71], "cost": [14, 15, 24, 29, 60, 65, 104, 105, 115, 121], "cre": [24, 54, 71, 84], "creacion": [29, 54, 71, 128, 129], "creat": 84, "cruc": [24, 71], "cruz": [24, 71], "cuand": [34, 54, 55, 71, 128, 129], "cuentr": [24, 71], "current": 20, "dat": [7, 13, 22, 24, 25, 28, 29, 54, 71, 84, 121], "defect": [34, 54, 55], "definicion": [4, 16, 24, 28, 29], "degre": 58, "demand": 5, "dependent": 25, "derech": [110, 111, 114, 128, 129], "desconect": [24, 52, 72], "descripcion": [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], "destin": 13, "details": 106, "devolu": 33, "dfs": [1, 48, 59, 81, 96], "dijkstr": [9, 16, 63, 64], "direct": 121, "dirig": [13, 60, 121], "dispon": 20, "distanci": [17, 66, 113], "divid": [24, 71], "document": [6, 16, 19, 128, 129], "dry": 72, "edge": 84, "edges": [24, 58, 84, 121], "ejecu": [58, 71], "ejempl": [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, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "elimin": [24, 71], "enfrent": 110, "entreg": [5, 91, 92, 121], "equivalent": 60, "estructur": 22, "exampl": [72, 101], "execution": 72, "existing": 58, "expansion": [24, 122], "experimental": [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], "fil": 5, "filling": 84, "fin": 29, "final": [65, 104, 105, 115], "find": 72, "firm": [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], "flow": 19, "fluj": [19, 24], "fly": [105, 106], "for": [24, 105, 106], "from": [58, 84], "front": [65, 104, 105, 106, 115], "fuent": 25, "fuer": 121, "funcion": [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], "function": [24, 104, 105], "gener": 28, "general": [4, 14, 15, 19, 20, 24, 127], "geometr": [24, 29, 71], "gir": 22, "gis": 123, "giv": [72, 84], "graf": [13, 24, 60, 71, 121], "graph": [58, 84, 106, 121], "guard": [24, 52, 72], "gui": 22, "habilit": 25, "heurist": 6, "id": 24, "idenifying": 84, "identif": [71, 84], "imagen": [90, 121], "import": [111, 113, 128, 129], "in": [65, 104, 105, 106, 115], "incomplet": 28, "inform": [4, 13, 14, 15, 19, 24, 26, 52, 71, 72, 127], "inici": 28, "inspeccion": [54, 71], "instal": 25, "interes": [28, 72, 121], "interest": 72, "intern": [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], "introduccion": [3, 5, 7, 13, 16, 26, 125, 128, 129], "introduzc": [24, 71], "izquierd": [110, 111, 114, 128, 129], "k": 2, "kruskal": 21, "ksp": [27, 107, 114], "lad": [110, 111, 113, 114, 128, 129], "lanzamient": [26, 119], "leaf": 84, "licenci": 26, "limpiez": [54, 71], "lin": [24, 58], "line": 71, "lineal": 13, "list": 123, "lleg": [65, 104, 105, 115], "llen": [72, 121], "longitud": 24, "loops": 84, "main": [65, 104, 121], "manej": [5, 17, 66, 110, 111, 113, 114, 128, 129], "manipul": 5, "many": 72, "map": 84, "mapping": 84, "mas": [2, 24, 26, 52, 71, 72], "matrix": 15, "matriz": [5, 28, 91], "mayors": 119, "migr": 22, "migracion": 22, "minors": 119, "most": 72, "much": [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], "muestr": [13, 121], "multipl": [22, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "newly": 84, "nod": [65, 84, 104, 105, 115], "non": 24, "not": [20, 119], "nuev": [22, 24, 71], "obten": [24, 25, 29, 52, 60, 72], "occidental": 29, "of": [58, 65, 72, 104, 105, 115], "oficial": 20, "on": [84, 105, 106], "one": [65, 72, 104, 105, 115], "opcional": [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], "oper": 13, "optional": 107, "or": [65, 104, 105, 106, 115], "orden": [5, 23, 26, 91, 92, 121], "orders": [92, 121], "orig": [4, 13], "original": [84, 92, 121], "overloads": 24, "par": [7, 24, 28, 29, 60, 105, 106, 110, 111, 112, 113, 114, 115, 119, 129], "parameters": 107, "parametr": [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], "pas": [26, 110], "pass": [65, 104, 105, 106, 115], "paths": 24, "patrocin": 26, "per": [20, 72], "person": 26, "pertenec": 13, "pgr_alphashap": 33, "pgr_analyzegraph": 34, "pgr_analyzeoneway": 35, "pgr_articulationpoints": 36, "pgr_ast": [22, 30], "pgr_astarcost": 31, "pgr_astarcostmatrix": 32, "pgr_bdast": [22, 37], "pgr_bdastarcost": 38, "pgr_bdastarcostmatrix": 39, "pgr_bddijkstr": 40, "pgr_bddijkstracost": 41, "pgr_bddijkstracostmatrix": 42, "pgr_bellmanford": 43, "pgr_biconnectedcomponents": 44, "pgr_binarybreadthfirstsearch": 45, "pgr_bipartit": 46, "pgr_boykovkolmogorov": 47, "pgr_breadthfirstsearch": 48, "pgr_bridg": 49, "pgr_chinesepostm": 50, "pgr_chinesepostmancost": 51, "pgr_connectedcomponents": 52, "pgr_contraction": 53, "pgr_createtopology": 54, "pgr_createverticest": 55, "pgr_cuthillmckeeordering": 56, "pgr_dagshortestpath": 57, "pgr_degre": 58, "pgr_depthfirstsearch": 59, "pgr_dijkstr": [22, 60], "pgr_dijkstracost": 61, "pgr_dijkstracostmatrix": 62, "pgr_dijkstran": 63, "pgr_dijkstranearcost": 64, "pgr_dijkstravi": [22, 65], "pgr_drivingdistanc": [22, 66], "pgr_edgecoloring": 67, "pgr_edgedisjointpaths": 68, "pgr_edmondskarp": 69, "pgr_edwardmoor": 70, "pgr_extractvertic": 71, "pgr_findcloseedg": [72, 105, 106, 110, 111, 112, 113, 114, 115], "pgr_floydwarshall": 73, "pgr_full_version": 74, "pgr_hawickcircuits": 75, "pgr_isplan": 76, "pgr_johnson": 77, "pgr_kruskal": 78, "pgr_kruskalbfs": 79, "pgr_kruskaldd": 80, "pgr_kruskaldfs": 81, "pgr_ksp": [22, 27], "pgr_lengauertarjandominatortre": 82, "pgr_linegraph": 83, "pgr_linegraphfull": 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_pickdelivereuclid": 92, "pgr_prim": 93, "pgr_primbfs": 94, "pgr_primdd": 95, "pgr_primdfs": 96, "pgr_pushrelabel": 97, "pgr_sequentialvertexcoloring": 98, "pgr_stoerwagn": 99, "pgr_strongcomponents": 100, "pgr_topologicalsort": 101, "pgr_transitiveclosur": 102, "pgr_trsp": [22, 103], "pgr_trsp_withpoints": [22, 106], "pgr_trspvi": [22, 104], "pgr_trspvia_withpoints": [22, 105], "pgr_trspviaedg": 22, "pgr_trspviavertic": 22, "pgr_tsp": [28, 112], "pgr_tspeuclid": 29, "pgr_turnrestrictedpath": 107, "pgr_version": 108, "pgr_vrponedepot": 109, "pgr_withpoints": [22, 110], "pgr_withpointscost": 111, "pgr_withpointscostmatrix": 112, "pgr_withpointsdd": [22, 113], "pgr_withpointsksp": [22, 114], "pgr_withpointsvi": [22, 115], "pgrouting": [20, 24, 119], "point": 72, "points": [72, 105, 106, 115], "postm": 10, "prep": 24, "prepar": [24, 52, 72], "present": 26, "prim": 116, "problem": [4, 10, 16, 28, 29, 123], "prop": [58, 103, 104, 105, 106, 115], "propuest": [63, 64, 65, 71, 98, 110, 111, 112, 113, 114, 117], "propust": 59, "prueb": [25, 29, 58, 71], "punt": [15, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "query": [65, 92, 104], "recog": [5, 91, 92, 121], "recorr": 29, "red": [128, 129], "referent": 118, "rel": [20, 119], "removing": 84, "rendimient": [7, 24], "report": 123, "restriccion": [3, 22, 24, 103, 104, 105, 106, 107, 121, 127], "restriction": 84, "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, 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, 127], "results": 84, "resum": 5, "reverse_cost": [24, 60, 121], "revis": [24, 52, 72], "rout": 72, "routing": 84, "run": 72, "rut": [2, 24, 60, 65, 104, 105, 115], "rute": [5, 24, 54, 71], "s": 24, "sah": 29, "sal": [13, 24, 54, 58], "selectiv": 24, "self": 84, "show": 106, "simplifying": 84, "sinopsis": [9, 15, 91, 92], "sobr": [128, 129], "sobrant": [24, 71], "soft": 84, "solucion": 60, "soport": 123, "special": 107, "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, "status": [65, 104, 105, 115], "stor": 84, "structur": 24, "sub": 58, "subgraf": 13, "sumul": [104, 105], "tabl": [4, 13, 20, 24, 29, 34, 54, 55, 58, 71, 72, 84, 121], "tambien": [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], "tant": 13, "temporal": [128, 129], "tercer": [65, 104, 105, 115], "the": [65, 84, 92, 104, 105, 106, 115, 121], "tiemp": 5, "tien": [54, 71], "to": [72, 84], "tod": 7, "topolog": [24, 54, 71, 111, 121, 124], "total": 29, "tour": 29, "transform": 84, "transformation": [84, 125], "traversal": 126, "trsp": [3, 24], "tsp": [4, 28, 29], "two": 72, "ubiacion": 5, "undirect": [106, 121], "unic": [22, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "unidad": 5, "usand": [13, 22, 60], "usar": [110, 111, 112, 113, 114], "use": [105, 106, 115], "using": 84, "uso": [28, 34, 54, 55, 105, 110, 115], "utiliz": 22, "valor": [33, 34, 54, 55], "valu": 84, "variabl": 25, "variacion": [105, 110, 115], "vehicul": [5, 91, 92, 121], "vendedor": 4, "ver": [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], "veric": 84, "version": [20, 25, 26, 119], "vertex": [58, 84], "vertic": [13, 22, 24, 28, 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], "viajant": 4, "viej": 22, "visit": [65, 104, 105, 110, 115], "visits": [65, 104, 105, 106, 115], "visual": 29, "wiki": 24, "with": [24, 72, 121], "without": 24, "withpoints": [128, 129], "withpointsksp": 114, "x": [24, 119]}}) \ 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) Ruta de 6 a 10": [[60, "path-from-6-to-10"]], "10) Ruta de 6 a 7": [[60, "id2"]], "11) Ruta de 12 a 10": [[60, "id3"]], "12) Ruta de 12 a 7": [[60, "id4"]], "13) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 10": [[60, "using-one-to-many-to-get-the-solution-of-examples-9-and-10"]], "14) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 10 y 12": [[60, "using-many-to-one-to-get-the-solution-of-examples-10-and-12"]], "15) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 12": [[60, "using-many-to-many-to-get-the-solution-of-examples-9-to-12"]], "16) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 9 a 13": [[60, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Ruta de 6 a 10": [[60, "id5"]], "18) Ruta de 6 a 7": [[60, "id6"]], "19) Ruta de 12 a 10": [[60, "id7"]], "2) Ruta de 6 a 7": [[60, "path-from-6-to-7"]], "20) Ruta de 12 a 7": [[60, "id8"]], "21) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 18": [[60, "using-one-to-many-to-get-the-solution-of-examples-17-and-18"]], "22) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 18 y 20": [[60, "using-many-to-one-to-get-the-solution-of-examples-18-and-20"]], "23) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 20": [[60, "using-many-to-many-to-get-the-solution-of-examples-17-to-20"]], "24) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 17 a 19": [[60, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Ruta de 6 a 10": [[60, "id9"]], "26) Ruta de 6 a 7": [[60, "id10"]], "27) Ruta de 12 a 10": [[60, "id11"]], "28) Ruta de 12 a 7": [[60, "id12"]], "29) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 26": [[60, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Ruta de 12 a 10": [[60, "path-from-12-to-10"]], "30) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 26 y 28": [[60, "using-many-to-one-to-get-the-solution-of-examples-26-and-28"]], "31) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 28": [[60, "using-many-to-many-to-get-the-solution-of-examples-25-to-28"]], "32) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 25 a 27": [[60, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Usando Uno a Uno": [[60, "using-one-to-one"]], "34) Usando Uno a Muchos": [[60, "using-one-to-many"]], "35) Usando Muchos a Uno": [[60, "using-many-to-one"]], "36) Usando Muchos a Muchos": [[60, "using-many-to-many"]], "37) Usando Combinaciones": [[60, "using-combinations"]], "4) Ruta de 12 a 7": [[60, "path-from-12-to-7"]], "5) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 2": [[60, "using-one-to-many-to-get-the-solution-of-examples-1-and-2"]], "6) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 2 y 4": [[60, "using-many-to-one-to-get-the-solution-of-examples-2-and-4"]], "7) Usando Muchos a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 4": [[60, "using-many-to-many-to-get-the-solution-of-examples-1-to-4"]], "8) Usando Combinaciones para obtener la soluci\u00f3n de los ejemplos 1 a 3": [[60, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Ruta de 6 a 10": [[60, "id1"]], "A point of interest table": [[72, "a-point-of-interest-table"]], "A* - Familia de Funciones": [[6, null]], "A* Bidireccional - Familia de Funciones": [[8, null]], "Actializaci\u00f3n de la tabla de aristas": [[13, "the-edge-table-update"]], "Actializar la topolog\u00eda de v\u00e9rtices": [[24, "updating-vertices-topology"], [71, "updating-vertices-topology"]], "Actualizaci\u00f3n de la tabla de v\u00e9rtices": [[13, "the-vertex-table-update"]], "Actualizar la topolog\u00eda de aristas": [[24, "updating-edges-topology"], [71, "updating-edges-topology"]], "Actualizar los costes a la longitud de la geometr\u00eda": [[24, "update-costs-to-length-of-geometry"]], "Actualizar los costes en funci\u00f3n de los c\u00f3digos": [[24, "update-costs-based-on-codes"]], "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 soft restriction": [[84, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[84, "adding-a-value-to-the-restriction"]], "Additional examples": [[101, "additional-examples"]], "Agregar una geometr\u00eda (con fines visuales)": [[29, "adding-a-geometry-for-visual-purposes"]], "Ajustar los costes": [[24, "adjust-costs"]], "Algoritmo TRSP": [[3, "trsp-algorithm"]], "All releases": [[20, "all-releases"]], "Almacenar informaci\u00f3n de contracci\u00f3n": [[13, "store-contraction-information"]], "Aristas que pertenecen al grafo contra\u00eddo.": [[13, "edges-that-belong-to-the-contracted-graph"]], "Aristas que se cruzan": [[24, "crossing-edges"], [71, "crossing-edges"]], "Asegurarse de que la base de datos no tiene vertices_table": [[54, "make-sure-the-database-does-not-have-the-vertices-table"], [71, "make-sure-the-database-does-not-have-the-vertices-table"]], "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"]], "A\u00f1adiendo nuevos v\u00e9rtices": [[24, "adding-new-vertices"], [71, "adding-new-vertices"]], "A\u00f1adir aristas divididas": [[24, "adding-split-edges"], [71, "adding-split-edges"]], "A\u00f1adir columnas adicionales": [[13, "add-additional-columns"]], "BFS - Categor\u00eda": [[0, null]], "Bidirectional Dijkstra - Familia de funciones": [[9, null]], "Callejones sin salida": [[24, "dead-ends"], [58, "dead-ends"]], "Cambios para la versi\u00f3n 0.9.9": [[119, "changes-for-release-0-9-9"]], "Cambios para la versi\u00f3n 1.0": [[119, "changes-for-release-1-0"]], "Cambios para la versi\u00f3n 1.0.0a": [[119, "changes-for-release-1-0-0a"]], "Cambios para la versi\u00f3n 1.0.0b": [[119, "changes-for-release-1-0-0b"]], "Cambios para la versi\u00f3n 1.01": [[119, "changes-for-release-1-01"]], "Cambios para la versi\u00f3n 1.02": [[119, "changes-for-release-1-02"]], "Cambios para la versi\u00f3n 1.03": [[119, "changes-for-release-1-03"]], "Cambios para la versi\u00f3n 1.05": [[119, "changes-for-release-1-05"]], "Cambios para versi\u00f3n 0.9.8": [[119, "changes-for-release-0-9-8"]], "Caracter\u00edsticas": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [28, "characteristics"], [29, "characteristics"], [63, "characteristics"], [64, "characteristics"], [91, "characteristics"], [92, "characteristics"]], "Cargar Datos": [[24, "load-data"]], "Caso 1: Tanto el origen como el destino pertenecen al grafo contra\u00eddo.": [[13, "case-1-both-source-and-target-belong-to-the-contracted-graph"]], "Caso 2: El origen y/o el destino pertenecen a un subgrafo de aristas.": [[13, "case-2-source-and-or-target-belong-to-an-edge-subgraph"]], "Caso 3: El origen y/o el destino pertenecen a un v\u00e9rtice.": [[13, "case-3-source-and-or-target-belong-to-a-vertex"]], "Chinese Postman Problem - Familia de funciones (Experimental)": [[10, null]], "Colaboradores": [[26, "contributors"]], "Colaboradores de esta Versi\u00f3n": [[26, "this-release-contributors"]], "Colaboradores, Pasado y Presente:": [[26, "contributors-past-present"]], "Coloraci\u00f3n - Familia de funciones": [[11, null]], "Columnas de Resultados": [[57, "return-columns"], [89, "return-columns"]], "Columnas de resultados": [[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"]], "Columnas de resultados de las funciones de costes": [[24, "result-columns-for-cost-functions"]], "Columnas de resultados para funciones de flujo": [[24, "result-columns-for-flow-functions"]], "Columnas de resultados para funciones de \u00e1rbol de expansi\u00f3n": [[24, "result-columns-for-spanning-tree-functions"]], "Columnas de resultados para una ruta": [[24, "result-columns-for-a-path"]], "Combinaciones": [[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 data": [[121, "combinations-data"]], "Comparando los resultados": [[90, "comparing-the-results"]], "Compilando": [[25, "building"]], "Complete routing graph": [[84, "complete-routing-graph"]], "Componentes - Familia de funciones": [[12, null]], "Comprobaci\u00f3n del cruce de aristas": [[24, "checking-for-crossing-edges"], [71, "checking-for-crossing-edges"]], "Compruebe la Topolog\u00eda de Ruteo": [[24, "check-the-routing-topology"]], "Con salida completa": [[54, "with-full-output"]], "Conceptos de pgRouting": [[20, "pgrouting-concepts"], [24, null]], "Conectando componentes": [[24, "connecting-components"], [52, "connecting-components"], [72, "connecting-components"]], "Conectando componentes desconectados": [[52, "connecting-disconnected-components"], [72, "connecting-disconnected-components"]], "Configuraci\u00f3n": [[25, "configuring"]], "Consejos de Rendimiento": [[24, "performance-tips"]], "Construcci\u00f3n del grafo en la base de datos": [[13, "construction-of-the-graph-in-the-database"]], "Construir una topolog\u00eda de ruteo": [[24, "build-a-routing-topology"]], "Consultas Internas": [[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"]], "Contenido": [[5, "contenido"], [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"]], "Contenido de viejas restricciones": [[22, "old-restrictions-contents"]], "Contracci\u00f3n de los datos de muestra": [[13, "contracting-sample-data"]], "Contracci\u00f3n de un grafo": [[24, "contraction-of-a-graph"]], "Contracci\u00f3n lineal": [[13, "linear-contraction"]], "Contracci\u00f3n sin salida": [[13, "dead-end-contraction"]], "Contraction - Familia de funciones": [[13, null]], "Coordenadas SQL": [[29, "coordinates-sql"]], "Cost Matrix - Categor\u00eda": [[15, null]], "Costo - Categor\u00eda": [[14, null]], "Costo agregado al final de la tercera ruta.": [[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"]], "Costo agregado de la ruta al llegar a los v\u00e9rtices visitados.": [[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"]], "Costo agregado de la tercera ruta.": [[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"]], "Costo total del tour": [[29, "total-tour-cost"]], "Creaci\u00f3n de la topolog\u00eda de ruteo en la tabla de aristas": [[54, "create-the-routing-topology-on-the-edge-table"], [71, "create-the-routing-topology-on-the-edge-table"]], "Creaci\u00f3n de una tabla para datos y almacenamiento de los datos": [[29, "creating-a-table-for-the-data-and-storing-the-data"]], "Creaci\u00f3n de una topolog\u00eda de ruteo": [[54, "create-a-routing-topology"], [71, "create-a-routing-topology"]], "Creaci\u00f3n de v\u00e9rtices temporales": [[128, "creating-temporary-vertices"], [129, "creating-temporary-vertices"]], "Crear la tabla de v\u00e9rtices": [[54, "create-the-vertices-table"], [71, "create-the-vertices-table"]], "Crear una Base de Datos de Ruteo": [[24, "create-a-routing-database"]], "Crear una tabla": [[24, "create-a-table"]], "Crear una tabla que identifica los v\u00e9rtices transformados": [[84, "creating-table-that-identifies-transformed-vertices"]], "Create the mapping table": [[84, "create-the-mapping-table"]], "Cuando el lado de conducci\u00f3n no importa": [[128, "when-driving-side-does-not-matter"], [129, "when-driving-side-does-not-matter"]], "Cuando se conoce la geometr\u00eda de l\u00ednea": [[71, "when-line-geometry-is-known"]], "Cuando se conoce la geometr\u00eda de v\u00e9rtices": [[71, "when-vertex-geometry-is-known"]], "Cuando se conocen identificadores de v\u00e9rtices": [[71, "when-identifiers-of-vertices-are-known"]], "Current release": [[20, "current-release"]], "C\u00f3mo contribuir": [[24, "how-to-contribute"]], "DFS - Categor\u00eda": [[1, null]], "Datos": [[7, "data"]], "Datos Muestra": [[121, null]], "Datos de Recogida y Entrega": [[121, "pick-deliver-data"]], "Datos de restricciones": [[22, "restrictions-data"], [121, "restrictions-data"]], "Datos de topolog\u00eda": [[121, "topology-data"]], "Datos de v\u00e9rtices": [[121, "vertices-data"]], "Datos incompletos conectados": [[28, "connected-incomplete-data"]], "Definici\u00f3n de grafo": [[24, "graph-definition"]], "Definici\u00f3n del Problema": [[4, "problem-definition"], [28, "problem-definition"], [29, "problem-definition"]], "Degree from an existing table": [[58, "degree-from-an-existing-table"]], "Degree of a sub graph": [[58, "degree-of-a-sub-graph"]], "Dependencias": [[25, "dependencies"]], "Descripci\u00f3n": [[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 - Familia de funciones": [[16, null]], "Directed graph with cost": [[121, "directed-graph-with-cost"]], "Distancia Manejando - Categor\u00eda": [[17, null]], "Documentaci\u00f3n Avanzada": [[19, "advanced-documentation"], [129, "advanced-documentation"]], "Documentaci\u00f3n avanzada": [[6, "advanced-documentation"], [16, "advanced-documentation"], [128, "advanced-documentation"]], "Edges": [[121, "edges"]], "Edges data": [[121, "edges-data"]], "Ejecuci\u00f3n de prueba": [[58, "dry-run-execution"], [71, "dry-run-execution"]], "Ejemplo": [[92, "example"]], "Ejemplo Adicional": [[46, "additional-example"]], "Ejemplo Adicional:": [[99, "additional-example"], [109, "additional-example"]], "Ejemplo de Wiki": [[24, "wiki-example"]], "Ejemplos": [[90, "examples"]], "Ejemplos Adicionales": [[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"]], "El ciclo": [[13, "the-cycle"]], "El grafo contra\u00eddo": [[13, "the-contracted-graph"]], "Eliminar las aristas sobrantes": [[24, "removing-the-surplus-edges"], [71, "removing-the-surplus-edges"]], "En cuentre el camino m\u00e1s corto": [[24, "find-the-shortest-path"], [71, "find-the-shortest-path"]], "En una red de conducci\u00f3n del lado derecho": [[128, "on-a-right-hand-side-driving-network"], [129, "on-a-right-hand-side-driving-network"]], "En una red de conducci\u00f3n del lado izquierdo": [[128, "on-a-left-hand-side-driving-network"], [129, "on-a-left-hand-side-driving-network"]], "Equivalencias entre firmas": [[60, "equvalences-between-signatures"]], "Estructura de nuevas restricciones": [[22, "new-restrictions-structure"]], "Estructura de restricciones vieja": [[22, "old-restrictions-structure"]], "Factor": [[6, "factor"]], "Familias de Funciones": [[20, "routingfunctions"], [120, null]], "Fila de Resumen": [[5, "summary-row"]], "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"]], "Firma": [[91, "signature"], [92, "signature"], [108, "signature"]], "Firmas": [[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"]], "Flow - Familia de funciones": [[19, null]], "Flujo": [[24, "flow"]], "Funciones Experimentales": [[18, null]], "Funciones de Ruteo de Veh\u00edculos - Categor\u00eda (Experimental)": [[5, null]], "Funciones disponibles pero no oficiales de pgRouting": [[20, "available-functions-but-not-official-pgrouting-functions"]], "Funciones por categor\u00edas": [[20, "functions-by-categories"], [120, "functions-by-categories"]], "Funciones propuestas": [[117, null]], "Function\u2019s overloads": [[24, "function-s-overloads"]], "Function\u2019s structure": [[24, "function-s-structure"]], "General": [[20, "general"], [24, "general"]], "General with (X,Y)": [[24, "general-with-x-y"]], "General without id": [[24, "general-without-id"]], "Grafo con cost": [[24, "graph-with-cost"]], "Grafo con cost y reverse_cost": [[24, "graph-with-cost-and-reverse-cost"]], "Grafo contra\u00eddo": [[13, "contracted-graph"]], "Grafo dirigido con cost y reverse_cost": [[121, "directed-graph-with-cost-and-reverse-cost"]], "Grafo no dirigido con cost y reverse_cost": [[121, "undirected-graph-with-cost-and-reverse-cost"]], "Grafos": [[24, "graphs"]], "Grafos con geometr\u00edas": [[24, "graphs-with-geometries"]], "Grafos desconectados": [[24, "disconnected-graphs"]], "Grafos sin geometr\u00edas": [[24, "graphs-without-geometries"], [71, "graphs-without-geometries"]], "Guardar la informaci\u00f3n de conexi\u00f3n de las aristas": [[24, "save-the-edges-connection-information"], [52, "save-the-edges-connection-information"], [72, "save-the-edges-connection-information"]], "Guardar la informaci\u00f3n de conexi\u00f3n de los v\u00e9rtices": [[24, "save-the-vertices-connection-information"], [52, "save-the-vertices-connection-information"], [72, "save-the-vertices-connection-information"]], "Gu\u00eda de migraci\u00f3n": [[22, null]], "Habilitaci\u00f3n y actualizaci\u00f3n en la base de datos": [[25, "enabling-and-upgrading-in-the-database"]], "Heur\u00edstica": [[6, "heuristic"]], "Idenifying the restriction": [[84, "idenifying-the-restriction"]], "Im\u00e1genes": [[90, "images"], [121, "images"]], "Informaci\u00f3n General de las Funciones de Flujo": [[19, "flow-functions-general-information"]], "Informaci\u00f3n de vertices": [[24, "vertex-information"], [71, "vertex-information"]], "Informaci\u00f3n general": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [127, "general-information"]], "Inicio en el v\u00e9rtice 1": [[28, "start-from-vertex-1"]], "Inspeccionar la tabla de v\u00e9rtices": [[54, "inspect-the-vertices-table"], [71, "inspect-the-vertices-table"]], "Inspecci\u00f3n de la topolog\u00eda de ruteo": [[54, "inspect-the-routing-topology"], [71, "inspect-the-routing-topology"]], "Instalaci\u00f3n": [[25, null]], "Introducci\u00f3n": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [26, null], [125, "introduction"], [128, "introduction"], [129, "introduction"]], "Introduzca los datos": [[24, "insert-the-data"], [71, "insert-the-data"]], "Kruskal - Familia de funciones": [[21, null]], "LLenado de puntos de inter\u00e9s": [[72, "points-of-interest-fillup"], [121, "points-of-interest-fillup"]], "La definici\u00f3n de problema (Documentaci\u00f3n avanzada)": [[16, "the-problem-definition-advanced-documentation"]], "La topolog\u00eda": [[121, "the-topology"]], "Lado de manejo": [[128, "driving-side"], [129, "driving-side"]], "Lado de manejo derecho": [[114, "right-driving-side"], [128, "right-driving-side"], [129, "right-driving-side"]], "Lado de manejo izquierdo": [[114, "left-driving-side"], [128, "left-driving-side"], [129, "left-driving-side"]], "Lado de manejo no importa": [[113, "driving-side-does-not-matter"], [128, "driving-side-does-not-matter"], [129, "driving-side-does-not-matter"]], "Las \u00f3rdenes": [[92, "the-orders"], [121, "the-orders"]], "Licencias": [[26, "licensing"]], "Limpieza de las columnas de la topolog\u00eda de ruteo que se crear\u00e1": [[54, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [71, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Lineal": [[13, "linear"]], "Linear edges": [[24, "linear-edges"], [58, "linear-edges"]], "Listas de correo y GIS StackExchange": [[123, "mailing-list-and-gis-stackexchange"]], "Los veh\u00edculos": [[92, "the-vehicles"], [121, "the-vehicles"]], "Main graph": [[121, "main-graph"]], "Manejo de Unidades de Capacidad y Demanda": [[5, "capacity-and-demand-units-handling"]], "Manejo del Tiempo": [[5, "time-handling"]], "Manipulaci\u00f3n del Factor": [[5, "factor-handling"]], "Many points": [[72, "many-points"]], "Many points dry run execution": [[72, "many-points-dry-run-execution"]], "Many points examples": [[72, "many-points-examples"]], "Mayors": [[119, "mayors"]], "Migraciones de pgr_trspViaVertices": [[22, "migration-of-pgr-trspviavertices"]], "Migraci\u00f3n": [[22, "migration"]], "Migraci\u00f3n de funciones": [[22, "migration-of-functions"]], "Migraci\u00f3n de las restricciones de giro": [[22, "migration-of-turn-restrictions"]], "Migraci\u00f3n de pgr_KSP": [[22, "migration-of-pgr-ksp"]], "Migraci\u00f3n de pgr_aStar": [[22, "migration-of-pgr-astar"]], "Migraci\u00f3n de pgr_bdAstar": [[22, "migration-of-pgr-bdastar"]], "Migraci\u00f3n de pgr_dijkstra": [[22, "migration-of-pgr-dijkstra"]], "Migraci\u00f3n de pgr_drivingDistance": [[22, "migration-of-pgr-drivingdistance"]], "Migraci\u00f3n de pgr_maxCardinalityMatch": [[22, "migration-of-pgr-maxcardinalitymatch"]], "Migraci\u00f3n de pgr_trsp (Aristas)": [[22, "migration-of-pgr-trsp-edges"]], "Migraci\u00f3n de pgr_trspViaEdges": [[22, "migration-of-pgr-trspviaedges"]], "Migraci\u00f3n de pgr_trsp` (V\u00e9rtices)": [[22, "migration-of-pgr-trsp-vertices"]], "Migraci\u00f3n de pgr_withPointsDD": [[22, "migration-of-pgr-withpointsdd"]], "Migraci\u00f3n de pgr_withPointsKSP": [[22, "migration-of-pgr-withpointsksp"]], "Migraci\u00f3n de restricciones": [[22, "migration-of-restrictions"]], "Migrando funciones": [[22, "migrating-functions"]], "Migrando pgr_trsp (Aristas) usando pgr_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrando pgr_trsp (V\u00e9rtices) usando pgr_trsp": [[22, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrando pgr_trspViaEdges usando pgr_trspVia_withPoints": [[22, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrando pgr_trspViaEdges usando pgr_withPointsVia": [[22, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrando pgr_trspViaVertices usando pgr_dijkstraVia": [[22, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrando pgr_trspViaVertices usando pgr_trspVia": [[22, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migrando``pgr_trsp`` (Aristas) utilizando pgr_trsp_withPoints": [[22, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrar pgr_trsp (V\u00e9rtices) usando pgr_dijkstra": [[22, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Minors 2.x": [[119, "minors-2-x"]], "Minors 3.x": [[119, "minors-3-x"]], "Muchos a Muchos": [[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"]], "Muchos a Uno": [[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"]], "Multiple paths": [[24, "multiple-paths"]], "M\u00e1s Informaci\u00f3n": [[26, "more-information"]], "M\u00faltiples V\u00e9rtices": [[66, "multiple-vertices"]], "M\u00faltiples v\u00e9rtices": [[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"]], "No importa el lado de manejo": [[111, "does-not-matter-driving-side-driving-topology"]], "Nodos visitados en la ruta.": [[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"]], "Notas de la Versi\u00f3n 3.0.6 de pgRouting": [[119, "pgrouting-3-0-6-release-notes"]], "Notas de la Versi\u00f3n 3.1.4 de pgRouting": [[119, "pgrouting-3-1-4-release-notes"]], "Notas de la Versi\u00f3n 3.2.1 de pgRouting": [[119, "pgrouting-3-2-1-release-notes"]], "Notas de la Versi\u00f3n 3.2.2 de pgRouting": [[119, "pgrouting-3-2-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.2": [[119, "pgrouting-3-0-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.4": [[119, "pgrouting-3-0-4-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.0": [[119, "pgrouting-3-1-0-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.2": [[119, "pgrouting-3-1-2-release-notes"]], "Notas de la versi\u00f3n 3.0.1 de pgRouting": [[119, "pgrouting-3-0-1-release-notes"]], "Notas de la versi\u00f3n 3.3.0 de pgRouting": [[119, "pgrouting-3-3-0-release-notes"]], "Notas de la versi\u00f3n 3.3.1 de pgRouting": [[119, "pgrouting-3-3-1-release-notes"]], "Notas de la versi\u00f3n 3.3.2 de pgRouting": [[119, "pgrouting-3-3-2-release-notes"]], "Notas de la versi\u00f3n 3.3.3 de pgRouting": [[119, "pgrouting-3-3-3-release-notes"]], "Notas de la versi\u00f3n 3.3.4 de pgRouting": [[119, "pgrouting-3-3-4-release-notes"]], "Notas de la versi\u00f3n 3.3.5 de pgRouting": [[119, "pgrouting-3-3-5-release-notes"]], "Notas de la versi\u00f3n 3.4.0 de pgRouting": [[119, "pgrouting-3-4-0-release-notes"]], "Notas de la versi\u00f3n 3.4.1 de pgRouting": [[119, "pgrouting-3-4-1-release-notes"]], "Notas de la versi\u00f3n 3.4.2 de pgRouting": [[119, "pgrouting-3-4-2-release-notes"]], "Notas de la versi\u00f3n 3.5.0 de pgRouting": [[119, "pgrouting-3-5-0-release-notes"]], "Notas de la versi\u00f3n 3.5.1 de pgRouting": [[119, "pgrouting-3-5-1-release-notes"]], "Notas de la versi\u00f3n 3.6.0 de pgRouting": [[119, "pgrouting-3-6-0-release-notes"]], "Notas de la versi\u00f3n de PgRouting 2.5.5": [[119, "pgrouting-2-5-5-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.0": [[119, "pgrouting-2-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.1": [[119, "pgrouting-2-0-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.1.0": [[119, "pgrouting-2-1-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.0": [[119, "pgrouting-2-2-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.1": [[119, "pgrouting-2-2-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.2": [[119, "pgrouting-2-2-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.3": [[119, "pgrouting-2-2-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.4": [[119, "pgrouting-2-2-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.0": [[119, "pgrouting-2-3-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.1": [[119, "pgrouting-2-3-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.2": [[119, "pgrouting-2-3-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.0": [[119, "pgrouting-2-4-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.1": [[119, "pgrouting-2-4-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.2": [[119, "pgrouting-2-4-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.0": [[119, "pgrouting-2-5-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.1": [[119, "pgrouting-2-5-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.2": [[119, "pgrouting-2-5-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.3": [[119, "pgrouting-2-5-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.4": [[119, "pgrouting-2-5-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.0": [[119, "pgrouting-2-6-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.1": [[119, "pgrouting-2-6-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.0": [[119, "pgrouting-3-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.3": [[119, "pgrouting-3-0-3-release-notes"]], "Notas de versi\u00f3n": [[20, "release-notes"], [119, null]], "Notas del Lanzamiento de pgRouting 3.2.0": [[119, "pgrouting-3-2-0-release-notes"]], "Obtener el v\u00e9rtice m\u00e1s cercano": [[24, "get-the-closest-vertex"], [52, "get-the-closest-vertex"], [72, "get-the-closest-vertex"]], "Obtener las fuentes": [[25, "get-the-sources"]], "Obtener una geometr\u00eda del recorrido": [[29, "getting-a-geometry-of-the-tour"]], "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"]], "Operaci\u00f3n: Contracci\u00f3n Lineal": [[13, "operation-linear-contraction"]], "Operaci\u00f3n: Contracci\u00f3n sin salida": [[13, "operation-dead-end-contraction"]], "Ordenamiento - Familia de funciones": [[23, null]], "Origen": [[4, "origin"]], "Para grafos dirigidos con columna``cost``": [[60, "for-directed-graphs-only-with-cost-column"]], "Para grafos dirigidos con columnas cost and reverse_cost": [[60, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "Para grafos no dirigidos con columna``cost``": [[60, "for-undirected-graphs-only-with-cost-column"]], "Para grafos no dirigidos con columnas cost y reverse_cost": [[60, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Para las funciones de Ruteo": [[24, "for-the-routing-functions"]], "Para las funciones de TRSP": [[24, "for-the-trsp-functions"]], "Par\u00e1metros": [[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"]], "Par\u00e1metros de Manipulaci\u00f3n": [[5, "handling-parameters"]], "Par\u00e1metros opcionales": [[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"]], "Par\u00e1metros opcionales V\u00eda": [[65, "via-optional-parameters"], [104, "via-optional-parameters"], [105, "via-optional-parameters"], [115, "via-optional-parameters"], [127, "via-optional-parameters"]], "Par\u00e1metros opcionales de Cercan\u00eda": [[63, "near-optional-parameters"], [64, "near-optional-parameters"]], "Par\u00e1metros opcionales de Contracci\u00f3n": [[53, "contraction-optional-parameters"]], "Par\u00e1metros opcionales de DFS": [[48, "dfs-optional-parameters"], [59, "dfs-optional-parameters"], [81, "dfs-optional-parameters"], [96, "dfs-optional-parameters"]], "Par\u00e1metros opcionales de Dijkstra": [[63, "dijkstra-optional-parameters"], [64, "dijkstra-optional-parameters"]], "Par\u00e1metros opcionales de KSP": [[27, "ksp-optional-parameters"], [107, "ksp-optional-parameters"], [114, "ksp-optional-parameters"]], "Par\u00e1metros opcionales de Recoger-Entregar": [[5, "pick-deliver-optional-parameters"], [91, "pick-deliver-optional-parameters"], [92, "pick-deliver-optional-parameters"]], "Par\u00e1metros opcionales de TSP": [[4, "tsp-optional-parameters"], [28, "tsp-optional-parameters"], [29, "tsp-optional-parameters"]], "Par\u00e1metros opcionales de aStar": [[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"]], "Par\u00e1metros opcionales de distancia de manejo": [[66, "driving-distance-optional-parameters"], [113, "driving-distance-optional-parameters"]], "Par\u00e1metros opcionales para Con puntos": [[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"]], "Par\u00e1metros opcionales para withPointsKSP": [[114, "withpointsksp-optional-parameters"]], "Pasa enfrente o visita con lado derecho de manejo.": [[110, "passes-in-front-or-visits-with-right-side-driving"]], "Pasa enfrente o visita con lado izquierdo de manejo.": [[110, "passes-in-front-or-visits-with-left-side-driving"]], "Pass in front or visits.": [[106, "pass-in-front-or-visits"]], "Patrocinadores corporativos (en orden alfab\u00e9tico)": [[26, "corporate-sponsors-in-alphabetical-order"]], "Patrocinadores corporativos de este lanzamiento (en orden alfab\u00e9tico)": [[26, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Personas (en orden alfab\u00e9tico)": [[26, "individuals-in-alphabetical-order"]], "Personas en este lanzamiento (en orden alfab\u00e9tico)": [[26, "individuals-in-this-release-in-alphabetical-order"]], "Prepara la base de datos": [[24, "prepare-the-database"]], "Preparar el almacenamiento de la informaci\u00f3n de conexi\u00f3n": [[24, "prepare-storage-for-connection-information"], [52, "prepare-storage-for-connection-information"], [72, "prepare-storage-for-connection-information"]], "Prim - Familia de funciones": [[116, null]], "Prueba 29 ciudades del S\u00e1hara Occidental": [[29, "test-29-cities-of-western-sahara"]], "Pruebas": [[25, "testing"]], "Puntos de inter\u00e9s": [[72, "points-of-interest"], [121, "points-of-interest"]], "Puntos fuera del grafo": [[121, "points-outside-the-graph"]], "P\u00e1rametros opcionales de BFS": [[0, "bfs-optional-parameters"], [79, "bfs-optional-parameters"], [94, "bfs-optional-parameters"]], "P\u00e1rametros para las funciones Via": [[24, "parameters-for-the-via-functions"]], "Recogida y Entrega": [[5, "pick-delivery"], [5, "pick-deliver"]], "Referencia": [[118, null]], "Removing self loops on leaf nodes": [[84, "removing-self-loops-on-leaf-nodes"]], "Rendimiento": [[7, "performance"]], "Reporte de Problemas": [[123, "reporting-problems"]], "Restricciones": [[3, "restrictions"], [121, "restrictions"]], "Resultados": [[7, "results"]], "Resultados de la Contracci\u00f3n": [[13, "contraction-results"]], "Resultados visuales": [[29, "visual-results"]], "Revisando componentes": [[24, "checking-components"], [52, "checking-components"], [72, "checking-components"]], "Rutas m\u00e1s cortas K - Categor\u00eda": [[2, null]], "SQL Combinaciones": [[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"]], "SQL aristas": [[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"]], "SQL de Veh\u00edculos": [[5, "vehicles-sql"], [91, "vehicles-sql"], [92, "vehicles-sql"]], "SQL de matriz": [[5, "matrix-sql"], [28, "matrix-sql"], [91, "matrix-sql"]], "SQL de puntos": [[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"]], "SQL de \u00f3rdenes": [[5, "orders-sql"], [91, "orders-sql"], [92, "orders-sql"]], "SQL restricciones": [[3, "restrictions-sql"], [24, "restrictions-sql"], [103, "restrictions-sql"], [104, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [127, "restrictions-sql"]], "Selective for multiple paths.": [[24, "selective-for-multiple-paths"]], "Show details on undirected graph.": [[106, "show-details-on-undirected-graph"]], "Simplifying leaf vertices": [[84, "simplifying-leaf-vertices"]], "Sin salida": [[13, "dead-end"]], "Sinopsis": [[9, "synopsis"], [15, "synopsis"], [91, "synopsis"], [92, "synopsis"]], "Sobre los puntos": [[128, "about-points"], [129, "about-points"]], "Soporte": [[123, null]], "Soporte Comercial": [[123, "commercial-support"]], "Special optional parameters": [[107, "special-optional-parameters"]], "Status of \u00abpasses in front\u00bb or \u00abvisits\u00bb 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 \u00abpasses in front\u00bb or \u00abvisits\u00bb 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 edge results": [[84, "store-edge-results"]], "Sumulaci\u00f3n del functionamiento del algoritmo.": [[104, "simulation-of-how-algorithm-works"], [105, "simulation-of-how-algorithm-works"]], "TRSP - Familia de funciones": [[3, null]], "Tabla de Contenido": [[4, "table-of-contents"], [20, null]], "Tablas de apoyo": [[121, "support-tables"]], "The data": [[84, "the-data"]], "The main query": [[65, "the-main-query"], [104, "the-main-query"]], "The original orders": [[92, "the-original-orders"], [121, "the-original-orders"]], "The query": [[92, "the-query"]], "The transformation": [[84, "the-transformation"]], "Todos los Pares - Familia de Funciones": [[7, null]], "Topolog\u00eda - Familia de Funciones": [[124, null]], "Topolog\u00eda de manejo del lado derecho": [[111, "right-side-driving-topology"]], "Topolog\u00eda de manejo del lado izquierdo": [[111, "left-side-driving-topology"]], "Transformation - Familia de funciones (Experimental)": [[125, null]], "Traversal - Familia de funciones": [[126, null]], "Ubiaciones": [[5, "locations"]], "Undirected graph with cost": [[121, "undirected-graph-with-cost"]], "Uno a Muchos": [[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"]], "Uno a Uno": [[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"]], "Usando el grafo contra\u00eddo": [[13, "using-the-contracted-graph"]], "Usar con pgr_TSP.": [[112, "use-with-pgr-tsp"]], "Usar pgr_findCloseEdges en el SQL de puntos.": [[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 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"]], "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"]], "Uso cuando las columnas de la tabla de borde NO COINCIDEN con los valores por defecto:": [[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"]], "Uso cuando las columnas de la tabla de borde coinciden con los valores por defecto:": [[34, "usage-when-the-edge-table-s-columns-match-the-default-values"], [54, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Uso de puntos de inter\u00e9s para generar una matriz asim\u00e9trica.": [[28, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Valor de Devoluci\u00f3n": [[33, "return-value"]], "Variables configurables": [[25, "configurable-variables"]], "Variaciones de uso": [[105, "usage-variations"], [110, "usage-variations"], [115, "usage-variations"]], "Vendedor Viajante - Familia de funciones": [[4, null]], "Ver tambi\u00e9n": [[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"]], "Versi\u00f3n corta": [[25, "short-version"]], "Vertex SQL": [[58, "vertex-sql"]], "Vertices": [[121, "vertices"]], "Via- Categoria": [[127, null]], "V\u00e9rtice lineal en grafo dirigido": [[13, "linear-vertex-on-directed-graph"]], "V\u00e9rtice lineal en grafo no dirigido": [[13, "linear-vertex-on-undirected-graph"]], "V\u00e9rtice sin salida en un grafo dirigido": [[13, "dead-end-vertex-on-directed-graph"]], "V\u00e9rtice sin salida en un grafo sin dirigir": [[13, "dead-end-vertex-on-undirected-graph"]], "V\u00e9rtice \u00danico": [[66, "single-vertex"]], "V\u00e9rtice \u00fanico": [[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"]], "V\u00e9rtices que pertenecen al grafo contra\u00eddo.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "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.1": [[119, "pgrouting-2-1"]], "pgRouting 2.2": [[119, "pgrouting-2-2"]], "pgRouting 2.3": [[119, "pgrouting-2-3"]], "pgRouting 2.4": [[119, "pgrouting-2-4"]], "pgRouting 2.5": [[119, "pgrouting-2-5"]], "pgRouting 2.6": [[119, "pgrouting-2-6"]], "pgRouting 2.6.2 Notas de la versi\u00f3n": [[119, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Notas de la Versi\u00f3n": [[119, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[119, "pgrouting-3"]], "pgRouting 3.0": [[119, "pgrouting-3-0"]], "pgRouting 3.0.5 Notas de la Versi\u00f3n": [[119, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.1": [[119, "pgrouting-3-1"]], "pgRouting 3.1.1 Notas de la Versi\u00f3n": [[119, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.3 Notas de la Versi\u00f3n": [[119, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.2": [[119, "pgrouting-3-2"]], "pgRouting 3.3": [[119, "pgrouting-3-3"]], "pgRouting 3.4": [[119, "pgrouting-3-4"]], "pgRouting 3.5": [[119, "pgrouting-3-5"]], "pgRouting 3.6": [[119, "pgrouting-3-6"]], "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"]], "pgr_KSP": [[27, null]], "pgr_KSP (Uno a Uno)": [[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 - Propusto": [[59, null]], "pgr_dijkstra": [[60, null]], "pgr_dijkstraCost": [[61, null]], "pgr_dijkstraCostMatrix": [[62, null]], "pgr_dijkstraNear - Propuesto": [[63, null]], "pgr_dijkstraNearCost - Propuesto": [[64, null]], "pgr_dijkstraVia - Propuesto": [[65, null]], "pgr_drivingDistance": [[66, null]], "pgr_drivingDistance (M\u00faltiples v\u00e9rtices)": [[22, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingDistance (V\u00e9rtice \u00fanico)": [[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 Propuesto": [[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 - Propuesto": [[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 - Propuesto": [[110, null]], "pgr_withPointsCost - Propuesto": [[111, null]], "pgr_withPointsCostMatrix - propuesto": [[112, null]], "pgr_withPointsDD (M\u00faltiples v\u00e9rtices)": [[22, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (v\u00e9rtice \u00fanico)": [[22, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Propuesto": [[113, null]], "pgr_withPointsKSP (Uno a Uno)": [[22, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Propuesto": [[114, null]], "pgr_withPointsVia - Proposed": [[115, null]], "withPoints - Familia de funciones": [[129, null]], "withPoints- Categor\u00eda": [[128, null]], "\u00c1rbol de expansi\u00f3n - Categor\u00eda": [[122, null]]}, "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": [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_bfs": 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, 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, "100s": 5, "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": [4, 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, "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, "1s": 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, 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, "202": 119, "203": [92, 119, 121], "2057": 119, "207030": 7, "20710": 7, "208": 109, "20833": 29, "2087": 119, "20900": 29, "2093": 119, "20algorithms": [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, 119, 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, "22rel": 119, "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_theory": [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, "3a": 119, "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, 119, 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], "9c": 119, "A": [15, 20, 22, 24, 30, 31, 32, 37, 38, 39, 44, 48, 59, 63, 64, 67, 75, 84, 85, 99, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 127, 128, 129], "Al": [4, 29], "Antes": [22, 90], "Con": [0, 17, 24, 28, 29, 48, 52, 59, 66, 72, 79, 80, 81, 94, 95, 96, 119], "DE": [28, 29, 58, 71], "De": [13, 30, 31, 37, 38, 40, 41, 43, 45, 47, 60, 61, 68, 69, 70, 87, 88, 89, 97, 116], "Del": [24, 40, 41, 43, 45, 47, 52, 57, 60, 61, 68, 69, 70, 72, 87, 88, 89, 97, 103, 107, 110, 111], "E": [6, 7, 8, 9, 10, 16, 19, 21, 24, 30, 31, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 57, 59, 60, 61, 63, 64, 67, 69, 70, 75, 77, 78, 79, 80, 81, 82, 85, 86, 88, 89, 93, 94, 95, 96, 99, 100, 101, 102, 106, 110, 111, 116, 125], "EN": 119, "EST\u00c1": 119, "El": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 34, 35, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 119, 122, 123, 125, 126, 127, 128, 129], "En": [1, 3, 4, 5, 13, 15, 16, 19, 22, 26, 28, 29, 33, 34, 43, 47, 52, 53, 54, 55, 57, 63, 64, 69, 72, 84, 88, 89, 97, 99, 105, 106, 110, 111, 112, 113, 114, 115, 119, 123, 127], "Es": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 35, 42, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 60, 61, 62, 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, 116, 117, 124, 125, 126, 127, 128, 129], "Esa": [24, 71], "Esos": 24, "Esta": [7, 8, 9, 13, 15, 16, 22, 24, 35, 36, 43, 49, 52, 57, 60, 61, 62, 71, 72, 76, 84, 90, 99, 112, 125, 128], "Estados": 123, "Estar": 111, "Estas": [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], "Este": [4, 20, 24, 28, 29, 45, 52, 72, 76, 78, 93], "Esto": [3, 22, 67, 70, 84, 90, 116, 123], "Estos": 116, "Hay": [3, 4, 5, 10, 11, 12, 13, 18, 19, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 123, 125, 126, 128], "La": [3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 37, 38, 40, 41, 43, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 64, 67, 68, 69, 70, 71, 72, 75, 76, 80, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 95, 97, 98, 99, 101, 102, 107, 109, 119, 125, 126, 127, 128, 129], "Las": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 67, 69, 70, 71, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 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, 120, 122, 123, 124, 125, 126, 127, 128, 129], "Lo": [24, 26], "Los": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 22, 24, 28, 29, 30, 31, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 49, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 66, 68, 70, 71, 79, 80, 81, 82, 84, 86, 90, 91, 94, 95, 96, 98, 99, 100, 101, 102, 106, 110, 111, 112, 119, 128, 129], "NO": 119, "No": [1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 75, 76, 77, 80, 82, 83, 84, 85, 87, 88, 89, 91, 92, 95, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 112, 113, 114, 115, 117, 119, 121, 124, 125, 126, 127, 128, 129], "O": [6, 7, 8, 9, 10, 16, 21, 24, 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, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 110, 111, 116], "Otros": 24, "Por": [13, 24, 35, 55, 70, 71, 85, 88, 109, 123], "Que": 90, "Qu\u00e9": 24, "Se": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 21, 22, 24, 28, 29, 30, 31, 35, 37, 38, 40, 41, 42, 43, 45, 47, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 78, 79, 80, 81, 88, 89, 91, 92, 97, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 123, 124, 126, 127, 128, 129], "Sea": [5, 7, 14, 15, 31, 38, 41, 42, 61, 62, 73, 77, 112], "Sean": [6, 8, 30, 31, 32, 37, 38, 39], "Sin": [45, 53, 67, 70, 116], "Son": [5, 91, 92], "Su": [0, 1, 21, 78, 79, 80, 81, 93, 94, 95, 96, 99, 116, 122], "Un": [10, 13, 22, 24, 26, 33, 34, 35, 45, 46, 49, 50, 51, 52, 54, 55, 59, 76, 86, 90, 91, 92, 99, 100], "Una": [3, 4, 5, 19, 24, 25, 33, 34, 35, 54, 55, 71, 84, 86, 91, 92, 119], "Uno": [7, 119], "Y": [4, 22, 26, 28, 29, 30, 31, 32, 37, 38, 39, 52, 72, 119], "Ya": 119, "_": [111, 119], "__": [22, 24, 26, 59, 82], "___pgr___test___": 25, "__glibc__": 119, "__linux__": 119, "_caj": 5, "_capacity": 19, "_capacity_i": 19, "_cost": [16, 28], "_cost_": 24, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [65, 104, 105, 115], "_pes": 5, "_pgr_array_rev": 22, "_pgr_makedistancematrix": 119, "_radius": 33, "_search_algorithm": [6, 8, 30, 37], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_tim": [5, 91, 92], "_vertex": 19, "_vertices_pgr": [34, 35, 54, 55], "_vids": [16, 43, 45, 57, 60, 61, 106, 110, 111], "a_weight": 5, "aasheesh": 26, "abaj": [15, 16, 17, 24, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 58, 60, 61, 63, 64, 66, 68, 69, 70, 80, 87, 88, 89, 95, 97, 103, 106, 110, 111, 112, 113, 128, 129], "abandon": 119, "abhinav": 26, "abiert": [24, 91], "about": [105, 115, 121], "abov": [24, 25], "abre": [5, 91, 92], "abs": [6, 30, 31, 32, 37, 38, 39, 106, 110], "academic": 13, "acced": 24, "accept": 121, "acces": [52, 59, 100, 119], "account": [24, 58], "aceler": [13, 54, 55], "acept": [22, 34, 55, 119], "acerc": 110, "achiv": [128, 129], "acicl": [57, 67, 101], "ackermann": 86, "ackermann_function": 86, "activ": 25, "actual": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 25, 28, 29, 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], "actualiz": [20, 54, 119], "acumul": 35, "acumulat": 119, "add": [13, 20, 24, 25, 35, 52, 72, 90, 119, 128, 129], "added": [128, 129], "adding": 121, "additional": [24, 25, 84, 121, 124, 128, 129], "adecu": [34, 54, 55], "adel": [0, 5, 7, 9, 10, 24, 28, 29, 36, 44, 46, 48, 49, 50, 51, 52, 53, 56, 59, 67, 72, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 91, 92, 93, 94, 96, 98, 99, 100, 101, 102], "adeland": 8, "adem": 127, "ademas": [19, 43, 90], "adentr": [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], "adicion": 119, "adicional": [22, 119, 126, 128], "adity": 26, "adjacent": [46, 56, 67], "adjust": [20, 119], "adjustments": 72, "administr": [3, 20, 120, 124], "administrativ": 84, "admit": [13, 76], "adri": 26, "adujst": [20, 119], "advertent": [57, 101, 119], "adyacent": [13, 59, 83, 84], "afect": [13, 22, 54, 55, 128, 129], "affects": [128, 129], "affirmation": 25, "afirm": 119, "afreg": [5, 7, 15, 24, 31, 32, 38, 39, 41, 42, 61, 62, 64, 73, 77, 111, 112], "afs": 13, "after": [25, 54, 56, 71, 75, 121], "afuer": 128, "agarwal": 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, "aggregation": [104, 105], "agreg": [0, 6, 9, 13, 14, 15, 16, 17, 19, 20, 21, 22, 24, 26, 27, 28, 30, 37, 38, 40, 41, 42, 43, 45, 48, 50, 53, 57, 59, 60, 61, 62, 63, 64, 66, 68, 70, 75, 79, 80, 81, 85, 88, 90, 94, 95, 96, 103, 106, 107, 110, 111, 112, 113, 114, 116, 119, 120, 121, 127, 128, 129], "agujer": 119, "ahi": 3, "ahor": [4, 13, 22, 24, 26, 52, 72, 84, 90, 119], "aisl": 90, "ajust": [34, 54, 66, 71], "akhil": 26, "aki": 26, "alcanz": [0, 17, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 102, 113], "aleatori": [0, 6, 8, 30, 31, 37, 38, 48, 59, 70, 79, 81, 94, 96], "alemani": 123, "alfa": [33, 119], "algebr": 56, "algo2": 13, "algorithm": [56, 75, 103, 104, 105, 107, 115, 129], "algorithms": 45, "algoritm": [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, 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, 106, 110, 111, 112, 113, 114, 116, 117, 119, 120, 122, 125, 128], "algortitm": 119, "algun": [3, 13, 24, 25, 26, 28, 35, 43, 53, 67, 119, 128, 129], "align": 24, "alik": [20, 26], "all": [25, 65, 75, 84, 86, 92, 104, 105, 115, 119, 121, 128, 129], "all_segments": [24, 71], "all_vertic": 58, "allow": [24, 58], "allows": [72, 121], "almacen": [7, 14, 15, 31, 34, 35, 38, 41, 42, 61, 62, 73, 77, 111, 112], "aloj": [26, 123], "alpha": [7, 17, 20, 33, 66, 86, 120], "alquitran": 25, "already": 58, "alrededor": 4, "also": 75, "alta": 24, "alter": [13, 24, 25, 35, 52, 54, 71, 72, 84, 90, 121], "altern": [13, 107, 119], "alternat": 54, "always": 121, "am": 5, "amarill": 84, "ambas": [5, 24, 63], "ambici": [21, 116], "ambigued": 119, "ambos": [15, 24, 52, 64, 72, 90, 105, 106, 110, 111, 112, 113, 114, 115, 119, 127, 128, 129], "amd": 7, "ampli": [13, 26, 35, 121], "amplitud": 48, "an": [24, 54, 56, 65, 72, 75, 84, 92, 102, 103, 105, 121, 124], "analic": 90, "analisis": [6, 20, 26, 34, 35, 90, 119], "analiz": [20, 24, 34, 35, 55, 71, 90, 120, 124], "analysis": [34, 35, 90], "analyz": [107, 124], "analyzing": [34, 35, 90], "anchur": [0, 18, 79, 94, 126], "and": [13, 24, 25, 34, 35, 54, 55, 56, 58, 63, 64, 65, 71, 72, 75, 84, 91, 92, 104, 107, 117, 119, 121, 124, 127, 128, 129], "andre": 26, "aniket": 26, "anill": 33, "annaeling": [32, 39, 42, 62, 112], "anot": 123, "anoth": 129, "anterior": [5, 9, 13, 22, 25, 54, 60, 82, 91, 92, 123], "anthony": 26, "antigu": [22, 24, 27, 28, 30, 33, 37, 40, 71, 73, 77, 108, 119, 123], "anton": 26, "anud": 90, "any": [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], "anyarray": [22, 103, 113, 119], "aparec": [13, 66, 71, 101, 113], "aparezc": 123, "apertur": [5, 91, 92], "api": 7, "apil": 5, "aplic": [8, 13, 19, 20, 24, 71, 76, 84, 98, 116, 119, 120, 128], "apoy": [26, 123], "application": [24, 58, 72, 121, 124], "applications": [72, 121], "appropiat": [92, 121], "approx": 5, "apropi": [24, 34, 35, 54, 55], "aproxim": [27, 28, 29, 107, 114], "apt": 25, "aquell": 90, "arbitrar": [66, 113], "arbitrari": [29, 116, 128], "arbnol": 82, "arbol": [0, 1, 17, 20, 21, 48, 59, 66, 78, 79, 80, 81, 82, 93, 94, 95, 96, 113, 116, 120], "archiv": [24, 25, 26, 40, 41, 119], "arcs": 75, "are": [5, 24, 33, 35, 54, 56, 58, 71, 72, 75, 84, 92, 105, 113, 115, 119, 121, 128, 129], "argument": [33, 34, 54, 55], "arist": [1, 9, 11, 12, 18, 20, 21, 28, 34, 35, 90, 116, 117, 119, 120, 121, 122, 124], "arit": 48, "armon": [15, 42, 62, 112], "array": [0, 3, 13, 15, 16, 22, 24, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 53, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "array_agg": [24, 28, 32, 39, 42, 52, 62, 71, 72, 84, 91], "array_length": [24, 58], "array_prepend": 22, "arregl": [0, 3, 15, 16, 17, 22, 24, 30, 31, 32, 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, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 110, 111, 112, 113, 115, 119, 127, 128, 129], "arrib": 13, "arrival": [5, 72, 91, 92, 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], "arroj": [0, 3, 24, 48, 59, 79, 81, 94, 96, 103, 104, 105, 106, 107, 127], "arsit": [24, 65, 104, 105, 110, 115, 127], "arsta": [17, 80, 95], "articul": [12, 20, 36, 120], "aryan": 26, "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, 65, 68, 69, 70, 71, 72, 75, 84, 87, 88, 89, 90, 91, 92, 97, 101, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 119, 121, 128, 129], "ascendent": [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], "asegures": 25, "asemej": [66, 113, 121], "ashish": 26, "ashraf": 26, "asi": [35, 45, 54, 99, 123], "asient": 5, "asign": [24, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 67, 68, 69, 70, 87, 88, 89, 97, 98], "asim": 35, "asirst": 24, "ask": 25, "asoci": [24, 90], "assign": 56, "assigned_vertic": 84, "assist": 72, "associat": [25, 124], "astar": 119, "astar_search": [6, 8, 30, 37], "asunt": 123, "at": [56, 92, 106, 107, 110, 121], "atras": [9, 119], "atraves": [24, 27, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 75, 99, 103, 104, 105, 106, 107, 110, 114, 115, 127], "atravez": [24, 78, 93], "atravies": [24, 71], "atribu": 20, "atribut": [24, 71], "attribut": 124, "attribution": [20, 26], "aument": [36, 49, 119], "aun": [13, 28], "aunqu": [24, 43], "aut": [22, 67], "autobus": [63, 64], "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], "automatic": 119, "automatiz": 119, "automovil": [63, 64], "autor": [90, 119], "auxili": [22, 71], "avail": 107, "avanc": [5, 91, 92], "avanz": 3, "averag": 70, "avis": [58, 71], "avoiding": 119, "away": 72, "ay": 123, "ayud": [24, 123], "azul": [13, 46, 76, 121, 128, 129], "a\u00f1ad": [22, 27, 30, 33, 37, 53, 60, 114, 119, 123], "a\u00f1os": 90, "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": [58, 71], "backwards": 119, "baj": [7, 20, 26, 63, 64, 90, 119], "bakli": 26, "ball": 25, "band": 56, "bander": [22, 35, 54], "bandwidth": 56, "barat": 116, "bas": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 26, 27, 34, 52, 55, 57, 58, 60, 83, 84, 90, 100, 117, 119, 120, 121, 124, 128, 129], "basic": [24, 52, 72, 90, 116], "basically": 56, "bastant": [29, 35], "bbox": 7, "bdast": 119, "bddijkstr": 119, "be": [24, 25, 58, 72, 84, 92, 105, 106, 115, 121, 124, 128, 129], "becaus": [24, 72, 104, 105, 107, 119, 121], "becom": [128, 129], "been": [24, 54, 71, 105, 119], "befor": [25, 58, 72], "begin": [16, 19, 24, 109], "behnck": 26, "bellm": [43, 57, 70, 119], "belong": 102, "belongs": [72, 106, 129], "below": 25, "benavent": 26, "benchmark": [92, 121], "berchet": 26, "best": [58, 92], "bett": [20, 119], "betw": [65, 72, 102, 104, 105, 115], "bfs": [20, 45, 48, 120, 126], "bgl": 25, "bi": [46, 67], "bibliotec": [25, 26, 74, 119], "biconect": [12, 20, 36, 44, 120], "biconnect": [36, 44], "bidimensional": 76, "bidireccional": [6, 9, 20, 24, 30, 35, 37, 38, 39, 41, 42, 119, 120], "bidirecional": 41, "bidirectional": [8, 20, 24, 40, 41, 42, 120], "bidirectional_search": [40, 41], "bien": [34, 45, 54, 55, 128], "big": [24, 54, 58, 71], "bigcup": [16, 19], "bigcuptarget_i": 19, "biggs": 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], "bigserial": [72, 121], "binari": [25, 45], "bipart": [11, 46], "bipartit": [11, 18, 46], "bits": 119, "blanc": 13, "bloque": [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], "body": 13, "bogus": 119, "bol": 25, "boldsymbol": [16, 19], "bolean": 119, "bool": [7, 13, 15, 16, 22, 24, 25, 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_version": 119, "bord": [10, 15, 16, 18, 19, 20, 21, 24, 35, 43, 49, 50, 51, 52, 66, 72, 75, 78, 79, 80, 81, 84, 85, 90, 93, 97, 116, 119, 120, 124], "bosqu": [0, 1, 21, 48, 59, 78, 79, 80, 81, 93, 94, 95, 96, 116, 122], "both": [24, 25, 35, 72, 114, 121], "box": 7, "boy": 76, "boyer_myrvold": 76, "boykov": [19, 20, 47, 120], "boykov_kolmogorov_max_flow": 47, "breadth": [48, 56, 119], "breaking": 119, "bridge_": 49, "bucl": 119, "buen": [63, 64, 70, 73, 77], "buff": 7, "bug": [20, 119], "build": [25, 105, 115, 119], "build_doxy": 25, "build_html": 25, "build_latex": 25, "build_m": 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], "building": 25, "builds": [104, 105], "built": 58, "bumps": [24, 58], "bus": [106, 110], "busc": [99, 123], "busqued": [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], "but": [24, 25, 54, 55, 58, 104, 105, 121], "by": [13, 20, 22, 24, 25, 28, 29, 46, 48, 52, 54, 58, 59, 63, 64, 65, 67, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 84, 90, 93, 94, 95, 96, 98, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 23, 24, 25, 26, 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], "cab": [5, 7, 119], "cabecer": [26, 119], "cach": 119, "cad": [0, 1, 4, 7, 14, 15, 18, 19, 21, 24, 25, 26, 28, 29, 31, 35, 38, 41, 42, 44, 45, 47, 48, 50, 51, 59, 61, 62, 67, 69, 71, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 112, 116, 119, 122, 125, 127, 128, 129], "caden": 119, "cae": 119, "caid": [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], "caj": 5, "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 24, 28, 32, 39, 42, 43, 47, 49, 50, 51, 62, 66, 68, 69, 70, 71, 73, 76, 77, 80, 82, 85, 86, 87, 88, 89, 95, 97, 111, 112, 114, 120], "calculat": [58, 72, 121], "calculations": 72, "calid": 24, "call": [3, 24, 35, 58, 72, 84, 90, 121], "callejon": [13, 53, 90], "calls": 58, "calul": [27, 107, 114], "camb": [22, 40, 44, 52, 100, 119], "cambi": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 27, 28, 29, 30, 33, 36, 37, 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, 116, 117, 124, 125, 126, 127, 128, 129], "camin": [3, 6, 8, 9, 15, 16, 20, 22, 27, 30, 31, 37, 38, 40, 41, 42, 43, 45, 57, 61, 62, 63, 64, 65, 68, 70, 75, 90, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 120, 127, 128, 129], "camion": [5, 91, 92, 119], "camp": [24, 55, 90], "camptocamp": 26, "can": [24, 25, 58, 72, 84, 105, 106, 115, 121, 128, 129], "cancel": 119, "cantid": [5, 7, 27, 67, 75, 88, 89, 107, 114], "cap": [63, 64, 72, 105, 106, 110, 111, 112, 113, 114, 115], "capabl": 75, "capac": [19, 24, 47, 69, 71, 88, 89, 91, 92, 97], "capacit": [5, 92], "capacity": [5, 19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 91, 92, 97, 109, 121], "capacity_i": 19, "capaz": 121, "capran": 123, "captacion": [16, 20, 80, 95, 120], "caracter": 45, "caracterist": [6, 7, 8, 10, 16, 19, 21, 26, 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, 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, 106, 110, 111, 112, 116, 122, 128], "cardinal": [19, 20, 86, 120], "carec": [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], "carg": [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], "cargador": 24, "carreter": [13, 24, 35, 71], "carril": 35, "cas": [3, 4, 5, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 22, 23, 24, 28, 29, 31, 35, 38, 40, 41, 42, 43, 45, 46, 48, 50, 51, 53, 56, 57, 61, 62, 65, 67, 70, 71, 72, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 104, 105, 106, 107, 109, 110, 112, 115, 121, 125, 126], "cascad": [24, 109], "case_n": 109, "cast": 119, "categor": [18, 21, 22, 24, 27, 28, 31, 32, 38, 39, 42, 48, 59, 62, 72, 78, 79, 80, 81, 91, 92, 93, 94, 95, 96, 105, 106, 107, 110, 112, 114, 116, 117, 119, 126, 127, 129], "categori": [65, 104, 105, 115, 117], "category": [24, 121], "category_": 119, "caus": [75, 123], "cayetan": 26, "cd": 25, "ce": [24, 52, 72], "celd": [4, 20, 120], "central": 7, "cer": [19, 47, 69, 88, 89, 97], "cerc": [24, 34, 54, 55, 90], "cercan": [15, 16, 66, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 127, 128, 129], "cerr": [5, 91, 92, 119], "cgal": [33, 119], "chang": [20, 24, 25, 66, 113, 114, 119], "char": [15, 24, 72, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "charact": [22, 113, 119], "characteristics": [92, 121], "chauh": 26, "chaurasi": 26, "chec": [116, 119], "checking": [25, 34], "checkout": 25, "checks": [13, 34, 35, 54, 55, 90], "chines": [18, 50, 51, 119], "chk": [34, 35, 54, 55], "christi": 26, "ci": [20, 119], "cicl": [5, 21, 43, 46, 57, 67, 91, 92], "ciclic": 46, "cierr": [5, 91, 92, 102, 119], "ciert": 5, "circuit": [50, 51, 75], "circuits": 75, "circul": [24, 71], "circumcent": 33, "circut": 75, "circuti": 75, "city": 121, "ciud": [4, 28, 29, 121, 128, 129], "ciudad": [4, 28, 121], "clang": [20, 119], "clar": 22, "clasic": 71, "clasific": [18, 119], "class": 13, "claus": 119, "clav": [34, 54, 90], "cle": [34, 35, 54, 90], "clic": 121, "client": [5, 91, 92, 128], "client_min_messag": [109, 123], "cliff": [24, 58], "clon": 25, "clos": [20, 24, 58, 72, 92, 119, 121], "close_tim": 109, "closeness": [105, 115], "closest": [24, 52, 72], "closest_vertex": [24, 52, 72], "closur": 102, "clust": 102, "cm": 56, "cmak": [25, 119], "cmu": 13, "cnam": 119, "cnt": [34, 35, 54, 55, 90], "coalesc": [58, 71, 104, 105, 121], "coch": [63, 64], "cod": [25, 26, 72, 123], "codici": [11, 98, 117], "codif": [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], "codig": [13, 20, 25, 26, 58, 71, 90, 119], "coherent": [24, 71], "coinc": [34, 54, 55, 119], "coincid": [5, 9, 22, 91], "coincident": [19, 20, 86, 90, 120], "colabor": 20, "coleccion": [15, 33, 119], "collation": 121, "collection": 33, "color": [13, 18, 46, 67, 98, 117], "color_": [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], "colore": 119, "colum": 22, "column": [3, 4, 9, 10, 16, 20, 21, 22, 35, 90, 116, 119, 121, 128, 129], "columns": [24, 30, 37, 58, 60, 114, 119, 121], "com": [3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 22, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 53, 54, 55, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 73, 76, 79, 80, 81, 82, 84, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 121, 123, 127, 128, 129], "combin": [7, 14, 15, 42, 62, 99, 112, 119], "combinations": [27, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 68, 69, 70, 87, 88, 89, 97, 103, 106, 110, 111, 114, 119], "combinations_t": 119, "combinatorial": 4, "comentari": [25, 26], "comenz": [22, 75], "comercial": 20, "comienz": [0, 5, 25, 48, 50, 51, 59, 79, 80, 81, 94, 95, 96], "coming": 22, "command": 25, "commands": 25, "commits": 119, "common": 24, "commons": [20, 26], "comodin": 119, "compar": [6, 29, 30, 31, 32, 37, 38, 39, 92], "comparing": 119, "compart": [83, 90], "compat": [24, 25], "compatibil": 119, "compatibility": 119, "compa\u00f1i": 123, "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, 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], "compilation": 119, "compile_dat": [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], "compilers": 25, "compiling": 25, "complej": 70, "complet": [4, 24, 28, 29, 34, 35, 53, 56, 119], "complete_graph": 84, "complexity": 75, "compon": [0, 1, 21, 78, 79, 80, 81, 93, 94, 95, 96, 116, 122], "component": [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], "components": 100, "compos": 129, "compres": 102, "comprob": 88, "comprueb": [20, 46], "compulsory": [24, 113, 114, 119], "comput": 7, "comun": [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, 86, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 123, 125, 126], "comunitari": 123, "conceb": [16, 60, 61, 62, 112], "concepts": 119, "condicion": [13, 34, 35, 54, 55, 119], "condition": [34, 55], "conduc": [63, 64], "conduccion": [113, 117, 119], "conductor": 5, "coneccion": [63, 64], "conect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 29, 36, 44, 46, 49, 50, 51, 78, 79, 80, 81, 85, 93, 94, 95, 96, 98, 99, 100, 116, 120, 122], "conexion": [4, 63, 64, 84, 90, 116, 119], "confiabl": 7, "configur": [20, 63, 64, 106], "configuration": 25, "configuring": 25, "conflicting": [104, 105], "conform": [0, 1, 17, 21, 31, 38, 78, 79, 80, 81, 93, 94, 95, 96, 113, 116, 122], "confusion": 128, "conjunt": [0, 5, 7, 11, 13, 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, 52, 53, 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, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115], "connect": [25, 102], "connecting": 25, "connects": 72, "conoc": 73, "cons": 122, "consej": 20, "consid": [104, 105], "consider": [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], "consig": [16, 117], "consist": 85, "consistent": [5, 24], "consists": 121, "consol": 25, "constru": [20, 25, 54, 55, 74, 82, 119], "construccion": [24, 25, 119], "consult": [3, 13, 20, 22, 34, 35, 55, 90, 91, 92, 108, 119, 121, 123], "consultor": 123, "cont": 35, "contact": 123, "contain": [24, 103], "containing": 24, "contains": 72, "conten": [25, 34, 35, 44, 54, 55, 63, 64, 90], "contendran": [27, 107, 114], "conteng": 3, "context": [101, 123], "contien": [22, 43, 44, 50, 51, 85, 86, 99], "contin": [24, 112], "continen": [52, 100], "continu": [5, 15, 16, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 47, 54, 57, 58, 59, 60, 61, 62, 63, 64, 68, 69, 70, 71, 82, 87, 88, 89, 97, 99, 110, 111, 112, 113, 123, 127, 128, 129], "contr": [13, 24, 90], "contraccion": 119, "contract": 24, "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": [20, 24, 53, 58, 120, 124], "contraction_ord": 53, "contraction_results": 13, "contrae": [13, 119], "contraid": [24, 53], "contrajeron": 13, "contrari": [3, 35, 54, 57, 101], "contrayend": 13, "contribu": [20, 26, 119, 123], "convenient": 119, "conversion": [5, 6, 24], "convert": [4, 15, 24, 28, 29, 92, 105, 106, 110, 111, 112, 113, 114, 115, 119, 121, 127, 128, 129], "conviert": [5, 84, 119], "convinenc": 121, "convinienc": 121, "convirt": 84, "cooling_factor": [28, 29], "coorden": [4, 6, 8, 20, 24, 28, 30, 31, 32, 37, 38, 39, 120], "coordinat": [29, 72, 121], "copi": [24, 71, 90, 119], "corporation": [26, 123], "corr": 9, "corre": [20, 128, 129], "correccion": [20, 24, 53, 71, 119], "correcion": 119, "correct": [24, 34, 55, 58, 67, 71, 90, 116, 119], "corrections": 25, "correg": 119, "correspond": [4, 28, 29, 105, 106, 110, 111, 112, 113, 114, 115, 121], "correspondient": [6, 8, 17, 20, 30, 31, 32, 34, 35, 37, 38, 39, 66, 80, 83, 95, 113], "corresponding": [72, 117, 124], "corresponds": 121, "corrig": 119, "cort": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 27, 28, 29, 30, 31, 36, 37, 38, 40, 41, 42, 43, 45, 50, 57, 59, 60, 61, 62, 63, 64, 70, 73, 77, 99, 106, 107, 110, 111, 112, 114, 117, 119, 120, 127, 129], "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, "coste_invers": [6, 24], "count": [7, 34, 58, 75, 90, 117, 124], "cours": [40, 41], "cp": 45, "cpacity": 121, "cpplint": [20, 119], "cre": [3, 4, 5, 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, 67, 69, 70, 75, 76, 79, 80, 81, 82, 83, 85, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 101, 102, 107, 109, 116, 119, 120, 123, 124, 125, 126, 128, 129], "creacion": [13, 22, 25, 119, 121], "creat": [3, 7, 13, 22, 24, 25, 29, 34, 35, 54, 55, 58, 71, 72, 90, 92, 109, 119, 121, 124, 128, 129], "createdb": [7, 24, 25], "createextension": 25, "createus": 25, "creating": [25, 34, 35, 54, 90], "creativ": [20, 26], "crecient": [63, 64], "credit": 20, "cromat": 67, "cross_edg": 84, "cruc": [52, 72, 76], "crucz": [24, 71], "cs": [13, 40, 41], "csis": 26, "cuadr": [7, 73, 77, 128, 129], "cuales": 5, "cualqu": [26, 68, 123], "cualqui": [4, 9, 14, 15, 16, 19, 24, 28, 29, 35, 40, 41, 42, 43, 45, 47, 48, 54, 57, 60, 61, 62, 69, 70, 87, 88, 89, 97, 99, 105, 106, 110, 111, 112, 117, 119, 123, 128, 129], "cuand": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 22, 24, 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, 73, 74, 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, 110, 111, 112, 113, 114, 115, 116, 119, 120, 121, 122, 127], "cuant": [24, 71], "cuatr": [24, 128, 129], "cubr": 24, "cuch": 33, "cuent": [22, 24, 54, 90, 123], "cuestion": 24, "cuid": 22, "cumpl": [4, 25, 28, 29], "cun": [24, 110], "cup": [16, 19, 24, 60], "curb": [24, 58], "current": 25, "customers": 92, "cuthill": [18, 23, 56], "cuy": [36, 45, 49, 90], "cu\u00e1les": 90, "cvrp": 5, "cvrppdtw": 5, "d": [5, 7, 13, 24, 92, 98, 110, 121], "d_clos": [5, 91, 92, 121], "d_node_": [5, 91, 92, 121], "d_op": [5, 91, 92, 121], "d_servic": [5, 91, 92, 121], "d_x": [5, 92, 121], "d_y": [5, 92, 121], "da": [3, 22, 24, 83, 84, 128], "dad": [3, 4, 5, 7, 10, 11, 12, 15, 16, 18, 19, 22, 23, 24, 28, 29, 43, 45, 46, 48, 50, 51, 56, 57, 63, 64, 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, 125, 126, 127, 128, 129], "dag": [57, 101], "dan": [3, 34, 54, 55, 129], "daniel": 26, "dar": [84, 85], "dars": 54, "dat": [5, 20, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 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, 117, 119, 120, 124, 128, 129], "datab": [25, 121], "dav": 26, "ddoc_use_bootstrap": 25, "de_manej": 114, "dead": [13, 24, 34, 58, 90], "deb": [3, 5, 10, 13, 15, 19, 20, 22, 24, 25, 26, 28, 29, 34, 35, 50, 51, 52, 54, 55, 71, 72, 86, 88, 89, 91, 119, 120, 124, 128], "debug": 123, "dec": [13, 24, 45, 57, 90], "decent": 58, "decid": 90, "decision": 24, "declar": 88, "default": [13, 24, 25, 72, 84, 92, 119, 121], "defect": [0, 3, 4, 5, 6, 7, 10, 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, 127, 128, 129], "defin": [5, 16, 19, 24, 34, 35, 43, 54, 55, 75, 106, 109, 110, 111, 114], "definicion": [19, 33], "definition": 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], "dej": 119, "delanter": [5, 91, 92], "delet": [24, 71, 84], "delimit": [7, 24, 73, 77], "deliveri": [92, 121], "delivery": [92, 121], "dels": [15, 42, 62, 112], "delt": [6, 30, 31, 32, 37, 38, 39, 67], "demand": [91, 92, 121], "demas": [45, 67, 70, 90], "demasi": 24, "demonstrat": [25, 128, 129], "demostr": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70], "denis": 26, "denomin": [36, 116], "denot": 28, "dens": 73, "densid": 7, "dentr": [5, 17, 19, 20, 24, 46, 63, 64, 75, 80, 95, 113, 120], "departur": 13, "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, 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, 121, 125, 126, 127, 128, 129], "dependen": 119, "dependent": [20, 24, 119], "depending": [24, 124, 129], "depends": 25, "deposit": [5, 18], "deprecat": [22, 86, 103, 114, 119], "deprecating": 119, "depreci": 119, "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], "derech": [3, 15, 24, 48, 59, 90, 105, 106, 112, 113, 115, 127], "des": [5, 24, 27], "desactiv": 25, "desarroll": [4, 24, 25, 26, 58, 71, 116, 119, 123], "desarticul": 68, "desc": [48, 59, 84], "descarg": [5, 25, 91, 92], "descendent": [48, 53, 59], "descompondran": 90, "desconect": [34, 44, 50, 51, 54, 78, 93, 99, 116, 122], "descontinu": 119, "describ": [3, 5, 15, 16, 17, 24, 27, 28, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 52, 57, 58, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 80, 82, 87, 88, 89, 91, 92, 95, 97, 100, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "descripcion": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 24, 91, 92, 121, 127, 128, 129], "description": 24, "descrit": [0, 7, 10, 24, 29, 34, 36, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 59, 67, 72, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 93, 94, 96, 98, 99, 100, 101, 102], "desd": [0, 5, 7, 8, 15, 16, 17, 18, 22, 24, 25, 27, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 75, 77, 79, 80, 81, 84, 87, 88, 89, 91, 92, 94, 95, 96, 97, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 127, 128, 129], "dese": [20, 25], "design": 121, "desiguald": [4, 28, 29], "despues": [5, 13, 22, 24, 54, 55, 71, 90, 91, 92], "dest_": 109, "destin": [5, 9, 14, 16, 19, 20, 24, 27, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 47, 54, 55, 57, 59, 60, 61, 63, 64, 68, 69, 70, 83, 84, 87, 88, 89, 90, 91, 92, 97, 103, 106, 107, 110, 111, 112, 114, 119, 120, 124, 128, 129], "destination": 13, "desus": 119, "details": [22, 25, 105, 110, 111, 112, 113, 114, 115, 119, 128, 129], "detall": [4, 12, 18, 19, 20, 22, 74, 106, 110, 113, 114, 120], "detect": [22, 34, 90, 119], "detecting": 75, "detects": [104, 105], "deten": 13, "detendr": 13, "determin": [13, 34, 44, 54, 55, 99, 123, 125], "deterpartialing": 72, "dev": [25, 119, 123], "develop": [25, 123], "devolv": [15, 19, 22, 33, 47, 63, 64, 69, 76, 88, 89, 97, 112], "devuelt": [7, 14, 15, 19, 24, 41, 42, 46, 47, 51, 53, 59, 61, 62, 63, 64, 69, 73, 77, 79, 80, 81, 82, 88, 89, 94, 95, 96, 97, 98, 101, 102, 106, 110, 111, 112], "devuelv": [0, 6, 7, 8, 9, 14, 15, 16, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 48, 50, 53, 54, 55, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 73, 76, 77, 78, 79, 80, 81, 82, 87, 89, 91, 92, 94, 95, 96, 98, 99, 101, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 119, 127], "dfrac": 7, "dfs": [11, 18, 20, 52, 100, 120, 126], "dibuj": [24, 76], "dic": 90, "dich": 24, "diferent": [4, 9, 15, 16, 22, 24, 25, 29, 40, 41, 42, 43, 44, 46, 48, 52, 55, 57, 59, 60, 61, 62, 70, 72, 91, 92, 106, 110, 111, 112, 119, 128, 129], "different": [24, 25, 92, 113, 121], "difier": [6, 8, 22, 28, 30, 31, 37, 38], "dig": [5, 6], "dijkstr": [3, 6, 17, 20, 24, 27, 28, 40, 41, 42, 43, 45, 57, 60, 61, 62, 65, 66, 103, 106, 110, 111, 112, 113, 117, 119, 120, 128, 129], "dimesion": 5, "dindex": [92, 121], "dir": [35, 90], "direccion": [4, 8, 19, 24, 35, 47, 52, 69, 88, 97], "direccional": [20, 24, 55, 84, 90, 120, 124], "direct": [7, 13, 15, 16, 20, 22, 24, 26, 27, 28, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 53, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 73, 75, 77, 83, 86, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 120, 124, 129], "direction": [24, 35, 121], "directionality": 35, "directly": [25, 58], "directori": 25, "dirig": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 22, 23, 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, 59, 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, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 119, 120, 122, 128, 129], "discontinu": 90, "discours": 123, "discrep": 119, "discusion": [4, 34, 55], "dise\u00f1": [24, 71, 119], "disjunt": [19, 20, 46, 120], "disminu": [13, 43, 53], "dispar": 119, "dispers": 77, "displaystyl": 16, "dispon": [6, 8, 26, 30, 31, 32, 37, 38, 39, 109, 123], "disponib": 26, "disponibil": [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], "distanc": [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], "distanci": [4, 5, 7, 18, 20, 22, 28, 29, 43, 45, 73, 77, 80, 91, 92, 95, 114, 117, 119, 120, 129], "distinct": [75, 84], "distint": [5, 53], "distribu": [5, 18, 91, 92], "divid": [35, 52, 58, 72, 84, 99], "division": [24, 71], "dn": 84, "do": [13, 72, 105, 107, 119, 121], "dobl": [4, 24, 28, 29], "doc": [6, 8, 25, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "doc_queries_generator": 25, "doc_use_bootstrap": 25, "docs": [22, 25, 119], "document": [1, 2, 3, 5, 10, 11, 12, 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, 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], "documentacion": [11, 98], "documentation": [20, 24, 25, 72, 103, 119, 121], "documentations": 121, "documents": 13, "does": [24, 34, 54, 55, 58, 71, 84, 90, 103, 104, 105, 119, 128, 129], "doesn": 119, "doing": [104, 105], "domin": 82, "dominator_": 82, "don": [20, 24, 25, 84, 104, 105, 119, 121], "dond": [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, 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, 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, 123, 127, 128, 129], "dos": [3, 7, 8, 9, 13, 19, 20, 21, 24, 27, 46, 53, 63, 64, 67, 68, 71, 76, 83, 84, 85, 90, 98, 99, 106, 107, 110, 111, 112, 113, 119, 120, 123, 126, 128, 129], "dot": 7, "doubl": [22, 92, 103, 113, 119, 121], "downloading": 25, "doxy": 25, "doxyg": 25, "driving": [22, 106, 113, 114, 119], "driving_sid": [22, 105, 106, 110, 111, 112, 113, 114, 115, 119, 128, 129], "drop": [24, 34, 54, 55, 58, 71, 90, 109], "dropdb": 25, "dropdowns": 119, "drt": [63, 64], "dryrun": [58, 71, 72, 77], "dubinin": 26, "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], "dur": [4, 28, 29, 67], "duracion": [5, 29, 91, 92], "duralcion": [5, 91, 92], "dwith_doc": 25, "e2": [43, 69, 87, 97, 99, 119], "e_geom": [24, 52, 72], "each": [24, 56, 58, 72], "eagl": [24, 58], "easily": [24, 58], "edge": [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, 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], "edge1": 72, "edge2": 72, "edge_": [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_i": 16, "edge_t": [13, 34, 35, 54, 55, 90, 119], "edge_table_nod": 90, "edge_table_vertices_pgr": 13, "edgedisjointpaths": 119, "edges": [13, 19, 22, 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, 72, 73, 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, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 117, 119, 124, 128, 129], "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, "edmonds": [19, 20, 69, 120], "edmonds_karp_max_flow": 69, "edsger": [16, 60, 61, 62, 112], "edu": [13, 40, 41], "edward": 70, "efficient": 75, "eficaz": 57, "eficient": [67, 98], "egde_t": 54, "eid": [54, 58, 71, 84], "eids": 22, "ein": [34, 35, 54, 55], "ejecu": [6, 7, 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, 76, 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], "ejecut": [7, 8, 13, 19, 24, 45, 47, 69, 73, 77, 88, 89, 97, 116, 119, 121], "ejempl": [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, 101, 102, 103, 108, 121, 125, 126, 128, 129], "elabor": 119, "electr": [13, 24, 71], "electrical": [24, 58], "electricity": [24, 58], "eleg": 99, "element": [24, 82], "elementary": 75, "elimi": 119, "elimin": [13, 22, 36, 44, 49, 52, 53, 100, 119, 128, 129], "elizabeth": 56, "ell": 110, "ello": 123, "else": [22, 24, 35, 65, 71, 72, 104, 105, 106, 110, 115, 121], "ema": 26, "embal": 5, "embarg": [45, 70, 116], "embedd": 58, "empat": [66, 113], "empez": 24, "empres": 123, "empty": [19, 24, 27, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 56, 57, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 72, 73, 75, 77, 78, 82, 83, 84, 85, 86, 88, 89, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 111, 112, 113, 114, 115, 127], "empuj": [5, 19, 20, 91, 92, 120], "emtpy": [28, 29, 58, 71, 72, 110, 114], "enabling": 25, "encaj": 35, "encamin": [24, 71], "encapsul": 119, "encarecid": 24, "encog": 99, "encontr": [3, 4, 13, 24, 25, 26, 45, 63, 64, 65, 91, 92, 99, 104, 105, 111, 112, 113, 115, 123, 127], "encuentr": [0, 1, 5, 8, 9, 13, 21, 24, 26, 34, 35, 54, 55, 63, 64, 78, 79, 80, 81, 91, 92, 93, 94, 95, 96, 98, 99, 114, 116, 119, 122, 123, 127], "end": [13, 16, 19, 22, 24, 25, 35, 58, 65, 71, 72, 104, 105, 106, 110, 115, 121], "end_": 16, "end_clos": [5, 91, 92], "end_id": [4, 28, 29], "end_node_": [5, 91], "end_op": [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_vids": [43, 45, 57, 70, 106, 110, 111], "end_x": [5, 92], "end_y": [5, 92], "endcap": 72, "ending": [24, 58, 121], "endpoint": 71, "ends": [24, 34, 58, 90], "enfoqu": [11, 18, 52, 98, 117], "enrut": [20, 55, 84, 90, 91], "ense\u00f1": 22, "enter": [0, 1, 2, 3, 4, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 22, 24, 25, 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, 116, 117, 119, 124, 126, 127, 128, 129], "entering": 25, "entidad": 26, "entonc": [4, 5, 13, 16, 17, 19, 22, 24, 28, 29, 32, 39, 46, 47, 66, 69, 76, 87, 88, 89, 97, 101, 113, 128], "entorn": 119, "entrad": [3, 4, 7, 15, 18, 20, 33, 35, 42, 62, 71, 84, 85, 88, 89, 102, 112, 120, 123, 125, 129], "entran": 35, "entrant": [13, 19, 34, 35, 54, 55], "entrar": 35, "entreg": 18, "entren": 35, "enumer": 75, "enumerating": 75, "enumeration": 75, "envi": [5, 19, 24, 88], "envoltori": 123, "envoltur": 119, "eout": [34, 35, 54, 55], "ep": 72, "epp": [40, 41], "epsilon": [6, 30, 31, 32, 37, 38, 39], "equal": [128, 129], "equi": 66, "equicost": [22, 66, 113], "equivalent": [5, 30, 36, 37, 47, 65, 68, 69, 87, 88, 89, 97, 104, 105, 115], "equivoc": 35, "error": [0, 22, 34, 35, 48, 54, 55, 59, 79, 81, 94, 96, 101, 119, 123], "errors": 35, "escal": 24, "escenari": [34, 54, 55], "escrib": [34, 54, 55, 123], "escrit": 26, "esencial": 99, "esfuerz": [25, 119], "espaci": [13, 53, 76, 90], "especial": [20, 120, 124], "especif": [24, 71, 119], "esper": [5, 8, 9, 40, 41, 42, 91, 92], "esquem": [34, 35, 54, 55, 90, 119], "esquiv": [65, 104, 105, 115, 127], "establ": 33, "establec": [15, 35, 42, 62, 63, 64, 84, 112], "establezc": 13, "estacion": [63, 64], "estan": [1, 2, 3, 5, 11, 14, 15, 16, 17, 22, 26, 28, 45, 46, 58, 59, 63, 64, 65, 71, 79, 80, 81, 82, 90, 94, 95, 96, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 126, 127, 128, 129], "estand": 45, "estandard": 25, "estandariz": [22, 27, 66, 113, 119], "esteb": 26, "esten": 90, "estrategi": 98, "estrell": [6, 8, 119], "estrict": 22, "estructur": [24, 34, 35, 54, 55, 119], "estructural": 108, "estudi": 4, "et": 4, "etc": [4, 26, 119, 128, 129], "etiquet": 123, "euclidean": [5, 18], "euclidian": 5, "evalu": [6, 119], "everything": 121, "evit": [3, 24, 128], "exact": [4, 28, 29, 35, 99, 123], "exampl": [24, 58, 84, 92, 105, 115, 119, 121], "excecution": 72, "exced": 19, "excepcion": [3, 24, 91, 103, 104, 105, 106, 107, 127], "excepcional": 119, "except": [19, 56, 121], "execut": [34, 55, 103, 104, 105, 115], "executing": [104, 105], "executions": 72, "exist": [0, 3, 6, 7, 8, 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, 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, 90, 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], "existen": 22, "existent": [22, 24, 67, 86, 119], "exists": [34, 54, 55, 58, 71, 90, 109], "exit": [9, 16, 25, 40, 41, 42, 60, 61], "expans": 98, "expansion": [0, 1, 17, 20, 21, 48, 59, 66, 78, 79, 80, 81, 93, 94, 95, 96, 113, 116, 120], "expect": [54, 55], "experiment": 70, "experimental": [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": [24, 26, 58], "extension": [7, 24, 25, 26, 75, 119], "exterior": 33, "extern": 119, "extiend": 20, "extra": [17, 25, 58, 66, 67, 71, 79, 80, 81, 94, 95, 96, 113, 117, 123, 124], "extraccion": [25, 119], "extraid": [17, 66, 80, 95, 113], "extrem": [7, 119], "f": [5, 7, 13, 35, 54, 76, 90], "f12": 13, "f_box": 5, "facilit": 119, "fact": 22, "factibl": 35, "factor": [8, 24, 30, 31, 32, 37, 38, 39, 71, 91, 92], "fail": [34, 35, 54, 55], "failing": [20, 119], "fails": 119, "fairly": 24, "fall": 119, "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], "falt": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 43, 45, 46, 48, 50, 51, 56, 57, 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], "faltant": [24, 65, 104, 105, 115, 127], "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], "family": [24, 129], "fas": 99, "favor": [25, 123], "fech": 74, "fedor": 119, "fenoy": 26, "fij": [15, 24, 28, 42, 62, 71, 112, 119, 128], "fil": [6, 8, 20, 24, 28, 29, 30, 31, 32, 34, 37, 38, 39, 53, 54, 55, 67, 86, 91, 92, 98, 110, 119], "filling": 121, "filtering": 75, "filtr": 22, "fin": [5, 9, 16, 40, 41, 42, 43, 45, 57, 59, 60, 61, 70, 101, 106, 110, 111], "final": [5, 7, 8, 9, 15, 16, 24, 28, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 57, 58, 60, 61, 62, 63, 64, 68, 69, 70, 71, 72, 73, 75, 77, 83, 87, 88, 89, 91, 92, 97, 102, 103, 106, 107, 110, 111, 112, 119, 124, 127, 128, 129], "final_temperatur": [28, 29], "finaliz": [5, 92], "financi": 26, "find": [65, 105, 115], "finding": [24, 65, 75, 104, 105, 115], "findpostgresql": 119, "finds": 72, "finit": 43, "firm": [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], "first": [24, 48, 56, 72, 84, 104, 105, 107, 119], "first_edg": [24, 71], "first_search": 59, "first_segments": [24, 71], "fix": [20, 72, 119, 121], "flag": [22, 104, 105, 107], "flags": 25, "flat": 72, "flech": [121, 128, 129], "flexibl": 13, "flip": [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], "flori": 26, "flot": [91, 92], "flotant": [0, 1, 2, 3, 5, 7, 10, 11, 14, 15, 16, 17, 19, 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, 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, 117, 124, 126, 127, 128, 129], "flow": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 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], "flow_i": 19, "floyd": [7, 20, 73, 77, 120], "fluj": [18, 20, 47, 68, 69, 87, 88, 89, 97, 119, 120], "fly": [72, 121], "focal": 119, "following": [24, 25, 34, 55, 84, 91, 92, 119, 121], "follows": [103, 104, 105, 107, 115], "for": [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, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "forall": 16, "forbidden_vertic": 53, "ford": [43, 57, 70, 119], "forg": 58, "form": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 33, 34, 43, 45, 46, 48, 50, 51, 52, 54, 55, 56, 57, 58, 59, 63, 64, 65, 66, 67, 70, 71, 72, 73, 75, 76, 77, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 124, 125, 126, 127, 128, 129], "found": [24, 25, 34, 35, 54, 55, 72, 90, 92, 103, 107], "fourth": 24, "frac": [5, 24], "fraccion": [119, 128], "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], "frederic": 26, "freebsd": 119, "from": [3, 7, 13, 20, 22, 24, 25, 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, 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, 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, 121, 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": [110, 121], "frontal": [5, 91, 92], "ft": [24, 35], "fuent": [9, 19, 20, 45, 47, 55, 63, 64, 69, 88, 89, 90, 97, 128], "fuert": 100, "fuertement": [12, 20, 100, 120], "fug": 119, "fugaz": 119, "full": [24, 71], "funcion": [1, 2, 14, 15, 17, 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, 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, 122, 127, 128], "funcional": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 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, 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], "function": [13, 20, 22, 34, 61, 65, 72, 86, 101, 115, 119], "functionaliti": 25, "functions": [24, 58, 119, 121, 124, 129], "fundacion": 26, "fundicion": 22, "furth": 72, "fusion": 99, "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, "gaps": [34, 90], "garant": 19, "garantiz": [19, 28, 47, 59, 69, 88, 89, 97], "garg": 26, "gaul": 119, "gcc": 119, "ge": 24, "geisberger_dipl": 13, "gemetry": 121, "genealog": 24, "gener": [3, 4, 5, 10, 11, 12, 13, 18, 19, 21, 23, 29, 35, 43, 45, 46, 48, 50, 51, 54, 56, 57, 58, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 90, 91, 92, 99, 101, 102, 107, 109, 119, 125, 126], "general": [1, 5, 26, 45, 55, 71, 90, 103, 104, 105, 115, 123], "generaliz": 5, "generat": [72, 84, 90, 121], "generate_seri": [92, 121], "generator": [20, 119], "gent": 26, "geoespacial": [20, 26], "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_original": 72, "geom_tabl": 35, "geometr": [15, 20, 33, 34, 35, 42, 54, 55, 62, 85, 90, 112, 119, 120, 124], "geometri": [34, 72, 90], "geometry": [29, 33, 34, 35, 54, 55, 71, 72, 90, 119, 121], "georepublic": [26, 123], "geospacial": 20, "gerald": 26, "get": [24, 25, 58, 75, 84], "getting": [104, 105], "gid": [7, 34, 54, 55], "gir": [3, 20, 24, 71, 84, 119, 120], "gis": 20, "git": [20, 25, 74, 119], "github": [20, 24, 25, 26, 119], "giv": [24, 25, 65, 104, 105, 115, 119], "glibc": 119, "global": [63, 64], "gloriet": 35, "gnu": 26, "go": 25, "goals": 119, "goes": [58, 65, 104, 105, 115], "going": [22, 84], "gonzalez": 26, "good": 24, "googl": 26, "got": [34, 55], "grad": [5, 6, 56, 67, 98], "graf": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 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, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 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, 120, 122, 125, 126, 127, 128, 129], "grafic": [6, 7, 8, 9, 13, 16, 19, 24, 25, 30, 31, 34, 35, 37, 38, 40, 41, 42, 46, 52, 53, 68, 85, 87, 99, 100, 119], "grafoaf": 84, "grand": [8, 9, 13, 24, 40, 41, 42, 119], "grap": 56, "graph": [4, 6, 8, 21, 24, 25, 27, 28, 29, 30, 31, 32, 35, 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, 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, 110, 111, 112, 113, 114, 115, 116, 119, 124, 128, 129], "graph_theory": 82, "graphs": [75, 102, 105, 113, 115], "gre": 72, "grosor": 43, "group": [58, 71, 90], "grouping": 119, "grraf": 76, "grup": [19, 20, 68, 120, 128], "gsoc": 119, "guarante": 103, "guard": [119, 128], "gudes": 26, "gui": [3, 24, 25, 26, 60, 86, 103], "guid": 26, "gupt": 26, "gz": 25, "h": [6, 30, 31, 32, 37, 38, 39], "hab": 86, "habil": 128, "habilit": 20, "habr": [24, 52, 72], "hac": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 24, 26, 28, 29, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 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], "haci": [8, 19, 28, 29, 87, 117, 129], "hag": 121, "hagal": 123, "hall": 25, "hamilton": 4, "hand": 58, "handling": 72, "handouts": [40, 41], "hang": 26, "happ": 84, "happens": 102, "haran": 76, "hard": [5, 91, 92, 98], "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], "hassl": 4, "hast": [0, 5, 7, 8, 13, 15, 16, 17, 22, 24, 25, 27, 30, 31, 32, 37, 38, 39, 40, 41, 42, 43, 45, 48, 50, 52, 57, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 72, 73, 75, 77, 79, 80, 81, 89, 91, 92, 94, 95, 96, 99, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127], "hav": [24, 58, 72, 75, 119, 121], "hawick": 75, "headers": 119, "health": 75, "heap_paths": [27, 107, 114], "hech": [1, 2, 3, 11, 14, 15, 16, 17, 28, 58, 59, 63, 64, 65, 71, 90, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 124, 126, 127, 128, 129], "help": 124, "hem": 25, "her": [58, 75, 121], "hered": 119, "herramient": [24, 35, 119], "heurist": [8, 30, 31, 32, 37, 38, 39], "heuristic": [6, 30, 31, 32, 37, 38, 39, 119], "hic": 119, "high": 75, "himanshu": 26, "hint": [32, 39, 42, 54, 55, 62, 112], "historial": 119, "history": [4, 119], "hit": 119, "hoj": [13, 84], "holandes": [16, 60, 61, 62, 112], "honr": 119, "hor": [5, 91, 92], "horari": [5, 92], "hossain": 26, "houssem": 26, "how": [24, 84, 128, 129], "hpp": 119, "hr": 5, "html": [6, 8, 22, 25, 30, 37, 45, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "http": 26, "https": [5, 6, 7, 8, 13, 19, 20, 22, 24, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 76, 82, 83, 84, 85, 86, 87, 88, 89, 92, 97, 99, 101, 102, 109, 119, 121, 123], "huang": 26, "huec": 90, "i": [16, 19, 25, 45, 57, 65, 90, 104, 105, 115, 127], "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], "ide": [5, 24, 99], "ident": 98, "identif": [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, 119, 127, 128, 129], "identifi": [72, 121], "identific": 35, "identifiers": [84, 105, 115], "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], "ids": [48, 59, 84], "if": [16, 19, 24, 34, 54, 55, 58, 71, 72, 90, 103, 106, 109, 124, 128, 129], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 16, 17, 19, 22, 24, 28, 29, 30, 31, 37, 38, 40, 41, 42, 43, 45, 47, 48, 52, 57, 59, 60, 61, 65, 66, 69, 70, 71, 72, 79, 80, 81, 87, 88, 89, 94, 95, 96, 97, 103, 104, 105, 106, 107, 113, 115, 119, 127], "ignoring": [32, 39, 42, 62, 112], "igual": [5, 9, 15, 16, 17, 19, 40, 41, 42, 48, 57, 59, 60, 61, 62, 63, 64, 66, 67, 70, 80, 91, 95, 106, 111, 112, 113], "ilegal": 91, "ilimit": 13, "im": 75, "imag": [15, 29, 42, 48, 59, 62, 90, 112], "imagen": [128, 129], "imaptools": 26, "impar": 46, "implemenent": 75, "implement": [0, 1, 4, 5, 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, 93, 94, 95, 96, 98, 99, 112, 116, 122], "implementation": 92, "implic": [13, 24], "implicit": [3, 119], "impon": 57, "import": [22, 24, 34, 35, 54, 55, 58, 71, 119], "impos": 35, "improv": 119, "imre": 26, "in": [13, 16, 19, 22, 24, 25, 28, 32, 34, 35, 39, 42, 47, 48, 54, 55, 56, 58, 59, 62, 68, 69, 71, 72, 75, 84, 87, 88, 89, 90, 92, 97, 99, 102, 103, 110, 113, 119, 121, 124], "in_coming": [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, "incident": 58, "incidet": [117, 124], "inclu": [13, 17, 22, 24, 26, 28, 53, 80, 84, 90, 95, 105, 106, 110, 111, 113, 114, 115, 116, 122, 123, 128, 129], "includ": [25, 106, 113, 119], "incluid": [9, 15, 16, 40, 41, 42, 57, 60, 61, 62, 70, 112], "inclus": [24, 71], "inclusion": [17, 66, 80, 95, 113], "incorpor": [53, 90, 119], "incorrect": [24, 71, 90], "increas": 84, "increasing": 56, "increment": 54, "indefin": 84, "independient": [22, 86], "index": [24, 119, 121], "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], "indicat": [72, 124], "indicating": 72, "individual": 25, "inesper": 119, "inf": [32, 39], "inferior": [15, 42, 62, 112], "infinit": [7, 35, 73, 77], "infinity": 107, "info": [24, 26, 52, 72, 123], "inform": [3, 16, 20, 25, 28, 34, 35, 54, 55, 58, 74, 79, 81, 94, 96, 108, 117, 120, 123, 124, 128, 129], "informacion2": 119, "informat": [16, 60, 61, 62, 112], "information": [24, 58, 71, 72, 84, 92, 121], "infraccion": [5, 91, 92], "infraestructur": 119, "infty": [6, 8, 9, 15, 16, 30, 31, 37, 38, 40, 41, 42, 43, 57, 60, 61, 62, 70, 111, 112], "inical": 24, "inici": [5, 9, 14, 24, 25, 27, 30, 37, 40, 41, 43, 45, 54, 57, 60, 61, 63, 64, 65, 66, 68, 70, 75, 91, 92, 103, 104, 105, 106, 107, 114, 115, 127], "inicial": [5, 8, 9, 15, 16, 24, 27, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 75, 87, 88, 89, 91, 92, 97, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 127, 128, 129], "initial_sol": [5, 91, 92], "initial_temperatur": [28, 29], "inmediat": 82, "innecesari": 119, "inner": [24, 84, 105], "input": 13, "insercion": [5, 91, 92], "insert": [3, 5, 13, 22, 24, 29, 46, 52, 71, 72, 76, 84, 90, 91, 92, 109, 121, 128, 129], "inserting": 121, "inspeccion": [22, 90], "inspecting": 84, "instal": [20, 24, 119], "instalacoon": 25, "install": 25, "installation": 25, "installing": 25, "instanci": 28, "inste": 119, "instruccion": [25, 91, 92, 121, 123], "instructions": 25, "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": 119, "integral": 22, "intencion": 127, "intens": 99, "intent": [5, 24, 65, 98, 104, 105, 115, 127], "interactiv": 25, "interes": [24, 128, 129], "intereseccion": 90, "interest": 121, "interior": 33, "intermedi": 119, "intern": [3, 20, 22, 119], "internal": 119, "internally": [128, 129], "interpret": [9, 16, 40, 41, 42, 45, 60, 61, 128, 129], "interseccion": [24, 71, 84, 90], "intersect": 90, "intersection": [24, 58], "intersections": [34, 90], "into": [3, 13, 22, 24, 29, 46, 52, 54, 56, 58, 71, 72, 76, 84, 90, 92, 109, 121], "introduc": 35, "introduccion": 20, "introduzc": 90, "inval": 22, "invers": [56, 83, 84, 86, 90, 121], "inversion": 22, "invert": 35, "involucr": [5, 22, 91, 92], "involv": [25, 84], "ir": [13, 16, 24, 25, 27, 30, 37, 40, 43, 45, 50, 57, 60, 63, 65, 68, 70, 71, 75, 103, 104, 105, 106, 107, 110, 114, 115, 127], "is": [24, 25, 34, 35, 54, 55, 56, 58, 65, 67, 71, 72, 75, 84, 90, 92, 101, 102, 103, 104, 105, 106, 113, 115, 119, 121, 124, 128, 129], "is_a": [106, 110], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 26, "isolat": [34, 90], "issu": [20, 119, 123], "it": [24, 54, 58, 71, 72, 75, 103, 104, 105, 106, 121], "itali": 123, "iter": [88, 89, 98], "iti": 13, "izquierd": [3, 15, 24, 48, 59, 105, 106, 112, 113, 115, 127], "jain": 26, "jam": [56, 75], "japon": 123, "jarnik": 116, "jay": 26, "jinfu": 26, "johnson": [7, 20, 75, 77, 120], "join": [24, 29, 52, 58, 71, 72, 84, 90, 92, 104, 105, 121], "joshi": 26, "junod": 26, "junt": 46, "juntur": 90, "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, 30, 98, 107, 114, 117, 119, 120, 129], "k_": 76, "k_5": 76, "k_shortest_path_routing": 27, "kai": 26, "kalr": 4, "karp": [19, 20, 69, 120], "kastl": 26, "keeps": 121, "ken": 75, "kept": [119, 128, 129], "key": [3, 22, 72, 92, 109, 121], "kg": 5, "kind": 24, "kirkm": 4, "kishor": 26, "kit": 13, "km": 5, "known": 121, "ko": 26, "kolmogorov": [19, 20, 47, 120], "kondeti": 26, "kruskal": [0, 1, 17, 20, 24, 78, 79, 80, 81, 119, 120, 122], "kum": 26, "l": [15, 22, 24, 25, 72, 83, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "lad": [15, 22, 24, 105, 106, 112, 115, 127], "languag": 13, "lanz": [22, 57, 101], "lanzamient": [1, 2, 3, 11, 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], "larg": [4, 28, 29, 128], "lat": [5, 6], "latest": 25, "latex": 25, "latitud": [5, 6], "lc101": [92, 121], "lc101_c": [92, 121], "lea": 25, "lectur": 13, "lecture16": 13, "lee": 90, "leer": [3, 60], "left": [24, 58, 71, 72, 84, 104, 105, 121], "leftrightarrow": 24, "leg": 119, "leid": 8, "leng": 26, "lengau": 82, "length": 72, "lenguaj": 119, "lent": [5, 43], "leopark": 26, "leq": [79, 80, 81, 94, 95, 96], "less": 72, "lest": 43, "li": [92, 121], "libboost": 25, "liber": 90, "libr": [4, 20, 28, 29], "library": [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], "libs": [6, 8, 30, 37, 47, 63, 64, 69, 76, 85, 86, 87, 88, 89, 97], "libtap": 25, "licenci": [20, 90], "licens": [20, 26], "lig": 119, "lik": [24, 58, 103], "lim": [92, 121], "limit": [0, 5, 17, 24, 48, 52, 55, 58, 59, 63, 64, 66, 72, 79, 80, 81, 88, 89, 92, 94, 95, 96, 113, 121], "limpi": [54, 119], "lin": [13, 18, 56, 63, 64, 71, 72, 83, 84, 101, 125], "line": [28, 63, 64, 76, 84], "line_graph": [83, 84], "lineal": [53, 57, 84, 101, 119], "linegraph_edg": 84, "liner": 13, "linesstring": [24, 35], "linestring": [24, 35, 52, 54, 71, 72], "links": 119, "linux": [25, 119], "list": [4, 20, 28, 29, 65, 66, 85, 104, 105, 113, 115, 119, 127], "listinf": 123, "lists": 123, "liv": 26, "llam": [3, 24, 45, 66, 76, 82, 90, 113, 119], "lleg": [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, 79, 80, 81, 87, 88, 89, 91, 92, 94, 95, 96, 97, 103, 106, 110, 111, 113, 114, 128, 129], "llegant": [19, 47, 69, 88, 89, 97], "llen": [22, 34, 35, 54, 55], "llev": [7, 43], "lllen": 13, "llos": [24, 71], "loas": [31, 38], "local": [24, 71, 83, 84], "locat": [72, 121, 128, 129], "location": [72, 121], "locations": [72, 105, 115, 121], "log": [6, 8, 9, 16, 21, 30, 31, 37, 38, 40, 41, 42, 45, 56, 60, 61, 63, 64, 77, 78, 79, 80, 81, 82, 88, 89, 93, 94, 95, 96, 99, 106, 110, 111, 116], "logg": [54, 71], "logic": 35, "logr": [35, 128, 129], "logv": [10, 50, 51], "lon": [5, 6], "long": [32, 39, 42, 62, 112], "longitud": [5, 6, 46], "look": [24, 58], "looks": [24, 58], "lueg": [6, 8, 30, 31, 37, 38, 85], "lug": [5, 22, 33, 91, 92, 119], "lugar": [5, 92], "m": [5, 6, 43, 56], "m_": [5, 91, 92], "mac": 119, "mahadeok": 26, "mahmoud": 26, "mailing": 123, "mailm": 123, "main": [24, 119], "main_sql": 71, "majority": 24, "mak": 25, "make_connect": 85, "makefil": 25, "making": [104, 105], "man": 25, "manej": [20, 22, 105, 106, 112, 115, 117, 120, 123], "maner": [3, 20, 24, 25, 28, 35, 53, 67, 101, 128], "manikat": 26, "manipul": [6, 30, 31, 32, 37, 38, 39, 91, 92], "manje": 22, "manten": [24, 26, 71, 84], "mantendran": 29, "manual": [20, 24, 26, 30, 31, 37, 38, 40, 41, 43, 45, 47, 57, 60, 61, 68, 69, 70, 87, 88, 89, 97], "manupul": [6, 8, 30, 31, 32, 37, 38, 39], "many": [24, 58, 70, 103, 106, 119, 121], "manzan": 5, "maoguang": 26, "map": [24, 128], "maps": 84, "marc": [13, 128], "mari": 26, "mark": [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, "martiz": 28, "mas": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 20, 22, 25, 27, 28, 29, 30, 31, 34, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 91, 92, 93, 94, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 123, 124, 126, 127, 128, 129], "matching_": 86, "matemat": [4, 116], "material": 20, "materializ": [24, 71], "math": [5, 6, 9, 13, 15, 16, 17, 30, 31, 32, 37, 38, 39, 40, 41, 42, 46, 57, 60, 61, 62, 63, 66, 70, 80, 91, 92, 95, 111, 112], "matricial": 5, "matrix": [20, 24, 28, 32, 39, 42, 56, 62, 91, 112, 117, 120], "matriz": [4, 6, 7, 8, 9, 15, 16, 18, 20, 32, 39, 42, 62, 73, 77, 112, 119, 120], "max": [6, 15, 30, 31, 32, 37, 38, 39, 42, 44, 62, 72, 84, 90, 112, 119, 121], "max_capacity": 91, "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": [5, 13, 19, 20, 26, 47, 56, 59, 63, 64, 68, 69, 86, 87, 88, 89, 91, 92, 97, 98, 120], "maximiz": [47, 69, 97], "maximum": 72, "maximum_flow_problem": 19, "maximum_matching": 86, "may": 24, "mayb": 75, "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 22, 24, 25, 26, 28, 58, 59, 63, 64, 65, 71, 86, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 121, 124, 126, 127, 128, 129], "mcke": [18, 23, 56], "md": [20, 119], "means": 121, "med": 5, "medi": [7, 8, 9, 15, 42, 62, 112], "mediant": [5, 11, 15, 18, 19, 24, 40, 42, 44, 47, 48, 52, 62, 69, 73, 77, 87, 88, 89, 95, 97, 99, 100, 112, 117], "meg": 7, "mejor": [5, 63, 64, 70, 91, 92, 119, 123], "memori": 7, "memory": 75, "men": [5, 6, 13, 30, 31, 32, 33, 37, 38, 39, 84, 91, 92, 99, 119, 123], "mencion": [24, 25], "meng": 4, "menor": [17, 21, 33, 66, 67, 80, 88, 89, 95, 98, 99, 113, 119], "mensaj": 22, "menud": 90, "mercanc": 5, "merrill": 4, "mesaj": 119, "met": [7, 119], "method": [24, 25, 54, 84], "metod": 53, "metr": [5, 6, 63, 64], "metric": [4, 28, 29], "metric_tsp_approx": 119, "mid": [5, 24], "miembr": [111, 112], "mientr": [27, 107, 114], "might": [24, 103, 121], "migr": [3, 60], "migracion": [3, 26, 60, 86, 103], "migration": [22, 26], "mileston": [20, 119], "min": [5, 6, 15, 28, 30, 31, 32, 37, 38, 39, 42, 51, 62, 99, 112, 116, 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], "mingw": 25, "minim": [0, 1, 11, 18, 19, 21, 28, 44, 45, 46, 52, 59, 67, 78, 79, 80, 81, 85, 89, 93, 94, 95, 96, 98, 99, 100, 116, 119, 122], "minimiz": [5, 21, 78, 79, 80, 81, 88, 116], "minimization": 56, "minimum": [20, 119], "minor": [20, 119], "minut": 5, "mir": 35, "mism": [3, 5, 6, 7, 8, 14, 15, 19, 22, 24, 28, 29, 30, 31, 34, 35, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 54, 55, 61, 62, 63, 64, 67, 68, 69, 70, 73, 77, 84, 87, 88, 89, 90, 91, 92, 97, 99, 110, 111, 112, 128], "missing": 58, "mit": [26, 90], "miyawaki": 26, "mkdir": 25, "mod": [24, 44, 46, 98], "modif": [111, 113, 114, 119, 128], "modific": [13, 20, 22, 53, 106, 110, 111, 117, 119, 120, 124, 128], "modify": 119, "modul": 119, "moham": 26, "moment": 91, "monetari": 26, "moor": 70, "mor": [25, 75, 121, 128, 129], "most": [24, 75, 107], "mostr": [5, 13, 128, 129], "mov": [72, 121], "mpas": [111, 114], "msvc": 119, "msys": 25, "much": [22, 86, 119], "muestr": [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, 119, 128, 129], "mukul": 26, "multi": 119, "multipl": [5, 33, 75, 91, 92, 119], "multiplic": 4, "mund": 128, "must": [24, 58, 72], "my_dijkstr": [13, 22], "myare": 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], "nag": 26, "nam": [20, 24, 25, 56, 66, 113, 114, 119, 121, 129], "nameless": 24, "namespac": 119, "naranj": 84, "nardelli": 26, "navig": 103, "near": [34, 90], "nearest": [72, 121], "neces": [22, 58, 71], "necesari": [3, 5, 6, 10, 11, 12, 13, 18, 19, 22, 23, 24, 25, 43, 45, 46, 48, 50, 51, 56, 57, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126, 127], "necesit": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 24, 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, 123, 124, 125, 126, 127, 128, 129], "need": [24, 72, 121, 124], "needs": [24, 92, 121, 124], "negat": [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, 127, 128, 129], "negativ": [83, 84, 105, 106, 115, 121], "neq": [16, 19, 24], "net": 26, "netlab": 123, "network": 124, "networks": [58, 103], "new": [25, 72, 84, 90, 104, 105, 106, 115, 119], "new_graph": 84, "new_graph_id_seq": 84, "new_lin": 72, "new_point": 72, "new_restrictions": 22, "newpoint": [72, 121], "news": [20, 119], "nextval": [84, 121], "nicol": 90, "ningun": [6, 8, 9, 16, 19, 24, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 46, 47, 57, 60, 61, 69, 70, 87, 88, 89, 90, 97, 98, 106, 110, 119], "nitish": 26, "nivel": [48, 90], "nod": [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], "nombr": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 29, 30, 34, 35, 37, 43, 45, 46, 48, 50, 51, 53, 54, 55, 56, 57, 58, 59, 63, 64, 65, 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, 124, 125, 126, 127, 128, 129], "nomenclatur": 119, "non": 106, "normal": [3, 24], "nort": 35, "not": [4, 22, 24, 25, 28, 29, 34, 45, 47, 54, 55, 58, 68, 69, 71, 72, 84, 87, 88, 89, 90, 92, 97, 101, 104, 105, 106, 107, 109, 121, 128, 129], "notacion": [34, 35, 54, 55], "notes": 34, "notes2news": [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], "notici": 26, "now": 84, "np": [4, 5, 28, 29, 56, 67, 91, 92, 98], "nucle": 119, "nuestr": [26, 90], "nuev": [3, 13, 17, 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, 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, 107, 109, 110, 111, 112, 113, 114, 119, 123, 125, 128, 129], "nul": 54, "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, "numb": [24, 58], "numer": [4, 5, 6, 7, 13, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 43, 45, 49, 53, 54, 55, 56, 63, 64, 67, 85, 86, 90, 91, 92, 98, 119, 122, 128], "numeric": [0, 5, 48, 59, 72, 79, 80, 81, 91, 92, 94, 95, 96, 105, 106, 110, 111, 112, 113, 114, 115], "numerical": [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], "obe": 26, "obedec": 28, "objet": [5, 9, 19, 24, 47, 48, 53, 88, 89, 128], "oblig": 28, "obligatori": [22, 127, 128], "obselt": 119, "observ": 13, "obsolet": [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, 88, 89, 91, 92, 99, 101, 102, 103, 107, 109, 113, 119, 125, 126], "obtain": [72, 107], "obten": [4, 5, 6, 7, 8, 16, 19, 20, 22, 27, 34, 55, 58, 71, 74, 90, 114, 117, 119, 120], "obteners": 27, "obteng": [16, 117], "obtien": [0, 24, 48, 54, 59, 79, 81, 94, 96], "ocurr": [5, 34, 54, 90, 91, 92, 119], "of": [4, 5, 20, 24, 25, 26, 34, 35, 54, 55, 56, 75, 84, 90, 91, 92, 101, 102, 103, 106, 110, 117, 119, 121, 124, 128, 129], "off": 25, "official": 119, "oficial": [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], "oficin": [123, 128, 129], "ogr2ogr": 24, "oid": 109, "ok": [34, 35, 54, 55, 90], "old_id": 90, "old_restrictions": 22, "omit": [14, 15, 19, 22, 34, 41, 42, 47, 54, 55, 59, 61, 62, 69, 70, 71, 88, 89, 97, 106, 110, 111, 112], "omitt": 24, "on": [4, 20, 22, 24, 25, 29, 52, 58, 65, 72, 90, 92, 102, 103, 104, 107, 115, 119, 121, 124, 128, 129], "once": 24, "one": [24, 35, 70, 101, 103, 106, 119, 121, 124, 129], "oneway": 35, "only": [25, 72, 75, 92, 107, 113, 114, 119], "opcion": [4, 24, 27, 30, 31, 32, 34, 37, 38, 39, 53, 59, 63, 64, 65, 66, 71, 73, 77, 92, 105, 106, 107, 110, 111, 112, 113, 114, 115, 128, 129], "opcional": [22, 24, 25, 34, 35, 54, 119], "open": [24, 92, 121], "open_tim": 109, "openbsd": 119, "oper": [24, 53, 74, 123], "operating": 25, "operation": 13, "operations_ord": 13, "opos": 109, "oposit": 121, "optim": [4, 28, 29, 33, 67, 98], "optimic": [91, 92], "optimiz": [0, 4, 5, 9, 16, 17, 28, 29, 40, 41, 42, 43, 45, 48, 57, 59, 60, 61, 66, 70, 79, 80, 81, 91, 92, 94, 95, 96, 101, 106, 110, 111, 113], "optimization": 4, "option": [24, 52, 72], "optional": [24, 113, 114, 119], "optionally": 121, "options": [35, 48, 54, 63, 64, 72, 90, 91], "opuest": 24, "or": [13, 22, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 54, 55, 56, 57, 58, 60, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 82, 83, 84, 85, 86, 88, 90, 93, 97, 98, 99, 100, 101, 103, 107, 110, 111, 112, 113, 114, 121, 124, 128, 129], "orden": [3, 6, 8, 13, 14, 15, 18, 22, 24, 30, 31, 34, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 48, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 67, 70, 79, 80, 81, 82, 86, 94, 95, 96, 98, 100, 101, 102, 104, 105, 106, 110, 111, 112, 115, 119, 127], "order": [13, 22, 24, 28, 29, 46, 48, 52, 54, 56, 59, 63, 64, 65, 67, 71, 72, 73, 77, 78, 79, 80, 81, 82, 84, 90, 92, 93, 94, 95, 96, 98, 102, 104, 105, 106, 110, 111, 112, 113, 114, 115, 121], "order_": [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, "ordering": 101, "ordern": 56, "orders": 91, "org": [5, 6, 8, 19, 20, 22, 25, 26, 27, 30, 37, 40, 41, 43, 45, 47, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 76, 82, 83, 84, 85, 86, 87, 88, 89, 97, 99, 101, 102, 109, 119, 123], "organiz": 123, "orig": [19, 20, 24, 25, 26, 28, 29, 34, 35, 45, 47, 48, 54, 55, 59, 68, 69, 70, 83, 84, 87, 88, 89, 90, 97, 119, 120, 124], "origen": [87, 97], "origin": 128, "original": [13, 19, 22, 24, 47, 52, 53, 69, 72, 83, 86, 88, 90, 97, 119, 128, 129], "original_": 84, "original_point": 72, "original_to_new_point": 72, "orkney": 26, "osge": [26, 123], "osgeo_community_projects": 26, "osgeoliv": 26, "osm": [7, 24, 71], "osm2pgrouting": [7, 24, 26, 71], "osm2pgsql": 24, "osx": 119, "other_geom": [34, 54, 55], "othergeom": 55, "others": [20, 119], "othert": [34, 54, 55], "otorg": [15, 20, 24, 105, 106, 110, 111, 112, 113, 114, 115, 120, 124, 127, 128, 129], "otpim": 67, "out": [13, 24, 25, 35, 71, 75], "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_going": [54, 71], "outall": 90, "output": [13, 30, 37, 58, 60, 72, 114, 119], "outputs": 75, "outsid": 72, "over": [22, 65, 71, 72, 92, 104, 105, 115, 121], "overloads": 20, "overpass": 7, "owned": [84, 121], "p": [72, 92, 105, 106, 110, 111, 112, 113, 114, 115, 121], "p_clos": [5, 91, 92, 121], "p_node_": [5, 91, 92, 121], "p_op": [5, 91, 92, 121], "p_servic": [5, 91, 92, 121], "p_x": [5, 92, 121], "p_y": [5, 92, 121], "pag": 119, "pagin": [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, 124, 125, 126, 127, 128, 129], "pairs": 121, "pais": [24, 128], "palabr": [16, 24, 127], "par": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 25, 27, 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, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 104, 107, 108, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128], "paragon": [26, 123], "paragoncorporation": 123, "paragraf": 100, "paralel": [67, 116], "parallel": 75, "paramet": [24, 113, 114, 119], "parameters": [24, 32, 39, 42, 62, 112, 119], "parametr": [14, 19, 20, 22, 119], "pars": 25, "part": [0, 1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 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, 121, 124, 125, 126, 127, 128, 129], "partial": [24, 52, 72], "particion": 99, "particul": [19, 48, 57, 59], "partition": 72, "pas": [3, 7, 24, 25, 28, 33, 34, 54, 55, 90, 116, 119, 123], "pasch": 26, "pass": [103, 110], "password": 25, "path": [3, 16, 22, 24, 25, 65, 71, 103, 104, 105, 106, 107, 115, 119, 121, 127], "path_": [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_at": [106, 110], "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], "paths": [103, 104, 105, 107], "patrushev": 26, "pattern": 56, "pcts": 22, "pdf": [13, 25, 40, 41], "pdptw": [92, 121], "peaton": [24, 63, 64, 71, 121], "peatonal": [63, 64], "ped": [5, 18, 20, 32, 39, 91, 92, 119], "pedestri": [24, 58], "pedestrians": [24, 58], "pens": 35, "penyngton": 4, "peor": [4, 9, 28, 29, 40, 41, 42, 70], "peque\u00f1": [24, 27, 98, 107, 114, 121], "per": [1, 2, 3, 11, 14, 15, 16, 17, 19, 24, 28, 35, 43, 44, 46, 58, 59, 63, 64, 65, 71, 84, 98, 99, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 117, 119, 124, 126, 127, 128, 129], "perd": 119, "perform": 72, "performanc": [75, 119], "performing": [34, 35, 54, 55, 90], "performs": [104, 105], "perl": 25, "perl5": 119, "permanent": [119, 128], "permis": [20, 120, 124], "permit": [3, 5, 6, 13, 24, 63, 64, 91, 92, 103, 104, 105, 106, 107, 119, 127], "permut": 56, "personal": 24, "pertenc": 106, "pertenec": [14, 15, 36, 42, 44, 45, 52, 62, 100, 110, 111, 112, 119], "pertenezc": [13, 45], "pes": [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], "pg": 119, "pg_prov": 25, "pg_prove_tests": [25, 119], "pgdijkstr": 26, "pgr": [19, 54, 55], "pgr_": [24, 119], "pgr_alphashap": [17, 20, 66, 113, 119, 120], "pgr_analyzeggraph": 35, "pgr_analyzegraph": [20, 35, 54, 55, 90, 120, 124], "pgr_analyzeoneway": [20, 34, 54, 55, 90, 120, 124], "pgr_apspjohnson": 119, "pgr_apspwarshall": 119, "pgr_articulationpoints": [12, 20, 119, 120], "pgr_ast": [6, 8, 20, 32, 39, 119, 120], "pgr_astarcost": [6, 14, 20, 119, 120], "pgr_astarcostmatrix": [6, 15, 20, 119, 120], "pgr_bdast": [8, 20, 39, 119, 120], "pgr_bdastarcost": [8, 14, 20, 119, 120], "pgr_bdastarcostmatrix": [8, 15, 20, 119, 120], "pgr_bddijkstr": [9, 20, 42, 119, 120], "pgr_bddijkstracost": [9, 14, 20, 119, 120], "pgr_bddijkstracostmatrix": [9, 15, 20, 119, 120], "pgr_bddijsktr": 40, "pgr_bddijstr": 119, "pgr_bellmanford": [18, 119], "pgr_biconnectedcomponents": [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_chinesepostm": [10, 18, 119], "pgr_chinesepostmancost": [10, 18, 119], "pgr_connectedcomponents": [12, 20, 24, 72, 99, 102, 119, 120], "pgr_contractgraph": [53, 119], "pgr_contraction": [13, 20, 24, 120], "pgr_create_topology": 55, "pgr_createtopology": [20, 34, 35, 55, 90, 119, 120, 124], "pgr_createverticest": [20, 34, 35, 54, 71, 119, 120, 124], "pgr_cuthillmckeeordering": [18, 23, 119], "pgr_dagshortestpath": [18, 119], "pgr_degre": [117, 119, 124], "pgr_depthfirstsearch": [1, 117, 119, 126], "pgr_dijkstr": [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_dijkstran": [16, 24, 64, 84, 117, 119], "pgr_dijkstranearcost": [14, 16, 20, 63, 117, 119, 120], "pgr_dijkstravi": [16, 24, 104, 115, 117, 119, 127, 129], "pgr_drivingdistanc": [16, 17, 20, 33, 113, 119, 120, 129], "pgr_edgecoloring": [11, 18, 119], "pgr_edgedisjointpaths": [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_floydwarshall": [7, 20, 77, 119, 120], "pgr_full_version": [20, 108, 118, 120], "pgr_getcolumnnam": 119, "pgr_gettablenam": 119, "pgr_gsoc_vrppdtw": [92, 119], "pgr_hawickcircuits": [18, 119], "pgr_iscolumncndex": 119, "pgr_iscolumnint": 119, "pgr_isplan": [18, 119], "pgr_johnson": [7, 20, 73, 119, 120], "pgr_kdijkstr": 119, "pgr_kdijkstracost": 119, "pgr_kdijkstrapath": 119, "pgr_kruskal": [20, 21, 24, 119, 120], "pgr_kruskalbfs": [0, 20, 21, 119, 120], "pgr_kruskaldd": [17, 20, 21, 119, 120], "pgr_kruskaldfs": [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_linegraphfull": [18, 119, 125], "pgr_makeconnect": [12, 18, 119], "pgr_makedistancematrix": 119, "pgr_maxcardinalitymatch": [19, 20, 119, 120], "pgr_maxcardinalitymatching": 119, "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_maximumcardinalitymatching": [86, 119], "pgr_nodenetwork": [20, 34, 119, 120, 124], "pgr_pgr_lengauertarjandominatortre": 119, "pgr_pickdeliv": [5, 18, 119], "pgr_pickdelivereuclid": [5, 18, 119], "pgr_pointsaspolygon": 119, "pgr_pointstodmatrix": 119, "pgr_pointstovids": 119, "pgr_pointt": 119, "pgr_pointtoedgenod": 119, "pgr_prim": [20, 24, 116, 119, 120], "pgr_primbfs": [0, 20, 116, 119, 120], "pgr_primdd": [17, 20, 116, 119, 120], "pgr_primdfs": [1, 20, 116, 119, 120], "pgr_pushrelabel": [19, 20, 24, 47, 69, 87, 119, 120], "pgr_quote_ident": 119, "pgr_sequentialvertexcoloring": [11, 117, 119], "pgr_startpoint": 119, "pgr_stoerwagn": [18, 20, 119], "pgr_strongcomponents": [12, 20, 119, 120], "pgr_texttopoints": 119, "pgr_topologicalsort": [18, 119], "pgr_transitiveclosur": [18, 119], "pgr_trsp": [3, 20, 24, 104, 105, 117, 119, 120], "pgr_trsp_withpoints": [3, 105, 117, 119, 128], "pgr_trspvi": [3, 117, 119, 127], "pgr_trspvia_withpoints": [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_tspeuclid": [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_withpoints": [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_withpointsvi": [105, 117, 119, 127, 129], "pgrouting": [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, "pgrrouting": [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], "phi": 19, "pi": 16, "pickup": [92, 121], "pid": [15, 22, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "pindex": [92, 121], "pip": 25, "pist": 90, "pl": 25, "plac": [34, 56], "plan": 76, "planar": 76, "plataform": [25, 119], "ple": [34, 35, 54, 55, 90], "plementation": 75, "plum": 5, "pm": 5, "poc": [24, 26], "pod": [22, 24, 25, 35, 45, 90], "poder": 35, "podr": [3, 5, 10, 11, 12, 13, 18, 19, 23, 28, 35, 43, 45, 46, 48, 50, 51, 53, 56, 57, 67, 70, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 99, 101, 102, 107, 109, 125, 126], "point": [34, 35, 54, 55, 71, 105, 106, 110, 115, 119, 121, 128, 129], "point_sql": 72, "point_xy": 119, "points": [113, 119, 121, 128, 129], "points_sql": [106, 110, 111, 119], "pointsofinterest": [22, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 128, 129], "pointsofinterset": 28, "poligon": [33, 119], "poligonal": 33, "polinomi": 47, "pon": 123, "ponder": [16, 19, 24, 45, 57, 70, 99, 101, 116], "populating": 55, "pora": 119, "porqu": [13, 22, 28, 34, 35, 54, 55, 63, 64, 76, 84, 90], "portal": [24, 71], "portland": 7, "posibl": [1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 28, 29, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 63, 64, 65, 67, 70, 71, 75, 76, 78, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 98, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 122, 124, 125, 126, 127, 128, 129], "posicion": [15, 16, 24, 27, 28, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 71, 75, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "posicional": [34, 54, 55, 63, 64], "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 24, 40, 41, 42, 43, 47, 50, 51, 53, 60, 61, 62, 69, 73, 77, 78, 79, 80, 81, 86, 88, 89, 93, 94, 95, 96, 97, 99, 105, 106, 110, 111, 112, 113, 114, 115, 116, 122, 127, 128, 129], "positional": 24, "positiv": [84, 105, 106, 115], "possibl": 72, "post": [17, 20, 120], "posterior": [5, 26, 91, 92, 119], "postgis": [7, 20, 24, 25, 26, 33, 119, 123], "postgis_full_version": 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], "postition": 72, "postm": [18, 50, 51, 119], "potencial": 35, "potential": [34, 35, 90], "potts": 26, "poz": 19, "practical": 75, "pratap": 26, "pre": [34, 35, 114], "precision": [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], "predecesor": [22, 26], "predetermin": [22, 29, 30, 33, 34, 35, 37, 54, 55, 63, 64, 72, 90, 112], "prefer": [28, 33, 128, 129], "prefij": 119, "prefix": 121, "pregunt": [4, 28, 29, 123], "prep": 58, "prepar": [54, 71], "preparation": 24, "prepare_cap": 72, "prerrequisit": 119, "presdecesor": [17, 66, 113], "present": [15, 24, 44, 75, 82, 84, 98, 105, 106, 110, 111, 112, 113, 114, 115, 127, 128, 129], "previous": 119, "previously": 25, "previus": 84, "prim": [0, 1, 3, 4, 7, 10, 15, 16, 17, 19, 20, 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, 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, 119, 120, 122, 127, 128, 129], "primari": 82, "primary": [3, 22, 72, 92, 109, 121], "primer": [4, 6, 8, 13, 24, 27, 28, 29, 30, 31, 37, 38, 43, 45, 48, 59, 63, 64, 68, 79, 80, 81, 85, 94, 95, 96, 103, 106, 107, 110, 114], "princeton": [4, 40, 41], "principal": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 26, 30, 31, 32, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 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], "priorid": 71, "prioriz": 123, "priy": 26, "prob": [7, 25, 119, 123], "probabl": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 23, 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, 124, 125, 126, 127, 128, 129], "problem": [5, 6, 18, 19, 20, 22, 24, 26, 34, 35, 45, 50, 51, 54, 55, 57, 58, 60, 61, 62, 67, 71, 75, 90, 91, 92, 98, 99, 112, 119, 121, 127, 128, 129], "problems": [35, 56], "proc": 25, "proced": [24, 71], "procedent": 24, "proces": [0, 1, 7, 9, 10, 13, 15, 16, 17, 19, 20, 21, 24, 25, 27, 40, 41, 42, 43, 45, 47, 50, 51, 53, 54, 55, 57, 58, 60, 61, 62, 69, 71, 73, 77, 78, 79, 80, 81, 88, 89, 93, 94, 95, 96, 97, 99, 101, 107, 110, 111, 112, 114, 116, 119, 120, 122, 128], "process": [55, 72, 84, 102, 121, 128, 129], "processing": [34, 35, 54, 55, 90, 119], "produc": [16, 55, 57, 59, 60, 61, 62, 67, 98, 102, 112, 116], "product": 26, "profesional": 123, "profund": [0, 1, 17, 22, 45, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113, 117, 126], "progress": 7, "prohib": [3, 13, 22, 24, 53, 84, 103, 104, 105, 106, 107, 119, 127], "project": 26, "projects": 119, "projectweb": [92, 121], "promedi": [5, 6, 7, 70], "promov": [4, 59, 63, 64, 98, 119], "prompt": 25, "pronunci": 6, "prop": [3, 20, 22, 24, 72, 117, 119, 120, 124, 127, 128, 129], "propi": 119, "proporcion": [5, 13, 20, 22, 48, 55, 59, 71, 85, 98, 114, 121, 123], "proposit": [0, 17, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "propuest": [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, 58, 59, 60, 61, 62, 67, 68, 69, 70, 72, 75, 76, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 97, 99, 101, 102, 103, 104, 105, 106, 107, 109, 115, 119, 120, 121, 124, 125, 126, 127, 128, 129], "propust": [1, 117, 126], "prototip": 103, "prove": 67, "proveedor": [24, 35, 71], "provid": [25, 121], "providers": 123, "provien": [24, 71], "provoc": 90, "proxim": [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, 124, 126, 127, 128, 129], "proyeccion": [34, 54, 90], "proyect": [20, 24, 26, 119], "prueb": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 23, 43, 45, 46, 48, 50, 51, 56, 57, 59, 63, 64, 65, 67, 70, 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], "pseud": 53, "psql": [7, 24, 25], "public": [26, 34, 35, 43, 54, 55, 90, 121], "publish": [75, 92, 121], "pud": [34, 54, 55], "pued": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 28, 29, 34, 35, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 75, 76, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 97, 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], "puent": [12, 20, 24, 49, 71, 90, 120], "puert": 119, "pues": 22, "puest": 114, "pull": [20, 26, 119], "punt": [3, 5, 6, 12, 20, 22, 29, 33, 36, 52, 58, 71, 83, 90, 117, 119, 120], "punter": 119, "push": [87, 97], "push_relabel_max_flow": [87, 97], "python3": 119, "q": [25, 119], "q1": 28, "quad": [16, 19], "queri": [20, 24, 105, 119, 121], "query": [7, 24, 34, 55, 72, 84, 103], "questions": 123, "queu": 56, "quit": 84, "quote_literal": 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, "radi": 33, "radic": 70, "radius": 33, "raic": [0, 17, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "raise_exception": [54, 55], "raiz": [0, 17, 48, 59, 66, 79, 80, 81, 82, 94, 95, 96, 113], "raj": 26, "rajat": 26, "randomiz": [28, 29], "rang": 98, "rap": [5, 8, 9, 24, 40, 41, 42, 45, 70, 119], "rasg": [24, 71], "rastr": 119, "rath": 58, "razequl": 26, "reach": [113, 119], "reachability": 102, "readers": 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], "realid": [24, 71, 119], "realiz": [0, 1, 3, 5, 7, 9, 10, 13, 15, 16, 19, 21, 24, 25, 32, 39, 40, 41, 42, 45, 47, 50, 51, 53, 58, 60, 61, 62, 69, 71, 73, 77, 78, 79, 80, 81, 85, 88, 89, 91, 92, 93, 94, 95, 96, 97, 99, 110, 111, 112, 116, 122], "receiv": 103, "receptor": 19, "rechability": 102, "recib": [34, 55, 58, 71], "recien": [24, 71, 84], "recoc": [28, 29, 119], "recog": 18, "recomend": [7, 35, 73, 77], "recomendation": 121, "recomiend": [24, 121, 123], "reconstru": [20, 55, 120, 124], "reconstruccion": 55, "record": [13, 119], "recorr": [0, 1, 4, 17, 18, 28, 45, 48, 59, 66, 79, 80, 81, 94, 95, 96, 98, 113, 117, 126], "recr": 90, "recre": 54, "rect": 76, "recurs": 99, "recursevly": [128, 129], "red": [3, 5, 13, 19, 20, 26, 34, 35, 36, 44, 45, 49, 52, 54, 55, 56, 60, 67, 73, 77, 78, 83, 84, 85, 90, 92, 93, 94, 98, 100, 111, 114, 119, 121], "reddy": 26, "reduc": [13, 24, 53], "reemplac": 119, "reemplaz": [3, 22, 92, 119], "reescrib": [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, 90, 91, 92, 99, 101, 102, 107, 109, 125, 126], "reestructur": 119, "reetiquet": [19, 20, 120], "refactoriz": 119, "referenc": 119, "referenci": [54, 55, 90], "referent": [4, 5, 20, 34, 35, 54, 55, 74, 108, 120], "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], "reflej": [15, 42, 62, 112], "regal": 26, "regardless": 24, "regclass": 121, "regin": 26, "registr": [7, 119, 123], "regl": 35, "regres": [4, 7, 11, 14, 15, 17, 22, 24, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127], "regresand": [31, 38], "regresion": 119, "reinstal": 25, "rel": 25, "relabel": [87, 97], "relacion": [5, 24, 28, 29, 91, 92, 119, 128, 129], "relat": [5, 15, 16, 24, 27, 30, 37, 40, 43, 45, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "relation": [34, 90], "relativ": 72, "release_not": 119, "relevant": 92, "rellen": [24, 34, 35], "remain": [105, 115], "remaing": [128, 129], "remains": 24, "remov": [13, 22, 25, 84, 104, 105, 113, 119], "removing": 119, "remplaz": 22, "rendimient": [20, 29], "renombr": [26, 33, 47, 54, 55, 69, 86, 97, 119], "repar": 35, "repeat": [128, 129], "repert": [30, 31, 37, 38, 40, 41, 43, 57, 60, 61, 70], "replac": 13, "report": 20, "repositori": 25, "repository": 25, "represent": [3, 7, 10, 13, 22, 24, 46, 50, 51, 53, 73, 76, 77, 83, 86, 104, 113, 114, 124, 127, 128, 129], "reproduc": 123, "requer": [14, 24, 27, 31, 34, 35, 38, 41, 54, 55, 61, 71, 107, 114, 119, 128], "requests": [20, 26, 119], "requier": [24, 25, 28, 52, 54, 72, 123], "requir": [24, 25, 52, 72], "requirements": [20, 119], "requisit": [24, 34, 35], "residu": [19, 47, 69, 88, 89, 97], "residual": [19, 24, 47, 69, 88, 97], "residual_capacity": [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], "resolv": [6, 24, 45, 71, 99, 119, 127], "respect": [43, 67], "respet": [84, 119], "respir": 94, "respons": [15, 42, 62, 112], "respuest": 101, "rest": [24, 54, 71, 72, 84], "restaur": [128, 129], "restriccion": [18, 20, 84, 117, 119, 120, 128], "restrict": [103, 104, 105], "restrict_sql": 22, "restriction": [103, 104, 105, 107], "restrictions": [3, 22, 84, 103, 104, 105, 106, 107, 119, 121], "restring": [6, 30, 31, 32, 37, 38, 39, 45, 119], "restructur": 119, "resuelt": 24, "resuelv": [16, 24, 57, 60, 61, 62, 112], "result": [1, 6, 14, 16, 20, 21, 22, 34, 35, 54, 55, 116, 119, 122, 128, 129], "results": [20, 34, 72, 90, 104, 105, 107, 119], "resum": [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], "retorn": [33, 119], "retroaliment": [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, 123, 125, 126], "retroced": 59, "retroces": [5, 91, 92], "return": [24, 58, 72, 101, 102], "returns": [5, 13, 22, 34, 35, 51, 54, 55, 72, 76, 87, 89, 90, 91, 92, 101, 107, 108, 117, 124], "rev": [16, 19, 24, 35], "revers": [8, 22], "reverse_": 121, "reverse_capacity": [19, 24, 47, 52, 69, 71, 72, 87, 88, 89, 97, 121], "reverse_category": 121, "reverse_category_": 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], "reves": 35, "revirt": 35, "revis": 119, "rf": 25, "rhel": 119, "ribot": 90, "richard": 43, "rid": 22, "right": [72, 106, 121], "rightarrow": [13, 22, 24, 28, 46, 60, 63, 64, 71, 72, 104, 105], "rightarrow3": 22, "rightarrow5": 22, "rightarrow6": 22, "rightarrow9": 22, "ring": [34, 90], "rm": 25, "rn": 72, "road": 103, "rohith": 26, "roj": [13, 36, 121, 128, 129], "rol": 25, "rollback": 109, "romp": [24, 119], "root": 59, "rot": [66, 113], "round": [72, 105, 106, 110, 111, 112, 113, 114, 115], "rout": [65, 84, 104, 105, 115, 121], "route": 24, "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], "routeplanning": 13, "routing": [24, 25, 54, 106, 107, 119, 124], "routing_postgis": 119, "row": [5, 24, 29, 31, 33, 34, 35, 38, 41, 51, 52, 54, 55, 61, 64, 65, 71, 72, 74, 76, 84, 87, 89, 90, 91, 92, 99, 104, 105, 108, 111, 115, 121, 128, 129], "row_numb": [22, 65, 71, 72, 92, 104, 105, 115, 121], "row_wher": 119, "rowam": 4, "rows": [13, 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, 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, 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, 121, 128, 129], "rows_wher": [34, 35, 54, 55, 90], "rubric": 119, "running": [70, 84], "ruptur": [33, 60, 119], "rut": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 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, 90, 97, 103, 106, 107, 110, 111, 112, 114, 117, 119, 120, 127, 128, 129], "rute": [3, 13, 18, 20, 26, 27, 63, 64, 84, 91, 92, 103, 117, 128, 129], "rykov": 26, "s": [5, 6, 7, 19, 20, 25, 40, 41, 47, 57, 60, 69, 75, 84, 87, 88, 89, 92, 97, 99, 107, 111, 124], "s_in_rul": 35, "s_out_rul": 35, "sab": 45, "sai": 26, "sakr": 26, "sal": [5, 7, 9, 15, 16, 19, 22, 27, 28, 29, 30, 31, 32, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 52, 53, 57, 60, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 73, 77, 82, 87, 88, 89, 90, 91, 92, 97, 103, 104, 105, 106, 107, 110, 111, 112, 114, 115, 127, 128, 129], "salient": [13, 19, 34, 35, 47, 54, 55, 69, 88, 89, 97], "sam": [20, 24, 72, 92, 102, 104, 105, 119, 121, 128, 129], "sampledat": [7, 24], "samu": 26, "sarthak": 26, "satisfech": 28, "sav": 121, "saving": 121, "search": [48, 56, 119], "seccion": [5, 13, 22, 34, 60, 84, 127, 128, 129], "second": [24, 121], "second_edg": [24, 71], "second_segments": [24, 71], "section": [24, 65, 105, 115, 128, 129], "secuenci": [3, 5, 13, 16, 24, 27, 28, 29, 30, 37, 40, 43, 45, 50, 53, 57, 60, 63, 65, 68, 70, 75, 103, 104, 105, 106, 107, 110, 114, 115, 117, 127], "secuencial": [0, 3, 5, 11, 15, 17, 19, 24, 27, 30, 37, 40, 43, 44, 45, 47, 48, 50, 52, 56, 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], "see": [20, 102, 105, 115, 119], "seg": 5, "segment": [4, 11, 18, 24, 28, 29, 34, 35, 54, 55, 58, 67, 72, 76, 90, 116, 121, 128], "segments": [34, 90, 101, 121], "segu": [13, 24, 90], "segun": [24, 128, 129], "segund": [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, 127, 128, 129], "seis": [91, 92], "seleccion": [6, 8, 28, 30, 31, 34, 37, 38, 54, 55], "select": [3, 7, 13, 22, 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, 121, 128, 129], "selects": 24, "self": 75, "self_loops": 84, "sencill": [34, 54, 55], "sent": [3, 35], "seoptimiz": 91, "separ": [22, 90, 99, 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": [84, 105, 121], "ser": [3, 5, 7, 10, 11, 12, 13, 14, 15, 18, 19, 22, 23, 24, 25, 26, 28, 29, 34, 35, 41, 42, 43, 45, 46, 47, 48, 50, 51, 54, 55, 56, 57, 59, 61, 62, 63, 64, 67, 69, 70, 71, 73, 75, 76, 77, 82, 83, 84, 85, 87, 88, 89, 91, 92, 97, 99, 101, 102, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 119, 121, 125, 126, 127, 128, 129], "seran": [3, 22, 24, 65, 104, 105, 115, 127], "seri": 5, "serial": [3, 22, 24, 71, 121], "serv": [25, 75], "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], "servici": [5, 91, 92, 123], "servidor": [3, 5, 7, 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, 119, 123, 125, 126], "set": [5, 13, 19, 24, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 52, 54, 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, 89, 91, 92, 93, 97, 98, 99, 100, 101, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 117, 121, 123, 124, 127], "setof": [13, 22], "setval": [84, 121], "sh": [25, 119], "shap": 24, "shar": [20, 26], "shind": 26, "shobhit": 26, "shooting": 119, "shooting_st": 119, "shortest": [65, 72, 103, 104, 105, 107, 115, 119], "shortest_path_faster_algorithm": 70, "should": 24, "showing": 92, "shown": 72, "shp2pgsql": 24, "si": [3, 5, 6, 8, 13, 15, 16, 19, 22, 24, 25, 27, 28, 30, 31, 35, 37, 38, 45, 46, 52, 54, 55, 65, 71, 76, 82, 83, 85, 88, 89, 91, 99, 100, 101, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 123, 127, 128, 129], "sid": [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], "siempr": [20, 28, 34, 54, 55, 67, 98], "siend": [22, 128], "sient": 20, "sig": [16, 43, 84, 90, 98, 121, 123, 128, 129], "sigl": 4, "sign": [24, 128], "signals": [24, 58], "signatur": [22, 24, 72, 86, 106, 113, 114, 119], "signif": [90, 111, 116], "signific": [5, 24, 70, 71, 119, 123], "siguient": [3, 4, 5, 7, 10, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 34, 37, 40, 43, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 67, 68, 70, 71, 72, 75, 76, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 99, 101, 102, 103, 104, 105, 106, 107, 109, 110, 114, 115, 120, 121, 123, 124, 125, 126, 127, 128, 129], "simetr": [4, 7, 13, 14, 15, 28, 29, 31, 32, 38, 39, 41, 42, 61, 62, 73, 77, 111, 112], "simil": [22, 24, 70, 71], "similar": 29, "simpl": [24, 35, 119, 121], "simplement": 99, "simplif": 119, "simplific": [24, 119], "simplifying": 119, "simul": [28, 29], "simulat": [32, 39, 42, 62, 112], "simultan": [8, 9], "singh": 26, "sink": [19, 35], "sino": 122, "sintef": [92, 121], "siqu": 3, "sir": 4, "sirv": 75, "sistem": [25, 74, 123], "siti": [26, 123], "siz": [7, 58, 65, 104, 105, 115], "skipp": 121, "skipping": [54, 55, 58, 71, 90], "small": [24, 56, 58, 72, 121], "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], "so": 24, "sobr": [3, 4, 22, 24, 25, 52, 60, 65, 71, 72, 74, 104, 108, 114, 123], "sobrecarg": [5, 24, 27, 91, 92, 114, 119], "soft": 121, "softwar": 26, "sol": [0, 1, 3, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 22, 24, 35, 36, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 57, 60, 61, 62, 63, 64, 66, 69, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 86, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 101, 110, 111, 112, 113, 114, 116, 119, 120, 122, 128, 129], "solicit": 5, "solicitud": [5, 119], "solomon_100_rc_101": 109, "solucion": [4, 5, 24, 28, 29, 52, 72, 90, 91, 92, 119], "solution": [24, 92, 103, 104, 105], "solutions": [104, 105], "solv": [75, 91, 92], "solving": [32, 39, 42, 62, 112], "som": [24, 72, 84, 121, 124], "something": 34, "sometim": [104, 105], "soport": [20, 25, 27, 28, 30, 33, 37, 40, 50, 73, 77, 108, 119], "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], "sorting": 101, "sourabh": 26, "sourc": [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], "source_": 24, "source_edg": 22, "source_i": [16, 19, 24], "source_original_": 84, "source_p": 22, "sourcehandl": 25, "sp": 72, "spars": 56, "sparsity": 56, "spe": [24, 58, 121], "specialized_variants": 45, "specific": 72, "sphinx": [25, 119], "split": [24, 90], "splitting": [24, 52, 72], "spoon": 33, "spoon_radius": 33, "spr06": [40, 41], "sql": [13, 22, 25, 119, 123], "sqrt": [6, 30, 31, 32, 33, 37, 38, 39, 109], "src": [34, 54, 55], "src_id": 109, "srid": [34, 54, 55, 71, 72], "sssp": 45, "st_": 119, "st_are": 33, "st_astext": [24, 52, 71, 72], "st_buff": [7, 24, 34, 54, 55, 72], "st_centr": 7, "st_closestpoint": 72, "st_collect": 33, "st_concavehull": 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_intersection": [24, 71], "st_intersects": 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], "stackexchang": 20, "standard": [25, 119], "standarization": 119, "standarizing": [30, 37, 60, 114, 119], "start": [16, 22, 24, 25, 43, 45, 57, 58, 60, 61, 63, 64, 106, 110, 111], "start_": [4, 16, 28, 29], "start_clos": [5, 91, 92, 121], "start_node_": [5, 91], "start_op": [5, 91, 92, 121], "start_p": [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": [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_vids": [43, 45, 57, 70, 106, 110, 111], "start_x": [5, 92, 121], "start_y": [5, 92, 121], "starting": [63, 64, 72, 121], "startpoint": 71, "starts": 121, "statement": [101, 121], "status": [106, 110], "step": [56, 84, 104, 105, 106, 110], "steph": 26, "steps": 25, "stev": 119, "sto": 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_": 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], "stopping": 119, "stops": 107, "stor": [72, 121], "street": [24, 35], "strict": [24, 65, 104, 105, 107, 115, 127], "string_to_array": 22, "strings": [24, 119], "structur": [20, 121], "studi": 119, "sub": [46, 63, 64, 73, 77, 104], "sub_": 90, "subconjunt": [6, 19, 34, 44, 54, 55, 99, 116], "subgraf": [24, 76, 84, 93, 99], "subgraph": 102, "subrog": [5, 91, 92], "subscrib": 123, "subset": 58, "subseteq": 24, "subyacent": 68, "succ": 25, "successfully": 25, "successive_shortest_path_nonnegative_weights": [88, 89], "suced": [24, 35], "such": [24, 58], "sud": 25, "sufij": 90, "sugier": 70, "suitabl": [75, 124], "sum": [5, 7, 14, 15, 19, 31, 38, 41, 42, 47, 61, 62, 69, 73, 77, 88, 89, 91, 92, 97, 99, 104, 105, 111, 112], "sum_": 16, "sumaris": [31, 41], "sumariz": [38, 61], "sumider": 19, "summ": 26, "summary": [5, 91, 92], "sup": [19, 47, 69, 88, 89, 97], "superior": [0, 7, 15, 17, 42, 48, 59, 62, 66, 79, 80, 81, 88, 89, 94, 95, 96, 112, 113], "supermerc": [128, 129], "supli": 124, "supon": [24, 25], "supong": 5, "support": [25, 119], "suprim": 119, "suscribet": 123, "swapnil": 26, "switching": 25, "sylvain": 26, "symmetric": 56, "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, "systems": 25, "t": [5, 13, 22, 24, 34, 35, 47, 54, 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_ending": 90, "table_of_contents": [63, 64], "tagg": 123, "taking": [24, 58], "takub": 26, "tal": [1, 2, 3, 11, 14, 15, 16, 17, 35, 43, 46, 58, 59, 63, 64, 65, 67, 71, 83, 90, 98, 101, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 117, 124, 126, 127, 128, 129], "tall": 24, "tama\u00f1": [7, 13, 24, 53, 99], "tambien": [20, 24, 119, 123], "tan": 70, "tant": [0, 3, 4, 6, 7, 8, 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, 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], "tar": 25, "tard": [4, 26], "tare": [24, 71], "target": [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_": [22, 24], "target_array": [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_p": 22, "targets_original_": 84, "tarj": [82, 100], "tarrival": 109, "tasc": 26, "tasks": 84, "tbd": [84, 109], "tdepart": 109, "tech": 26, "temp": 58, "temporal": [22, 70, 110], "temporary": [128, 129], "ten": [5, 20, 22, 24, 34, 35, 43, 54, 55, 92, 111, 120, 123, 124], "tendr": 90, "tendran": 84, "teng": [24, 28, 54, 67, 105, 115, 123, 127, 128], "teor": [24, 99], "teorem": [11, 18, 67], "tercer": 4, "termin": [5, 8, 9, 16, 24, 34, 35, 40, 41, 42, 48, 50, 51, 59, 70, 71, 108, 119], "test": [20, 25, 34, 55, 119], "testers": [25, 119], "tests": [20, 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], "than": [24, 58], "that": [24, 54, 56, 58, 65, 71, 72, 84, 103, 104, 105, 107, 113, 115, 119, 121, 129], "the": [4, 20, 24, 25, 34, 35, 52, 54, 55, 56, 58, 71, 72, 75, 91, 101, 102, 103, 107, 113, 117, 119, 124, 128, 129], "the_geom": [7, 34, 35, 54, 55, 90, 119], "the_in": 71, "the_matrix_inf": 109, "the_out": 71, "the_points": 71, "them": [24, 25, 101, 128, 129], "then": [22, 24, 25, 35, 54, 65, 71, 72, 103, 104, 105, 106, 110, 115], "theory": 4, "ther": [24, 25, 58, 72, 75, 84, 92, 104, 105, 121], "therefor": [24, 58, 72, 104, 105, 128, 129], "therfor": 121, "thet": 73, "they": [72, 84, 102, 121], "third": 24, "this": [20, 24, 25, 52, 58, 65, 72, 75, 84, 92, 104, 105, 115, 119, 121, 128, 129], "thom": 4, "thos": [72, 103, 121], "three_options": [24, 52, 72], "through": [65, 104, 105, 115], "thru": 103, "thurkow": 26, "tidy": [20, 119], "tiemp": [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, 73, 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], "tien": [3, 5, 13, 17, 19, 22, 24, 25, 27, 30, 35, 37, 40, 43, 45, 46, 53, 57, 58, 60, 63, 64, 65, 66, 68, 70, 75, 76, 79, 80, 81, 84, 90, 91, 92, 94, 95, 96, 99, 102, 103, 104, 105, 106, 107, 111, 113, 114, 115, 119, 127], "till": 4, "tim": [5, 7, 13, 24, 70, 72, 73, 75, 77, 91, 92, 106, 110, 111, 121], "tip": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 21, 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, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 119, 127, 128, 129], "tipic": 24, "titul": 24, "tiwari": 26, "tmp_edges_vertices_pgr": 58, "to": [20, 22, 24, 25, 30, 34, 37, 50, 54, 55, 56, 58, 60, 65, 66, 70, 75, 92, 102, 103, 104, 105, 106, 107, 109, 113, 114, 115, 117, 119, 121, 123, 124, 128, 129], "to_cost": 22, "tod": [5, 17, 19, 20, 21, 22, 24, 25, 26, 27, 28, 34, 35, 45, 47, 52, 53, 54, 55, 59, 63, 64, 65, 66, 67, 69, 70, 71, 78, 79, 80, 81, 82, 84, 85, 88, 89, 90, 91, 92, 95, 97, 98, 99, 100, 104, 105, 107, 110, 113, 114, 115, 116, 119, 120, 122, 123, 127, 128, 129], "todav": [1, 2, 3, 11, 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], "toky": 26, "toler": [34, 54, 72, 90], "toleranc": [54, 90], "tom": [3, 4, 24, 28, 90, 103, 104, 105, 106, 107, 127], "tools": [25, 119], "top": [24, 58, 72, 92, 121], "topic": 123, "topolog": [20, 34, 35, 55, 57, 58, 85, 90, 101, 113, 114, 117, 119, 120], "topological": 101, "topological_sorting": [57, 101], "topologically": 101, "topology": [34, 35, 54, 90, 106, 119, 121, 124], "total": [5, 13, 21, 24, 31, 33, 34, 52, 53, 61, 65, 72, 78, 79, 80, 81, 90, 91, 92, 104, 105, 115, 116, 127, 128, 129], "totals": 58, "tour": 28, "trabaj": [4, 5, 6, 24, 52, 72, 119, 121], "track": 123, "tram": [3, 104], "transform": [18, 22, 28, 83, 102, 125, 128], "transformation": 18, "transit": 102, "transitiv": 102, "transitive_closur": 102, "transport": [5, 24, 71], "transversal": [48, 76, 85], "traser": [5, 91, 92], "trasl": 5, "traslad": [5, 119], "trat": [35, 67, 90, 99], "trav": 121, "travel": 92, "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], "traveling": [5, 84, 91, 92], "traveltim": 109, "traversal": [18, 117], "traversing": 84, "traves": [4, 13, 19, 24, 47, 69, 84, 88, 89, 97, 119, 123], "travez": 22, "trayectori": [3, 51, 65, 104, 115, 119], "tres": [13, 24, 52, 72, 85], "triangul": [4, 15, 28, 29, 33, 42, 62, 112], "tries_per_temperatur": [28, 29], "trsp": [18, 20, 22, 103, 104, 105, 106, 117, 119, 120, 128, 129], "trspviaedg": 119, "tru": [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, 90, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 127, 128, 129], "trying": [104, 105], "tsp": [5, 119], "tsp_results": 29, "tunel": [24, 71, 90], "tupl": 24, "turn": [5, 84, 103, 104, 105], "turn_restrict_sql": 22, "tut": [117, 129], "tutorial": 123, "tuv": [22, 35, 128, 129], "two": [105, 115, 124], "two_way_if_null": 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], "types": 121, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 24, 25, 28, 29, 30, 31, 32, 37, 38, 39, 40, 41, 42, 57, 60, 61, 62, 70, 73, 77, 80, 84, 88, 89, 95, 101, 104, 105, 106, 110, 111, 112], "u_turn_on_edg": [24, 65, 104, 105, 115, 127], "u_turns": 84, "ubic": [5, 6, 91, 92, 106, 110, 111, 112, 113, 114, 117, 119, 128, 129], "ubicaclon": [5, 92], "ubuntu": 119, "ultim": [4, 22, 24, 25, 26, 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], "uncategoris": 24, "understanding": 72, "undirect": [24, 58, 102, 103, 114, 124], "unexpect": [54, 55], "unic": [5, 7, 14, 15, 18, 31, 38, 41, 42, 44, 45, 61, 62, 70, 73, 77, 90, 111, 112, 119], "unid": [5, 7, 34, 54, 90, 123], "unidad": [6, 30, 31, 32, 37, 38, 39, 91, 92], "unidireccional": 35, "unific": 119, "union": [5, 13, 24, 30, 37, 52, 63, 64, 71, 72, 91, 92, 101, 104, 105, 119], "uniqu": [72, 121], "units": 72, "univers": 29, "universid": [4, 29], "university": 26, "unknown": [24, 35], "unlogg": [54, 71], "unnam": [113, 114, 119], "unnest": [13, 54, 58, 63, 64, 71, 72], "untouch": 90, "unus": 119, "up": [24, 58, 121], "updat": [13, 20, 24, 25, 29, 35, 52, 54, 71, 72, 84, 119, 121], "updating": 84, "upgrad": [20, 25, 119], "usa": [13, 22, 24, 33, 58, 71, 86, 89, 90, 105, 106], "usad": [5, 15, 19, 20, 22, 67, 91, 92, 127, 128, 129], "usag": 119, "usam": 73, "usan": 34, "usand": [0, 1, 17, 19, 20, 24, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48, 50, 52, 54, 55, 57, 59, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 78, 79, 80, 81, 87, 88, 89, 90, 93, 94, 95, 96, 97, 99, 103, 104, 105, 106, 107, 110, 112, 113, 114, 115, 119, 120, 127], "usar": [5, 9, 13, 15, 16, 20, 22, 24, 33, 34, 35, 42, 45, 58, 62, 71, 91, 92, 119, 120, 123, 128], "usarl": [20, 120, 124], "usaron": 7, "usars": 22, "use": [5, 15, 22, 24, 25, 34, 35, 54, 58, 71, 75, 84, 87, 104, 107, 110, 111, 112, 113, 114, 119, 127, 128, 129], "usec": 75, "used": [24, 25, 58, 72, 86, 121], "useful": 24, "user": [22, 25, 54, 55], "users": 123, "using": [24, 25, 52, 58, 71, 72, 86, 104, 105, 107, 119], "uso": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 32, 39, 42, 43, 45, 46, 48, 50, 51, 56, 57, 58, 59, 62, 63, 64, 65, 67, 70, 71, 75, 76, 82, 83, 84, 85, 88, 89, 91, 92, 98, 99, 101, 102, 103, 104, 106, 107, 109, 111, 112, 113, 114, 117, 119, 123, 124, 125, 126, 127, 128, 129], "usos": 119, "usted": [35, 123], "usuari": [13, 15, 20, 22, 24, 25, 26, 42, 62, 112, 119, 120, 123, 124], "utf8": 119, "util": [117, 119], "utilic": [7, 22, 25, 71, 73, 77, 119], "utility": 72, "utiliz": [0, 4, 5, 6, 8, 11, 13, 15, 16, 17, 18, 20, 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, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 83, 84, 85, 90, 91, 92, 93, 94, 95, 96, 98, 100, 103, 104, 105, 106, 107, 110, 111, 112, 113, 114, 115, 119, 125, 127], "uturns": 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], "va": [24, 35, 54, 59, 63, 64, 90], "vac": [90, 119], "vaci": [3, 16, 24, 46, 53, 68, 82, 99, 103, 104, 105, 106, 107, 119, 127], "val": [6, 22, 24, 30, 31, 32, 37, 38, 39, 43, 57, 90, 101, 102, 113, 128, 129], "validez": 22, "valor": [0, 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, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 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], "valu": [3, 22, 24, 29, 30, 31, 37, 38, 40, 41, 43, 45, 46, 47, 57, 60, 61, 68, 69, 70, 71, 72, 76, 87, 88, 89, 92, 97, 103, 105, 106, 109, 110, 111, 114, 115, 121], "vam": 90, "van": [5, 13, 24, 35, 84], "varch": [34, 54, 55], "vari": [5, 19, 22, 24, 25, 30, 35, 37, 40, 43, 44, 45, 57, 60, 66, 68, 70, 91, 92, 99, 113, 119], "variabl": [33, 119], "variacion": 45, "variant": 5, "variation": 75, "variations": 75, "varied": 24, "varnothing": [16, 19], "vary": 24, "ve": 28, "vea": 24, "veas": [24, 54, 55], "vec": [3, 13, 53, 99], "vecin": 98, "vectorial": 24, "veenit": 26, "vehcil": [92, 121], "vehicl": [24, 58, 91, 92], "vehicle_": [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], "vehicul": [18, 24, 35, 71, 128], "veloc": [5, 6, 24, 70, 91, 92], "vem": 90, "vendedor": [5, 15, 20, 28, 29, 32, 39, 42, 62, 112, 120], "venkat": 26, "ventan": [5, 91, 92, 119], "ver": [20, 24, 119, 123], "veran": [54, 55], "verd": 13, "verdader": [13, 58, 71, 88], "verg": 26, "verif": 90, "vers": 119, "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, 21, 22, 23, 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, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "versions": [20, 50, 119], "vertex": [72, 103, 105, 106, 107, 110, 115, 117, 121, 124, 128, 129], "vertex_": [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_i": [65, 104, 105, 115, 127], "vertex_map": 84, "vertic": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 53, 55, 56, 57, 58, 60, 61, 62, 63, 64, 67, 68, 69, 70, 73, 75, 76, 77, 78, 82, 83, 85, 86, 87, 88, 89, 90, 91, 93, 97, 98, 99, 100, 101, 102, 103, 106, 107, 110, 111, 112, 114, 116, 117, 119, 120, 122, 124, 125, 127], "vertices_id_seq": 121, "vertices_in_graph": 13, "vertices_to_expand": 13, "vetic": 53, "vetric": [24, 30, 37, 40, 43, 45, 57, 60, 68, 70], "vez": [1, 2, 3, 4, 11, 14, 15, 16, 17, 22, 24, 25, 28, 29, 35, 43, 58, 59, 63, 64, 65, 71, 82, 90, 98, 103, 104, 105, 106, 110, 111, 112, 113, 114, 115, 116, 117, 124, 126, 127, 128, 129], "via": [3, 22, 117, 119, 128, 129], "via_path": [22, 119], "viaj": [4, 5, 22, 28, 29, 91, 92, 110], "viajant": [5, 15, 20, 28, 29, 32, 39, 42, 62, 112, 120], "vial": [3, 90], "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], "vidh": 26, "vids": [22, 30, 31, 37, 38, 40, 41, 43, 59, 63, 64, 70], "vien": [4, 24, 101], "vieron": 13, "view": [24, 58], "viol": 91, "violacion": 5, "violat": 107, "virgini": 26, "vision": [55, 90], "visit": [3, 4, 5, 20, 24, 28, 29, 59, 79, 81, 94, 96, 113, 119, 127], "visits": 110, "vist": [24, 71, 121], "visual": [24, 58, 119, 128, 129], "visualization": [20, 119], "visually": [24, 58], "vizing": [11, 18, 67], "vojt\u011bch": 116, "volatil": 13, "volt": [35, 119], "volum": 5, "volunt": 99, "volv": 24, "vrp": [5, 119], "vrp_distanc": 109, "vrp_vehicl": 109, "vrppd": 5, "vrptw": 5, "vuelt": [3, 24], "vuelv": 119, "vumpl": 28, "w": 13, "wagn": 99, "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], "waiting": [5, 91, 92], "walk": [24, 58], "wang": 26, "want": [58, 75, 84], "wanting": 121, "warning": 22, "warnings": [20, 119], "warshall": [7, 20, 73, 77, 120], "was": [20, 54, 55, 72, 119, 121], "waterlo": [4, 29], "way": [35, 101, 124, 129], "ways": [7, 24, 35], "we": 75, "web": [26, 123, 128], "went": 34, "wer": [72, 84], "wget": [7, 25], "what": 24, "when": [16, 19, 22, 24, 25, 34, 35, 54, 58, 65, 71, 72, 75, 84, 86, 102, 104, 105, 106, 107, 110, 115, 119, 121], "wher": [7, 13, 22, 24, 28, 29, 32, 34, 39, 42, 47, 50, 51, 52, 54, 55, 58, 62, 65, 68, 69, 71, 72, 73, 77, 84, 87, 88, 89, 90, 92, 93, 97, 99, 101, 102, 104, 105, 106, 109, 110, 115, 119, 121, 128, 129], "which": [72, 84, 104, 105, 106, 121], "whil": 25, "whitney": 4, "whol": 58, "wi29": 29, "wiesenh": 26, "wiki": [5, 6, 8, 19, 25, 26, 27, 30, 37, 40, 41, 43, 45, 49, 57, 59, 60, 61, 63, 64, 65, 69, 70, 71, 82, 83, 84, 86, 87, 97, 99, 101, 102, 109], "wikipedi": [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], "will": [24, 25, 72, 75, 84, 101, 105, 115, 121, 128, 129], "william": 4, "windows": [25, 119], "winni": 119, "with": [7, 13, 25, 29, 32, 34, 35, 39, 42, 52, 54, 55, 56, 58, 62, 71, 75, 84, 90, 92, 103, 104, 105, 106, 107, 109, 112, 115, 119, 124, 128, 129], "with_doc": 25, "with_seq": [104, 105], "within": [72, 113, 119], "withing": 72, "without": 25, "withpoints": [22, 24, 72, 105, 106, 110, 111, 112, 114, 115, 117, 119], "wl": 3, "wncontr": [106, 110], "woodbridg": [26, 119], "work": [24, 58, 72, 121, 128, 129], "working": 121, "workshop": [24, 26], "world": 103, "worst": 70, "wrong": [34, 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, "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, "yen": [2, 16, 20, 27, 107, 114, 117, 120], "yig": 26, "you": [25, 58, 75], "your": [34, 55, 58, 123], "z": 13, "zia": 26, "zimanyi": 26, "\u00c9stas": 3, "\u00d3": 28, "\u00e9sta": [5, 91, 92, 119], "\u00e9ste": [22, 24, 71]}, "titles": ["BFS - Categor\u00eda", "DFS - Categor\u00eda", "Rutas m\u00e1s cortas K - Categor\u00eda", "TRSP - Familia de funciones", "Vendedor Viajante - Familia de funciones", "Funciones de Ruteo de Veh\u00edculos - Categor\u00eda (Experimental)", "A* - Familia de Funciones", "Todos los Pares - Familia de Funciones", "A* Bidireccional - Familia de Funciones", "Bidirectional Dijkstra - Familia de funciones", "Chinese Postman Problem - Familia de funciones (Experimental)", "Coloraci\u00f3n - Familia de funciones", "Componentes - Familia de funciones", "Contraction - Familia de funciones", "Costo - Categor\u00eda", "Cost Matrix - Categor\u00eda", "Dijkstra - Familia de funciones", "Distancia Manejando - Categor\u00eda", "Funciones Experimentales", "Flow - Familia de funciones", "Tabla de Contenido", "Kruskal - Familia de funciones", "Gu\u00eda de migraci\u00f3n", "Ordenamiento - Familia de funciones", "Conceptos de pgRouting", "Instalaci\u00f3n", "Introducci\u00f3n", "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 - Propusto", "pgr_dijkstra", "pgr_dijkstraCost", "pgr_dijkstraCostMatrix", "pgr_dijkstraNear - Propuesto", "pgr_dijkstraNearCost - Propuesto", "pgr_dijkstraVia - Propuesto", "pgr_drivingDistance", "pgr_edgeColoring - Experimental", "pgr_edgeDisjointPaths", "pgr_edmondsKarp", "pgr_edwardMoore - Experimental", "pgr_extractVertices \u2013 Propuesto", "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 - Propuesto", "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 - Propuesto", "pgr_withPointsCost - Propuesto", "pgr_withPointsCostMatrix - propuesto", "pgr_withPointsDD - Propuesto", "pgr_withPointsKSP - Propuesto", "pgr_withPointsVia - Proposed", "Prim - Familia de funciones", "Funciones propuestas", "Referencia", "Notas de versi\u00f3n", "Familias de Funciones", "Datos Muestra", "\u00c1rbol de expansi\u00f3n - Categor\u00eda", "Soporte", "Topolog\u00eda - Familia de Funciones", "Transformation - Familia de funciones (Experimental)", "Traversal - Familia de funciones", "Via- Categoria", "withPoints- Categor\u00eda", "withPoints - Familia de funciones"], "titleterms": {"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], "Con": [54, 105, 106, 110, 111, 112, 113, 115, 129], "El": 13, "En": [24, 71, 128, 129], "La": [16, 121], "Las": [92, 121], "Los": [92, 121], "NO": [34, 54, 55], "No": 111, "Sin": 13, "Uno": [22, 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], "Y": 24, "actializ": [13, 24, 71], "actualiz": [13, 24, 25, 71], "add": 84, "adding": 84, "additional": 101, "adicional": [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, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "agreg": [29, 65, 104, 105, 115], "ajust": 24, "alfabet": 26, "algoritm": [3, 104, 105], "all": [20, 72], "almacen": [13, 24, 29, 52, 72], "an": 58, "and": [60, 105, 115], "answer": 72, "answers": 72, "apoy": 121, "arbol": [24, 122], "arist": [0, 3, 7, 10, 13, 15, 16, 17, 19, 22, 24, 27, 30, 31, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 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, 127, 128, 129], "asegur": [54, 71], "asimetr": 28, "astar": [6, 30, 31, 32, 37, 38, 39], "at": 72, "avanz": [6, 16, 19, 128, 129], "a\u00f1ad": [13, 24, 71], "bas": [13, 24, 25, 54, 71], "bfs": [0, 79, 94], "bidireccional": 8, "bidirectional": 9, "bord": [34, 54, 55], "calculat": 84, "callejon": [24, 58], "cambi": 119, "camin": [24, 71], "capac": 5, "caracterist": [4, 5, 9, 14, 15, 28, 29, 63, 64, 91, 92], "carg": 24, "cas": 13, "categor": [0, 1, 2, 5, 14, 15, 17, 20, 120, 122, 128], "categori": 127, "cercan": [24, 52, 63, 64, 72], "chines": 10, "cicl": 13, "ciudad": 29, "codig": 24, "coincid": [34, 54, 55], "colabor": 26, "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], "columns": 72, "com": [13, 24], "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], "combinations": 121, "comercial": 123, "compar": 90, "compil": 25, "complet": [54, 84], "component": [12, 24, 52, 72], "comprob": [24, 71], "comprueb": 24, "concept": [20, 24], "conduccion": [128, 129], "conect": [24, 28, 52, 72], "conexion": [24, 52, 72], "configur": 25, "conoc": 71, "consej": 24, "constru": 24, "construccion": 13, "consult": [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], "conten": [4, 5, 20, 22, 119, 128, 129], "contraccion": [13, 24, 53], "contraction": 13, "contraid": 13, "contribu": 24, "coorden": 29, "corpor": 26, "corre": 123, "cort": [2, 24, 25, 71], "cost": [14, 15, 24, 29, 60, 65, 104, 105, 115, 121], "cre": [24, 54, 71, 84], "creacion": [29, 54, 71, 128, 129], "creat": 84, "cruc": [24, 71], "cruz": [24, 71], "cuand": [34, 54, 55, 71, 128, 129], "cuentr": [24, 71], "current": 20, "dat": [7, 13, 22, 24, 25, 28, 29, 54, 71, 84, 121], "defect": [34, 54, 55], "definicion": [4, 16, 24, 28, 29], "degre": 58, "demand": 5, "dependent": 25, "derech": [110, 111, 114, 128, 129], "desconect": [24, 52, 72], "descripcion": [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], "destin": 13, "details": 106, "devolu": 33, "dfs": [1, 48, 59, 81, 96], "dijkstr": [9, 16, 63, 64], "direct": 121, "dirig": [13, 60, 121], "dispon": 20, "distanci": [17, 66, 113], "divid": [24, 71], "document": [6, 16, 19, 128, 129], "dry": 72, "edge": 84, "edges": [24, 58, 84, 121], "ejecu": [58, 71], "ejempl": [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, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115], "elimin": [24, 71], "enfrent": 110, "entreg": [5, 91, 92, 121], "equivalent": 60, "estructur": 22, "exampl": [72, 101], "execution": 72, "existing": 58, "expansion": [24, 122], "experimental": [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], "fil": 5, "filling": 84, "fin": 29, "final": [65, 104, 105, 115], "find": 72, "firm": [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], "flow": 19, "fluj": [19, 24], "fly": [105, 106], "for": [24, 105, 106], "from": [58, 84], "front": [65, 104, 105, 106, 115], "fuent": 25, "fuer": 121, "funcion": [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], "function": [24, 104, 105], "gener": 28, "general": [4, 14, 15, 19, 20, 24, 127], "geometr": [24, 29, 71], "gir": 22, "gis": 123, "giv": [72, 84], "graf": [13, 24, 60, 71, 121], "graph": [58, 84, 106, 121], "guard": [24, 52, 72], "gui": 22, "habilit": 25, "heurist": 6, "id": 24, "idenifying": 84, "identif": [71, 84], "imagen": [90, 121], "import": [111, 113, 128, 129], "in": [65, 104, 105, 106, 115], "incomplet": 28, "inform": [4, 13, 14, 15, 19, 24, 26, 52, 71, 72, 127], "inici": 28, "inspeccion": [54, 71], "instal": 25, "interes": [28, 72, 121], "interest": 72, "intern": [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], "introduccion": [3, 5, 7, 13, 16, 26, 125, 128, 129], "introduzc": [24, 71], "izquierd": [110, 111, 114, 128, 129], "k": 2, "kruskal": 21, "ksp": [27, 107, 114], "lad": [110, 111, 113, 114, 128, 129], "lanzamient": [26, 119], "leaf": 84, "licenci": 26, "limpiez": [54, 71], "lin": [24, 58], "line": 71, "lineal": 13, "list": 123, "lleg": [65, 104, 105, 115], "llen": [72, 121], "longitud": 24, "loops": 84, "main": [65, 104, 121], "manej": [5, 17, 66, 110, 111, 113, 114, 128, 129], "manipul": 5, "many": 72, "map": 84, "mapping": 84, "mas": [2, 24, 26, 52, 71, 72], "matrix": 15, "matriz": [5, 28, 91], "mayors": 119, "migr": 22, "migracion": 22, "minors": 119, "most": 72, "much": [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], "muestr": [13, 121], "multipl": [22, 24, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "newly": 84, "nod": [65, 84, 104, 105, 115], "non": 24, "not": [20, 119], "nuev": [22, 24, 71], "obten": [24, 25, 29, 52, 60, 72], "occidental": 29, "of": [58, 65, 72, 104, 105, 115], "oficial": 20, "on": [84, 105, 106], "one": [65, 72, 104, 105, 115], "opcional": [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], "oper": 13, "optional": 107, "or": [65, 104, 105, 106, 115], "orden": [5, 23, 26, 91, 92, 121], "orders": [92, 121], "orig": [4, 13], "original": [84, 92, 121], "overloads": 24, "par": [7, 24, 28, 29, 60, 105, 106, 110, 111, 112, 113, 114, 115, 119, 129], "parameters": 107, "parametr": [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], "pas": [26, 110], "pass": [65, 104, 105, 106, 115], "paths": 24, "patrocin": 26, "per": [20, 72], "person": 26, "pertenec": 13, "pgr_alphashap": 33, "pgr_analyzegraph": 34, "pgr_analyzeoneway": 35, "pgr_articulationpoints": 36, "pgr_ast": [22, 30], "pgr_astarcost": 31, "pgr_astarcostmatrix": 32, "pgr_bdast": [22, 37], "pgr_bdastarcost": 38, "pgr_bdastarcostmatrix": 39, "pgr_bddijkstr": 40, "pgr_bddijkstracost": 41, "pgr_bddijkstracostmatrix": 42, "pgr_bellmanford": 43, "pgr_biconnectedcomponents": 44, "pgr_binarybreadthfirstsearch": 45, "pgr_bipartit": 46, "pgr_boykovkolmogorov": 47, "pgr_breadthfirstsearch": 48, "pgr_bridg": 49, "pgr_chinesepostm": 50, "pgr_chinesepostmancost": 51, "pgr_connectedcomponents": 52, "pgr_contraction": 53, "pgr_createtopology": 54, "pgr_createverticest": 55, "pgr_cuthillmckeeordering": 56, "pgr_dagshortestpath": 57, "pgr_degre": 58, "pgr_depthfirstsearch": 59, "pgr_dijkstr": [22, 60], "pgr_dijkstracost": 61, "pgr_dijkstracostmatrix": 62, "pgr_dijkstran": 63, "pgr_dijkstranearcost": 64, "pgr_dijkstravi": [22, 65], "pgr_drivingdistanc": [22, 66], "pgr_edgecoloring": 67, "pgr_edgedisjointpaths": 68, "pgr_edmondskarp": 69, "pgr_edwardmoor": 70, "pgr_extractvertic": 71, "pgr_findcloseedg": [72, 105, 106, 110, 111, 112, 113, 114, 115], "pgr_floydwarshall": 73, "pgr_full_version": 74, "pgr_hawickcircuits": 75, "pgr_isplan": 76, "pgr_johnson": 77, "pgr_kruskal": 78, "pgr_kruskalbfs": 79, "pgr_kruskaldd": 80, "pgr_kruskaldfs": 81, "pgr_ksp": [22, 27], "pgr_lengauertarjandominatortre": 82, "pgr_linegraph": 83, "pgr_linegraphfull": 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_pickdelivereuclid": 92, "pgr_prim": 93, "pgr_primbfs": 94, "pgr_primdd": 95, "pgr_primdfs": 96, "pgr_pushrelabel": 97, "pgr_sequentialvertexcoloring": 98, "pgr_stoerwagn": 99, "pgr_strongcomponents": 100, "pgr_topologicalsort": 101, "pgr_transitiveclosur": 102, "pgr_trsp": [22, 103], "pgr_trsp_withpoints": [22, 106], "pgr_trspvi": [22, 104], "pgr_trspvia_withpoints": [22, 105], "pgr_trspviaedg": 22, "pgr_trspviavertic": 22, "pgr_tsp": [28, 112], "pgr_tspeuclid": 29, "pgr_turnrestrictedpath": 107, "pgr_version": 108, "pgr_vrponedepot": 109, "pgr_withpoints": [22, 110], "pgr_withpointscost": 111, "pgr_withpointscostmatrix": 112, "pgr_withpointsdd": [22, 113], "pgr_withpointsksp": [22, 114], "pgr_withpointsvi": [22, 115], "pgrouting": [20, 24, 119], "point": 72, "points": [72, 105, 106, 115], "postm": 10, "prep": 24, "prepar": [24, 52, 72], "present": 26, "prim": 116, "problem": [4, 10, 16, 28, 29, 123], "prop": [58, 103, 104, 105, 106, 115], "propuest": [63, 64, 65, 71, 98, 110, 111, 112, 113, 114, 117], "propust": 59, "prueb": [25, 29, 58, 71], "punt": [15, 24, 28, 72, 105, 106, 110, 111, 112, 113, 114, 115, 121, 127, 128, 129], "query": [65, 92, 104], "recog": [5, 91, 92, 121], "recorr": 29, "red": [128, 129], "referent": 118, "rel": [20, 119], "removing": 84, "rendimient": [7, 24], "report": 123, "restriccion": [3, 22, 24, 103, 104, 105, 106, 107, 121, 127], "restriction": 84, "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, 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, 127], "results": 84, "resum": 5, "reverse_cost": [24, 60, 121], "revis": [24, 52, 72], "rout": 72, "routing": 84, "run": 72, "rut": [2, 24, 60, 65, 104, 105, 115], "rute": [5, 24, 54, 71], "s": 24, "sah": 29, "sal": [13, 24, 54, 58], "selectiv": 24, "self": 84, "show": 106, "simplifying": 84, "sinopsis": [9, 15, 91, 92], "sobr": [128, 129], "sobrant": [24, 71], "soft": 84, "solucion": 60, "soport": 123, "special": 107, "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, "status": [65, 104, 105, 115], "stor": 84, "structur": 24, "sub": 58, "subgraf": 13, "sumul": [104, 105], "tabl": [4, 13, 20, 24, 29, 34, 54, 55, 58, 71, 72, 84, 121], "tambien": [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], "tant": 13, "temporal": [128, 129], "tercer": [65, 104, 105, 115], "the": [65, 84, 92, 104, 105, 106, 115, 121], "tiemp": 5, "tien": [54, 71], "to": [72, 84], "tod": 7, "topolog": [24, 54, 71, 111, 121, 124], "total": 29, "tour": 29, "transform": 84, "transformation": [84, 125], "traversal": 126, "trsp": [3, 24], "tsp": [4, 28, 29], "two": 72, "ubiacion": 5, "undirect": [106, 121], "unic": [22, 48, 59, 66, 79, 80, 81, 94, 95, 96, 113], "unidad": 5, "usand": [13, 22, 60], "usar": [110, 111, 112, 113, 114], "use": [105, 106, 115], "using": 84, "uso": [28, 34, 54, 55, 105, 110, 115], "utiliz": 22, "valor": [33, 34, 54, 55], "valu": 84, "variabl": 25, "variacion": [105, 110, 115], "vehicul": [5, 91, 92, 121], "vendedor": 4, "ver": [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], "veric": 84, "version": [20, 25, 26, 119], "vertex": [58, 84], "vertic": [13, 22, 24, 28, 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], "viajant": 4, "viej": 22, "visit": [65, 104, 105, 110, 115], "visits": [65, 104, 105, 106, 115], "visual": 29, "wiki": 24, "with": [24, 72, 121], "without": 24, "withpoints": [128, 129], "withpointsksp": 114, "x": [24, 119]}}) \ No newline at end of file diff --git a/main/es/spanningTree-family.html b/main/es/spanningTree-family.html index 5018d218e3..68860f98a0 100644 --- a/main/es/spanningTree-family.html +++ b/main/es/spanningTree-family.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/support.html b/main/es/support.html index cb60b93165..67192bd5a8 100644 --- a/main/es/support.html +++ b/main/es/support.html @@ -12,7 +12,7 @@ - + @@ -45,7 +45,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/topology-functions.html b/main/es/topology-functions.html index 668289a7db..848ed81b0d 100644 --- a/main/es/topology-functions.html +++ b/main/es/topology-functions.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/transformation-family.html b/main/es/transformation-family.html index fe883a510d..0ba8c4c54d 100644 --- a/main/es/transformation-family.html +++ b/main/es/transformation-family.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/traversal-family.html b/main/es/traversal-family.html index ff78c2df5e..ab5ad50169 100644 --- a/main/es/traversal-family.html +++ b/main/es/traversal-family.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/via-category.html b/main/es/via-category.html index 483d873773..e526bbc013 100644 --- a/main/es/via-category.html +++ b/main/es/via-category.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/withPoints-category.html b/main/es/withPoints-category.html index f6e2d9e53d..570b8757de 100644 --- a/main/es/withPoints-category.html +++ b/main/es/withPoints-category.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3 diff --git a/main/es/withPoints-family.html b/main/es/withPoints-family.html index a0ec5598c6..e61e4c449f 100644 --- a/main/es/withPoints-family.html +++ b/main/es/withPoints-family.html @@ -12,7 +12,7 @@ - + @@ -46,7 +46,7 @@ pgRouting - v3.6.2 + v3.6.3