From af314761056254c669ecf550101aa76568dd01b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:51:48 +0000 Subject: [PATCH] Update users documentation for 3.7.0 for develop branch: commit dd787ba1fd --- 3.7/en/.buildinfo | 4 +- 3.7/en/BFS-category.html | 6 +- 3.7/en/DFS-category.html | 6 +- 3.7/en/KSP-category.html | 6 +- 3.7/en/TRSP-family.html | 6 +- 3.7/en/TSP-family.html | 6 +- 3.7/en/VRP-category.html | 6 +- 3.7/en/_static/basic.css | 15 +--- 3.7/en/_static/doctools.js | 7 -- 3.7/en/_static/graphviz.css | 7 -- 3.7/en/_static/language_data.js | 7 -- 3.7/en/_static/searchtools.js | 38 ++++++---- 3.7/en/aStar-family.html | 6 +- 3.7/en/allpairs-family.html | 6 +- 3.7/en/bdAstar-family.html | 6 +- 3.7/en/bdDijkstra-family.html | 6 +- 3.7/en/chinesePostmanProblem-family.html | 6 +- 3.7/en/coloring-family.html | 6 +- 3.7/en/components-family.html | 6 +- 3.7/en/contraction-family.html | 6 +- 3.7/en/cost-category.html | 6 +- 3.7/en/costMatrix-category.html | 6 +- 3.7/en/dijkstra-family.html | 6 +- 3.7/en/drivingDistance-category.html | 6 +- 3.7/en/experimental.html | 6 +- 3.7/en/flow-family.html | 6 +- 3.7/en/genindex.html | 6 +- 3.7/en/index.html | 6 +- 3.7/en/kruskal-family.html | 6 +- 3.7/en/metrics-family.html | 6 +- 3.7/en/migration.html | 6 +- 3.7/en/ordering-family.html | 6 +- 3.7/en/pgRouting-concepts.html | 6 +- 3.7/en/pgRouting-installation.html | 6 +- 3.7/en/pgRouting-introduction.html | 6 +- 3.7/en/pgr_KSP.html | 6 +- 3.7/en/pgr_TSP.html | 6 +- 3.7/en/pgr_TSPeuclidean.html | 6 +- 3.7/en/pgr_aStar.html | 6 +- 3.7/en/pgr_aStarCost.html | 6 +- 3.7/en/pgr_aStarCostMatrix.html | 6 +- 3.7/en/pgr_alphaShape.html | 6 +- 3.7/en/pgr_analyzeGraph.html | 6 +- 3.7/en/pgr_analyzeOneWay.html | 6 +- 3.7/en/pgr_articulationPoints.html | 6 +- 3.7/en/pgr_bdAstar.html | 6 +- 3.7/en/pgr_bdAstarCost.html | 6 +- 3.7/en/pgr_bdAstarCostMatrix.html | 6 +- 3.7/en/pgr_bdDijkstra.html | 6 +- 3.7/en/pgr_bdDijkstraCost.html | 6 +- 3.7/en/pgr_bdDijkstraCostMatrix.html | 6 +- 3.7/en/pgr_bellmanFord.html | 6 +- 3.7/en/pgr_betweennessCentrality.html | 6 +- 3.7/en/pgr_biconnectedComponents.html | 6 +- 3.7/en/pgr_binaryBreadthFirstSearch.html | 6 +- 3.7/en/pgr_bipartite.html | 6 +- 3.7/en/pgr_boykovKolmogorov.html | 6 +- 3.7/en/pgr_breadthFirstSearch.html | 6 +- 3.7/en/pgr_bridges.html | 6 +- 3.7/en/pgr_chinesePostman.html | 6 +- 3.7/en/pgr_chinesePostmanCost.html | 6 +- 3.7/en/pgr_connectedComponents.html | 6 +- 3.7/en/pgr_contraction.html | 6 +- 3.7/en/pgr_createTopology.html | 6 +- 3.7/en/pgr_createVerticesTable.html | 6 +- 3.7/en/pgr_cuthillMckeeOrdering.html | 6 +- 3.7/en/pgr_dagShortestPath.html | 6 +- 3.7/en/pgr_degree.html | 6 +- 3.7/en/pgr_depthFirstSearch.html | 6 +- 3.7/en/pgr_dijkstra.html | 6 +- 3.7/en/pgr_dijkstraCost.html | 6 +- 3.7/en/pgr_dijkstraCostMatrix.html | 6 +- 3.7/en/pgr_dijkstraNear.html | 6 +- 3.7/en/pgr_dijkstraNearCost.html | 6 +- 3.7/en/pgr_dijkstraVia.html | 6 +- 3.7/en/pgr_drivingDistance.html | 6 +- 3.7/en/pgr_edgeColoring.html | 6 +- 3.7/en/pgr_edgeDisjointPaths.html | 6 +- 3.7/en/pgr_edmondsKarp.html | 6 +- 3.7/en/pgr_edwardMoore.html | 6 +- 3.7/en/pgr_extractVertices.html | 6 +- 3.7/en/pgr_findCloseEdges.html | 6 +- 3.7/en/pgr_floydWarshall.html | 6 +- 3.7/en/pgr_full_version.html | 6 +- 3.7/en/pgr_hawickCircuits.html | 6 +- 3.7/en/pgr_isPlanar.html | 6 +- 3.7/en/pgr_johnson.html | 6 +- 3.7/en/pgr_kruskal.html | 6 +- 3.7/en/pgr_kruskalBFS.html | 6 +- 3.7/en/pgr_kruskalDD.html | 6 +- 3.7/en/pgr_kruskalDFS.html | 6 +- 3.7/en/pgr_lengauerTarjanDominatorTree.html | 6 +- 3.7/en/pgr_lineGraph.html | 6 +- 3.7/en/pgr_lineGraphFull.html | 6 +- 3.7/en/pgr_makeConnected.html | 6 +- 3.7/en/pgr_maxCardinalityMatch.html | 6 +- 3.7/en/pgr_maxFlow.html | 6 +- 3.7/en/pgr_maxFlowMinCost.html | 6 +- 3.7/en/pgr_maxFlowMinCost_Cost.html | 6 +- 3.7/en/pgr_nodeNetwork.html | 6 +- 3.7/en/pgr_pickDeliver.html | 6 +- 3.7/en/pgr_pickDeliverEuclidean.html | 6 +- 3.7/en/pgr_prim.html | 6 +- 3.7/en/pgr_primBFS.html | 6 +- 3.7/en/pgr_primDD.html | 6 +- 3.7/en/pgr_primDFS.html | 6 +- 3.7/en/pgr_pushRelabel.html | 6 +- 3.7/en/pgr_sequentialVertexColoring.html | 6 +- 3.7/en/pgr_stoerWagner.html | 6 +- 3.7/en/pgr_strongComponents.html | 6 +- 3.7/en/pgr_topologicalSort.html | 6 +- 3.7/en/pgr_transitiveClosure.html | 6 +- 3.7/en/pgr_trsp.html | 6 +- 3.7/en/pgr_trspVia.html | 6 +- 3.7/en/pgr_trspVia_withPoints.html | 6 +- 3.7/en/pgr_trsp_withPoints.html | 6 +- 3.7/en/pgr_turnRestrictedPath.html | 6 +- 3.7/en/pgr_version.html | 6 +- 3.7/en/pgr_vrpOneDepot.html | 6 +- 3.7/en/pgr_withPoints.html | 6 +- 3.7/en/pgr_withPointsCost.html | 6 +- 3.7/en/pgr_withPointsCostMatrix.html | 6 +- 3.7/en/pgr_withPointsDD.html | 6 +- 3.7/en/pgr_withPointsKSP.html | 6 +- 3.7/en/pgr_withPointsVia.html | 6 +- 3.7/en/prim-family.html | 6 +- 3.7/en/proposed.html | 6 +- 3.7/en/reference.html | 6 +- 3.7/en/release_notes.html | 6 +- 3.7/en/routingFunctions.html | 6 +- 3.7/en/sampledata.html | 6 +- 3.7/en/search.html | 6 +- 3.7/en/searchindex.js | 2 +- 3.7/en/spanningTree-family.html | 6 +- 3.7/en/support.html | 6 +- 3.7/en/topology-functions.html | 6 +- 3.7/en/transformation-family.html | 6 +- 3.7/en/traversal-family.html | 6 +- 3.7/en/via-category.html | 6 +- 3.7/en/withPoints-category.html | 6 +- 3.7/en/withPoints-family.html | 6 +- 3.7/es/.buildinfo | 4 +- 3.7/es/BFS-category.html | 8 +-- 3.7/es/DFS-category.html | 8 +-- 3.7/es/KSP-category.html | 8 +-- 3.7/es/TRSP-family.html | 8 +-- 3.7/es/TSP-family.html | 8 +-- 3.7/es/VRP-category.html | 8 +-- 3.7/es/_static/basic.css | 15 +--- 3.7/es/_static/doctools.js | 7 -- 3.7/es/_static/graphviz.css | 7 -- 3.7/es/_static/language_data.js | 7 -- 3.7/es/_static/searchtools.js | 38 ++++++---- 3.7/es/_static/translations.js | 6 +- 3.7/es/aStar-family.html | 8 +-- 3.7/es/allpairs-family.html | 8 +-- 3.7/es/bdAstar-family.html | 8 +-- 3.7/es/bdDijkstra-family.html | 8 +-- 3.7/es/chinesePostmanProblem-family.html | 8 +-- 3.7/es/coloring-family.html | 8 +-- 3.7/es/components-family.html | 8 +-- 3.7/es/contraction-family.html | 8 +-- 3.7/es/cost-category.html | 8 +-- 3.7/es/costMatrix-category.html | 8 +-- 3.7/es/dijkstra-family.html | 8 +-- 3.7/es/drivingDistance-category.html | 8 +-- 3.7/es/experimental.html | 8 +-- 3.7/es/flow-family.html | 8 +-- 3.7/es/genindex.html | 8 +-- 3.7/es/index.html | 15 ++-- 3.7/es/kruskal-family.html | 8 +-- 3.7/es/metrics-family.html | 8 +-- 3.7/es/migration.html | 8 +-- 3.7/es/objects.inv | Bin 26843 -> 26859 bytes 3.7/es/ordering-family.html | 8 +-- 3.7/es/pgRouting-concepts.html | 8 +-- 3.7/es/pgRouting-installation.html | 8 +-- 3.7/es/pgRouting-introduction.html | 8 +-- 3.7/es/pgr_KSP.html | 8 +-- 3.7/es/pgr_TSP.html | 8 +-- 3.7/es/pgr_TSPeuclidean.html | 8 +-- 3.7/es/pgr_aStar.html | 8 +-- 3.7/es/pgr_aStarCost.html | 8 +-- 3.7/es/pgr_aStarCostMatrix.html | 8 +-- 3.7/es/pgr_alphaShape.html | 8 +-- 3.7/es/pgr_analyzeGraph.html | 8 +-- 3.7/es/pgr_analyzeOneWay.html | 8 +-- 3.7/es/pgr_articulationPoints.html | 8 +-- 3.7/es/pgr_bdAstar.html | 8 +-- 3.7/es/pgr_bdAstarCost.html | 8 +-- 3.7/es/pgr_bdAstarCostMatrix.html | 8 +-- 3.7/es/pgr_bdDijkstra.html | 8 +-- 3.7/es/pgr_bdDijkstraCost.html | 8 +-- 3.7/es/pgr_bdDijkstraCostMatrix.html | 8 +-- 3.7/es/pgr_bellmanFord.html | 8 +-- 3.7/es/pgr_betweennessCentrality.html | 8 +-- 3.7/es/pgr_biconnectedComponents.html | 8 +-- 3.7/es/pgr_binaryBreadthFirstSearch.html | 8 +-- 3.7/es/pgr_bipartite.html | 8 +-- 3.7/es/pgr_boykovKolmogorov.html | 8 +-- 3.7/es/pgr_breadthFirstSearch.html | 8 +-- 3.7/es/pgr_bridges.html | 8 +-- 3.7/es/pgr_chinesePostman.html | 8 +-- 3.7/es/pgr_chinesePostmanCost.html | 8 +-- 3.7/es/pgr_connectedComponents.html | 8 +-- 3.7/es/pgr_contraction.html | 8 +-- 3.7/es/pgr_createTopology.html | 8 +-- 3.7/es/pgr_createVerticesTable.html | 8 +-- 3.7/es/pgr_cuthillMckeeOrdering.html | 8 +-- 3.7/es/pgr_dagShortestPath.html | 8 +-- 3.7/es/pgr_degree.html | 8 +-- 3.7/es/pgr_depthFirstSearch.html | 8 +-- 3.7/es/pgr_dijkstra.html | 8 +-- 3.7/es/pgr_dijkstraCost.html | 8 +-- 3.7/es/pgr_dijkstraCostMatrix.html | 8 +-- 3.7/es/pgr_dijkstraNear.html | 8 +-- 3.7/es/pgr_dijkstraNearCost.html | 8 +-- 3.7/es/pgr_dijkstraVia.html | 8 +-- 3.7/es/pgr_drivingDistance.html | 8 +-- 3.7/es/pgr_edgeColoring.html | 8 +-- 3.7/es/pgr_edgeDisjointPaths.html | 8 +-- 3.7/es/pgr_edmondsKarp.html | 8 +-- 3.7/es/pgr_edwardMoore.html | 8 +-- 3.7/es/pgr_extractVertices.html | 8 +-- 3.7/es/pgr_findCloseEdges.html | 12 ++-- 3.7/es/pgr_floydWarshall.html | 8 +-- 3.7/es/pgr_full_version.html | 8 +-- 3.7/es/pgr_hawickCircuits.html | 8 +-- 3.7/es/pgr_isPlanar.html | 8 +-- 3.7/es/pgr_johnson.html | 8 +-- 3.7/es/pgr_kruskal.html | 8 +-- 3.7/es/pgr_kruskalBFS.html | 8 +-- 3.7/es/pgr_kruskalDD.html | 8 +-- 3.7/es/pgr_kruskalDFS.html | 8 +-- 3.7/es/pgr_lengauerTarjanDominatorTree.html | 8 +-- 3.7/es/pgr_lineGraph.html | 66 ++++++++---------- 3.7/es/pgr_lineGraphFull.html | 8 +-- 3.7/es/pgr_makeConnected.html | 8 +-- 3.7/es/pgr_maxCardinalityMatch.html | 8 +-- 3.7/es/pgr_maxFlow.html | 8 +-- 3.7/es/pgr_maxFlowMinCost.html | 8 +-- 3.7/es/pgr_maxFlowMinCost_Cost.html | 8 +-- 3.7/es/pgr_nodeNetwork.html | 8 +-- 3.7/es/pgr_pickDeliver.html | 8 +-- 3.7/es/pgr_pickDeliverEuclidean.html | 8 +-- 3.7/es/pgr_prim.html | 8 +-- 3.7/es/pgr_primBFS.html | 8 +-- 3.7/es/pgr_primDD.html | 8 +-- 3.7/es/pgr_primDFS.html | 8 +-- 3.7/es/pgr_pushRelabel.html | 8 +-- 3.7/es/pgr_sequentialVertexColoring.html | 8 +-- 3.7/es/pgr_stoerWagner.html | 8 +-- 3.7/es/pgr_strongComponents.html | 8 +-- 3.7/es/pgr_topologicalSort.html | 8 +-- 3.7/es/pgr_transitiveClosure.html | 8 +-- 3.7/es/pgr_trsp.html | 24 +++---- 3.7/es/pgr_trspVia.html | 10 +-- 3.7/es/pgr_trspVia_withPoints.html | 8 +-- 3.7/es/pgr_trsp_withPoints.html | 8 +-- 3.7/es/pgr_turnRestrictedPath.html | 10 +-- 3.7/es/pgr_version.html | 8 +-- 3.7/es/pgr_vrpOneDepot.html | 8 +-- 3.7/es/pgr_withPoints.html | 24 +++---- 3.7/es/pgr_withPointsCost.html | 14 ++-- 3.7/es/pgr_withPointsCostMatrix.html | 10 +-- 3.7/es/pgr_withPointsDD.html | 16 ++--- 3.7/es/pgr_withPointsKSP.html | 24 +++---- 3.7/es/pgr_withPointsVia.html | 10 +-- 3.7/es/prim-family.html | 8 +-- 3.7/es/proposed.html | 8 +-- 3.7/es/reference.html | 8 +-- 3.7/es/release_notes.html | 30 ++++---- 3.7/es/routingFunctions.html | 8 +-- 3.7/es/sampledata.html | 10 +-- 3.7/es/search.html | 8 +-- 3.7/es/searchindex.js | 2 +- 3.7/es/spanningTree-family.html | 8 +-- 3.7/es/support.html | 8 +-- 3.7/es/topology-functions.html | 8 +-- 3.7/es/transformation-family.html | 8 +-- 3.7/es/traversal-family.html | 8 +-- 3.7/es/via-category.html | 8 +-- 3.7/es/withPoints-category.html | 8 +-- 3.7/es/withPoints-family.html | 8 +-- 3.7/zh_Hans/.buildinfo | 4 +- 3.7/zh_Hans/BFS-category.html | 6 +- 3.7/zh_Hans/DFS-category.html | 6 +- 3.7/zh_Hans/KSP-category.html | 6 +- 3.7/zh_Hans/TRSP-family.html | 6 +- 3.7/zh_Hans/TSP-family.html | 6 +- 3.7/zh_Hans/VRP-category.html | 8 +-- 3.7/zh_Hans/_static/basic.css | 15 +--- 3.7/zh_Hans/_static/doctools.js | 7 -- 3.7/zh_Hans/_static/graphviz.css | 7 -- 3.7/zh_Hans/_static/language_data.js | 7 -- 3.7/zh_Hans/_static/searchtools.js | 38 ++++++---- 3.7/zh_Hans/aStar-family.html | 6 +- 3.7/zh_Hans/allpairs-family.html | 6 +- 3.7/zh_Hans/bdAstar-family.html | 6 +- 3.7/zh_Hans/bdDijkstra-family.html | 6 +- 3.7/zh_Hans/chinesePostmanProblem-family.html | 6 +- 3.7/zh_Hans/coloring-family.html | 6 +- 3.7/zh_Hans/components-family.html | 6 +- 3.7/zh_Hans/contraction-family.html | 6 +- 3.7/zh_Hans/cost-category.html | 6 +- 3.7/zh_Hans/costMatrix-category.html | 6 +- 3.7/zh_Hans/dijkstra-family.html | 8 +-- 3.7/zh_Hans/drivingDistance-category.html | 6 +- 3.7/zh_Hans/experimental.html | 6 +- 3.7/zh_Hans/flow-family.html | 6 +- 3.7/zh_Hans/genindex.html | 6 +- 3.7/zh_Hans/index.html | 6 +- 3.7/zh_Hans/kruskal-family.html | 6 +- 3.7/zh_Hans/metrics-family.html | 6 +- 3.7/zh_Hans/migration.html | 6 +- 3.7/zh_Hans/ordering-family.html | 6 +- 3.7/zh_Hans/pgRouting-concepts.html | 6 +- 3.7/zh_Hans/pgRouting-installation.html | 6 +- 3.7/zh_Hans/pgRouting-introduction.html | 6 +- 3.7/zh_Hans/pgr_KSP.html | 6 +- 3.7/zh_Hans/pgr_TSP.html | 6 +- 3.7/zh_Hans/pgr_TSPeuclidean.html | 6 +- 3.7/zh_Hans/pgr_aStar.html | 6 +- 3.7/zh_Hans/pgr_aStarCost.html | 6 +- 3.7/zh_Hans/pgr_aStarCostMatrix.html | 6 +- 3.7/zh_Hans/pgr_alphaShape.html | 6 +- 3.7/zh_Hans/pgr_analyzeGraph.html | 6 +- 3.7/zh_Hans/pgr_analyzeOneWay.html | 6 +- 3.7/zh_Hans/pgr_articulationPoints.html | 6 +- 3.7/zh_Hans/pgr_bdAstar.html | 6 +- 3.7/zh_Hans/pgr_bdAstarCost.html | 6 +- 3.7/zh_Hans/pgr_bdAstarCostMatrix.html | 6 +- 3.7/zh_Hans/pgr_bdDijkstra.html | 6 +- 3.7/zh_Hans/pgr_bdDijkstraCost.html | 6 +- 3.7/zh_Hans/pgr_bdDijkstraCostMatrix.html | 6 +- 3.7/zh_Hans/pgr_bellmanFord.html | 6 +- 3.7/zh_Hans/pgr_betweennessCentrality.html | 6 +- 3.7/zh_Hans/pgr_biconnectedComponents.html | 6 +- 3.7/zh_Hans/pgr_binaryBreadthFirstSearch.html | 6 +- 3.7/zh_Hans/pgr_bipartite.html | 6 +- 3.7/zh_Hans/pgr_boykovKolmogorov.html | 6 +- 3.7/zh_Hans/pgr_breadthFirstSearch.html | 6 +- 3.7/zh_Hans/pgr_bridges.html | 6 +- 3.7/zh_Hans/pgr_chinesePostman.html | 6 +- 3.7/zh_Hans/pgr_chinesePostmanCost.html | 6 +- 3.7/zh_Hans/pgr_connectedComponents.html | 6 +- 3.7/zh_Hans/pgr_contraction.html | 6 +- 3.7/zh_Hans/pgr_createTopology.html | 6 +- 3.7/zh_Hans/pgr_createVerticesTable.html | 6 +- 3.7/zh_Hans/pgr_cuthillMckeeOrdering.html | 6 +- 3.7/zh_Hans/pgr_dagShortestPath.html | 6 +- 3.7/zh_Hans/pgr_degree.html | 6 +- 3.7/zh_Hans/pgr_depthFirstSearch.html | 6 +- 3.7/zh_Hans/pgr_dijkstra.html | 6 +- 3.7/zh_Hans/pgr_dijkstraCost.html | 6 +- 3.7/zh_Hans/pgr_dijkstraCostMatrix.html | 6 +- 3.7/zh_Hans/pgr_dijkstraNear.html | 6 +- 3.7/zh_Hans/pgr_dijkstraNearCost.html | 6 +- 3.7/zh_Hans/pgr_dijkstraVia.html | 6 +- 3.7/zh_Hans/pgr_drivingDistance.html | 6 +- 3.7/zh_Hans/pgr_edgeColoring.html | 8 +-- 3.7/zh_Hans/pgr_edgeDisjointPaths.html | 6 +- 3.7/zh_Hans/pgr_edmondsKarp.html | 6 +- 3.7/zh_Hans/pgr_edwardMoore.html | 6 +- 3.7/zh_Hans/pgr_extractVertices.html | 6 +- 3.7/zh_Hans/pgr_findCloseEdges.html | 6 +- 3.7/zh_Hans/pgr_floydWarshall.html | 6 +- 3.7/zh_Hans/pgr_full_version.html | 6 +- 3.7/zh_Hans/pgr_hawickCircuits.html | 6 +- 3.7/zh_Hans/pgr_isPlanar.html | 6 +- 3.7/zh_Hans/pgr_johnson.html | 6 +- 3.7/zh_Hans/pgr_kruskal.html | 6 +- 3.7/zh_Hans/pgr_kruskalBFS.html | 6 +- 3.7/zh_Hans/pgr_kruskalDD.html | 6 +- 3.7/zh_Hans/pgr_kruskalDFS.html | 6 +- .../pgr_lengauerTarjanDominatorTree.html | 6 +- 3.7/zh_Hans/pgr_lineGraph.html | 6 +- 3.7/zh_Hans/pgr_lineGraphFull.html | 6 +- 3.7/zh_Hans/pgr_makeConnected.html | 6 +- 3.7/zh_Hans/pgr_maxCardinalityMatch.html | 6 +- 3.7/zh_Hans/pgr_maxFlow.html | 6 +- 3.7/zh_Hans/pgr_maxFlowMinCost.html | 6 +- 3.7/zh_Hans/pgr_maxFlowMinCost_Cost.html | 6 +- 3.7/zh_Hans/pgr_nodeNetwork.html | 6 +- 3.7/zh_Hans/pgr_pickDeliver.html | 6 +- 3.7/zh_Hans/pgr_pickDeliverEuclidean.html | 6 +- 3.7/zh_Hans/pgr_prim.html | 6 +- 3.7/zh_Hans/pgr_primBFS.html | 6 +- 3.7/zh_Hans/pgr_primDD.html | 6 +- 3.7/zh_Hans/pgr_primDFS.html | 6 +- 3.7/zh_Hans/pgr_pushRelabel.html | 6 +- 3.7/zh_Hans/pgr_sequentialVertexColoring.html | 8 +-- 3.7/zh_Hans/pgr_stoerWagner.html | 6 +- 3.7/zh_Hans/pgr_strongComponents.html | 6 +- 3.7/zh_Hans/pgr_topologicalSort.html | 6 +- 3.7/zh_Hans/pgr_transitiveClosure.html | 6 +- 3.7/zh_Hans/pgr_trsp.html | 6 +- 3.7/zh_Hans/pgr_trspVia.html | 6 +- 3.7/zh_Hans/pgr_trspVia_withPoints.html | 6 +- 3.7/zh_Hans/pgr_trsp_withPoints.html | 6 +- 3.7/zh_Hans/pgr_turnRestrictedPath.html | 6 +- 3.7/zh_Hans/pgr_version.html | 6 +- 3.7/zh_Hans/pgr_vrpOneDepot.html | 6 +- 3.7/zh_Hans/pgr_withPoints.html | 6 +- 3.7/zh_Hans/pgr_withPointsCost.html | 6 +- 3.7/zh_Hans/pgr_withPointsCostMatrix.html | 6 +- 3.7/zh_Hans/pgr_withPointsDD.html | 6 +- 3.7/zh_Hans/pgr_withPointsKSP.html | 6 +- 3.7/zh_Hans/pgr_withPointsVia.html | 6 +- 3.7/zh_Hans/prim-family.html | 6 +- 3.7/zh_Hans/proposed.html | 6 +- 3.7/zh_Hans/reference.html | 6 +- 3.7/zh_Hans/release_notes.html | 6 +- 3.7/zh_Hans/routingFunctions.html | 6 +- 3.7/zh_Hans/sampledata.html | 6 +- 3.7/zh_Hans/search.html | 6 +- 3.7/zh_Hans/searchindex.js | 2 +- 3.7/zh_Hans/spanningTree-family.html | 6 +- 3.7/zh_Hans/support.html | 6 +- 3.7/zh_Hans/topology-functions.html | 6 +- 3.7/zh_Hans/transformation-family.html | 6 +- 3.7/zh_Hans/traversal-family.html | 6 +- 3.7/zh_Hans/via-category.html | 6 +- 3.7/zh_Hans/withPoints-category.html | 8 +-- 3.7/zh_Hans/withPoints-family.html | 6 +- 425 files changed, 1515 insertions(+), 1584 deletions(-) diff --git a/3.7/en/.buildinfo b/3.7/en/.buildinfo index 37ef7f5c17..890a47826a 100644 --- a/3.7/en/.buildinfo +++ b/3.7/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: b3db268bc2f732d88cd93ae041571ef2 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 99eb3865bee7e4cf43bad30023c2b25f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/3.7/en/BFS-category.html b/3.7/en/BFS-category.html index 40ed960c7b..1160861d71 100644 --- a/3.7/en/BFS-category.html +++ b/3.7/en/BFS-category.html @@ -10,10 +10,10 @@ BFS - Category — pgRouting Manual (3.7-dev) - + - + @@ -438,7 +438,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/DFS-category.html b/3.7/en/DFS-category.html index d87e242778..db2d38176d 100644 --- a/3.7/en/DFS-category.html +++ b/3.7/en/DFS-category.html @@ -10,10 +10,10 @@ DFS - Category — pgRouting Manual (3.7-dev) - + - + @@ -228,7 +228,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/KSP-category.html b/3.7/en/KSP-category.html index 2fa1e37c4e..33ad72d34f 100644 --- a/3.7/en/KSP-category.html +++ b/3.7/en/KSP-category.html @@ -10,10 +10,10 @@ K shortest paths - Category — pgRouting Manual (3.7-dev) - + - + @@ -213,7 +213,7 @@

K shortest paths - CategorySphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/TRSP-family.html b/3.7/en/TRSP-family.html index fc705c4718..d9a5385731 100644 --- a/3.7/en/TRSP-family.html +++ b/3.7/en/TRSP-family.html @@ -10,10 +10,10 @@ TRSP - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -473,7 +473,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/TSP-family.html b/3.7/en/TSP-family.html index f4cd1f0fbe..cc62d147e2 100644 --- a/3.7/en/TSP-family.html +++ b/3.7/en/TSP-family.html @@ -10,10 +10,10 @@ Traveling Sales Person - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -345,7 +345,7 @@

See Also © Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/VRP-category.html b/3.7/en/VRP-category.html index 5651baa977..912bb111f8 100644 --- a/3.7/en/VRP-category.html +++ b/3.7/en/VRP-category.html @@ -10,10 +10,10 @@ Vehicle Routing Functions - Category (Experimental) — pgRouting Manual (3.7-dev) - + - + @@ -1229,7 +1229,7 @@

See Also © Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/_static/basic.css b/3.7/en/_static/basic.css index f316efcb47..7ebbd6d07b 100644 --- a/3.7/en/_static/basic.css +++ b/3.7/en/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -115,15 +108,11 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { diff --git a/3.7/en/_static/doctools.js b/3.7/en/_static/doctools.js index 4d67807d17..0398ebb9f0 100644 --- a/3.7/en/_static/doctools.js +++ b/3.7/en/_static/doctools.js @@ -1,12 +1,5 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * * Base JavaScript utilities for all Sphinx HTML documentation. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; diff --git a/3.7/en/_static/graphviz.css b/3.7/en/_static/graphviz.css index 027576e34d..30f3837b62 100644 --- a/3.7/en/_static/graphviz.css +++ b/3.7/en/_static/graphviz.css @@ -1,12 +1,5 @@ /* - * graphviz.css - * ~~~~~~~~~~~~ - * * Sphinx stylesheet -- graphviz extension. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ img.graphviz { diff --git a/3.7/en/_static/language_data.js b/3.7/en/_static/language_data.js index 367b8ed81b..c7fe6c6faf 100644 --- a/3.7/en/_static/language_data.js +++ b/3.7/en/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; diff --git a/3.7/en/_static/searchtools.js b/3.7/en/_static/searchtools.js index b08d58c9b9..2c774d17af 100644 --- a/3.7/en/_static/searchtools.js +++ b/3.7/en/_static/searchtools.js @@ -1,12 +1,5 @@ /* - * searchtools.js - * ~~~~~~~~~~~~~~~~ - * * Sphinx JavaScript utilities for the full-text search. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; @@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") { // and returns the new score. /* score: result => { - const [docname, title, anchor, descr, score, filename] = result + const [docname, title, anchor, descr, score, filename, kind] = result return score }, */ @@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") { }; } +// Global search result kind enum, used by themes to style search results. +class SearchResultKind { + static get index() { return "index"; } + static get object() { return "object"; } + static get text() { return "text"; } + static get title() { return "title"; } +} + const _removeChildren = (element) => { while (element && element.lastChild) element.removeChild(element.lastChild); }; @@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => { const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; const contentRoot = document.documentElement.dataset.content_root; - const [docName, title, anchor, descr, score, _filename] = item; + const [docName, title, anchor, descr, score, _filename, kind] = item; let listItem = document.createElement("li"); + // Add a class representing the item's type: + // can be used by a theme's CSS selector for styling + // See SearchResultKind for the class names. + listItem.classList.add(`kind-${kind}`); let requestUrl; let linkUrl; if (docBuilder === "dirhtml") { @@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => { "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." ); else - Search.status.innerText = _( - "Search finished, found ${resultCount} page(s) matching the search query." + Search.status.innerText = Documentation.ngettext( + "Search finished, found one page matching the search query.", + "Search finished, found ${resultCount} pages matching the search query.", + resultCount, ).replace('${resultCount}', resultCount); }; const _displayNextItem = ( @@ -138,7 +145,7 @@ const _displayNextItem = ( else _finishSearch(resultCount); }; // Helper function used by query() to order search results. -// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Each input is an array of [docname, title, anchor, descr, score, filename, kind]. // Order the results by score (in opposite order of appearance, since the // `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. const _orderResultsByScoreThenName = (a, b) => { @@ -248,6 +255,7 @@ const Search = { searchSummary.classList.add("search-summary"); searchSummary.innerText = ""; const searchList = document.createElement("ul"); + searchList.setAttribute("role", "list"); searchList.classList.add("search"); const out = document.getElementById("search-results"); @@ -318,7 +326,7 @@ const Search = { const indexEntries = Search._index.indexentries; // Collect multiple result groups to be sorted separately and then ordered. - // Each is an array of [docname, title, anchor, descr, score, filename]. + // Each is an array of [docname, title, anchor, descr, score, filename, kind]. const normalResults = []; const nonMainIndexResults = []; @@ -337,6 +345,7 @@ const Search = { null, score + boost, filenames[file], + SearchResultKind.title, ]); } } @@ -354,6 +363,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.index, ]; if (isMain) { normalResults.push(result); @@ -475,6 +485,7 @@ const Search = { descr, score, filenames[match[0]], + SearchResultKind.object, ]); }; Object.keys(objects).forEach((prefix) => @@ -585,6 +596,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.text, ]); } return results; diff --git a/3.7/en/aStar-family.html b/3.7/en/aStar-family.html index 1c1423f593..f4b8c0dcf0 100644 --- a/3.7/en/aStar-family.html +++ b/3.7/en/aStar-family.html @@ -10,10 +10,10 @@ A* - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -372,7 +372,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/allpairs-family.html b/3.7/en/allpairs-family.html index 60e3fb9907..cfb0342b39 100644 --- a/3.7/en/allpairs-family.html +++ b/3.7/en/allpairs-family.html @@ -10,10 +10,10 @@ All Pairs - Family of Functions — pgRouting Manual (3.7-dev) - + - + @@ -795,7 +795,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/bdAstar-family.html b/3.7/en/bdAstar-family.html index 8afd220042..30463353bd 100644 --- a/3.7/en/bdAstar-family.html +++ b/3.7/en/bdAstar-family.html @@ -10,10 +10,10 @@ Bidirectional A* - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -267,7 +267,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/bdDijkstra-family.html b/3.7/en/bdDijkstra-family.html index df98a18132..74cca1104e 100644 --- a/3.7/en/bdDijkstra-family.html +++ b/3.7/en/bdDijkstra-family.html @@ -10,10 +10,10 @@ Bidirectional Dijkstra - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -260,7 +260,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/chinesePostmanProblem-family.html b/3.7/en/chinesePostmanProblem-family.html index 117b0b0a12..1e81e511a4 100644 --- a/3.7/en/chinesePostmanProblem-family.html +++ b/3.7/en/chinesePostmanProblem-family.html @@ -10,10 +10,10 @@ Chinese Postman Problem - Family of functions (Experimental) — pgRouting Manual (3.7-dev) - + - + @@ -336,7 +336,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/coloring-family.html b/3.7/en/coloring-family.html index 5f21a9e64d..4c5a5e932c 100644 --- a/3.7/en/coloring-family.html +++ b/3.7/en/coloring-family.html @@ -10,10 +10,10 @@ Coloring - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -322,7 +322,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/components-family.html b/3.7/en/components-family.html index 7ab5353996..8458830e94 100644 --- a/3.7/en/components-family.html +++ b/3.7/en/components-family.html @@ -10,10 +10,10 @@ Components - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -244,7 +244,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/contraction-family.html b/3.7/en/contraction-family.html index 834d08d191..ef83f69fe9 100644 --- a/3.7/en/contraction-family.html +++ b/3.7/en/contraction-family.html @@ -10,10 +10,10 @@ Contraction - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -1229,7 +1229,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/cost-category.html b/3.7/en/cost-category.html index 59e7690a9e..3eef27d661 100644 --- a/3.7/en/cost-category.html +++ b/3.7/en/cost-category.html @@ -10,10 +10,10 @@ Cost - Category — pgRouting Manual (3.7-dev) - + - + @@ -262,7 +262,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/costMatrix-category.html b/3.7/en/costMatrix-category.html index c3908e550c..4582d3b092 100644 --- a/3.7/en/costMatrix-category.html +++ b/3.7/en/costMatrix-category.html @@ -10,10 +10,10 @@ Cost Matrix - Category — pgRouting Manual (3.7-dev) - + - + @@ -565,7 +565,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/dijkstra-family.html b/3.7/en/dijkstra-family.html index 89dfd450cc..cb6878fee4 100644 --- a/3.7/en/dijkstra-family.html +++ b/3.7/en/dijkstra-family.html @@ -10,10 +10,10 @@ Dijkstra - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -553,7 +553,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/drivingDistance-category.html b/3.7/en/drivingDistance-category.html index f1befbe106..2b1b232934 100644 --- a/3.7/en/drivingDistance-category.html +++ b/3.7/en/drivingDistance-category.html @@ -10,10 +10,10 @@ Driving Distance - Category — pgRouting Manual (3.7-dev) - + - + @@ -424,7 +424,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/experimental.html b/3.7/en/experimental.html index 3e51b21ee7..57a879987c 100644 --- a/3.7/en/experimental.html +++ b/3.7/en/experimental.html @@ -10,10 +10,10 @@ Experimental Functions — pgRouting Manual (3.7-dev) - + - + @@ -306,7 +306,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/flow-family.html b/3.7/en/flow-family.html index baed3e8159..f9ad1a33e9 100644 --- a/3.7/en/flow-family.html +++ b/3.7/en/flow-family.html @@ -10,10 +10,10 @@ Flow - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -698,7 +698,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/genindex.html b/3.7/en/genindex.html index 6fe07bcdc7..abbf9fcf61 100644 --- a/3.7/en/genindex.html +++ b/3.7/en/genindex.html @@ -9,10 +9,10 @@ Index — pgRouting Manual (3.7-dev) - + - + @@ -695,7 +695,7 @@

W

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/index.html b/3.7/en/index.html index 92b1459e7c..725868d250 100644 --- a/3.7/en/index.html +++ b/3.7/en/index.html @@ -10,10 +10,10 @@ Table of Contents — pgRouting Manual (3.7-dev) - + - + @@ -542,7 +542,7 @@

All releasesSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/kruskal-family.html b/3.7/en/kruskal-family.html index 2d4c8da888..b7c867d974 100644 --- a/3.7/en/kruskal-family.html +++ b/3.7/en/kruskal-family.html @@ -10,10 +10,10 @@ Kruskal - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -308,7 +308,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/metrics-family.html b/3.7/en/metrics-family.html index e1608038ca..0d1654a2ff 100644 --- a/3.7/en/metrics-family.html +++ b/3.7/en/metrics-family.html @@ -10,10 +10,10 @@ Metrics - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -235,7 +235,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/migration.html b/3.7/en/migration.html index 0a32fc1dea..e5fbce274e 100644 --- a/3.7/en/migration.html +++ b/3.7/en/migration.html @@ -10,10 +10,10 @@ Migration guide — pgRouting Manual (3.7-dev) - + - + @@ -3170,7 +3170,7 @@

See Also © Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/ordering-family.html b/3.7/en/ordering-family.html index 88fc077ade..2e0db1c07f 100644 --- a/3.7/en/ordering-family.html +++ b/3.7/en/ordering-family.html @@ -10,10 +10,10 @@ Ordering - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -235,7 +235,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgRouting-concepts.html b/3.7/en/pgRouting-concepts.html index f156280ad6..a4cd2ccbf3 100644 --- a/3.7/en/pgRouting-concepts.html +++ b/3.7/en/pgRouting-concepts.html @@ -10,10 +10,10 @@ pgRouting Concepts — pgRouting Manual (3.7-dev) - + - + @@ -2961,7 +2961,7 @@

How to contribute © Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgRouting-installation.html b/3.7/en/pgRouting-installation.html index 4b02d72071..f92a608bc7 100644 --- a/3.7/en/pgRouting-installation.html +++ b/3.7/en/pgRouting-installation.html @@ -10,10 +10,10 @@ Installation — pgRouting Manual (3.7-dev) - + - + @@ -539,7 +539,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgRouting-introduction.html b/3.7/en/pgRouting-introduction.html index 7aeb78214b..1bb043a0d4 100644 --- a/3.7/en/pgRouting-introduction.html +++ b/3.7/en/pgRouting-introduction.html @@ -10,10 +10,10 @@ Introduction — pgRouting Manual (3.7-dev) - + - + @@ -377,7 +377,7 @@

More InformationSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_KSP.html b/3.7/en/pgr_KSP.html index 6adaacd5ab..8e09e2adba 100644 --- a/3.7/en/pgr_KSP.html +++ b/3.7/en/pgr_KSP.html @@ -10,10 +10,10 @@ pgr_KSP — pgRouting Manual (3.7-dev) - + - + @@ -1049,7 +1049,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_TSP.html b/3.7/en/pgr_TSP.html index e8362118cf..5429668151 100644 --- a/3.7/en/pgr_TSP.html +++ b/3.7/en/pgr_TSP.html @@ -10,10 +10,10 @@ pgr_TSP — pgRouting Manual (3.7-dev) - + - + @@ -698,7 +698,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_TSPeuclidean.html b/3.7/en/pgr_TSPeuclidean.html index aa552dba70..cb294176de 100644 --- a/3.7/en/pgr_TSPeuclidean.html +++ b/3.7/en/pgr_TSPeuclidean.html @@ -10,10 +10,10 @@ pgr_TSPeuclidean — pgRouting Manual (3.7-dev) - + - + @@ -621,7 +621,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_aStar.html b/3.7/en/pgr_aStar.html index 156e0d52b6..ae3aeb05a6 100644 --- a/3.7/en/pgr_aStar.html +++ b/3.7/en/pgr_aStar.html @@ -10,10 +10,10 @@ pgr_aStar — pgRouting Manual (3.7-dev) - + - + @@ -994,7 +994,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_aStarCost.html b/3.7/en/pgr_aStarCost.html index 4748fdd0ad..7571293f29 100644 --- a/3.7/en/pgr_aStarCost.html +++ b/3.7/en/pgr_aStarCost.html @@ -10,10 +10,10 @@ pgr_aStarCost — pgRouting Manual (3.7-dev) - + - + @@ -850,7 +850,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_aStarCostMatrix.html b/3.7/en/pgr_aStarCostMatrix.html index e7f2552587..c2ab50524f 100644 --- a/3.7/en/pgr_aStarCostMatrix.html +++ b/3.7/en/pgr_aStarCostMatrix.html @@ -10,10 +10,10 @@ pgr_aStarCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -550,7 +550,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_alphaShape.html b/3.7/en/pgr_alphaShape.html index e41e8ea03b..59cda95399 100644 --- a/3.7/en/pgr_alphaShape.html +++ b/3.7/en/pgr_alphaShape.html @@ -10,10 +10,10 @@ pgr_alphaShape — pgRouting Manual (3.7-dev) - + - + @@ -326,7 +326,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_analyzeGraph.html b/3.7/en/pgr_analyzeGraph.html index 852045b1b1..c149eda56d 100644 --- a/3.7/en/pgr_analyzeGraph.html +++ b/3.7/en/pgr_analyzeGraph.html @@ -10,10 +10,10 @@ pgr_analyzeGraph — pgRouting Manual (3.7-dev) - + - + @@ -957,7 +957,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_analyzeOneWay.html b/3.7/en/pgr_analyzeOneWay.html index 518cb4fdc2..4dee316675 100644 --- a/3.7/en/pgr_analyzeOneWay.html +++ b/3.7/en/pgr_analyzeOneWay.html @@ -10,10 +10,10 @@ pgr_analyzeOneWay — pgRouting Manual (3.7-dev) - + - + @@ -400,7 +400,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_articulationPoints.html b/3.7/en/pgr_articulationPoints.html index 5268e9d1d4..ca02df4ada 100644 --- a/3.7/en/pgr_articulationPoints.html +++ b/3.7/en/pgr_articulationPoints.html @@ -10,10 +10,10 @@ pgr_articulationPoints — pgRouting Manual (3.7-dev) - + - + @@ -395,7 +395,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdAstar.html b/3.7/en/pgr_bdAstar.html index 1f61ba7529..4eacd9e7ae 100644 --- a/3.7/en/pgr_bdAstar.html +++ b/3.7/en/pgr_bdAstar.html @@ -10,10 +10,10 @@ pgr_bdAstar — pgRouting Manual (3.7-dev) - + - + @@ -995,7 +995,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdAstarCost.html b/3.7/en/pgr_bdAstarCost.html index af8f9e82e1..953ec6bf3e 100644 --- a/3.7/en/pgr_bdAstarCost.html +++ b/3.7/en/pgr_bdAstarCost.html @@ -10,10 +10,10 @@ pgr_bdAstarCost — pgRouting Manual (3.7-dev) - + - + @@ -856,7 +856,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdAstarCostMatrix.html b/3.7/en/pgr_bdAstarCostMatrix.html index 6bcb7a96ce..c1fd58fc48 100644 --- a/3.7/en/pgr_bdAstarCostMatrix.html +++ b/3.7/en/pgr_bdAstarCostMatrix.html @@ -10,10 +10,10 @@ pgr_bdAstarCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -553,7 +553,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdDijkstra.html b/3.7/en/pgr_bdDijkstra.html index d458ba4354..b9e9db751a 100644 --- a/3.7/en/pgr_bdDijkstra.html +++ b/3.7/en/pgr_bdDijkstra.html @@ -10,10 +10,10 @@ pgr_bdDijkstra — pgRouting Manual (3.7-dev) - + - + @@ -890,7 +890,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdDijkstraCost.html b/3.7/en/pgr_bdDijkstraCost.html index 63a2c41a70..2adb126e6e 100644 --- a/3.7/en/pgr_bdDijkstraCost.html +++ b/3.7/en/pgr_bdDijkstraCost.html @@ -10,10 +10,10 @@ pgr_bdDijkstraCost — pgRouting Manual (3.7-dev) - + - + @@ -769,7 +769,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bdDijkstraCostMatrix.html b/3.7/en/pgr_bdDijkstraCostMatrix.html index edd01a59ec..32a93c4afa 100644 --- a/3.7/en/pgr_bdDijkstraCostMatrix.html +++ b/3.7/en/pgr_bdDijkstraCostMatrix.html @@ -10,10 +10,10 @@ pgr_bdDijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -557,7 +557,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bellmanFord.html b/3.7/en/pgr_bellmanFord.html index 56799cdc8d..c3b6b80861 100644 --- a/3.7/en/pgr_bellmanFord.html +++ b/3.7/en/pgr_bellmanFord.html @@ -10,10 +10,10 @@ pgr_bellmanFord - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -897,7 +897,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_betweennessCentrality.html b/3.7/en/pgr_betweennessCentrality.html index 916a6e734e..4819d49ffc 100644 --- a/3.7/en/pgr_betweennessCentrality.html +++ b/3.7/en/pgr_betweennessCentrality.html @@ -10,10 +10,10 @@ pgr_betweennessCentrality — pgRouting Manual (3.7-dev) - + - + @@ -438,7 +438,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_biconnectedComponents.html b/3.7/en/pgr_biconnectedComponents.html index e7f2215643..b1589c3040 100644 --- a/3.7/en/pgr_biconnectedComponents.html +++ b/3.7/en/pgr_biconnectedComponents.html @@ -10,10 +10,10 @@ pgr_biconnectedComponents — pgRouting Manual (3.7-dev) - + - + @@ -428,7 +428,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_binaryBreadthFirstSearch.html b/3.7/en/pgr_binaryBreadthFirstSearch.html index dd79bca0ee..e1cb92e512 100644 --- a/3.7/en/pgr_binaryBreadthFirstSearch.html +++ b/3.7/en/pgr_binaryBreadthFirstSearch.html @@ -10,10 +10,10 @@ pgr_binaryBreadthFirstSearch - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -832,7 +832,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bipartite.html b/3.7/en/pgr_bipartite.html index 6d48651a4c..67f0c08401 100644 --- a/3.7/en/pgr_bipartite.html +++ b/3.7/en/pgr_bipartite.html @@ -10,10 +10,10 @@ pgr_bipartite -Experimental — pgRouting Manual (3.7-dev) - + - + @@ -464,7 +464,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_boykovKolmogorov.html b/3.7/en/pgr_boykovKolmogorov.html index 851547aaa7..3520bf957b 100644 --- a/3.7/en/pgr_boykovKolmogorov.html +++ b/3.7/en/pgr_boykovKolmogorov.html @@ -10,10 +10,10 @@ pgr_boykovKolmogorov — pgRouting Manual (3.7-dev) - + - + @@ -720,7 +720,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_breadthFirstSearch.html b/3.7/en/pgr_breadthFirstSearch.html index 504e57af34..bb0c84a4da 100644 --- a/3.7/en/pgr_breadthFirstSearch.html +++ b/3.7/en/pgr_breadthFirstSearch.html @@ -10,10 +10,10 @@ pgr_breadthFirstSearch - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -686,7 +686,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_bridges.html b/3.7/en/pgr_bridges.html index da947ef104..e209069077 100644 --- a/3.7/en/pgr_bridges.html +++ b/3.7/en/pgr_bridges.html @@ -10,10 +10,10 @@ pgr_bridges — pgRouting Manual (3.7-dev) - + - + @@ -391,7 +391,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_chinesePostman.html b/3.7/en/pgr_chinesePostman.html index 6331fb4f2d..87aa95708d 100644 --- a/3.7/en/pgr_chinesePostman.html +++ b/3.7/en/pgr_chinesePostman.html @@ -10,10 +10,10 @@ pgr_chinesePostman - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -451,7 +451,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_chinesePostmanCost.html b/3.7/en/pgr_chinesePostmanCost.html index 88ce53deb5..cb045db56a 100644 --- a/3.7/en/pgr_chinesePostmanCost.html +++ b/3.7/en/pgr_chinesePostmanCost.html @@ -10,10 +10,10 @@ pgr_chinesePostmanCost - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -395,7 +395,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_connectedComponents.html b/3.7/en/pgr_connectedComponents.html index 78a41720e4..672570bb28 100644 --- a/3.7/en/pgr_connectedComponents.html +++ b/3.7/en/pgr_connectedComponents.html @@ -10,10 +10,10 @@ pgr_connectedComponents — pgRouting Manual (3.7-dev) - + - + @@ -632,7 +632,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_contraction.html b/3.7/en/pgr_contraction.html index 54bebef272..a41729f6ba 100644 --- a/3.7/en/pgr_contraction.html +++ b/3.7/en/pgr_contraction.html @@ -10,10 +10,10 @@ pgr_contraction — pgRouting Manual (3.7-dev) - + - + @@ -585,7 +585,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_createTopology.html b/3.7/en/pgr_createTopology.html index 752c230921..24f06c4549 100644 --- a/3.7/en/pgr_createTopology.html +++ b/3.7/en/pgr_createTopology.html @@ -10,10 +10,10 @@ pgr_createTopology — pgRouting Manual (3.7-dev) - + - + @@ -801,7 +801,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_createVerticesTable.html b/3.7/en/pgr_createVerticesTable.html index a289a10d45..4cd9089270 100644 --- a/3.7/en/pgr_createVerticesTable.html +++ b/3.7/en/pgr_createVerticesTable.html @@ -10,10 +10,10 @@ pgr_createVerticesTable — pgRouting Manual (3.7-dev) - + - + @@ -810,7 +810,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_cuthillMckeeOrdering.html b/3.7/en/pgr_cuthillMckeeOrdering.html index 815eb3d9a4..122ffffec9 100644 --- a/3.7/en/pgr_cuthillMckeeOrdering.html +++ b/3.7/en/pgr_cuthillMckeeOrdering.html @@ -10,10 +10,10 @@ pgr_cuthillMckeeOrdering - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -432,7 +432,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dagShortestPath.html b/3.7/en/pgr_dagShortestPath.html index 5e5e2eaabf..079c4d357d 100644 --- a/3.7/en/pgr_dagShortestPath.html +++ b/3.7/en/pgr_dagShortestPath.html @@ -10,10 +10,10 @@ pgr_dagShortestPath - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -811,7 +811,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_degree.html b/3.7/en/pgr_degree.html index 3a7682c516..2177999ba6 100644 --- a/3.7/en/pgr_degree.html +++ b/3.7/en/pgr_degree.html @@ -10,10 +10,10 @@ pgr_degree – Proposed — pgRouting Manual (3.7-dev) - + - + @@ -611,7 +611,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_depthFirstSearch.html b/3.7/en/pgr_depthFirstSearch.html index 0a2f03cd96..f427788732 100644 --- a/3.7/en/pgr_depthFirstSearch.html +++ b/3.7/en/pgr_depthFirstSearch.html @@ -10,10 +10,10 @@ pgr_depthFirstSearch - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -660,7 +660,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstra.html b/3.7/en/pgr_dijkstra.html index 5d564232e8..1773563bd0 100644 --- a/3.7/en/pgr_dijkstra.html +++ b/3.7/en/pgr_dijkstra.html @@ -10,10 +10,10 @@ pgr_dijkstra — pgRouting Manual (3.7-dev) - + - + @@ -1809,7 +1809,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstraCost.html b/3.7/en/pgr_dijkstraCost.html index 71da5bb73e..9b6454c402 100644 --- a/3.7/en/pgr_dijkstraCost.html +++ b/3.7/en/pgr_dijkstraCost.html @@ -10,10 +10,10 @@ pgr_dijkstraCost — pgRouting Manual (3.7-dev) - + - + @@ -753,7 +753,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstraCostMatrix.html b/3.7/en/pgr_dijkstraCostMatrix.html index 3e7312580b..4dcf520008 100644 --- a/3.7/en/pgr_dijkstraCostMatrix.html +++ b/3.7/en/pgr_dijkstraCostMatrix.html @@ -10,10 +10,10 @@ pgr_dijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -526,7 +526,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstraNear.html b/3.7/en/pgr_dijkstraNear.html index 15787a1f8e..e331839239 100644 --- a/3.7/en/pgr_dijkstraNear.html +++ b/3.7/en/pgr_dijkstraNear.html @@ -10,10 +10,10 @@ pgr_dijkstraNear - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -844,7 +844,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstraNearCost.html b/3.7/en/pgr_dijkstraNearCost.html index 2066a5d23d..87486745ed 100644 --- a/3.7/en/pgr_dijkstraNearCost.html +++ b/3.7/en/pgr_dijkstraNearCost.html @@ -10,10 +10,10 @@ pgr_dijkstraNearCost - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -804,7 +804,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_dijkstraVia.html b/3.7/en/pgr_dijkstraVia.html index ded4fbfa9b..f8470abf13 100644 --- a/3.7/en/pgr_dijkstraVia.html +++ b/3.7/en/pgr_dijkstraVia.html @@ -10,10 +10,10 @@ pgr_dijkstraVia - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -715,7 +715,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_drivingDistance.html b/3.7/en/pgr_drivingDistance.html index 15fcc87415..2e732043b5 100644 --- a/3.7/en/pgr_drivingDistance.html +++ b/3.7/en/pgr_drivingDistance.html @@ -10,10 +10,10 @@ pgr_drivingDistance — pgRouting Manual (3.7-dev) - + - + @@ -634,7 +634,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_edgeColoring.html b/3.7/en/pgr_edgeColoring.html index 7ad9f2e283..06735693b4 100644 --- a/3.7/en/pgr_edgeColoring.html +++ b/3.7/en/pgr_edgeColoring.html @@ -10,10 +10,10 @@ pgr_edgeColoring - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -470,7 +470,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_edgeDisjointPaths.html b/3.7/en/pgr_edgeDisjointPaths.html index a98d867a8c..ca4fcb197a 100644 --- a/3.7/en/pgr_edgeDisjointPaths.html +++ b/3.7/en/pgr_edgeDisjointPaths.html @@ -10,10 +10,10 @@ pgr_edgeDisjointPaths — pgRouting Manual (3.7-dev) - + - + @@ -820,7 +820,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_edmondsKarp.html b/3.7/en/pgr_edmondsKarp.html index 64f1a122ba..7bb516da3a 100644 --- a/3.7/en/pgr_edmondsKarp.html +++ b/3.7/en/pgr_edmondsKarp.html @@ -10,10 +10,10 @@ pgr_edmondsKarp — pgRouting Manual (3.7-dev) - + - + @@ -721,7 +721,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_edwardMoore.html b/3.7/en/pgr_edwardMoore.html index cb8879b628..1db45478dd 100644 --- a/3.7/en/pgr_edwardMoore.html +++ b/3.7/en/pgr_edwardMoore.html @@ -10,10 +10,10 @@ pgr_edwardMoore - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -897,7 +897,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_extractVertices.html b/3.7/en/pgr_extractVertices.html index 2dc8ee282e..69bab1a7b6 100644 --- a/3.7/en/pgr_extractVertices.html +++ b/3.7/en/pgr_extractVertices.html @@ -10,10 +10,10 @@ pgr_extractVertices – Proposed — pgRouting Manual (3.7-dev) - + - + @@ -1067,7 +1067,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_findCloseEdges.html b/3.7/en/pgr_findCloseEdges.html index d4dbb57781..36611b4fcd 100644 --- a/3.7/en/pgr_findCloseEdges.html +++ b/3.7/en/pgr_findCloseEdges.html @@ -10,10 +10,10 @@ pgr_findCloseEdges — pgRouting Manual (3.7-dev) - + - + @@ -1453,7 +1453,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_floydWarshall.html b/3.7/en/pgr_floydWarshall.html index 88f1d4aeda..f5314355ef 100644 --- a/3.7/en/pgr_floydWarshall.html +++ b/3.7/en/pgr_floydWarshall.html @@ -10,10 +10,10 @@ pgr_floydWarshall — pgRouting Manual (3.7-dev) - + - + @@ -449,7 +449,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_full_version.html b/3.7/en/pgr_full_version.html index df6d69f4f6..e89406f3f0 100644 --- a/3.7/en/pgr_full_version.html +++ b/3.7/en/pgr_full_version.html @@ -10,10 +10,10 @@ pgr_full_version — pgRouting Manual (3.7-dev) - + - + @@ -295,7 +295,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_hawickCircuits.html b/3.7/en/pgr_hawickCircuits.html index d77236d978..8c70f13a26 100644 --- a/3.7/en/pgr_hawickCircuits.html +++ b/3.7/en/pgr_hawickCircuits.html @@ -10,10 +10,10 @@ pgr_hawickCircuits - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -571,7 +571,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_isPlanar.html b/3.7/en/pgr_isPlanar.html index d1fd08a5ec..ec23f647d6 100644 --- a/3.7/en/pgr_isPlanar.html +++ b/3.7/en/pgr_isPlanar.html @@ -10,10 +10,10 @@ pgr_isPlanar - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -435,7 +435,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_johnson.html b/3.7/en/pgr_johnson.html index df69668506..cf6dd01a02 100644 --- a/3.7/en/pgr_johnson.html +++ b/3.7/en/pgr_johnson.html @@ -10,10 +10,10 @@ pgr_johnson — pgRouting Manual (3.7-dev) - + - + @@ -438,7 +438,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_kruskal.html b/3.7/en/pgr_kruskal.html index 583bd90ccd..51b0986794 100644 --- a/3.7/en/pgr_kruskal.html +++ b/3.7/en/pgr_kruskal.html @@ -10,10 +10,10 @@ pgr_kruskal — pgRouting Manual (3.7-dev) - + - + @@ -410,7 +410,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_kruskalBFS.html b/3.7/en/pgr_kruskalBFS.html index 0d16c24afb..f593a6adfd 100644 --- a/3.7/en/pgr_kruskalBFS.html +++ b/3.7/en/pgr_kruskalBFS.html @@ -10,10 +10,10 @@ pgr_kruskalBFS — pgRouting Manual (3.7-dev) - + - + @@ -573,7 +573,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_kruskalDD.html b/3.7/en/pgr_kruskalDD.html index 0ec62c29af..7ac90684ad 100644 --- a/3.7/en/pgr_kruskalDD.html +++ b/3.7/en/pgr_kruskalDD.html @@ -10,10 +10,10 @@ pgr_kruskalDD — pgRouting Manual (3.7-dev) - + - + @@ -550,7 +550,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_kruskalDFS.html b/3.7/en/pgr_kruskalDFS.html index d66d0270f7..c28ffc03a4 100644 --- a/3.7/en/pgr_kruskalDFS.html +++ b/3.7/en/pgr_kruskalDFS.html @@ -10,10 +10,10 @@ pgr_kruskalDFS — pgRouting Manual (3.7-dev) - + - + @@ -573,7 +573,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_lengauerTarjanDominatorTree.html b/3.7/en/pgr_lengauerTarjanDominatorTree.html index 6f8d47a55b..fabf9c1489 100644 --- a/3.7/en/pgr_lengauerTarjanDominatorTree.html +++ b/3.7/en/pgr_lengauerTarjanDominatorTree.html @@ -10,10 +10,10 @@ pgr_lengauerTarjanDominatorTree -Experimental — pgRouting Manual (3.7-dev) - + - + @@ -471,7 +471,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_lineGraph.html b/3.7/en/pgr_lineGraph.html index 0e8dd9899e..0297802299 100644 --- a/3.7/en/pgr_lineGraph.html +++ b/3.7/en/pgr_lineGraph.html @@ -10,10 +10,10 @@ pgr_lineGraph - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -869,7 +869,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_lineGraphFull.html b/3.7/en/pgr_lineGraphFull.html index d9f55c148f..a719f9bdbc 100644 --- a/3.7/en/pgr_lineGraphFull.html +++ b/3.7/en/pgr_lineGraphFull.html @@ -10,10 +10,10 @@ pgr_lineGraphFull - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -1078,7 +1078,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_makeConnected.html b/3.7/en/pgr_makeConnected.html index da21bedd28..cffdbf0de5 100644 --- a/3.7/en/pgr_makeConnected.html +++ b/3.7/en/pgr_makeConnected.html @@ -10,10 +10,10 @@ pgr_makeConnected - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -420,7 +420,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_maxCardinalityMatch.html b/3.7/en/pgr_maxCardinalityMatch.html index f0abd396eb..a808989b70 100644 --- a/3.7/en/pgr_maxCardinalityMatch.html +++ b/3.7/en/pgr_maxCardinalityMatch.html @@ -10,10 +10,10 @@ pgr_maxCardinalityMatch — pgRouting Manual (3.7-dev) - + - + @@ -420,7 +420,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_maxFlow.html b/3.7/en/pgr_maxFlow.html index 3051fde1ff..9aa4be0a77 100644 --- a/3.7/en/pgr_maxFlow.html +++ b/3.7/en/pgr_maxFlow.html @@ -10,10 +10,10 @@ pgr_maxFlow — pgRouting Manual (3.7-dev) - + - + @@ -632,7 +632,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_maxFlowMinCost.html b/3.7/en/pgr_maxFlowMinCost.html index 296e174b0c..a4882f9498 100644 --- a/3.7/en/pgr_maxFlowMinCost.html +++ b/3.7/en/pgr_maxFlowMinCost.html @@ -10,10 +10,10 @@ pgr_maxFlowMinCost - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -769,7 +769,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_maxFlowMinCost_Cost.html b/3.7/en/pgr_maxFlowMinCost_Cost.html index aeb568c4f7..1998740d96 100644 --- a/3.7/en/pgr_maxFlowMinCost_Cost.html +++ b/3.7/en/pgr_maxFlowMinCost_Cost.html @@ -10,10 +10,10 @@ pgr_maxFlowMinCost_Cost - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -704,7 +704,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_nodeNetwork.html b/3.7/en/pgr_nodeNetwork.html index 2695053abd..c794775bad 100644 --- a/3.7/en/pgr_nodeNetwork.html +++ b/3.7/en/pgr_nodeNetwork.html @@ -10,10 +10,10 @@ pgr_nodeNetwork — pgRouting Manual (3.7-dev) - + - + @@ -617,7 +617,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_pickDeliver.html b/3.7/en/pgr_pickDeliver.html index 62cb197960..82a6988b82 100644 --- a/3.7/en/pgr_pickDeliver.html +++ b/3.7/en/pgr_pickDeliver.html @@ -10,10 +10,10 @@ pgr_pickDeliver - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -821,7 +821,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_pickDeliverEuclidean.html b/3.7/en/pgr_pickDeliverEuclidean.html index 7cebbfd338..aaa39d0445 100644 --- a/3.7/en/pgr_pickDeliverEuclidean.html +++ b/3.7/en/pgr_pickDeliverEuclidean.html @@ -10,10 +10,10 @@ pgr_pickDeliverEuclidean - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -1027,7 +1027,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_prim.html b/3.7/en/pgr_prim.html index 4dc43a59b4..6b2b81fa9a 100644 --- a/3.7/en/pgr_prim.html +++ b/3.7/en/pgr_prim.html @@ -10,10 +10,10 @@ pgr_prim — pgRouting Manual (3.7-dev) - + - + @@ -406,7 +406,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_primBFS.html b/3.7/en/pgr_primBFS.html index 9efe0ec45d..920afdfd8b 100644 --- a/3.7/en/pgr_primBFS.html +++ b/3.7/en/pgr_primBFS.html @@ -10,10 +10,10 @@ pgr_primBFS — pgRouting Manual (3.7-dev) - + - + @@ -577,7 +577,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_primDD.html b/3.7/en/pgr_primDD.html index 4156d85f11..00a12a1bc2 100644 --- a/3.7/en/pgr_primDD.html +++ b/3.7/en/pgr_primDD.html @@ -10,10 +10,10 @@ pgr_primDD — pgRouting Manual (3.7-dev) - + - + @@ -555,7 +555,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_primDFS.html b/3.7/en/pgr_primDFS.html index a6349d1252..3829f4a39a 100644 --- a/3.7/en/pgr_primDFS.html +++ b/3.7/en/pgr_primDFS.html @@ -10,10 +10,10 @@ pgr_primDFS — pgRouting Manual (3.7-dev) - + - + @@ -577,7 +577,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_pushRelabel.html b/3.7/en/pgr_pushRelabel.html index 1d7fce0cc9..b2d1bafd92 100644 --- a/3.7/en/pgr_pushRelabel.html +++ b/3.7/en/pgr_pushRelabel.html @@ -10,10 +10,10 @@ pgr_pushRelabel — pgRouting Manual (3.7-dev) - + - + @@ -730,7 +730,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_sequentialVertexColoring.html b/3.7/en/pgr_sequentialVertexColoring.html index ba0c4ded87..7794eef8a2 100644 --- a/3.7/en/pgr_sequentialVertexColoring.html +++ b/3.7/en/pgr_sequentialVertexColoring.html @@ -10,10 +10,10 @@ pgr_sequentialVertexColoring - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -436,7 +436,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_stoerWagner.html b/3.7/en/pgr_stoerWagner.html index 4bb7d88a2a..6a934a13f7 100644 --- a/3.7/en/pgr_stoerWagner.html +++ b/3.7/en/pgr_stoerWagner.html @@ -10,10 +10,10 @@ pgr_stoerWagner - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -479,7 +479,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_strongComponents.html b/3.7/en/pgr_strongComponents.html index fa188e9c10..3309d1faea 100644 --- a/3.7/en/pgr_strongComponents.html +++ b/3.7/en/pgr_strongComponents.html @@ -10,10 +10,10 @@ pgr_strongComponents — pgRouting Manual (3.7-dev) - + - + @@ -423,7 +423,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_topologicalSort.html b/3.7/en/pgr_topologicalSort.html index 625b485629..87218a0314 100644 --- a/3.7/en/pgr_topologicalSort.html +++ b/3.7/en/pgr_topologicalSort.html @@ -10,10 +10,10 @@ pgr_topologicalSort - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -484,7 +484,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_transitiveClosure.html b/3.7/en/pgr_transitiveClosure.html index dddaad5d78..c81c8a6f11 100644 --- a/3.7/en/pgr_transitiveClosure.html +++ b/3.7/en/pgr_transitiveClosure.html @@ -10,10 +10,10 @@ pgr_transitiveClosure - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -428,7 +428,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_trsp.html b/3.7/en/pgr_trsp.html index 1bcdb0130b..29d88d0706 100644 --- a/3.7/en/pgr_trsp.html +++ b/3.7/en/pgr_trsp.html @@ -10,10 +10,10 @@ pgr_trsp - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -818,7 +818,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_trspVia.html b/3.7/en/pgr_trspVia.html index db6825ff34..faeec1a48a 100644 --- a/3.7/en/pgr_trspVia.html +++ b/3.7/en/pgr_trspVia.html @@ -10,10 +10,10 @@ pgr_trspVia - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -932,7 +932,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_trspVia_withPoints.html b/3.7/en/pgr_trspVia_withPoints.html index 078147b920..0d2a5d2a38 100644 --- a/3.7/en/pgr_trspVia_withPoints.html +++ b/3.7/en/pgr_trspVia_withPoints.html @@ -10,10 +10,10 @@ pgr_trspVia_withPoints - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -1145,7 +1145,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_trsp_withPoints.html b/3.7/en/pgr_trsp_withPoints.html index 97d3c8cf60..7deb49f220 100644 --- a/3.7/en/pgr_trsp_withPoints.html +++ b/3.7/en/pgr_trsp_withPoints.html @@ -10,10 +10,10 @@ pgr_trsp_withPoints - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -1097,7 +1097,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_turnRestrictedPath.html b/3.7/en/pgr_turnRestrictedPath.html index dfecc72d73..201408d8fb 100644 --- a/3.7/en/pgr_turnRestrictedPath.html +++ b/3.7/en/pgr_turnRestrictedPath.html @@ -10,10 +10,10 @@ pgr_turnRestrictedPath - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -670,7 +670,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_version.html b/3.7/en/pgr_version.html index 0bcbc0481a..8881ad7466 100644 --- a/3.7/en/pgr_version.html +++ b/3.7/en/pgr_version.html @@ -10,10 +10,10 @@ pgr_version — pgRouting Manual (3.7-dev) - + - + @@ -267,7 +267,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_vrpOneDepot.html b/3.7/en/pgr_vrpOneDepot.html index 39c1583f59..638dda155d 100644 --- a/3.7/en/pgr_vrpOneDepot.html +++ b/3.7/en/pgr_vrpOneDepot.html @@ -10,10 +10,10 @@ pgr_vrpOneDepot - Experimental — pgRouting Manual (3.7-dev) - + - + @@ -379,7 +379,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPoints.html b/3.7/en/pgr_withPoints.html index b507e8fce3..9e393e5024 100644 --- a/3.7/en/pgr_withPoints.html +++ b/3.7/en/pgr_withPoints.html @@ -10,10 +10,10 @@ pgr_withPoints - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -1136,7 +1136,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPointsCost.html b/3.7/en/pgr_withPointsCost.html index 4978876f04..e002656e83 100644 --- a/3.7/en/pgr_withPointsCost.html +++ b/3.7/en/pgr_withPointsCost.html @@ -10,10 +10,10 @@ pgr_withPointsCost - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -949,7 +949,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPointsCostMatrix.html b/3.7/en/pgr_withPointsCostMatrix.html index 046d7dea1c..f416b71b4d 100644 --- a/3.7/en/pgr_withPointsCostMatrix.html +++ b/3.7/en/pgr_withPointsCostMatrix.html @@ -10,10 +10,10 @@ pgr_withPointsCostMatrix - proposed — pgRouting Manual (3.7-dev) - + - + @@ -699,7 +699,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPointsDD.html b/3.7/en/pgr_withPointsDD.html index ded03c49d6..ff98e346c7 100644 --- a/3.7/en/pgr_withPointsDD.html +++ b/3.7/en/pgr_withPointsDD.html @@ -10,10 +10,10 @@ pgr_withPointsDD - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -847,7 +847,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPointsKSP.html b/3.7/en/pgr_withPointsKSP.html index 6de824f6cf..7878837f18 100644 --- a/3.7/en/pgr_withPointsKSP.html +++ b/3.7/en/pgr_withPointsKSP.html @@ -10,10 +10,10 @@ pgr_withPointsKSP - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -1054,7 +1054,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/pgr_withPointsVia.html b/3.7/en/pgr_withPointsVia.html index 90aa7f54ed..56de3071eb 100644 --- a/3.7/en/pgr_withPointsVia.html +++ b/3.7/en/pgr_withPointsVia.html @@ -10,10 +10,10 @@ pgr_withPointsVia - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -894,7 +894,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/prim-family.html b/3.7/en/prim-family.html index 8d64e98fa1..e599a984e8 100644 --- a/3.7/en/prim-family.html +++ b/3.7/en/prim-family.html @@ -10,10 +10,10 @@ Prim - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -322,7 +322,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/proposed.html b/3.7/en/proposed.html index 43d43709cc..a7f4b237da 100644 --- a/3.7/en/proposed.html +++ b/3.7/en/proposed.html @@ -10,10 +10,10 @@ Proposed Functions — pgRouting Manual (3.7-dev) - + - + @@ -306,7 +306,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/reference.html b/3.7/en/reference.html index 8c5a201083..7f323de75c 100644 --- a/3.7/en/reference.html +++ b/3.7/en/reference.html @@ -10,10 +10,10 @@ Reference — pgRouting Manual (3.7-dev) - + - + @@ -204,7 +204,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/release_notes.html b/3.7/en/release_notes.html index 6e10cfb40d..4b8af8b9b9 100644 --- a/3.7/en/release_notes.html +++ b/3.7/en/release_notes.html @@ -10,10 +10,10 @@ Release Notes — pgRouting Manual (3.7-dev) - + - + @@ -2454,7 +2454,7 @@

Changes for release

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/routingFunctions.html b/3.7/en/routingFunctions.html index e169e00f8d..93c6113d24 100644 --- a/3.7/en/routingFunctions.html +++ b/3.7/en/routingFunctions.html @@ -10,10 +10,10 @@ Function Families — pgRouting Manual (3.7-dev) - + - + @@ -365,7 +365,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/sampledata.html b/3.7/en/sampledata.html index 1643d169a9..cf236fad48 100644 --- a/3.7/en/sampledata.html +++ b/3.7/en/sampledata.html @@ -10,10 +10,10 @@ Sample Data — pgRouting Manual (3.7-dev) - + - + @@ -965,7 +965,7 @@

The orders © Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/search.html b/3.7/en/search.html index 50bb8444f6..18559f8b14 100644 --- a/3.7/en/search.html +++ b/3.7/en/search.html @@ -9,10 +9,10 @@ Search — pgRouting Manual (3.7-dev) - + - + @@ -172,7 +172,7 @@

Search

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/searchindex.js b/3.7/en/searchindex.js index 621614a642..ccdea6814e 100644 --- a/3.7/en/searchindex.js +++ b/3.7/en/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "1) Path from 6 to 10": [[62, "path-from-6-to-10"]], "10) Path from 6 to 7": [[62, "id2"]], "11) Path from 12 to 10": [[62, "id3"]], "12) Path from 12 to 7": [[62, "id4"]], "13) Using One to Many to get the solution of examples 9 and 10": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Path from 6 to 10": [[62, "id5"]], "18) Path from 6 to 7": [[62, "id6"]], "19) Path from 12 to 10": [[62, "id7"]], "2) Path from 6 to 7": [[62, "path-from-6-to-7"]], "20) Path from 12 to 7": [[62, "id8"]], "21) Using One to Many to get the solution of examples 17 and 18": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Path from 6 to 10": [[62, "id9"]], "26) Path from 6 to 7": [[62, "id10"]], "27) Path from 12 to 10": [[62, "id11"]], "28) Path from 12 to 7": [[62, "id12"]], "29) Using One to Many to get the solution of examples 25 and 26": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Path from 12 to 10": [[62, "path-from-12-to-10"]], "30) Using Many to One to get the solution of examples 26 and 28": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Using One to One": [[62, "using-one-to-one"]], "34) Using One to Many": [[62, "using-one-to-many"]], "35) Using Many to One": [[62, "using-many-to-one"]], "36) Using Many to Many": [[62, "using-many-to-many"]], "37) Using Combinations": [[62, "using-combinations"]], "4) Path from 12 to 7": [[62, "path-from-12-to-7"]], "5) Using One to Many to get the solution of examples 1 and 2": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Path from 6 to 10": [[62, "id1"]], "A point of interest table": [[74, "a-point-of-interest-table"]], "A* - Family of functions": [[6, null]], "About points": [[130, "about-points"], [131, "about-points"]], "Add additional columns": [[13, "add-additional-columns"]], "Add edges from the original graph": [[86, "add-edges-from-the-original-graph"]], "Add the newly calculated edges": [[86, "add-the-newly-calculated-edges"]], "Adding a geometry (for visual purposes)": [[30, "adding-a-geometry-for-visual-purposes"]], "Adding a soft restriction": [[86, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[86, "adding-a-value-to-the-restriction"]], "Adding new vertices": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "Adding split edges": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "Additional Example": [[48, "additional-example"]], "Additional Example:": [[101, "additional-example"], [111, "additional-example"]], "Additional Examples": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "Additional examples": [[103, "additional-examples"]], "Adjust costs": [[25, "adjust-costs"]], "Advanced Documentation": [[19, "advanced-documentation"], [131, "advanced-documentation"]], "Advanced documentation": [[6, "advanced-documentation"], [16, "advanced-documentation"], [130, "advanced-documentation"]], "Aggregate cost of the third path.": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "All Pairs - Family of Functions": [[7, null]], "All releases": [[20, "all-releases"]], "At most two answers": [[74, "at-most-two-answers"]], "At most two answers per point": [[74, "at-most-two-answers-per-point"]], "At most two answers with all columns": [[74, "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"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "Bidirectional A* - Family of functions": [[8, null]], "Bidirectional Dijkstra - Family of functions": [[9, null]], "Build a routing topology": [[25, "build-a-routing-topology"]], "Building": [[26, "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": [[121, "changes-for-release-0-9-8"]], "Changes for release 0.9.9": [[121, "changes-for-release-0-9-9"]], "Changes for release 1.0": [[121, "changes-for-release-1-0"]], "Changes for release 1.0.0a": [[121, "changes-for-release-1-0-0a"]], "Changes for release 1.0.0b": [[121, "changes-for-release-1-0-0b"]], "Changes for release 1.01": [[121, "changes-for-release-1-01"]], "Changes for release 1.02": [[121, "changes-for-release-1-02"]], "Changes for release 1.03": [[121, "changes-for-release-1-03"]], "Changes for release 1.05": [[121, "changes-for-release-1-05"]], "Characteristics": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "Check the Routing Topology": [[25, "check-the-routing-topology"]], "Checking components": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "Checking for crossing edges": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "Chinese Postman Problem - Family of functions (Experimental)": [[10, null]], "Clean up the columns of the routing topology to be created": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Coloring - Family of functions": [[11, null]], "Combinations": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "Combinations SQL": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "combinations-sql"]], "Combinations data": [[123, "combinations-data"]], "Commercial Support": [[125, "commercial-support"]], "Comparing the results": [[92, "comparing-the-results"]], "Complete routing graph": [[86, "complete-routing-graph"]], "Components - Family of functions": [[12, null]], "Configurable variables": [[26, "configurable-variables"]], "Configuring": [[26, "configuring"]], "Connected incomplete data": [[29, "connected-incomplete-data"]], "Connecting components": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "Connecting disconnected components": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "Construction of the graph in the database": [[13, "construction-of-the-graph-in-the-database"]], "Contents": [[5, "contents"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "Contracted graph": [[13, "contracted-graph"]], "Contracting sample data": [[13, "contracting-sample-data"]], "Contraction - Family of functions": [[13, null]], "Contraction of a graph": [[25, "contraction-of-a-graph"]], "Contraction optional parameters": [[55, "contraction-optional-parameters"]], "Contraction results": [[13, "contraction-results"]], "Contributors": [[27, "contributors"]], "Contributors Past & Present:": [[27, "contributors-past-present"]], "Coordinates SQL": [[30, "coordinates-sql"]], "Corporate Sponsors (in alphabetical order)": [[27, "corporate-sponsors-in-alphabetical-order"]], "Corporate Sponsors in this release (in alphabetical order)": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Cost - Category": [[14, null]], "Cost Matrix - Category": [[15, null]], "Create a routing Database": [[25, "create-a-routing-database"]], "Create a routing topology": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "Create a table": [[25, "create-a-table"]], "Create the mapping table": [[86, "create-the-mapping-table"]], "Create the routing topology on the edge table": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "Create the vertices table": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "Creating a table for the data and storing the data": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "Creating table that identifies transformed vertices": [[86, "creating-table-that-identifies-transformed-vertices"]], "Creating temporary vertices": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "Crossing edges": [[25, "crossing-edges"], [73, "crossing-edges"]], "DFS - Category": [[1, null]], "DFS optional parameters": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "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": [[25, "dead-ends"], [60, "dead-ends"]], "Degree from an existing table": [[60, "degree-from-an-existing-table"]], "Degree of a sub graph": [[60, "degree-of-a-sub-graph"]], "Dependencies": [[26, "dependencies"]], "Description": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "Dijkstra - Family of functions": [[16, null]], "Dijkstra optional parameters": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "Directed graph with cost": [[123, "directed-graph-with-cost"]], "Directed graph with cost and reverse_cost": [[123, "directed-graph-with-cost-and-reverse-cost"]], "Disconnected graphs": [[25, "disconnected-graphs"]], "Does not matter driving side driving topology": [[113, "does-not-matter-driving-side-driving-topology"]], "Driving Distance - Category": [[17, null]], "Driving distance optional parameters": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "Driving side": [[130, "driving-side"], [131, "driving-side"]], "Driving side does not matter": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "Dry run execution": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "Edges": [[123, "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "Edges data": [[123, "edges-data"]], "Edges that belong to the contracted graph.": [[13, "edges-that-belong-to-the-contracted-graph"]], "Enabling and upgrading in the database": [[26, "enabling-and-upgrading-in-the-database"]], "Equvalences between signatures": [[62, "equvalences-between-signatures"]], "Example": [[94, "example"]], "Examples": [[92, "examples"]], "Experimental Functions": [[18, null]], "Factor": [[6, "factor"]], "Factor handling": [[5, "factor-handling"]], "Filling the mapping table": [[86, "filling-the-mapping-table"]], "Find at most two routes to a given point": [[74, "find-at-most-two-routes-to-a-given-point"]], "Find the shortest path": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "Flow": [[25, "flow"]], "Flow - Family of functions": [[19, null]], "Flow Functions General Information": [[19, "flow-functions-general-information"]], "For directed graphs only with cost column": [[62, "for-directed-graphs-only-with-cost-column"]], "For directed graphs with cost and reverse_cost columns": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "For the Routing functions": [[25, "for-the-routing-functions"]], "For the TRSP functions": [[25, "for-the-trsp-functions"]], "For undirected graphs only with cost column": [[62, "for-undirected-graphs-only-with-cost-column"]], "For undirected graphs with cost and reverse_cost columns": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Function Families": [[20, "routingfunctions"], [122, null]], "Functions by categories": [[20, "functions-by-categories"], [122, "functions-by-categories"]], "Function\u2019s overloads": [[25, "function-s-overloads"]], "Function\u2019s structure": [[25, "function-s-structure"]], "General": [[20, "general"], [25, "general"]], "General Information": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "General with (X,Y)": [[25, "general-with-x-y"]], "General without id": [[25, "general-without-id"]], "Get the closest vertex": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "Get the sources": [[26, "get-the-sources"]], "Getting a geometry of the tour": [[30, "getting-a-geometry-of-the-tour"]], "Graph definition": [[25, "graph-definition"]], "Graph with cost": [[25, "graph-with-cost"]], "Graph with cost and reverse_cost": [[25, "graph-with-cost-and-reverse-cost"]], "Graphs": [[25, "graphs"]], "Graphs with geometries": [[25, "graphs-with-geometries"]], "Graphs without geometries": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "Handling Parameters": [[5, "handling-parameters"]], "Heuristic": [[6, "heuristic"]], "How to contribute": [[25, "how-to-contribute"]], "Idenifying the restriction": [[86, "idenifying-the-restriction"]], "Images": [[92, "images"], [123, "images"]], "Individuals (in alphabetical order)": [[27, "individuals-in-alphabetical-order"]], "Individuals in this release v3.7.x (in alphabetical order)": [[27, "individuals-in-this-release-v3-7-x-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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "Insert the data": [[25, "insert-the-data"], [73, "insert-the-data"]], "Inspect the routing topology": [[56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "Inspect the vertices table": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "Installation": [[26, null]], "Introduction": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "K shortest paths - Category": [[2, null]], "KSP Optional parameters": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Kruskal - Family of functions": [[21, null]], "Kruskal multiple vertices": [[23, "kruskal-multiple-vertices"]], "Kruskal single vertex": [[23, "kruskal-single-vertex"]], "Left driving side": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "Left side driving topology": [[113, "left-side-driving-topology"]], "Licensing": [[27, "licensing"]], "Line Graph of a directed graph represented with shared edges": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Line Graph of a directed graph represented with unique edges": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Linear": [[13, "linear"]], "Linear contraction": [[13, "linear-contraction"]], "Linear edges": [[25, "linear-edges"], [60, "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": [[25, "load-data"]], "Locations": [[5, "locations"]], "Mailing List and GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "Main graph": [[123, "main-graph"]], "Make sure the database does not have the vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "Many points": [[74, "many-points"]], "Many points dry run execution": [[74, "many-points-dry-run-execution"]], "Many points examples": [[74, "many-points-examples"]], "Many to Many": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "Many to One": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "Matrix SQL": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "Mayors": [[121, "mayors"]], "Metrics - Family of functions": [[22, null]], "Migrating functions": [[23, "migrating-functions"]], "Migrating pgr_trsp (Edges) using pgr_trsp_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrating pgr_trsp (Edges) using pgr_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrating pgr_trsp (Vertices) using pgr_dijkstra": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Migrating pgr_trsp (Vertices) using pgr_trsp": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrating pgr_trspViaEdges using pgr_withPointsVia": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrating pgr_trspViaVertices using pgr_dijkstraVia": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrating pgr_trspViaVertices using pgr_trspVia": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migration": [[23, "migration"]], "Migration guide": [[23, null]], "Migration of functions": [[23, "migration-of-functions"]], "Migration of pgr_KSP": [[23, "migration-of-pgr-ksp"]], "Migration of pgr_aStar": [[23, "migration-of-pgr-astar"]], "Migration of pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "Migration of pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "Migration of pgr_drivingdistance": [[23, "migration-of-pgr-drivingdistance"]], "Migration of pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migration of pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "Migration of pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Migration of pgr_trsp (Edges)": [[23, "migration-of-pgr-trsp-edges"]], "Migration of pgr_trsp (Vertices)": [[23, "migration-of-pgr-trsp-vertices"]], "Migration of pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "Migration of pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "Migration of pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "Migration of pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "Migration of restrictions": [[23, "migration-of-restrictions"]], "Migration of turn restrictions": [[23, "migration-of-turn-restrictions"]], "Minors 2.x": [[121, "minors-2-x"]], "Minors 3.x": [[121, "minors-3-x"]], "More Information": [[27, "more-information"]], "Multiple Vertices": [[68, "multiple-vertices"]], "Multiple paths": [[25, "multiple-paths"]], "Multiple vertices": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "Near optional parameters": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "New restrictions structure": [[23, "new-restrictions-structure"]], "Nodes visited in the route.": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "Non selective for multiple paths": [[25, "non-selective-for-multiple-paths"]], "Old restrictions contents": [[23, "old-restrictions-contents"]], "Old restrictions structure": [[23, "old-restrictions-structure"]], "On a left hand side driving network": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "On a right hand side driving network": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "One Via": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "One answer per point, all columns": [[74, "one-answer-per-point-all-columns"]], "One answer, all columns": [[74, "one-answer-all-columns"]], "One point": [[74, "one-point"]], "One point dry run execution": [[74, "one-point-dry-run-execution"]], "One point examples": [[74, "one-point-examples"]], "One to Many": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "One to One": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "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"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "Ordering - Family of functions": [[24, null]], "Orders SQL": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "Origin": [[4, "origin"]], "Parameters": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "Parameters for the Via functions": [[25, "parameters-for-the-via-functions"]], "Pass in front or visits.": [[108, "pass-in-front-or-visits"]], "Passes in front or visits with left side driving.": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "Passes in front or visits with right side driving.": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "Performance": [[7, "performance"]], "Performance Tips": [[25, "performance-tips"]], "Pgrouting Concepts": [[20, "pgrouting-concepts"]], "Pick & Deliver Data": [[123, "pick-deliver-data"]], "Pick & Delivery": [[5, "pick-delivery"]], "Pick & deliver": [[5, "pick-deliver"]], "Pick-Deliver optional parameters": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "Points SQL": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "Points of interest": [[74, "points-of-interest"], [123, "points-of-interest"]], "Points of interest fillup": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "Points outside the graph": [[123, "points-outside-the-graph"]], "Prepare storage for connection information": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "Prepare the database": [[25, "prepare-the-database"]], "Prim - Family of functions": [[118, null]], "Prim multiple vertices": [[23, "prim-multiple-vertices"]], "Prim single vertex": [[23, "prim-single-vertex"]], "Problem Definition": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "Proposed Functions": [[119, null]], "Reference": [[120, null]], "Release Notes": [[20, "release-notes"], [121, null]], "Removing self loops on leaf nodes": [[86, "removing-self-loops-on-leaf-nodes"]], "Removing the surplus edges": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "Reporting Problems": [[125, "reporting-problems"]], "Representation as directed with shared edge identifiers": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representation as directed with unique edge identifiers": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restrictions": [[3, "restrictions"], [123, "restrictions"]], "Restrictions SQL": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "Restrictions data": [[23, "restrictions-data"], [123, "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"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "Result columns for a path": [[25, "result-columns-for-a-path"]], "Result columns for cost functions": [[25, "result-columns-for-cost-functions"]], "Result columns for flow functions": [[25, "result-columns-for-flow-functions"]], "Result columns for spanning tree functions": [[25, "result-columns-for-spanning-tree-functions"]], "Results": [[7, "results"]], "Return Value": [[34, "return-value"]], "Return columns": [[59, "return-columns"], [91, "return-columns"]], "Right driving side": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "Right side driving topology": [[113, "right-side-driving-topology"]], "Route\u2019s aggregate cost of the route at the end of the third path.": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"]], "Sample Data": [[123, null]], "Save the edges connection information": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "Save the vertices connection information": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "Selective for multiple paths.": [[25, "selective-for-multiple-paths"]], "Short Version": [[26, "short-version"]], "Show details on undirected graph.": [[108, "show-details-on-undirected-graph"]], "Signature": [[93, "signature"], [94, "signature"], [110, "signature"]], "Signatures": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "Simplifying leaf vertices": [[86, "simplifying-leaf-vertices"]], "Simulation of how algorithm works.": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "Single Vertex": [[68, "single-vertex"]], "Single vertex": [[50, "single-vertex"], [61, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "Spanning Tree - Category": [[124, null]], "Special optional parameters": [[109, "special-optional-parameters"]], "Start from vertex 1": [[29, "start-from-vertex-1"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes and points.": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes.": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "Store contraction information": [[13, "store-contraction-information"]], "Store edge results": [[86, "store-edge-results"]], "Summary Row": [[5, "summary-row"]], "Support": [[125, null]], "Support tables": [[123, "support-tables"]], "Synopsis": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "TRSP - Family of functions": [[3, null]], "TRSP algorithm": [[3, "trsp-algorithm"]], "TSP optional parameters": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Table of Contents": [[4, "table-of-contents"], [20, null]], "Test 29 cities of Western Sahara": [[30, "test-29-cities-of-western-sahara"]], "Testing": [[26, "testing"]], "The aggregate costs of the route when the visited vertices are reached.": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "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": [[86, "the-data"]], "The edge table update": [[13, "the-edge-table-update"]], "The main query": [[67, "the-main-query"], [106, "the-main-query"]], "The orders": [[94, "the-orders"], [123, "the-orders"]], "The original orders": [[94, "the-original-orders"], [123, "the-original-orders"]], "The problem definition (Advanced documentation)": [[16, "the-problem-definition-advanced-documentation"]], "The query": [[94, "the-query"]], "The topology": [[123, "the-topology"]], "The transformation": [[86, "the-transformation"]], "The vehicles": [[94, "the-vehicles"], [123, "the-vehicles"]], "The vertex table update": [[13, "the-vertex-table-update"]], "This Release Contributors": [[27, "this-release-contributors"]], "Time Handling": [[5, "time-handling"]], "Topology - Family of Functions": [[126, null]], "Topology data": [[123, "topology-data"]], "Total tour cost": [[30, "total-tour-cost"]], "Transformation - Family of functions": [[127, null]], "Traveling Sales Person - Family of functions": [[4, null]], "Traversal - Family of functions": [[128, null]], "Undirected graph with cost": [[123, "undirected-graph-with-cost"]], "Undirected graph with cost and reverse_cost": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "Update costs based on codes": [[25, "update-costs-based-on-codes"]], "Update costs to length of geometry": [[25, "update-costs-to-length-of-geometry"]], "Updating edges topology": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "Updating vertices topology": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "Usage variations": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "Usage when the edge table\u2019s columns DO NOT MATCH the default values:": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"]], "Usage when the edge table\u2019s columns MATCH the default values:": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Use pgr_findCloseEdges for points on the fly": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "Use pgr_findCloseEdges in the Points SQL": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "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"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "Use with pgr_TSP.": [[114, "use-with-pgr-tsp"]], "Using points of interest to generate an asymetric matrix.": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Using the contracted graph": [[13, "using-the-contracted-graph"]], "Using the routing graph": [[86, "using-the-routing-graph"]], "Using the vertex map give the leaf verices their original value.": [[86, "using-the-vertex-map-give-the-leaf-verices-their-original-value"]], "Vehicle Routing Functions - Category (Experimental)": [[5, null]], "Vehicles SQL": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "Vertex SQL": [[60, "vertex-sql"]], "Vertex information": [[25, "vertex-information"], [73, "vertex-information"]], "Vertices": [[123, "vertices"]], "Vertices data": [[123, "vertices-data"]], "Vertices that belong to the contracted graph.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "Via - Category": [[129, null]], "Via optional parameters": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "Visual results": [[30, "visual-results"]], "When driving side does not matter": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "When identifiers of vertices are known": [[73, "when-identifiers-of-vertices-are-known"]], "When line geometry is known": [[73, "when-line-geometry-is-known"]], "When vertex geometry is known": [[73, "when-vertex-geometry-is-known"]], "Wiki example": [[25, "wiki-example"]], "With full output": [[56, "with-full-output"]], "With points optional parameters": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "aStar optional parameters": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.0.0 Release Notes": [[121, "pgrouting-2-0-0-release-notes"]], "pgRouting 2.0.1 Release Notes": [[121, "pgrouting-2-0-1-release-notes"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.1.0 Release Notes": [[121, "pgrouting-2-1-0-release-notes"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.2.0 Release Notes": [[121, "pgrouting-2-2-0-release-notes"]], "pgRouting 2.2.1 Release Notes": [[121, "pgrouting-2-2-1-release-notes"]], "pgRouting 2.2.2 Release Notes": [[121, "pgrouting-2-2-2-release-notes"]], "pgRouting 2.2.3 Release Notes": [[121, "pgrouting-2-2-3-release-notes"]], "pgRouting 2.2.4 Release Notes": [[121, "pgrouting-2-2-4-release-notes"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.3.0 Release Notes": [[121, "pgrouting-2-3-0-release-notes"]], "pgRouting 2.3.1 Release Notes": [[121, "pgrouting-2-3-1-release-notes"]], "pgRouting 2.3.2 Release Notes": [[121, "pgrouting-2-3-2-release-notes"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.4.0 Release Notes": [[121, "pgrouting-2-4-0-release-notes"]], "pgRouting 2.4.1 Release Notes": [[121, "pgrouting-2-4-1-release-notes"]], "pgRouting 2.4.2 Release Notes": [[121, "pgrouting-2-4-2-release-notes"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.5.0 Release Notes": [[121, "pgrouting-2-5-0-release-notes"]], "pgRouting 2.5.1 Release Notes": [[121, "pgrouting-2-5-1-release-notes"]], "pgRouting 2.5.2 Release Notes": [[121, "pgrouting-2-5-2-release-notes"]], "pgRouting 2.5.3 Release Notes": [[121, "pgrouting-2-5-3-release-notes"]], "pgRouting 2.5.4 Release Notes": [[121, "pgrouting-2-5-4-release-notes"]], "pgRouting 2.5.5 Release Notes": [[121, "pgrouting-2-5-5-release-notes"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.0 Release Notes": [[121, "pgrouting-2-6-0-release-notes"]], "pgRouting 2.6.1 Release Notes": [[121, "pgrouting-2-6-1-release-notes"]], "pgRouting 2.6.2 Release Notes": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Release Notes": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.0 Release Notes": [[121, "pgrouting-3-0-0-release-notes"]], "pgRouting 3.0.1 Release Notes": [[121, "pgrouting-3-0-1-release-notes"]], "pgRouting 3.0.2 Release Notes": [[121, "pgrouting-3-0-2-release-notes"]], "pgRouting 3.0.3 Release Notes": [[121, "pgrouting-3-0-3-release-notes"]], "pgRouting 3.0.4 Release Notes": [[121, "pgrouting-3-0-4-release-notes"]], "pgRouting 3.0.5 Release Notes": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.0.6 Release Notes": [[121, "pgrouting-3-0-6-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.0 Release Notes": [[121, "pgrouting-3-1-0-release-notes"]], "pgRouting 3.1.1 Release Notes": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.2 Release Notes": [[121, "pgrouting-3-1-2-release-notes"]], "pgRouting 3.1.3 Release Notes": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.1.4 Release Notes": [[121, "pgrouting-3-1-4-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.2.0 Release Notes": [[121, "pgrouting-3-2-0-release-notes"]], "pgRouting 3.2.1 Release Notes": [[121, "pgrouting-3-2-1-release-notes"]], "pgRouting 3.2.2 Release Notes": [[121, "pgrouting-3-2-2-release-notes"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.3.0 Release Notes": [[121, "pgrouting-3-3-0-release-notes"]], "pgRouting 3.3.1 Release Notes": [[121, "pgrouting-3-3-1-release-notes"]], "pgRouting 3.3.2 Release Notes": [[121, "pgrouting-3-3-2-release-notes"]], "pgRouting 3.3.3 Release Notes": [[121, "pgrouting-3-3-3-release-notes"]], "pgRouting 3.3.4 Release Notes": [[121, "pgrouting-3-3-4-release-notes"]], "pgRouting 3.3.5 Release Notes": [[121, "pgrouting-3-3-5-release-notes"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.4.0 Release Notes": [[121, "pgrouting-3-4-0-release-notes"]], "pgRouting 3.4.1 Release Notes": [[121, "pgrouting-3-4-1-release-notes"]], "pgRouting 3.4.2 Release Notes": [[121, "pgrouting-3-4-2-release-notes"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.5.0 Release Notes": [[121, "pgrouting-3-5-0-release-notes"]], "pgRouting 3.5.1 Release Notes": [[121, "pgrouting-3-5-1-release-notes"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.6.0 Release Notes": [[121, "pgrouting-3-6-0-release-notes"]], "pgRouting 3.6.1 Release Notes": [[121, "pgrouting-3-6-1-release-notes"]], "pgRouting 3.6.2 Release Notes": [[121, "pgrouting-3-6-2-release-notes"]], "pgRouting 3.6.3 Release Notes": [[121, "pgrouting-3-6-3-release-notes"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgRouting 3.7.0 Release Notes": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "pgRouting Concepts": [[25, null]], "pgr_KSP": [[28, null]], "pgr_KSP (One to One)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - Experimental": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - Experimental": [[47, null]], "pgr_bipartite -Experimental": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - Experimental": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - Experimental": [[52, null]], "pgr_chinesePostmanCost - Experimental": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering - Experimental": [[58, null]], "pgr_dagShortestPath - Experimental": [[59, null]], "pgr_degree \u2013 Proposed": [[60, null]], "pgr_depthFirstSearch - Proposed": [[61, null]], "pgr_dijkstra": [[62, null]], "pgr_dijkstraCost": [[63, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraNear - Proposed": [[65, null]], "pgr_dijkstraNearCost - Proposed": [[66, null]], "pgr_dijkstraVia - Proposed": [[67, null]], "pgr_drivingDistance": [[68, null]], "pgr_drivingdistance (Multiple vertices)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingdistance (Single vertex)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_edgeColoring - Experimental": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - Experimental": [[72, null]], "pgr_extractVertices \u2013 Proposed": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - Experimental": [[77, null]], "pgr_isPlanar - Experimental": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -Experimental": [[84, null]], "pgr_lineGraph - Proposed": [[85, null]], "pgr_lineGraphFull - Experimental": [[86, null]], "pgr_makeConnected - Experimental": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - Experimental": [[90, null]], "pgr_maxFlowMinCost_Cost - Experimental": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - Experimental": [[93, null]], "pgr_pickDeliverEuclidean - Experimental": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - Proposed": [[100, null]], "pgr_stoerWagner - Experimental": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - Experimental": [[103, null]], "pgr_transitiveClosure - Experimental": [[104, null]], "pgr_trsp - Proposed": [[105, null]], "pgr_trspVia - Proposed": [[106, null]], "pgr_trspVia_withPoints - Proposed": [[107, null]], "pgr_trsp_withPoints - Proposed": [[108, null]], "pgr_turnRestrictedPath - Experimental": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot - Experimental": [[111, null]], "pgr_withPoints - Proposed": [[112, null]], "pgr_withPointsCost - Proposed": [[113, null]], "pgr_withPointsCostMatrix - proposed": [[114, null]], "pgr_withPointsDD (Multiple vertices)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (Single vertex)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Proposed": [[115, null]], "pgr_withPointsKSP (One to One)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Proposed": [[116, null]], "pgr_withPointsVia - Proposed": [[117, null]], "withPoints - Category": [[130, null]], "withPoints - Family of functions": [[131, null]], "withPointsKSP optional parameters": [[116, "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", "metrics-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_betweennessCentrality", "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "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, 23, 26, 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, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 126, 129, 130, 131], "0": [0, 4, 5, 6, 7, 8, 9, 13, 15, 16, 17, 19, 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, 123, 129, 130, 131], "00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bf": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0x": 26, "1": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 20, 21, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 5, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "18th": 4, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1km": 5, "2": [4, 5, 6, 7, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 128, 129, 130, 131], "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "203": [85, 94, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithm": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theori": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "2nd": 77, "3": [3, 5, 6, 7, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3th": [108, 112], "4": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4th": [108, 112], "5": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5th": [108, 112], "6": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6min": 5, "6th": [108, 112], "7": [3, 5, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "8": [3, 7, 13, 23, 25, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "9": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 34, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123], "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "A": [3, 4, 5, 9, 13, 16, 19, 20, 23, 25, 27, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 48, 51, 54, 56, 57, 62, 63, 65, 66, 77, 78, 86, 87, 88, 92, 93, 94, 101, 102, 111, 115, 121, 122, 123, 124], "AND": [13, 25, 29, 35, 36, 57, 67, 73, 86, 106, 107, 117], "AS": [7, 13, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 70, 71, 72, 73, 74, 86, 89, 90, 91, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123], "And": [4, 5, 23, 25, 27, 54, 56, 74, 121], "As": [29, 121], "At": [69, 101], "BY": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "Be": 23, "Being": 113, "But": [1, 2, 3, 11, 14, 15, 16, 17, 25, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "By": [15, 19, 23, 43, 49, 64, 71, 90, 91, 99, 114], "FOR": [35, 36, 56, 57, 92], "For": [0, 5, 6, 7, 8, 9, 13, 16, 17, 19, 20, 23, 26, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 56, 59, 60, 61, 63, 65, 66, 68, 72, 73, 74, 75, 79, 81, 82, 83, 85, 87, 96, 97, 98, 101, 103, 106, 107, 108, 112, 113, 115, 116, 123, 124, 125, 130, 131], "IF": [35, 56, 57, 60, 73, 111], "IN": [13, 23, 25, 29, 33, 40, 43, 49, 64, 70, 71, 73, 85, 86, 89, 90, 91, 99, 101, 104, 108, 112, 121], "INTO": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 94, 111, 123], "If": [3, 5, 6, 8, 15, 16, 23, 25, 26, 31, 32, 38, 39, 47, 48, 60, 73, 84, 93, 105, 107, 108, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "In": [1, 13, 15, 16, 19, 23, 25, 27, 35, 44, 49, 54, 56, 57, 58, 59, 65, 66, 69, 71, 73, 74, 77, 85, 86, 90, 91, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 123, 125, 129, 130, 131], "It": [0, 1, 4, 7, 8, 9, 13, 14, 15, 16, 21, 23, 25, 29, 32, 36, 39, 41, 42, 43, 44, 47, 61, 62, 63, 64, 69, 72, 73, 75, 77, 78, 79, 80, 81, 82, 83, 87, 92, 95, 96, 97, 98, 100, 101, 105, 113, 114, 118, 124, 125, 130, 131], "NOT": [4, 23, 29, 30, 49, 70, 71, 86, 89, 90, 91, 94, 99, 111, 121, 123], "Near": 121, "No": [5, 13, 17, 25, 33, 40, 82, 92, 93, 94, 97, 109, 111, 116, 121], "Not": 121, "OF": [29, 30], "ON": [25, 26, 30, 54, 60, 74, 86, 94, 106, 107, 123], "OR": [13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "On": [3, 4, 13, 23, 29, 30, 65, 66, 74, 86, 121, 123, 125], "One": [5, 7, 86, 93, 94, 121], "Or": [25, 92], "Such": 78, "THEN": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "TO": [26, 111, 125], "That": [25, 60, 73], "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, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 111, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "Then": [16, 19, 26, 101], "There": [4, 5, 6, 8, 13, 19, 25, 31, 32, 38, 39, 49, 54, 71, 73, 74, 77, 85, 88, 89, 90, 91, 92, 93, 94, 99, 113, 114, 123, 125, 130], "These": [3, 5, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 119, 126, 127, 128], "To": [4, 5, 20, 23, 25, 26, 29, 54, 60, 73, 74, 85, 92, 121, 123], "WITH": [7, 13, 25, 30, 54, 56, 57, 60, 73, 74, 86, 94, 106, 107, 111, 123], "Will": [23, 29], "With": [25, 29, 30, 54, 74, 121], "_": 113, "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_box": 5, "_capac": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [67, 106, 107, 117], "_pgr_array_revers": 23, "_pgr_makedistancematrix": 121, "_radiu": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_time": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vid": [44, 47, 59, 108, 112, 113], "_weight": 5, "aasheesh": 27, "ab": [6, 31, 32, 33, 38, 39, 40, 108, 112], "abandon": 121, "abhinav": 27, "abil": [92, 130], "abl": [23, 25, 26, 73, 123], "about": [3, 4, 23, 25, 26, 28, 36, 54, 62, 67, 74, 76, 106, 107, 109, 112, 116, 117, 123, 125], "abov": [13, 25, 26, 84], "academ": 13, "accept": [23, 35, 56, 57, 121, 123], "access": 25, "accommod": 92, "accord": [130, 131], "account": [25, 60, 92], "accumul": 121, "achiv": [130, 131], "ackermann": 88, "ackermann_funct": 88, "across": 86, "act": [5, 85], "actual": [19, 25, 73], "acycl": [59, 103], "ad": [13, 20, 23, 28, 31, 34, 38, 55, 62, 68, 81, 82, 83, 87, 96, 97, 98, 115, 116, 118, 121, 123, 130, 131], "add": [21, 23, 25, 26, 27, 36, 54, 55, 74, 87, 92, 121, 125, 130, 131], "addit": [23, 25, 26, 121, 123, 126, 130, 131], "addition": 19, "aditionali": 128, "aditya": 27, "adjac": [13, 48, 58, 61, 69, 85, 86], "adjec": 13, "adjust": [73, 74, 121], "administr": [3, 20, 86, 122, 126], "admit": 78, "adrien": 27, "adujst": 121, "advantag": 45, "af": 13, "affect": [13, 23, 45, 56, 57, 130, 131], "affirm": 26, "after": [5, 13, 23, 25, 26, 35, 36, 44, 56, 57, 58, 73, 77, 92, 93, 94, 123], "again": [25, 73], "against": [92, 121], "agarw": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggreg": [0, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 59, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 75, 77, 79, 81, 82, 83, 90, 91, 96, 97, 98, 99, 105, 108, 109, 112, 113, 114, 115, 116, 122, 129], "akhil": 27, "akio": 27, "al": [4, 23, 25], "aleatori": [0, 50, 61], "algebra": 58, "algo2": 13, "algorithm": [0, 1, 2, 4, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 127, 130, 131], "align": 25, "alik": [20, 27], "all": [5, 17, 19, 21, 23, 25, 26, 27, 28, 29, 35, 36, 45, 47, 49, 54, 55, 56, 57, 61, 65, 66, 67, 68, 69, 71, 72, 73, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 97, 99, 100, 101, 102, 106, 107, 109, 112, 115, 116, 117, 118, 121, 122, 123, 124, 125, 129, 130, 131], "all_seg": [25, 73], "all_vertic": 60, "alledg": 47, "allow": [3, 5, 6, 13, 25, 60, 65, 66, 74, 93, 94, 105, 106, 107, 108, 109, 121, 123, 129], "along": [48, 130], "alpha": [7, 17, 20, 34, 68, 88, 121, 122], "alreadi": [5, 60, 125], "also": [20, 25, 121, 125], "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altern": [56, 109, 121], "although": 25, "alwai": [69, 85, 100, 123], "am": 5, "ambigu": 121, "amd": 7, "an": [0, 3, 4, 5, 8, 9, 10, 12, 15, 16, 18, 19, 20, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 77, 81, 83, 85, 86, 92, 93, 94, 96, 98, 100, 101, 104, 105, 106, 107, 108, 109, 112, 113, 114, 116, 118, 121, 122, 123, 124, 125, 126, 129, 130], "analys": 36, "analysi": [6, 20, 27, 35, 36, 92], "analyt": 121, "analyz": [20, 25, 35, 36, 57, 73, 92, 109, 122, 126], "andrea": 27, "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, 130, 131], "annael": [33, 40, 43, 64, 114, 121], "anneal": [29, 30], "anoth": [13, 25, 47, 73, 84, 118, 131], "answer": 103, "anthoni": 27, "anton": 27, "anyarrai": [23, 105, 115, 121], "anywher": [119, 131], "api": 7, "appear": [13, 68, 73, 103, 115, 125], "appl": 5, "appli": [13, 121], "applic": [19, 20, 25, 60, 73, 74, 78, 86, 100, 122, 123, 126, 130], "appro": [4, 29, 30], "approach": [11, 18, 54, 100, 119], "appropi": [94, 123], "appropiri": 56, "appropri": [25, 35, 36, 56, 57], "approx": 5, "approxim": [4, 29, 30], "aproxim": [29, 30], "apt": 26, "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, 65, 66, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 111, 112, 113, 114, 115, 116, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "arbitrari": [68, 115, 118, 130], "arbitrarli": 30, "arc": 77, "archiv": [26, 41, 42], "area": [5, 25, 34, 36], "argument": [34, 35, 56, 57], "around": 4, "arrai": [0, 3, 13, 15, 16, 17, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arriv": [0, 5, 16, 17, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 50, 59, 61, 62, 63, 65, 66, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 93, 94, 96, 97, 98, 99, 105, 108, 112, 113, 115, 116, 123, 130, 131], "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, 130, 131], "arrow": [85, 123, 130, 131], "articul": [12, 20, 37, 122], "aryan": 27, "ascend": [14, 15, 32, 37, 39, 42, 43, 44, 46, 47, 50, 51, 54, 55, 59, 61, 63, 64, 69, 72, 100, 102, 108, 112, 113, 114], "ashish": 27, "ashraf": 27, "ask": [4, 20, 26, 29, 30, 125], "assert": 121, "assign": [25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 58, 59, 62, 63, 69, 70, 71, 72, 89, 90, 91, 99, 100], "assigned_vertic": 86, "assist": 74, "associ": [25, 26, 92, 126], "assum": 26, "astar": 121, "astar_search": [6, 8, 31, 38], "asymmetr": 29, "attempt": 3, "attribut": [20, 25, 27, 73, 126], "author": [92, 121], "autodetect": 23, "autom": 121, "automat": [3, 5, 10, 11, 12, 15, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 127, 128, 129, 130, 131], "auxiliari": [23, 73], "avail": [6, 8, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 125], "averag": [5, 6, 7, 15, 43, 64, 72, 114], "avoid": [3, 25, 67, 106, 107, 117, 121, 129, 130], "awai": 74, "awar": 23, "b": [13, 15, 23, 25, 36, 65, 66, 73, 74, 87, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "back": [5, 20, 36, 93, 94, 121], "backend": [60, 73], "backport": 121, "backtrack": 61, "backward": [8, 9, 121], "bakli": 27, "ball": 26, "band": 58, "bandwidth": 58, "basa": 27, "base": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 28, 35, 54, 56, 57, 60, 62, 73, 85, 86, 92, 102, 119, 121, 122, 123, 126, 130, 131], "basic": [25, 54, 58, 74, 92, 118], "bbox": 7, "bdastar": 121, "bddijkstra": 121, "becaus": [13, 23, 25, 29, 35, 36, 56, 57, 65, 66, 74, 78, 86, 92, 106, 107, 109, 121, 123], "becom": [4, 5, 29, 30, 130, 131], "been": [4, 5, 23, 25, 26, 56, 57, 73, 92, 107, 121, 125, 130], "befor": [4, 5, 23, 26, 29, 30, 60, 74, 92, 93, 94, 103, 121], "begin": [16, 19, 25, 28, 31, 38, 41, 44, 47, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 111, 116, 117, 129], "behnck": 27, "being": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "believ": 4, "bellman": [44, 59, 72, 121], "bellow": 123, "belong": [14, 15, 37, 43, 46, 47, 54, 64, 74, 102, 104, 108, 112, 113, 114, 121, 131], "below": [0, 5, 7, 10, 15, 16, 17, 25, 26, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 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, 108, 112, 113, 114, 115, 125, 130, 131], "benav": 27, "benchmark": [94, 123], "berchet": 27, "besid": 129, "best": [60, 65, 66, 72, 93, 94, 125], "better": [5, 93, 94, 121], "betwe": 45, "between": [4, 5, 7, 13, 16, 18, 19, 20, 22, 29, 30, 44, 45, 47, 65, 66, 67, 70, 72, 74, 75, 79, 86, 92, 93, 94, 101, 104, 106, 107, 117, 122, 129, 130], "betweenness_centr": 45, "bewtween": [8, 9, 41, 42, 43], "bf": [20, 47, 50, 122, 128], "bgl": 26, "bi": [36, 121], "biconnect": [12, 20, 37, 46, 122], "bidirect": [6, 20, 25, 31, 38, 39, 40, 41, 42, 43, 121, 122], "bidirectional_search": [41, 42], "big": [25, 56, 60, 73], "bigcup": [16, 19], "bigg": 4, "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigseri": [74, 123], "binari": [26, 47], "bipartit": [11, 18, 48, 69], "bit": 121, "blue": [13, 48, 78, 123, 130, 131], "bodi": 13, "bogu": 121, "boldsymbol": [16, 19], "book": 4, "bool": 26, "boolean": [7, 13, 15, 16, 23, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_vers": 121, "both": [5, 15, 25, 26, 36, 44, 45, 54, 61, 65, 66, 74, 92, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "bound": [7, 25, 36, 75, 79, 90, 91], "box": [5, 7, 75, 79], "boyer": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brake": [68, 115], "brand": [18, 22, 45], "breadth": [0, 47, 50, 58, 81, 121], "break": [34, 62, 110, 121], "breakup": 25, "breath": [18, 81, 96, 128], "bridg": [12, 20, 25, 51, 73, 122], "bridge_": 51, "bring": 92, "broad": 27, "broken": 92, "buffer": 7, "bug": [55, 121, 125], "build": [13, 20, 56, 76, 106, 107, 117, 118, 121], "build_doxi": 26, "build_html": 26, "build_latex": 26, "build_man": 26, "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, 130, 131], "built": [56, 60, 76, 84, 121], "bump": [25, 60], "buse": [65, 66], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 20, 22, 24, 25, 26, 27, 41, 42, 44, 47, 48, 50, 52, 53, 54, 58, 59, 69, 72, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "c_lc101": [94, 123], "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 22, 25, 28, 29, 33, 40, 43, 45, 49, 52, 53, 60, 64, 70, 71, 73, 74, 75, 78, 79, 82, 84, 87, 88, 89, 90, 91, 97, 99, 109, 113, 114, 116, 122, 123], "call": [3, 25, 37, 60, 68, 74, 78, 84, 86, 115, 118, 121, 123], "camptocamp": 27, "can": [1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 15, 16, 17, 19, 23, 25, 26, 27, 29, 30, 35, 36, 37, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 78, 84, 85, 86, 90, 91, 92, 99, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129, 130, 131], "cancel": 121, "cannot": 70, "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capabl": 77, "capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacit": [5, 94], "capacity_i": 19, "capranica": 125, "car": [65, 66], "cardin": [19, 20, 88, 122], "care": [23, 36], "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, 130, 131], "carri": 5, "cascad": [25, 111], "case": [4, 7, 9, 14, 15, 16, 19, 23, 25, 29, 30, 32, 36, 39, 41, 42, 43, 44, 63, 64, 67, 72, 73, 74, 75, 77, 79, 90, 91, 92, 106, 107, 108, 112, 114, 117, 123], "case_no": 111, "cast": [23, 121], "catchament": [16, 20, 82, 97, 122], "categori": [18, 21, 23, 25, 28, 29, 32, 33, 39, 40, 43, 50, 61, 64, 67, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 106, 107, 108, 109, 112, 114, 116, 117, 118, 119, 121, 123, 128, 131], "category_id": 121, "caus": [77, 125], "cayetano": 27, "cd": 26, "ce": [25, 54, 74], "cell": [4, 20, 122], "central": [18, 22, 45], "centuri": 4, "certain": 5, "cgal": [34, 121], "chang": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 37, 38, 41, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "character": 70, "characterist": [6, 7, 8, 10, 16, 19, 21, 31, 32, 33, 34, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 118, 123, 124], "chauhan": 27, "chaurasia": 27, "cheapest": 118, "check": [13, 20, 26, 35, 36, 48, 56, 57, 90, 92, 121], "checkout": 26, "chines": [18, 52, 53, 121], "chk": [35, 36, 56, 57], "choic": [4, 75, 79], "chosen": 101, "christian": 27, "chromat": 69, "ci": [20, 121], "circuit": [52, 53, 77], "circumcent": 34, "circut": 77, "cirucit": 77, "citi": [4, 29, 123, 130, 131], "clang": [20, 121], "class": 13, "classifi": [73, 121], "claus": 121, "clean": [35, 36, 92, 121], "cleanup": [20, 121], "clear": 23, "click": 123, "client": [121, 130], "client_min_messag": [111, 125], "cliff": [25, 60], "clone": 26, "close": [5, 20, 25, 60, 74, 93, 94, 107, 108, 112, 113, 114, 115, 117, 121, 123], "close_tim": 111, "closest": [15, 68, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "closest_vertex": [25, 54, 74], "closur": 104, "cluster": 104, "cm": 58, "cmake": [26, 121], "cmu": 13, "cname": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "code": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "coincid": 92, "collat": 123, "collect": [15, 34, 121], "color": [13, 18, 48, 69, 100, 119, 121], "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, 130, 131], "column": [3, 4, 9, 10, 16, 20, 21, 23, 36, 92, 118, 121, 123, 130, 131], "com": [26, 27, 47, 125], "combin": [7, 14, 15, 43, 64, 101, 114, 121], "combinations_t": 121, "combinatori": 4, "come": [23, 25, 73, 94, 103, 123], "command": 26, "comment": [26, 27], "commerci": 20, "commit": 121, "common": [5, 20, 25, 27, 85, 88, 92, 125], "commun": [27, 125], "compani": 125, "compar": [6, 23, 30, 31, 32, 33, 38, 39, 40, 94, 121], "compat": [25, 121], "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, 130, 131], "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, 130, 131], "complet": [25, 29, 35, 36, 58, 76, 85], "complete_graph": 86, "complex": [58, 72, 77], "compon": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compos": 131, "compres": 104, "compulsori": [23, 25, 115, 116, 121, 129, 130], "comput": [7, 16, 17, 20, 44, 62, 63, 64, 68, 72, 114, 122], "comun": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "conceiv": [16, 62, 63, 64, 114], "concept": 121, "condit": [13, 35, 36, 56, 57, 121], "configur": [20, 108], "conflict": [106, 107], "conform": [17, 68, 82, 97, 115], "confus": 130, "connect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 26, 30, 37, 46, 48, 51, 52, 53, 65, 66, 80, 81, 82, 83, 86, 87, 95, 96, 97, 98, 100, 101, 102, 104, 118, 121, 122, 124], "consid": [5, 7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 58, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 78, 79, 85, 87, 92, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "consider": [5, 45], "consist": [5, 25, 54, 73, 74, 87, 123, 124], "consol": 26, "constrain": 47, "consult": [25, 125], "contact": 125, "contain": [23, 25, 28, 35, 36, 44, 46, 52, 53, 56, 57, 74, 87, 88, 92, 101, 105, 109, 116], "content": [26, 65, 66], "context": [103, 125], "continu": [5, 61], "continuo": 129, "contract": [20, 60, 121, 122, 126], "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, 130, 131], "contraction_ord": 55, "contraction_result": 13, "contrast": 118, "contrct": 13, "contribut": [20, 27, 121, 125], "contributor": 20, "control": 45, "conveni": 121, "convers": [5, 6, 25, 36], "convert": [5, 15, 25, 86, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "convin": 123, "convini": 123, "cooling_factor": [29, 30], "coordin": [4, 6, 8, 20, 25, 29, 31, 32, 33, 38, 39, 40, 74, 122, 123], "copi": [25, 73, 92, 121], "copyright": 92, "core": 121, "corpor": 125, "correct": [25, 26, 35, 57, 60, 73, 118, 121], "correctli": 92, "correspond": [6, 8, 17, 31, 32, 33, 35, 36, 38, 39, 40, 68, 74, 82, 85, 97, 107, 108, 112, 113, 114, 115, 116, 117, 119, 123, 126], "cos423": [41, 42], "cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "cost_": [16, 25], "cost_i": 16, "could": [23, 35, 36, 56, 57, 86, 121], "count": [7, 35, 36, 60, 77, 92, 119, 126], "countri": [25, 130], "cours": [41, 42], "cover": 25, "cp": 47, "cpaciti": 123, "cpplint": 121, "cpu": 7, "crash": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 127, 128], "creat": [3, 5, 7, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 24, 26, 35, 36, 44, 45, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 69, 71, 72, 74, 77, 78, 81, 82, 83, 84, 85, 87, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 103, 104, 109, 111, 121, 122, 123, 125, 126, 127, 128], "createdb": [7, 25, 26], "createextens": 26, "createus": 26, "creation": [23, 56, 121, 123], "creativ": [20, 27], "credit": 20, "cross": [54, 74, 78], "cross_edg": 86, "csi": 27, "cup": [16, 19, 25, 62], "curb": [25, 60], "current": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 29, 30, 31, 32, 33, 38, 39, 40, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "currnetli": 55, "custom": [5, 93, 94], "cut": [37, 101], "cuthil": [18, 24, 58], "cvrp": 5, "cvrppdtw": 5, "cycl": [5, 21, 44, 48, 59, 93, 94], "cyclic": 48, "czech": 118, "d": [5, 7, 13, 94, 100, 123], "d_close": [5, 93, 94, 123], "d_node_id": [5, 93, 94, 123], "d_open": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "d_y": [5, 94, 123], "dag": [59, 103], "daniel": 27, "data": [5, 20, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 130, 131], "databas": [20, 27, 85, 119, 122, 123, 126, 130], "dataset": [25, 30], "date": 76, "dave": 27, "david": 27, "dd": 92, "ddoc_use_bootstrap": 26, "de": 7, "dead": [35, 54, 55, 74, 92], "debug": 125, "decent": 60, "decid": [13, 92], "decis": 25, "decreas": [13, 44, 55], "deep": 61, "default": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 26, 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, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "defin": [5, 16, 19, 25, 35, 36, 44, 56, 57, 77, 108, 112, 113, 116], "defini": 16, "definit": [19, 34, 123], "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, 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, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "delet": [25, 51, 73, 86], "deliveri": [18, 93, 94, 123], "delta": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [93, 94, 123], "demonstr": [26, 31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72, 130, 131], "deni": 27, "denot": [29, 44], "dens": 75, "densiti": 7, "depart": [5, 25, 65, 66, 67, 93, 94, 106, 107, 117, 129], "departur": [13, 16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 109, 112, 113, 116, 130, 131], "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, 130, 131], "depend": [3, 4, 5, 6, 10, 11, 12, 14, 15, 18, 19, 20, 22, 23, 24, 25, 42, 43, 44, 47, 48, 50, 52, 53, 58, 59, 63, 64, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 114, 121, 123, 126, 127, 128, 129, 130, 131], "depot": [5, 18], "deprec": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 88, 90, 91, 93, 94, 101, 103, 104, 105, 109, 111, 115, 116, 121, 127, 128], "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, 130, 131], "desc": [50, 61, 86], "descend": [50, 55, 61], "describ": [0, 3, 5, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "descript": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 25, 93, 94, 123, 129, 130, 131], "design": [25, 73, 85, 121, 123], "desir": [5, 25, 28], "dest_id": 111, "destin": [13, 19, 25, 28, 70, 105, 108, 109, 116], "detail": [4, 12, 18, 19, 20, 23, 26, 76, 107, 112, 113, 114, 115, 116, 117, 121, 122, 130, 131], "detect": [35, 77, 92, 106, 107, 121], "determin": [35, 56, 57, 101], "deterparti": 74, "dev": [20, 26, 76, 110, 121, 125], "develop": [4, 25, 26, 27, 60, 73, 118, 121, 125], "df": [11, 18, 20, 54, 102, 122, 128], "dfrac": 7, "differ": [4, 6, 8, 9, 15, 16, 23, 25, 26, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 48, 50, 54, 57, 59, 61, 62, 63, 64, 72, 74, 93, 94, 108, 112, 113, 114, 115, 121, 123, 130, 131], "digit": 85, "dijkstra": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 116, 119, 121, 122, 130, 131], "dimens": 5, "dimension": 78, "dindex": [94, 123], "dir": [36, 92], "direct": [3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 19, 20, 23, 25, 27, 28, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 52, 53, 55, 59, 61, 63, 64, 65, 66, 67, 68, 70, 71, 72, 75, 77, 79, 84, 86, 88, 89, 90, 91, 99, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 126, 130, 131], "direction": [20, 25, 36, 57, 86, 92, 122, 126], "directli": [15, 20, 26, 43, 60, 64, 114, 122, 126], "directori": 26, "disconnect": [35, 46, 52, 53, 56, 80, 95, 118, 124], "discontinu": 121, "discours": 125, "discrep": 121, "discuss": 4, "disjoint": [19, 20, 48, 70, 101, 122], "displai": [35, 86], "displaystyl": 16, "disrupt": 45, "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, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "distinct": [55, 77, 86], "distribut": [5, 18, 93, 94], "divid": [25, 36, 60, 101], "dn": 86, "do": [3, 4, 13, 23, 25, 26, 29, 36, 60, 73, 74, 92, 93, 94, 106, 107, 109, 119, 121, 123, 125, 126], "doc": [6, 8, 26, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 121], "doc_queries_gener": 26, "doc_use_bootstrap": 26, "document": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 17, 18, 22, 23, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129], "doe": [0, 3, 5, 7, 9, 10, 14, 15, 16, 17, 19, 20, 21, 23, 25, 28, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 114, 116, 117, 118, 121, 129], "doesn": [56, 57, 121], "domin": 84, "done": [0, 1, 2, 3, 5, 7, 9, 10, 11, 13, 14, 15, 16, 17, 19, 21, 25, 26, 41, 42, 43, 47, 49, 52, 53, 55, 60, 61, 62, 63, 64, 65, 66, 67, 71, 73, 75, 79, 80, 81, 82, 83, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 124, 126, 127, 128, 129, 130, 131], "dot": 7, "doubl": [23, 25, 85, 94, 105, 115, 121, 123], "download": 26, "doxi": 26, "doxygen": 26, "draw": [25, 78], "drawn": 78, "drive": [20, 23, 107, 108, 114, 117, 119, 121, 122], "driver": 5, "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111, 121], "dropdb": 26, "dropdown": 121, "drt": [65, 66], "dryrun": [60, 73, 74], "dubinin": 27, "due": [25, 29, 35, 36, 56, 57, 129], "duplic": [0, 9, 14, 15, 16, 17, 19, 30, 41, 42, 43, 44, 47, 49, 50, 59, 61, 62, 63, 64, 68, 71, 72, 81, 82, 83, 86, 89, 90, 91, 96, 97, 98, 99, 108, 112, 113, 114, 115, 121], "durat": [5, 93, 94], "dutch": [16, 62, 63, 64, 114], "dwith_doc": 26, "e": [6, 7, 8, 9, 10, 13, 16, 19, 21, 25, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 59, 60, 61, 62, 63, 65, 66, 69, 71, 72, 73, 74, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 95, 96, 97, 98, 101, 102, 103, 104, 107, 108, 112, 113, 114, 115, 116, 117, 118, 123, 127], "e2": [44, 71, 89, 99, 101], "e_geom": [25, 54, 74], "each": [0, 1, 4, 7, 14, 15, 18, 19, 21, 25, 26, 27, 29, 30, 32, 36, 39, 42, 43, 46, 47, 48, 49, 50, 54, 58, 60, 61, 63, 64, 71, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 114, 118, 124, 127, 129, 130, 131], "eagl": [25, 60], "earliest": 125, "easier": 121, "easili": [25, 60], "edg": [1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 18, 20, 21, 22, 24, 26, 27, 29, 30, 34, 36, 76, 92, 93, 94, 110, 111, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpath": 121, "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edit": 25, "edmond": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "effici": [59, 69, 77, 100], "effort": [26, 121], "ege_t": 56, "eid": [23, 56, 60, 73, 86], "ein": [35, 36, 56, 57], "either": [59, 130], "electr": [13, 25, 60, 73], "element": [3, 25, 105, 106, 107, 108, 109, 129], "elementari": 77, "elimin": 121, "elizabeth": 58, "els": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117, 123], "ema": 27, "embed": 60, "empti": [3, 16, 19, 25, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 113, 114, 115, 116, 117, 121, 129], "emtpi": [29, 30, 60, 73, 74, 112, 116], "en": [5, 6, 8, 19, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 86, 88, 89, 99, 101, 103, 104, 111], "enabl": 20, "encapsul": 121, "encount": 25, "end": [0, 3, 5, 7, 8, 9, 10, 14, 15, 16, 17, 19, 21, 23, 26, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 112, 113, 114, 115, 116, 118, 121, 123, 129, 130, 131], "end_": 16, "end_clos": [5, 93, 94], "end_i": [5, 94], "end_id": [4, 29, 30], "end_node_id": [5, 93], "end_open": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_x": [5, 94], "endcap": 74, "endpoint": [73, 85], "enhanc": [20, 121], "enlarg": 123, "enter": [26, 36], "entiti": 27, "enumer": 77, "environ": 121, "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": [5, 17, 19, 68, 69, 82, 93, 97, 115, 130, 131], "equali": [65, 66], "equi": 68, "equicost": [23, 68, 115], "equival": [5, 31, 37, 38, 49, 67, 70, 71, 89, 90, 91, 99, 106, 107, 117], "error": [0, 23, 35, 36, 50, 56, 57, 61, 81, 83, 96, 98, 103, 121], "essenti": 101, "esteban": 27, "et": 4, "etc": [4, 27, 121, 130, 131], "euclidean": [5, 18], "evalu": [6, 45, 121], "even": [3, 13, 25, 73], "everi": [25, 47, 52, 53, 69, 78, 84, 86, 92, 100, 118, 121], "everyth": [25, 92, 123], "exact": 125, "exactli": [4, 29, 30, 36, 101], "exampl": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 23, 24, 26, 34, 37, 45, 46, 51, 52, 53, 58, 65, 66, 69, 75, 76, 77, 79, 80, 81, 82, 83, 87, 88, 93, 95, 96, 97, 98, 100, 102, 104, 105, 110, 121, 123, 127, 128, 130, 131], "exce": 19, "excecut": 74, "except": [3, 19, 25, 58, 93, 105, 106, 107, 108, 109, 123, 129], "execut": [7, 13, 19, 25, 35, 49, 57, 71, 90, 91, 99, 105, 106, 107, 117, 121, 123], "exist": [0, 3, 6, 7, 8, 9, 10, 15, 16, 17, 19, 21, 23, 25, 28, 29, 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, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "exit": [26, 36], "expand": 13, "expect": [8, 9, 41, 42, 43, 56, 57], "experi": 72, "experiment": [3, 11, 12, 19, 20, 22, 24, 25, 37, 45, 46, 49, 51, 54, 55, 61, 65, 66, 70, 71, 73, 85, 88, 99, 100, 102, 119, 121, 127, 128], "explan": 45, "explicit": [121, 125], "expos": 74, "extend": [20, 25, 27, 60], "extens": [7, 25, 26, 27, 77, 121], "extent": 45, "extern": 121, "extra": [13, 121, 125], "extract": [17, 26, 60, 68, 73, 81, 82, 83, 96, 97, 98, 115, 119, 126], "extrem": 7, "f": [5, 7, 13, 36, 56, 78, 92], "f12": 13, "fact": [29, 92], "factor": [8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94, 121], "fail": [35, 36, 56, 57, 121], "fairli": 25, "fallthrugh": 121, "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "famili": [14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 49, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 70, 71, 73, 80, 81, 82, 83, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 102, 105, 107, 108, 112, 113, 114, 116, 117, 119, 121, 124, 130], "faster": [5, 8, 9, 25, 41, 42, 43, 47, 72, 121], "feasibl": 36, "feather": 5, "featur": 27, "fedora": 121, "feed": 125, "feedback": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "feel": 20, "fenoi": 27, "fetch": 121, "few": 25, "field": 92, "file": [25, 26, 27, 121], "fill": [13, 23, 25, 35, 36, 56, 57, 123], "filter": [23, 77], "final": [25, 126], "final_temperatur": [29, 30], "find": [0, 1, 3, 8, 9, 21, 27, 62, 65, 66, 67, 77, 80, 81, 82, 83, 95, 96, 97, 98, 101, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 129], "findpostgresql": 121, "finish": [35, 36], "finit": 44, "first": [0, 1, 3, 4, 6, 7, 8, 10, 13, 15, 16, 17, 18, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 128, 129, 130, 131], "first_edg": [25, 73], "first_seg": [25, 73], "fisrt": 66, "fit": [5, 121], "fix": [15, 23, 25, 29, 43, 55, 64, 73, 74, 92, 114, 121, 123, 130], "flag": [20, 23, 26, 36, 56, 106, 107, 109, 113, 114, 121], "flat": 74, "fleet": [93, 94], "flexibl": 13, "flip": [36, 121, 130, 131], "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "florian": 27, "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 79, 122], "fly": [74, 123, 130], "focal": 121, "follow": [3, 4, 5, 7, 10, 13, 16, 19, 20, 23, 25, 26, 27, 29, 30, 35, 52, 53, 54, 55, 56, 57, 62, 65, 66, 73, 74, 78, 85, 86, 88, 92, 93, 94, 100, 104, 105, 106, 107, 109, 117, 121, 122, 123, 125, 126, 130, 131], "foloww": [130, 131], "foral": 16, "forbid": [13, 86], "forbidden": [3, 23, 25, 55, 105, 106, 107, 108, 109, 121, 129], "forbidden_vertic": 55, "forc": 29, "ford": [44, 59, 72, 121], "forest": [0, 1, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "forgo": 60, "form": [3, 4, 7, 15, 25, 35, 56, 57, 58, 75, 79, 105, 106, 107, 108, 109, 113, 118, 126, 129], "forward": [8, 9], "found": [4, 13, 25, 26, 27, 35, 36, 47, 56, 57, 67, 74, 92, 93, 94, 101, 105, 106, 107, 109, 113, 117, 125, 129], "foundat": 27, "four": [25, 130, 131], "fourth": 25, "frac": [5, 25], "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, 130, 131], "framework": 13, "freder": 27, "free": [20, 69], "freebsd": 121, "from": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 22, 23, 24, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 127, 128, 129, 130, 131], "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, 130, 131], "front": [5, 93, 94, 123], "ft": [25, 36], "full": [25, 55, 73, 86, 121], "fulli": [4, 25, 29, 30, 54, 74], "function": [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, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 121, 123, 124, 129, 130], "functiona": 25, "fund": 27, "further": [13, 25, 54, 74], "furthermor": 44, "futur": [13, 77, 121], "g": [16, 19, 25, 26, 69, 85, 121, 124, 125, 127], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gap": [35, 92], "garante": 29, "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetri": 123, "genealogi": 25, "gener": [1, 3, 5, 10, 11, 12, 13, 18, 22, 24, 27, 30, 36, 44, 47, 48, 50, 52, 53, 56, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 105, 106, 107, 109, 111, 117, 119, 121, 123, 125, 127, 128], "generalis": 5, "generate_seri": [94, 123], "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, 130, 131], "geom_is_origin": 74, "geom_tabl": 36, "geometr": [15, 43, 64, 87, 114], "geometri": [20, 34, 35, 36, 56, 57, 74, 85, 92, 121, 122, 123, 126], "georepubl": [27, 125], "geospati": [20, 27], "gerald": 27, "germani": 125, "get": [0, 4, 5, 6, 7, 16, 20, 23, 28, 35, 50, 56, 57, 60, 61, 65, 66, 73, 76, 77, 85, 86, 92, 106, 107, 116, 119, 121, 122], "gi": [20, 92], "gid": [7, 35, 56, 57], "git": [20, 26, 76, 121], "github": [26, 121], "give": [5, 13, 23, 25, 27, 85, 87, 121, 130], "given": [3, 4, 5, 7, 13, 15, 16, 19, 20, 25, 26, 29, 30, 35, 56, 57, 65, 66, 67, 73, 85, 86, 93, 94, 106, 107, 108, 112, 113, 114, 115, 116, 117, 122, 126, 127, 129, 130, 131], "glibc": 121, "global": [65, 66], "gnu": 27, "go": [3, 13, 16, 23, 25, 26, 28, 29, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 73, 77, 86, 92, 105, 106, 107, 108, 109, 112, 116, 117, 121, 129], "goal": 121, "goe": [25, 60, 61, 67, 73, 106, 107, 117], "gonzalez": 27, "good": [5, 25, 65, 66, 72, 75, 79], "googl": 27, "got": [35, 36, 57], "graph": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 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, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 126, 127, 128, 129, 130, 131], "greedi": [11, 21, 100, 118, 119], "green": [13, 74], "group": [19, 20, 60, 70, 73, 92, 121, 122], "gsoc": 121, "guarante": [19, 49, 61, 71, 90, 91, 99, 105], "gudesa": 27, "guid": [3, 25, 26, 27, 62, 88, 105], "gupta": 27, "gz": 26, "h": [6, 31, 32, 33, 38, 39, 40], "ha": [3, 5, 13, 17, 19, 23, 25, 26, 28, 29, 31, 35, 36, 38, 41, 44, 46, 47, 48, 49, 54, 55, 56, 57, 58, 59, 62, 65, 67, 68, 70, 71, 72, 73, 74, 77, 78, 81, 82, 83, 85, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 104, 105, 106, 107, 108, 109, 115, 116, 117, 121, 123, 125, 129, 130], "had": [23, 36], "hamilton": 4, "hand": 60, "handl": [6, 8, 31, 32, 33, 38, 39, 40, 74, 93, 94, 130], "handout": [41, 42], "hang": 27, "happen": [5, 25, 36, 86, 92, 93, 94, 104], "hard": [4, 5, 29, 30, 69, 93, 94, 100], "harmon": [15, 43, 64, 114], "harvard": 4, "has_rcost": 23, "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, 130, 131], "hassler": 4, "have": [1, 2, 3, 4, 5, 11, 13, 14, 15, 16, 17, 20, 23, 25, 26, 27, 31, 35, 36, 38, 44, 45, 47, 57, 60, 61, 65, 66, 67, 68, 69, 74, 77, 81, 82, 83, 85, 86, 92, 93, 94, 96, 97, 98, 100, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "hawick": 77, "head": 85, "header": [27, 121], "health": 77, "heap": [28, 109, 116], "heap_path": [28, 109, 116], "help": [25, 125, 126], "henc": [3, 44], "here": [60, 77, 123], "heurist": [8, 31, 32, 33, 38, 39, 40, 121], "high": [25, 45, 77], "higher": [7, 45], "highwai": 36, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "histori": [4, 121], "hole": 121, "honor": 121, "hossain": 27, "host": [27, 125], "hour": 5, "housseman": 27, "how": [3, 5, 20, 23, 30, 62, 86, 125, 130, 131], "howev": [47, 72, 118], "hpp": 121, "hr": 5, "html": [6, 8, 26, 31, 38, 47, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "http": [5, 6, 7, 8, 13, 19, 20, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 111, 121, 123, 125], "huang": 27, "hundr": 85, "i": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 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, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131], "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "idea": [25, 101], "ident": 100, "identifi": [0, 3, 5, 6, 7, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 23, 25, 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, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "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, 130, 131], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 14, 15, 16, 17, 19, 20, 23, 25, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 54, 59, 61, 62, 63, 64, 67, 68, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 117, 121, 129], "illeg": 93, "im": 77, "imag": [15, 30, 43, 50, 61, 64, 85, 114, 130, 131], "imaptool": 27, "immedi": 84, "immidi": 84, "implelent": 69, "implemen": 77, "implement": [0, 1, 4, 5, 8, 9, 13, 16, 19, 21, 29, 30, 37, 44, 45, 50, 51, 58, 59, 61, 62, 63, 64, 69, 75, 77, 78, 79, 80, 81, 82, 83, 94, 95, 96, 97, 98, 100, 101, 114, 118, 124], "implicit": [3, 121], "import": [25, 60, 73, 121], "impos": 59, "imposs": 36, "improv": [72, 121], "imr": 27, "in_com": [56, 73], "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, 130, 131], "inc": 27, "incid": 60, "incidet": [119, 126], "includ": [9, 13, 15, 16, 17, 23, 25, 26, 27, 29, 41, 42, 43, 55, 59, 62, 63, 64, 72, 82, 86, 92, 97, 107, 108, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 130, 131], "inclus": [17, 68, 81, 82, 83, 96, 97, 98, 115], "incom": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "incorpor": 55, "incorrect": [25, 73, 92], "increas": [37, 51, 58, 65, 66, 86], "increment": 56, "independ": 88, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "individu": 26, "inequ": [4, 29, 30], "inf": [33, 40], "infin": [7, 75, 79, 109], "infinit": 36, "influenc": 45, "info": [25, 54, 74, 125], "inform": [3, 16, 20, 26, 29, 35, 36, 56, 57, 60, 76, 81, 83, 86, 94, 96, 98, 110, 119, 121, 122, 123, 126, 130], "infrastructur": 121, "infti": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "initi": [5, 93, 94], "initial_sol": [5, 93, 94], "initial_temperatur": [29, 30], "inner": [20, 23, 34], "input": [3, 4, 7, 13, 15, 18, 20, 34, 43, 64, 86, 87, 90, 91, 104, 114, 122, 127, 131], "insert": [3, 5, 13, 23, 30, 48, 54, 74, 78, 85, 86, 92, 93, 94, 111, 123, 130, 131], "insid": [21, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118], "insight": 5, "inspect": [23, 86, 92], "instal": [20, 25, 121], "instanc": 29, "instead": [23, 34, 121], "instruct": [26, 123, 125], "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "integr": [23, 121], "intend": 129, "intens": 101, "interact": 26, "interect": 92, "interes": [130, 131], "interest": 25, "intermid": 121, "intern": [3, 15, 25, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "internali": [33, 40], "interpret": [9, 16, 41, 42, 43, 47, 62, 63, 130, 131], "intersect": [25, 35, 60, 73, 86, 92], "introduct": 20, "invalid": [23, 92], "invers": 88, "involv": [5, 13, 23, 25, 26, 86, 93, 94, 130], "is_a": [108, 112], "is_bipartit": [11, 48], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isol": [35, 92], "issu": [20, 23, 27, 121, 125], "itali": 125, "item": 27, "iter": [90, 91, 100], "iti": 13, "its": [13, 14, 15, 23, 42, 43, 51, 56, 63, 64, 78, 84, 85, 100, 101, 114, 130], "jai": 27, "jain": 27, "jame": [58, 77], "japan": 125, "jarn\u00edk": 118, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "juction": 92, "junod": 27, "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, 130, 131], "k": [16, 20, 28, 100, 109, 116, 119, 121, 122, 131], "k_": 78, "k_1": 78, "k_5": 78, "k_shortest_path_rout": 28, "kai": 27, "kalr": 4, "karp": [19, 20, 71, 122], "kastl": 27, "keep": [25, 44, 73, 86, 92, 123], "kei": [3, 23, 35, 56, 74, 92, 94, 111, 123], "ken": 77, "kept": [30, 121, 130, 131], "kg": 5, "kind": [5, 25, 34, 93, 94, 129, 130], "kirkman": 4, "kishor": 27, "kit": 13, "km": 5, "known": [47, 75, 123], "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kumar": 27, "l": [15, 23, 25, 26, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "lack": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "lane": 36, "languag": [13, 121], "larg": [8, 9, 13, 25, 41, 42, 43], "larger": [29, 101], "largest": 88, "last": [4, 23, 25, 28, 29, 30, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "lat": [5, 6], "later": [4, 27], "latest": [26, 27], "latex": 26, "latitud": [5, 6], "lc101": [94, 123], "lc101_c": [94, 123], "lead": [65, 66], "leaf": [13, 45], "leak": 121, "least": [13, 21, 34, 69, 100, 101, 121, 125], "leav": [5, 36, 93, 94], "lectur": 13, "lecture16": 13, "left": [3, 15, 25, 50, 60, 61, 73, 74, 86, 106, 107, 108, 114, 115, 117, 123, 129], "leftrightarrow": [25, 85], "legaci": 121, "leng": 27, "lengauer": 84, "lenght": 5, "length": [6, 30, 48, 74], "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "less": [5, 6, 17, 31, 32, 33, 34, 38, 39, 40, 68, 74, 82, 93, 94, 97, 115], "lester": 44, "let": [5, 6, 7, 8, 14, 15, 31, 32, 33, 38, 39, 40, 42, 43, 63, 64, 75, 79, 92, 114], "level": [50, 92], "li": [45, 72, 94, 123], "lib": [6, 8, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libboost": 26, "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, 130, 131], "libtap": 26, "licens": [20, 92], "like": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "likewis": [25, 36], "lim": [94, 123], "limit": [0, 5, 17, 25, 50, 54, 57, 60, 61, 65, 66, 68, 74, 81, 82, 83, 94, 96, 97, 98, 115, 123], "line": [13, 18, 25, 29, 60, 65, 66, 74, 78, 86, 119, 127], "line_graph": 86, "linear": [55, 58, 59, 103, 121], "linegraph_edg": 86, "linesstr": [25, 36], "linestr": [25, 36, 54, 56, 73, 74], "link": [20, 121], "linux": [26, 121], "list": [4, 20, 29, 30, 67, 68, 77, 87, 106, 107, 115, 117, 121, 129], "listinfo": 125, "littl": 27, "load": [5, 93, 94], "loader": 25, "local": [25, 73, 85, 86], "locat": [6, 74, 93, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 56, 58, 62, 63, 65, 66, 73, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logic": 36, "logv": [10, 52, 53, 90, 91], "lon": [5, 6], "long": [4, 29, 30, 35, 56, 57], "longer": [28, 29, 30, 31, 33, 34, 38, 40, 41, 43, 64, 75, 79, 114, 121], "longitud": [5, 6], "look": [25, 36, 60, 125], "lookahead": 3, "loop": [69, 121], "loss": 121, "lot": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "low": [7, 121], "lower": [15, 43, 64, 114], "m": [5, 6, 58], "m_": [5, 93, 94], "ma_capac": 93, "maco": 121, "made": [5, 86, 93, 94, 121], "mahadeokar": 27, "mahmoud": 27, "mai": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 35, 36, 44, 45, 46, 47, 48, 50, 52, 53, 56, 57, 58, 59, 69, 72, 77, 78, 84, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 127, 128], "mail": 20, "mailman": 125, "main": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 25, 27, 31, 32, 33, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 112, 113, 114, 118, 121], "main_sql": 73, "maintain": 27, "maiximum": [5, 93, 94], "major": [25, 121], "make": [0, 1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 26, 27, 30, 31, 32, 36, 38, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 126, 127, 128, 129, 130, 131], "make_connect": 87, "makefil": 26, "man": 26, "manag": 125, "mani": [23, 60, 88, 121, 123, 130], "manikata": 27, "manipul": [6, 31, 32, 33, 38, 39, 40], "manner": [3, 25, 100], "manual": [20, 25, 27, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99], "maoguang": 27, "map": [25, 130], "mario": 27, "mark": 74, "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, 130, 131], "martin": 27, "match": [5, 19, 20, 23, 36, 88, 93, 121, 122], "matching_": 88, "materi": [20, 25, 73], "math": 85, "mathematician": [4, 118], "mathworld": 85, "matrix": [4, 6, 7, 8, 9, 16, 18, 20, 25, 33, 40, 43, 58, 64, 75, 79, 114, 119, 121, 122], "matter": [35, 56, 57], "max": [6, 15, 19, 20, 31, 32, 33, 38, 39, 40, 43, 64, 74, 86, 90, 91, 92, 114, 121, 122, 123], "max_changes_per_temperatur": [29, 30], "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": [27, 46, 49, 71, 99], "maximum": [5, 13, 19, 20, 49, 58, 61, 70, 71, 74, 88, 89, 90, 91, 93, 94, 99, 100, 122], "maximum_flow_problem": 19, "maximum_match": 88, "mayb": [3, 36, 77, 92], "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 123, 126, 127, 128, 129, 130, 131], "mckee": [18, 24, 58], "md": 121, "mean": [5, 92, 113, 118, 123], "meaningless": 23, "measur": [5, 45], "meet": [8, 9], "mega": 7, "member": [113, 114], "memori": [7, 77], "menger": 4, "mention": [25, 26], "merg": 101, "merril": 4, "messag": [23, 121], "met": 26, "meta": 7, "meter": [5, 6], "method": [25, 26, 55, 56, 86], "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": 25, "middl": [8, 9], "might": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 29, 35, 36, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 125, 126, 127, 128, 129, 130, 131], "migrat": [3, 27, 62, 88, 105], "mileston": [20, 121], "min": [5, 6, 15, 18, 19, 29, 31, 32, 33, 38, 39, 40, 43, 64, 101, 114, 121], "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, 130, 131], "mind": 25, "mingw": 26, "minim": [5, 21, 47, 58, 61, 80, 81, 82, 83, 90, 118, 121], "minimum": [0, 1, 11, 21, 29, 46, 48, 53, 54, 69, 80, 81, 82, 83, 87, 91, 95, 96, 97, 98, 100, 101, 102, 118, 121, 124], "minut": 5, "mirror": [15, 43, 64, 114], "miss": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 25, 29, 44, 47, 48, 50, 52, 53, 58, 59, 60, 67, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 106, 107, 109, 111, 117, 121, 127, 128, 129], "mistak": 36, "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "modifi": [13, 20, 23, 55, 108, 112, 113, 115, 116, 119, 121, 122, 126, 130], "modular": 121, "moham": 27, "monetari": 27, "moor": 72, "more": [1, 2, 3, 5, 7, 11, 13, 14, 15, 16, 17, 20, 23, 25, 26, 29, 37, 44, 47, 59, 60, 61, 65, 66, 67, 69, 73, 75, 77, 79, 85, 86, 93, 94, 100, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "most": [6, 25, 26, 27, 28, 45, 65, 66, 69, 77, 101, 109, 116, 118, 121], "move": [5, 74, 121, 123], "msvc": 121, "msy": 26, "much": [4, 29, 30, 90, 91, 121], "mukul": 27, "multi": 121, "multipl": [5, 31, 34, 36, 38, 41, 44, 46, 47, 59, 62, 70, 72, 77, 92, 93, 94, 101, 121], "multipli": [4, 5, 93, 94], "must": [5, 10, 15, 19, 20, 23, 25, 35, 36, 52, 53, 60, 73, 74, 90, 91, 93, 122, 126], "my_dijkstra": [13, 23], "myarea": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n": [4, 28, 109, 116], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nagas": 27, "name": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 30, 31, 35, 36, 38, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 76, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "nameless": 25, "namespac": 121, "nardelli": 27, "navig": 105, "nearest": [16, 65, 66, 74, 119, 123], "necessari": 125, "need": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 35, 44, 47, 48, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 126, 127, 128, 129, 130, 131], "neg": [0, 3, 7, 9, 10, 15, 16, 17, 19, 20, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "neighbor": 100, "neq": [16, 19, 25], "net": 27, "netlab": 125, "network": [3, 5, 13, 19, 20, 27, 30, 34, 35, 36, 37, 45, 46, 47, 48, 51, 54, 56, 57, 58, 60, 62, 65, 66, 67, 68, 69, 75, 79, 80, 86, 87, 92, 94, 95, 100, 102, 105, 106, 107, 113, 116, 117, 121, 123, 126], "new": [3, 13, 17, 20, 26, 27, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 125, 127, 130, 131], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrict": 23, "newer": 121, "newli": [25, 73], "newpoint": [74, 123], "next": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 28, 29, 30, 31, 38, 41, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 62, 65, 66, 67, 69, 70, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "nextval": [86, 123], "nicola": 92, "nitish": 27, "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, 65, 66, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "non": [7, 9, 15, 16, 41, 42, 43, 47, 59, 61, 62, 63, 64, 72, 75, 79, 101, 108, 112, 113, 114], "none": 36, "nonneg": [90, 91], "normal": [3, 25], "north": 36, "notat": [35, 36, 56, 57], "note": [25, 26, 35, 47, 56, 106, 107, 125], "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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "now": [4, 13, 23, 25, 27, 54, 74, 86, 92, 121], "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "number": [4, 5, 6, 7, 13, 25, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 51, 55, 56, 57, 58, 60, 65, 66, 69, 77, 85, 87, 88, 90, 91, 92, 93, 94, 100, 109, 116, 124, 130], "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, 130, 131], "nv": [25, 73], "o": [6, 7, 8, 9, 10, 16, 21, 26, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "ob": 27, "obei": [4, 29, 30], "object": 5, "observ": 13, "obtain": [8, 19, 20, 25, 30, 73, 74, 109, 122], "occur": [35, 56, 57], "odd": 48, "off": [26, 65, 66], "offic": [125, 130, 131], "offici": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "often": 92, "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old": [25, 28, 29, 31, 34, 38, 41, 62, 73, 75, 79, 110, 121], "old_id": 92, "old_restrict": 23, "older": 125, "omit": [19, 23, 25, 35, 49, 56, 57, 71, 90, 91, 99], "onc": [4, 25, 26, 29, 30, 61, 73, 84], "one": [3, 8, 9, 13, 23, 25, 29, 36, 37, 54, 65, 66, 69, 73, 74, 85, 86, 87, 88, 101, 103, 118, 121, 123, 126, 129, 131], "ones": [25, 73, 92], "onewai": 36, "onli": [0, 1, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 23, 25, 26, 37, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 59, 63, 64, 65, 66, 68, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 103, 109, 112, 113, 114, 115, 116, 118, 121, 122, 124, 130, 131], "open": [5, 25, 93, 94, 123], "open_tim": 111, "openbsd": 121, "oper": [25, 26, 55, 76, 118, 125], "operations_ord": 13, "opo": 111, "oposit": 123, "opposit": 25, "optim": [0, 4, 5, 9, 16, 17, 29, 30, 34, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 69, 72, 81, 82, 83, 93, 94, 96, 97, 98, 100, 103, 108, 112, 113, 115], "option": [23, 25, 26, 35, 36, 54, 56, 92, 121, 123], "orang": 86, "order": [3, 6, 8, 13, 14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 69, 72, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 88, 92, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129], "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, 130, 131], "order_unit": 111, "org": [5, 6, 8, 19, 20, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 111, 121, 125], "organ": 125, "origin": [13, 19, 23, 25, 29, 30, 49, 54, 55, 71, 74, 85, 88, 90, 92, 99, 121, 130, 131], "original_id": 86, "original_point": 74, "original_to_new_point": 74, "orknei": 27, "osgeo": [27, 125], "osgeol": 27, "osm": [7, 25, 73], "osm2pgrout": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other": [5, 16, 20, 25, 27, 45, 47, 48, 54, 69, 72, 73, 85, 92, 101, 102, 107, 108, 113, 114, 116, 121, 125, 129, 130], "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "otherwis": [56, 59, 103], "our": [27, 92], "out": [3, 7, 13, 18, 23, 25, 26, 36, 73, 77, 127], "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, 130, 131], "out_go": [56, 73], "outal": [92, 121], "outer": [34, 73], "outgo": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "output": [13, 19, 20, 23, 31, 38, 49, 60, 62, 68, 71, 74, 77, 81, 82, 83, 90, 91, 92, 96, 97, 98, 99, 115, 116, 121, 130], "outsid": [74, 130], "outstand": 121, "over": [3, 23, 25, 45, 67, 73, 74, 92, 94, 106, 107, 117, 123], "overal": 6, "overload": [5, 20, 23, 28, 93, 94, 116, 121], "overpass": [7, 92], "overview": [57, 92], "own": [86, 123], "p": [74, 94, 107, 108, 112, 113, 114, 115, 116, 117, 123], "p_close": [5, 93, 94, 123], "p_node_id": [5, 93, 94, 123], "p_open": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "p_y": [5, 94, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 126, 127, 128, 129, 130, 131], "pair": [4, 5, 14, 15, 20, 25, 29, 30, 32, 39, 42, 43, 45, 63, 64, 73, 75, 79, 85, 93, 94, 113, 114, 121, 122, 123], "paragon": [27, 125], "paragoncorpor": 125, "parallel": [69, 77, 118], "paramet": [14, 19, 20, 23, 121], "parent": 84, "parenthesi": 45, "parser": 26, "part": [0, 1, 2, 3, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 126, 127, 128, 129, 130, 131], "partial": [25, 54, 74], "particular": [19, 46, 50, 59, 61], "partit": [74, 101], "pasch": 27, "pass": [3, 7, 34, 35, 45, 56, 57, 92, 105, 121], "password": 26, "path": [3, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 23, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 52, 53, 59, 61, 63, 64, 65, 66, 70, 71, 72, 75, 77, 79, 87, 89, 90, 91, 99, 105, 108, 109, 112, 113, 114, 115, 116, 119, 121, 122, 123, 129, 130, 131], "path_at": [108, 112], "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, 130, 131], "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, 130, 131], "patrushev": 27, "pattern": 58, "pct": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "pedestrian": [25, 60, 65, 66, 73, 123], "penyngton": 4, "peopl": 27, "per": [5, 25, 65, 66, 93, 94], "perform": [3, 5, 20, 30, 33, 35, 36, 40, 55, 56, 57, 73, 74, 77, 92, 93, 94, 106, 107, 121], "perl": 26, "perl5": 121, "perman": 130, "permiss": [20, 122, 126], "permut": 58, "person": [15, 20, 25, 29, 30, 33, 40, 43, 64, 114, 122], "pg": 121, "pg_prove": 26, "pg_prove_test": [26, 121], "pgdijkstra": 27, "pgr": [19, 56, 57, 79], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeonewai": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshal": 121, "pgr_articulationpoint": [12, 20, 121, 122], "pgr_astar": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdastar": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstra": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktra": 41, "pgr_bddijstra": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentr": [18, 20, 22, 121], "pgr_biconnectedcompon": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostman": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcompon": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contract": [13, 20, 25, 122], "pgr_contractgraph": [55, 121], "pgr_create_topologi": 57, "pgr_createtopologi": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeord": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstra": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstranear": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravia": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivingdist": [16, 17, 20, 34, 115, 121, 122, 131], "pgr_edgecolor": [11, 18, 121], "pgr_edgedisjointpath": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshal": [7, 20, 79, 121, 122], "pgr_full_vers": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuit": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplanar": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstra": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbf": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldf": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphful": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatch": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclidean": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovid": 121, "pgr_pointtoedgenod": 121, "pgr_pointtoid": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbf": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdf": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_id": 121, "pgr_sequentialvertexcolor": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcompon": [12, 20, 121, 122], "pgr_texttopoint": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoint": [3, 107, 119, 121, 130], "pgr_trspvia": [3, 119, 121, 129], "pgr_trspvia_withpoint": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclidean": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoint": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvia": [107, 119, 121, 129, 131], "pgrout": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgrrout": [74, 123], "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phase": 101, "phi": 19, "pi": 16, "pickup": [5, 18, 93, 94, 123], "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pile": 36, "pin": 125, "pindex": [94, 123], "pip": 26, "pl": 26, "place": [35, 58], "planar": 78, "plane": 78, "platform": [26, 121], "pleas": [25, 26, 35, 36, 56, 57, 92, 125], "plement": 77, "pm": 5, "pocess": [17, 20, 122], "point": [0, 3, 5, 6, 7, 10, 12, 16, 17, 19, 20, 21, 23, 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, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 118, 119, 121, 122, 125], "point_sql": 74, "point_xi": 121, "pointer": 121, "points_sql": [108, 112, 113, 114, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "polygon": [34, 121], "polynomi": 49, "popul": 57, "port": 121, "portal": [25, 73], "portland": 7, "posgresql": 7, "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 25, 28, 29, 31, 35, 38, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 75, 79, 80, 81, 82, 83, 85, 86, 88, 90, 91, 95, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 124, 129, 130, 131], "possibl": [3, 4, 5, 10, 11, 12, 13, 18, 19, 20, 21, 22, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 61, 69, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 100, 101, 103, 104, 109, 111, 118, 124, 127, 128, 130], "possibli": [80, 95, 118], "post": [17, 20, 122, 130, 131], "postgi": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_vers": 26, "postgr": [26, 121], "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, 130, 131], "postgresql12": [20, 121], "postion": 77, "postit": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "postman": [18, 52, 53, 121], "potenti": [35, 36, 92], "pott": 27, "power": 36, "practic": 77, "pratap": 27, "preced": 73, "precis": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecessor": [17, 23, 27, 68, 81, 82, 83, 96, 97, 98, 115], "prefer": [29, 34, 130, 131], "prefix": [121, 123], "prep": 60, "prepar": [56, 73, 121], "prepare_cap": 74, "prerequisit": [35, 36, 121], "present": [7, 15, 25, 46, 69, 77, 84, 86, 100, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "pretti": 36, "previou": [5, 9, 23, 56, 93, 94, 121], "previous": 26, "previu": 86, "prim": [0, 1, 17, 20, 25, 95, 96, 97, 98, 121, 122, 124], "primari": [3, 23, 35, 56, 74, 92, 94, 111, 123], "princeton": [4, 41, 42], "priorit": 125, "priya": 27, "problem": [5, 6, 18, 19, 20, 25, 35, 36, 47, 52, 53, 56, 57, 58, 59, 60, 62, 63, 64, 69, 73, 77, 92, 93, 94, 100, 101, 114, 121, 123, 129, 130, 131], "proce": 26, "process": [0, 1, 6, 7, 8, 9, 10, 13, 15, 16, 19, 21, 25, 26, 28, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 86, 90, 91, 92, 95, 96, 97, 98, 99, 101, 103, 104, 109, 112, 113, 114, 116, 118, 121, 123, 124, 130, 131], "produc": [16, 59, 61, 62, 63, 64, 69, 100, 104, 114, 118], "product": 27, "profession": 125, "progress": 7, "project": [20, 25, 27, 35, 56, 92, 121], "projectweb": [94, 123], "promot": [4, 20, 61, 65, 66, 85, 100, 121], "prompt": 26, "pronounc": [6, 8], "proper": 69, "propos": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 58, 59, 62, 63, 64, 69, 70, 71, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 99, 101, 103, 104, 109, 111, 121, 122, 123, 126, 127, 128, 129, 130, 131], "prototyp": 105, "provid": [20, 26, 50, 61, 69, 73, 100, 123, 125], "pseudo": 55, "psql": [7, 25, 26], "public": [27, 35, 36, 56, 57, 92, 123], "publish": [44, 77, 94, 123], "pull": [20, 27, 121], "purpos": [0, 9, 16, 17, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 72, 81, 82, 83, 96, 97, 98, 103, 108, 112, 113, 115], "push": [5, 19, 20, 89, 93, 94, 99, 122], "push_relabel_max_flow": [89, 99], "python3": 121, "q": 26, "q1": 29, "quad": [16, 19], "qualiti": 25, "queri": [3, 13, 20, 23, 35, 57, 92, 93, 110, 121, 123], "question": [4, 25, 29, 30, 125], "queue": 58, "quit": 30, "quote_liter": 35, "r": [15, 23, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radiu": 34, "rais": [3, 25, 93, 105, 106, 107, 108, 109, 129], "raise_except": [56, 57], "raj": 27, "rajat": 27, "random": [6, 8, 29, 30, 31, 32, 38, 39, 72], "rang": [45, 100], "rather": 60, "razequl": 27, "re": [121, 125], "reach": [0, 17, 25, 50, 61, 68, 70, 81, 82, 83, 96, 97, 98, 115, 121], "reachabl": [54, 61, 102, 104], "read": [3, 20, 26, 62, 92, 121], "reader": 121, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "realiti": 121, "receiv": 105, "rechabl": 104, "recomend": 123, "recommend": [7, 25, 36, 75, 79, 123, 125], "reconstruct": [20, 57, 122, 126], "record": [7, 13, 121], "recreat": [56, 92], "recurs": 101, "recursevli": [130, 131], "red": [13, 37, 123, 130, 131], "reddi": 27, "reduc": [13, 25, 55], "refactor": 121, "refer": [4, 5, 20, 35, 36, 56, 57, 76, 110, 121, 122], "referenc": 56, "refin": [1, 2, 3, 11, 13, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "regardless": [23, 25], "regclass": 123, "regina": 27, "regress": 121, "reinstal": 26, "rel": [5, 15, 16, 18, 22, 25, 28, 31, 38, 41, 44, 45, 47, 59, 62, 65, 67, 70, 72, 74, 77, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "relabel": [19, 20, 89, 99, 122], "relat": [29, 30, 35, 92, 121, 130, 131], "relationship": 25, "releas": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "release_not": 121, "relev": 94, "reli": 59, "rema": [130, 131], "remain": [25, 107, 117], "remov": [13, 23, 26, 37, 45, 46, 51, 54, 55, 102, 106, 107, 115, 121, 130, 131], "renam": [23, 27, 34, 49, 56, 57, 71, 88, 99, 121], "renumb": 121, "repair": 36, "repeat": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72, 130, 131], "replac": [3, 13, 23, 94, 121], "replic": 125, "report": [20, 36, 121], "repositori": 26, "repres": [3, 7, 10, 13, 23, 25, 48, 52, 53, 55, 75, 78, 79, 88, 106, 115, 116, 126, 129], "represent": [130, 131], "request": [5, 14, 20, 27, 32, 39, 42, 63, 121], "requir": [25, 26, 28, 29, 35, 36, 54, 56, 57, 73, 74, 109, 116, 121, 125, 130], "resembl": [68, 115, 123], "residu": [19, 25, 49, 71, 90, 91, 99], "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, 130, 131], "respect": [44, 85, 86], "respons": [15, 43, 64, 114], "rest": [25, 56, 73, 74, 86], "restaur": [130, 131], "restrict": [6, 18, 20, 31, 32, 33, 38, 39, 40, 119, 121, 122, 130], "restrict_sql": 23, "restructur": 121, "result": [1, 6, 14, 16, 20, 21, 23, 35, 36, 57, 59, 91, 118, 121, 124, 130, 131], "return": [0, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 23, 24, 25, 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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 129], "revers": [16, 18, 19, 23, 24, 25, 36, 58, 62, 85, 86, 92, 123], "reverse_": 123, "reverse_capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_categori": 123, "reverse_category_id": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "revis": 121, "rewritten": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": [3, 15, 25, 50, 61, 74, 92, 107, 108, 114, 115, 117, 123, 129], "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [34, 35, 92], "rm": 26, "rn": 74, "road": [3, 13, 25, 73, 92, 105, 121], "rohith": 27, "role": 26, "rollback": 111, "root": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "roughli": [28, 109, 116], "round": [36, 74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [3, 4, 13, 16, 18, 20, 26, 27, 28, 29, 30, 57, 65, 66, 92, 93, 94, 105, 108, 109, 112, 113, 114, 119, 121, 123, 126, 129, 130, 131], "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, 130, 131], "routeplan": 13, "routing_postgi": 121, "row": [6, 7, 8, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "rule": 36, "run": [6, 8, 9, 10, 16, 21, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118, 121], "rykov": 27, "s_in_rul": 36, "s_out_rul": 36, "sai": [5, 6, 27], "said": 25, "sakr": 27, "sale": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "salesman": [4, 5, 29, 30], "salesperson": [4, 29, 30], "same": [3, 5, 6, 7, 8, 9, 14, 15, 16, 19, 23, 25, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 57, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 79, 85, 86, 89, 90, 91, 92, 93, 94, 99, 101, 104, 106, 107, 108, 112, 113, 114, 121, 123, 130, 131], "sameresult": 56, "sampl": [5, 20, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 130, 131], "sampledata": [7, 25, 121], "samu": 27, "sarthak": 27, "satisfi": 29, "save": 123, "scale": 25, "scenario": [9, 35, 41, 42, 43, 56, 57], "schema": [35, 36, 56, 57, 92, 121], "scheme": 121, "scientist": [16, 62, 63, 64, 114], "score": 45, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "seat": 5, "sec": 5, "second": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "second_edg": [25, 73], "second_seg": [25, 73], "section": [5, 13, 23, 25, 35, 62, 67, 86, 106, 107, 117, 129, 130, 131], "see": [20, 25, 121, 125], "segment": [3, 25, 35, 36, 60, 74, 78, 92, 103, 123, 130], "select": [3, 6, 7, 8, 13, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self": [69, 77, 121], "self_loop": 86, "send": [19, 25, 90], "separ": [23, 85, 92, 118, 121], "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, 130, 131], "sequenc": [3, 5, 13, 16, 25, 28, 29, 30, 31, 36, 38, 41, 44, 47, 52, 55, 58, 59, 62, 65, 67, 70, 72, 77, 86, 105, 106, 107, 108, 109, 112, 116, 117, 123, 129], "sequenti": [0, 3, 5, 11, 15, 17, 19, 25, 28, 31, 38, 41, 44, 46, 47, 49, 50, 52, 54, 59, 61, 62, 65, 67, 68, 70, 71, 72, 77, 81, 82, 83, 84, 85, 86, 87, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "serial": [3, 23, 25, 73, 123], "serv": 77, "server": [3, 5, 7, 10, 11, 12, 18, 19, 22, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "set": [0, 5, 6, 7, 11, 13, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 125, 126, 129, 130], "setof": [13, 23, 60, 73], "setval": [86, 123], "seuenc": [16, 119], "sever": [5, 23, 25, 26, 68, 115, 121], "sh": [26, 121], "shadow": 85, "shape": [17, 20, 34, 68, 122], "shapefil": 25, "share": [20, 27, 92], "shift": 5, "shind": 27, "shobhit": 27, "shoot": 121, "shooting_star": 121, "short": [20, 121], "shorter": 113, "shortest": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 28, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 45, 47, 52, 59, 61, 62, 63, 64, 65, 66, 67, 72, 74, 75, 79, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 119, 121, 122, 129, 131], "shortest_path_faster_algorithm": 72, "should": [5, 25, 27, 73, 88, 121], "show": [5, 13, 23, 25, 30, 50, 54, 61, 65, 66, 74, 94, 130, 131], "shown": [13, 23, 74], "shp2pgsql": 25, "shrink": 101, "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, 110, 111, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "sign": [25, 130], "signal": [25, 60], "signatur": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 119, 121, 126, 127, 128, 129, 130, 131], "signific": [25, 73, 121], "significantli": [72, 125], "similar": [23, 25, 30, 72, 73], "simpl": [25, 36, 121, 123], "simplest": [35, 56, 57], "simpli": 101, "simplic": 85, "simplif": 121, "simplifi": [25, 121], "simul": [29, 30, 33, 40, 43, 64, 114], "simultan": [8, 9], "sinc": 4, "singh": 27, "singl": [5, 18, 46, 47, 55, 72, 85, 121, 124], "sink": [19, 36], "sintef": [94, 123], "sir": 4, "site": 27, "situat": 92, "six": [93, 94], "size": [7, 13, 25, 55, 60, 67, 101, 106, 107, 117], "skip": [56, 57, 60, 73, 92, 123], "slower": [5, 44], "small": [25, 28, 58, 60, 74, 109, 116, 123], "smaller": [90, 91], "smallest": 100, "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "snap": [35, 56], "so": [7, 13, 14, 17, 25, 32, 36, 39, 42, 56, 63, 69, 75, 79, 82, 92, 97, 121, 125], "soft": 123, "softwar": 27, "solomon_100_rc_101": 111, "solut": [4, 5, 25, 29, 30, 54, 74, 93, 94, 105, 106, 107, 121], "solv": [6, 16, 25, 33, 40, 43, 47, 59, 62, 63, 64, 73, 77, 93, 94, 101, 114, 121, 129], "solver": 121, "some": [3, 13, 25, 26, 27, 29, 36, 44, 55, 69, 74, 86, 121, 123, 126, 130, 131], "someth": 35, "sometim": [3, 101, 106, 107], "sort": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 65, 66, 72, 103], "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, 130, 131], "sourabh": 27, "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, 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, 123, 124, 125, 126, 127, 128, 129, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_id": 86, "source_po": 23, "sourcehandl": 26, "sp": 74, "space": [13, 45, 55, 78], "span": [0, 1, 17, 20, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 121, 122], "spane": 68, "spars": [45, 58, 79], "sparsiti": 58, "special": [20, 122, 126], "specialized_vari": 47, "specif": [25, 73, 74, 121], "specifi": 25, "speed": [5, 6, 13, 25, 56, 57, 60, 72, 93, 94, 123], "spent": [5, 93, 94], "sphinx": [26, 121], "split": [54, 74, 86, 92], "spoon": 34, "spoon_radiu": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "squar": [130, 131], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "sstreet": 36, "st_": 121, "st_area": 34, "st_astext": [25, 54, 73, 74], "st_buffer": [7, 25, 35, 56, 57, 74], "st_centroid": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehul": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_intersect": [25, 73, 74], "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "st_y": [25, 30, 54, 73, 74, 123], "stabl": 34, "stack": 5, "stackexchang": 20, "standar": [20, 28, 31, 38, 62, 68, 81, 82, 83, 96, 97, 98, 115, 116, 121], "standard": [23, 26, 47, 121], "star": [6, 8, 121], "start": [0, 4, 5, 7, 8, 9, 14, 15, 16, 17, 19, 23, 25, 26, 28, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 50, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 93, 94, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "start_": 16, "start_clos": [5, 93, 94, 123], "start_i": [5, 94, 123], "start_id": [4, 29, 30], "start_node_id": [5, 93], "start_open": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "start_v": [16, 52, 77], "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, 130, 131], "start_x": [5, 94, 123], "startpoint": 73, "state": [25, 125], "statement": [90, 93, 94, 103, 123], "station": [65, 66], "statu": [108, 112], "step": [25, 26, 58, 86, 92, 106, 107, 108, 112, 118, 125], "stephen": 27, "steve": 121, "still": [1, 2, 3, 11, 13, 14, 15, 16, 17, 29, 60, 61, 65, 66, 67, 73, 85, 86, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "stoer": 101, "stoerwagn": 101, "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, 130, 131], "stop_id": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "store": [7, 14, 15, 25, 32, 35, 36, 39, 42, 43, 63, 64, 74, 75, 79, 113, 114, 123, 130], "straight": 78, "strategi": 100, "street": [25, 36, 92], "strict": [25, 67, 106, 107, 109, 117, 129], "strictli": 23, "string": [25, 36, 121], "string_to_arrai": 23, "strong": 102, "strongli": [12, 20, 25, 36, 102, 122], "structur": [20, 35, 36, 56, 57, 121, 123], "studi": 4, "studio": 121, "sub": [6, 25, 106], "sub_id": 92, "subgraph": [48, 75, 78, 79, 86, 95, 101, 104], "subscrib": 125, "subset": [19, 35, 46, 56, 57, 60, 101, 118], "subseteq": 25, "subwai": [65, 66], "succe": 26, "successfulli": 26, "successive_shortest_path_nonnegative_weight": [90, 91], "sudo": 26, "suffix": 92, "suggest": 72, "suitabl": [77, 126], "sum": [5, 7, 14, 15, 19, 32, 39, 42, 43, 63, 64, 75, 79, 93, 94, 101, 106, 107, 113, 114], "sum_": 16, "sumar": [32, 39, 42, 63], "sumari": [5, 93, 94], "summari": [28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 70, 71, 72, 74, 75, 77, 78, 79, 80, 84, 86, 89, 90, 91, 93, 94, 95, 99, 103, 104, 108, 112, 113, 114], "summer": 27, "super": [19, 49, 71, 90, 91, 99], "supermarket": [130, 131], "supli": 126, "suppli": 23, "supplier": [25, 73], "support": [13, 20, 26, 27, 28, 29, 30, 31, 34, 38, 41, 52, 75, 79, 110, 121], "suppos": [5, 25], "sure": 26, "swapnil": 27, "switch": [25, 26, 73], "sylvain": 27, "symetr": 13, "symmetr": [4, 7, 13, 14, 15, 29, 30, 32, 33, 39, 40, 42, 43, 58, 63, 64, 75, 79, 113, 114], "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, 130, 131], "systemctl": 26, "t": [5, 13, 23, 25, 35, 36, 44, 49, 56, 57, 70, 71, 78, 89, 90, 91, 92, 99, 101, 108, 121], "t_in_rul": 36, "t_out_rul": 36, "tabl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 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, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 128, 129, 130, 131], "table_end": 92, "table_of_cont": [65, 66], "tag": 125, "take": [3, 25, 45, 60, 73, 105, 106, 107, 108, 109, 129], "taken": [3, 4, 25, 29, 92, 105, 106, 107, 108, 109, 129], "takubo": 27, "tar": 26, "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, 130, 131], "target_": 25, "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_id": 23, "target_po": 23, "targets_original_id": 86, "targetss": [19, 49, 71, 90, 91, 99], "tarjan": [84, 102], "tarriv": 111, "tasca": 27, "task": [25, 73, 86], "tbd": [57, 86, 111], "tdepart": 111, "techer": 27, "tell": 92, "temp": 60, "tempor": [23, 130], "temporari": 112, "ten": 85, "term": [16, 25, 47, 72, 73], "termin": [8, 9, 41, 42, 43], "test": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 35, 44, 47, 48, 50, 52, 53, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "tester": [26, 121], "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "tha": 13, "than": [7, 8, 9, 13, 17, 23, 25, 28, 29, 34, 37, 41, 42, 43, 44, 45, 59, 60, 65, 66, 68, 69, 72, 75, 79, 82, 86, 90, 91, 93, 97, 101, 103, 109, 115, 116], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_info": 111, "the_out": 73, "the_point": 73, "thei": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 29, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "them": [20, 25, 26, 44, 45, 103, 122, 126, 130, 131], "theme": 26, "themselv": 48, "theorem": [11, 18, 69], "theori": [4, 25, 101], "therefor": [0, 3, 5, 6, 7, 8, 10, 15, 16, 17, 19, 20, 21, 23, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 122, 126, 129, 130, 131], "therfor": 123, "theta": [45, 75], "thi": [3, 4, 5, 6, 7, 8, 9, 13, 15, 16, 19, 20, 23, 25, 26, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 44, 45, 47, 51, 54, 55, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 80, 85, 86, 90, 92, 94, 95, 100, 101, 106, 107, 110, 114, 117, 118, 121, 123, 125, 127, 128, 129, 130, 131], "think": 36, "third": [4, 25], "tho": 92, "thoma": 4, "those": [13, 25, 36, 37, 44, 74, 87, 92, 105, 123, 130], "though": 44, "thought": 130, "three": [13, 25, 45, 54, 74, 87], "three_opt": [25, 54, 74], "through": [4, 13, 19, 25, 45, 49, 67, 71, 90, 91, 99, 100, 106, 107, 117, 125, 130], "throw": [0, 23, 45, 50, 59, 61, 81, 83, 96, 98, 103], "thru": [23, 25, 73, 105], "thu": [59, 72], "thurkow": 27, "ticket": 125, "tidi": [20, 121], "tie": [68, 115], "till": 4, "time": [6, 7, 8, 9, 10, 13, 16, 21, 25, 27, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118, 123], "tip": 20, "titl": 25, "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to_cost": 23, "todo": 90, "togeth": [4, 87], "tokyo": 27, "toler": [35, 56, 74, 92], "too": [25, 121, 125], "tool": [25, 26, 36, 121], "top": [25, 60, 74, 94, 123], "topic": 125, "topolog": [59, 103], "topologi": [20, 35, 36, 57, 60, 87, 92, 108, 115, 116, 119, 121, 122], "topological_sort": [59, 103], "total": [5, 7, 13, 21, 32, 34, 39, 55, 60, 63, 67, 80, 81, 82, 83, 90, 91, 92, 93, 94, 106, 107, 117, 118, 129, 130, 131], "tour": [4, 29], "track": [92, 121], "tracker": 125, "trait": [25, 73, 130], "transform": [18, 23, 29, 85, 104, 119, 130], "transit": 104, "transitive_closur": 104, "transport": [5, 25, 73], "travel": [5, 15, 20, 23, 29, 30, 33, 40, 43, 64, 86, 93, 94, 112, 113, 114, 122], "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, 130, 131], "traveltim": 111, "travers": [0, 1, 17, 18, 25, 28, 29, 30, 31, 38, 41, 44, 47, 50, 52, 59, 61, 62, 65, 67, 68, 70, 72, 77, 78, 80, 81, 82, 83, 86, 87, 92, 95, 96, 97, 98, 101, 105, 106, 107, 108, 109, 112, 115, 116, 117, 119, 121, 123, 129], "treat": 36, "tree": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 84, 95, 96, 97, 98, 115, 118, 121, 122], "tri": [25, 69, 100], "triangl": [4, 15, 29, 30, 34, 43, 64, 114], "tries_per_temperatur": [29, 30], "trigger": 121, "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "truck": [5, 93, 94, 121], "true": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 90, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "trusti": 7, "try": [5, 25, 67, 92, 106, 107, 117, 129], "tsp": [5, 121], "tsp_result": 30, "tunnel": [25, 73], "tupl": 25, "turn": [3, 20, 25, 26, 73, 86, 105, 106, 107, 121, 122], "turn_restrict_sql": 23, "tutori": 125, "twice": [3, 4, 29, 30], "two": [7, 8, 9, 13, 19, 20, 21, 25, 45, 48, 55, 65, 66, 69, 70, 73, 78, 85, 86, 87, 92, 100, 101, 107, 108, 112, 113, 114, 115, 117, 121, 122, 125, 126, 130, 131], "two_way_if_nul": 36, "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, 130, 131], "typic": 25, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 25, 26, 27, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 59, 62, 63, 64, 72, 75, 79, 82, 86, 90, 91, 92, 97, 103, 106, 107, 108, 112, 113, 114, 125], "u_turn": 86, "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "ubuntu": 121, "uk": 27, "uncategoris": 25, "unclassifi": [18, 121], "unconnect": 101, "undefin": 86, "under": [20, 27, 92, 125, 128], "underli": 70, "underload": [5, 93, 94], "understand": 74, "undirect": [0, 1, 4, 6, 7, 8, 9, 12, 15, 16, 18, 20, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 72, 75, 77, 78, 79, 80, 81, 82, 83, 85, 87, 88, 95, 96, 97, 98, 100, 101, 104, 105, 106, 107, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 124, 126, 130, 131], "unexpect": [56, 57, 121], "unifi": 121, "union": [5, 13, 25, 31, 38, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107, 121], "uniqu": [7, 14, 15, 32, 39, 42, 43, 63, 64, 74, 75, 79, 92, 113, 114, 123], "unit": [6, 31, 32, 33, 35, 38, 39, 40, 56, 74, 85, 92, 93, 94, 125], "univers": [4, 27, 30], "unknown": [25, 36], "unless": 86, "unlik": [46, 113, 114], "unlimit": 13, "unload": [5, 93, 94], "unlog": [56, 73], "unnam": [23, 115, 116, 121], "unnecessari": 121, "unnest": [13, 56, 60, 65, 66, 73, 74], "unreport": 125, "uns": [65, 66], "until": [13, 61, 101], "untouch": 92, "unus": 121, "unwant": 25, "unweight": [47, 101], "up": [0, 1, 5, 13, 16, 21, 23, 25, 26, 36, 57, 60, 61, 80, 81, 82, 83, 86, 94, 95, 96, 97, 98, 118, 123, 124], "updat": [26, 30, 36, 54, 56, 74, 86, 121, 123], "upgrad": [20, 121], "upon": 78, "upper": [0, 15, 17, 43, 50, 61, 64, 68, 81, 82, 83, 90, 91, 96, 97, 98, 114, 115], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 109, 111, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "usabl": 25, "usag": [121, 130, 131], "use": 79, "usecas": 77, "user": [13, 15, 20, 23, 25, 26, 27, 43, 56, 57, 64, 114, 121, 122, 125, 126], "util": [25, 60, 70, 74, 119, 121], "uturn": 86, "v": [4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 19, 25, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 118, 123, 127], "v1": [86, 121], "v2": [27, 121], "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "valid": [6, 23, 25, 31, 32, 33, 38, 39, 40, 44, 59, 103, 104, 115, 130, 131], "valu": [0, 3, 5, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "varchar": [35, 56, 57], "vari": [19, 25], "variabl": [34, 121], "variant": 5, "variat": [47, 77], "varieti": 25, "variou": 25, "varnoth": [16, 19], "vaul": [19, 49, 71, 89, 90, 91, 99], "ve": 45, "vector": 25, "veenit": 27, "vehcil": [94, 123], "vehicl": [18, 25, 36, 60, 73, 130], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "veloc": 5, "vendor": 36, "venkata": 27, "vergara": 27, "veri": [25, 73, 123], "versaterm": 27, "versatil": 44, "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, 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, 123, 124, 125, 126, 127, 128, 129, 130, 131], "vertex": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 75, 77, 78, 79, 80, 84, 85, 87, 88, 89, 90, 91, 93, 95, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 118, 119, 121, 123, 126, 127, 129, 130, 131], "vertex_": [67, 106, 107, 117, 129], "vertex_i": [67, 106, 107, 117, 129], "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, 130, 131], "vertex_map": 86, "vertic": [0, 3, 7, 9, 15, 16, 17, 19, 20, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 75, 77, 78, 79, 84, 85, 88, 89, 90, 91, 92, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 119, 121, 122, 124, 126, 129], "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vertix_id": 121, "vetric": [25, 31, 38, 41, 44, 47, 59, 62, 70, 72], "via": [3, 23, 119, 121, 130, 131], "via_path": [23, 121], "vicki": 27, "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, 130, 131], "vidhan": 27, "vienna": 4, "view": [25, 60, 73, 123], "violat": [5, 93, 94, 109], "virginia": 27, "virtu": 45, "visit": [3, 4, 5, 25, 29, 30, 61, 81, 83, 96, 98, 115, 121, 129], "visual": [25, 60, 121, 130, 131], "visuali": 30, "vize": [11, 18, 69], "vojt\u011bch": 118, "volatil": 13, "volum": 5, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "w": 13, "wa": [4, 7, 13, 23, 25, 27, 35, 36, 56, 57, 73, 74, 76, 86, 92, 118, 121, 123, 130], "wagner": 101, "wai": [3, 7, 20, 25, 35, 36, 54, 56, 57, 73, 74, 85, 103, 126, 131], "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "walk": [25, 60], "wang": 27, "want": [26, 60, 77, 86, 123], "warn": [23, 59, 103, 121], "warshal": [7, 20, 75, 79, 122], "waterloo": [4, 30], "we": [4, 7, 20, 26, 35, 36, 47, 56, 57, 75, 77, 79, 86, 92], "web": [27, 130], "websit": 125, "weight": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "well": [35, 36, 47, 56, 57, 92, 101, 130], "went": 35, "were": [7, 13, 23, 74, 86, 92, 121], "wget": [7, 26], "what": [25, 92, 121], "when": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 23, 25, 26, 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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 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, 108, 109, 112, 113, 114, 115, 116, 118, 121, 122, 123, 124, 129], "where": [0, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 123, 125, 129, 130, 131], "wherev": 20, "whether": 101, "which": [3, 4, 5, 7, 19, 23, 25, 29, 30, 45, 47, 48, 52, 53, 61, 68, 74, 75, 78, 79, 86, 87, 88, 90, 92, 93, 94, 100, 101, 106, 107, 108, 115, 123, 125, 130], "while": [26, 28, 109, 116], "white": 13, "whitnei": 4, "who": [44, 125], "whole": [56, 60], "whose": [37, 47, 51, 92], "why": 36, "wi29": 30, "wiesenhaan": 27, "wiki": [5, 6, 8, 19, 26, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 73, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedia": [0, 1, 4, 5, 6, 8, 11, 19, 21, 25, 28, 29, 30, 31, 37, 38, 41, 42, 44, 46, 47, 48, 50, 51, 54, 58, 59, 61, 62, 63, 65, 66, 67, 69, 71, 72, 80, 81, 82, 83, 84, 85, 86, 88, 89, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 111, 118, 124], "wildcard": 121, "william": 4, "window": [5, 26, 93, 94, 121], "winni": 121, "with_doc": 26, "with_seq": [106, 107], "within": [5, 17, 25, 48, 65, 66, 74, 82, 92, 97, 115, 121, 130], "withing": 74, "without": [20, 26, 44, 88, 121], "withpoint": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "woodbridg": [27, 121], "word": [16, 25, 129], "work": [4, 5, 6, 7, 8, 14, 15, 20, 23, 25, 31, 32, 37, 38, 39, 43, 45, 46, 48, 50, 51, 54, 60, 61, 64, 65, 66, 74, 77, 84, 85, 86, 87, 88, 102, 114, 121, 123, 130, 131], "workshop": [25, 27], "world": [90, 91, 105, 130], "wors": [9, 29, 41, 42, 43], "worst": [4, 29, 30, 72], "would": [5, 6, 7, 14, 15, 25, 32, 35, 36, 37, 39, 42, 43, 44, 54, 56, 57, 63, 64, 74, 75, 79, 101, 113, 114], "wrapper": [121, 125], "write": [92, 125], "written": 27, "wrong": [3, 35, 36, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 26, 27, 31, 38, 41, 42, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "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, 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, 130, 131], "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "ye": 13, "yellow": [85, 86], "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yige": 27, "you": [20, 26, 36, 47, 60, 77, 92, 125], "your": [25, 26, 35, 36, 57, 60, 125], "z": 13, "zero": [19, 49, 71, 90, 91, 99], "zia": 27, "zimanyi": 27}, "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", "Metrics - 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_betweennessCentrality", "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 - Proposed", "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", "Traversal - Family of functions", "Via - Category", "withPoints - Category", "withPoints - Family of functions"], "titleterms": {"": [25, 35, 56, 57, 67, 106, 107, 117], "0": [20, 121], "01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "1": [13, 29, 62, 121], "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "2": [13, 62, 121], "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "3": [13, 20, 62, 121], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "4": [62, 121], "5": [62, 121], "6": [62, 121], "7": [20, 27, 62, 121], "8": [62, 121], "9": [62, 121], "A": [6, 8, 74], "At": 74, "For": [25, 62], "NOT": [35, 56, 57], "Near": [65, 66], "On": [130, 131], "One": [23, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 67, 70, 71, 72, 74, 89, 90, 91, 99, 105, 106, 107, 108, 112, 113, 116, 117], "The": [13, 16, 67, 86, 94, 106, 107, 117, 123], "With": [56, 107, 108, 112, 113, 114, 115, 117, 131], "about": [130, 131], "ad": [25, 30, 73, 86], "add": [13, 86], "addit": [13, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 99, 101, 103, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "adjust": 25, "advanc": [6, 16, 19, 130, 131], "aggreg": [67, 106, 107, 117], "algorithm": [3, 106, 107], "all": [7, 20, 74], "alphabet": 27, "also": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "an": [13, 29, 60], "answer": 74, "ar": [67, 73, 106, 107, 117], "astar": [6, 31, 32, 33, 38, 39, 40], "asymetr": 29, "avail": 20, "base": 25, "belong": 13, "between": 62, "bf": [0, 81, 96], "bidirect": [8, 9], "both": 13, "build": [25, 26], "calcul": 86, "capac": 5, "case": 13, "categori": [0, 1, 2, 5, 14, 15, 17, 20, 122, 124, 129, 130], "chang": 121, "characterist": [4, 5, 9, 14, 15, 29, 30, 65, 66, 93, 94], "check": [25, 54, 73, 74], "chines": 10, "citi": 30, "clean": [56, 73], "closest": [25, 54, 74], "code": 25, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "combin": [16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 123, 130, 131], "commerci": 125, "compar": 92, "complet": 86, "compon": [12, 25, 54, 74], "concept": [20, 25], "configur": 26, "connect": [25, 29, 54, 74], "construct": 13, "content": [4, 5, 20, 23, 121, 130, 131], "contract": [13, 25, 55], "contribut": 25, "contributor": 27, "coordin": 30, "corpor": 27, "cost": [14, 15, 25, 30, 62, 67, 106, 107, 117, 123], "creat": [25, 30, 56, 73, 86, 130, 131], "cross": [25, 73], "cycl": 13, "data": [7, 13, 23, 25, 29, 30, 73, 86, 123], "databas": [13, 25, 26, 56, 73], "dead": [13, 25, 60], "default": [35, 56, 57], "definit": [4, 16, 25, 29, 30], "degre": 60, "deliv": [5, 93, 94, 123], "deliveri": 5, "demand": 5, "depend": 26, "descript": [6, 8, 10, 21, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118], "detail": 108, "df": [1, 50, 61, 83, 98], "dijkstra": [9, 16, 65, 66], "direct": [13, 62, 85, 123], "disconnect": [25, 54, 74], "distanc": [17, 68, 115], "do": [35, 56, 57], "document": [6, 16, 19, 130, 131], "doe": [56, 73, 113, 115, 130, 131], "drive": [17, 68, 112, 113, 115, 116, 130, 131], "dry": [60, 73, 74], "edg": [0, 3, 7, 10, 13, 15, 16, 17, 19, 23, 25, 28, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "enabl": 26, "end": [13, 25, 60, 67, 106, 107, 117], "equval": 62, "exampl": [25, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 92, 94, 99, 101, 103, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "execut": [60, 73, 74], "exist": 60, "experiment": [5, 10, 18, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 22, 24, 118, 122, 126, 127, 128, 131], "fill": 86, "fillup": [74, 123], "find": [25, 73, 74], "flow": [19, 25], "fly": [107, 108], "from": [29, 60, 62, 86], "front": [67, 106, 107, 108, 112, 117], "full": 56, "function": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 118, 119, 122, 126, 127, 128, 131], "gener": [4, 14, 15, 19, 20, 25, 29, 129], "geometri": [25, 30, 73], "get": [25, 26, 30, 54, 62, 74], "gi": 125, "give": 86, "given": 74, "graph": [13, 25, 60, 62, 73, 85, 86, 108, 123], "guid": 23, "hand": [130, 131], "handl": 5, "have": [56, 73], "heurist": 6, "how": [25, 106, 107], "i": 73, "id": 25, "idenifi": 86, "identifi": [73, 85, 86], "imag": [92, 123], "incomplet": 29, "individu": 27, "inform": [4, 13, 14, 15, 19, 25, 27, 54, 73, 74, 129], "inner": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "insert": [25, 73], "inspect": [56, 73], "instal": 26, "interest": [29, 74, 123], "introduct": [3, 5, 7, 13, 16, 27, 127, 130, 131], "k": 2, "known": 73, "kruskal": [21, 23], "ksp": [28, 109, 116], "leaf": 86, "left": [112, 113, 116, 130, 131], "length": 25, "licens": 27, "line": [73, 85], "linear": [13, 25, 60], "list": 125, "load": 25, "locat": 5, "loop": 86, "mail": 125, "main": [67, 106, 123], "make": [56, 73], "mani": [25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 74, 89, 90, 91, 99, 105, 108, 112, 113, 116], "map": 86, "match": [35, 56, 57], "matrix": [5, 15, 29, 93], "matter": [113, 115, 130, 131], "mayor": 121, "metric": 22, "migrat": 23, "minor": 121, "more": 27, "most": 74, "multipl": [23, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "network": [130, 131], "new": [23, 25, 73], "newli": 86, "node": [67, 86, 106, 107, 117], "non": 25, "note": [20, 121], "offici": 20, "old": 23, "onli": 62, "oper": 13, "option": [0, 4, 5, 6, 7, 15, 16, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 79, 81, 83, 85, 93, 94, 96, 98, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "order": [5, 24, 27, 93, 94, 123], "origin": [4, 86, 94, 123], "output": 56, "outsid": 123, "overload": 25, "pair": 7, "paramet": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 129, 130, 131], "pass": [67, 106, 107, 108, 112, 117], "past": 27, "path": [2, 25, 62, 67, 73, 106, 107, 117], "per": 74, "perform": [7, 25], "person": 4, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeonewai": 36, "pgr_articulationpoint": 37, "pgr_astar": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdastar": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstra": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentr": 45, "pgr_biconnectedcompon": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostman": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcompon": 54, "pgr_contract": 55, "pgr_createtopologi": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeord": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstra": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstranear": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravia": [23, 67], "pgr_drivingdist": [23, 68], "pgr_edgecolor": 69, "pgr_edgedisjointpath": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshal": 75, "pgr_full_vers": 76, "pgr_hawickcircuit": 77, "pgr_isplanar": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbf": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldf": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphful": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclidean": 94, "pgr_prim": 95, "pgr_primbf": [23, 96], "pgr_primdd": [23, 97], "pgr_primdf": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcolor": 100, "pgr_stoerwagn": 101, "pgr_strongcompon": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoint": [23, 108], "pgr_trspvia": [23, 106], "pgr_trspvia_withpoint": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclidean": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoint": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvia": [23, 117], "pgrout": [20, 25, 121], "pick": [5, 93, 94, 123], "point": [15, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "postman": 10, "prepar": [25, 54, 74], "present": 27, "prim": [23, 118], "problem": [4, 10, 16, 29, 30, 125], "propos": [60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119], "purpos": 30, "queri": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "reach": [67, 106, 107, 117], "refer": 120, "releas": [20, 27, 121], "remov": [25, 73, 86], "report": 125, "repres": 85, "represent": 85, "restrict": [3, 23, 25, 86, 105, 106, 107, 108, 109, 123, 129], "result": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "return": [34, 59, 91], "reverse_cost": [25, 62, 123], "right": [112, 113, 116, 130, 131], "rout": [5, 25, 56, 67, 73, 74, 86, 106, 107, 117], "row": 5, "run": [60, 73, 74], "sahara": 30, "sale": 4, "sampl": [13, 123], "save": [25, 54, 74], "see": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "select": 25, "self": 86, "share": 85, "short": 26, "shortest": [2, 25, 73], "show": 108, "side": [112, 113, 115, 116, 130, 131], "signatur": [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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "simplifi": 86, "simul": [106, 107], "singl": [23, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "soft": 86, "solut": 62, "sourc": [13, 26], "span": [25, 124], "special": 109, "split": [25, 73], "sponsor": 27, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "start": 29, "statu": [67, 106, 107, 117], "storag": [25, 54, 74], "store": [13, 30, 86], "structur": [23, 25], "sub": 60, "subgraph": 13, "summari": 5, "support": [123, 125], "sure": [56, 73], "surplu": [25, 73], "synopsi": [9, 15, 93, 94], "tabl": [4, 13, 20, 25, 30, 35, 56, 57, 60, 73, 74, 86, 123], "target": 13, "temporari": [130, 131], "test": [26, 30], "thi": 27, "third": [67, 106, 107, 117], "time": 5, "tip": 25, "topologi": [25, 56, 73, 113, 123, 126], "total": 30, "tour": 30, "transform": [86, 127], "travel": 4, "travers": 128, "tree": [25, 124], "trsp": [3, 25], "tsp": [4, 29, 30], "turn": 23, "two": 74, "undirect": [13, 62, 108, 123], "uniqu": 85, "unit": 5, "up": [56, 73], "updat": [13, 25, 73], "upgrad": 26, "us": [13, 23, 29, 62, 86, 107, 108, 112, 113, 114, 115, 116, 117], "usag": [35, 56, 57, 107, 112, 117], "v3": 27, "valu": [34, 35, 56, 57, 86], "variabl": 26, "variat": [107, 112, 117], "vehicl": [5, 93, 94, 123], "veric": 86, "version": 26, "vertex": [13, 23, 25, 29, 50, 54, 60, 61, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 115], "vertic": [13, 23, 25, 50, 54, 56, 61, 67, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 106, 107, 115, 117, 123, 130, 131], "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "visit": [67, 106, 107, 108, 112, 117], "visual": 30, "western": 30, "when": [35, 56, 57, 67, 73, 106, 107, 117, 130, 131], "wiki": 25, "without": [25, 73], "withpoint": [130, 131], "withpointsksp": 116, "work": [106, 107], "x": [25, 27, 121], "y": 25}}) \ No newline at end of file +Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "1) Path from 6 to 10": [[62, "path-from-6-to-10"]], "10) Path from 6 to 7": [[62, "id2"]], "11) Path from 12 to 10": [[62, "id3"]], "12) Path from 12 to 7": [[62, "id4"]], "13) Using One to Many to get the solution of examples 9 and 10": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Path from 6 to 10": [[62, "id5"]], "18) Path from 6 to 7": [[62, "id6"]], "19) Path from 12 to 10": [[62, "id7"]], "2) Path from 6 to 7": [[62, "path-from-6-to-7"]], "20) Path from 12 to 7": [[62, "id8"]], "21) Using One to Many to get the solution of examples 17 and 18": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Path from 6 to 10": [[62, "id9"]], "26) Path from 6 to 7": [[62, "id10"]], "27) Path from 12 to 10": [[62, "id11"]], "28) Path from 12 to 7": [[62, "id12"]], "29) Using One to Many to get the solution of examples 25 and 26": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Path from 12 to 10": [[62, "path-from-12-to-10"]], "30) Using Many to One to get the solution of examples 26 and 28": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Using One to One": [[62, "using-one-to-one"]], "34) Using One to Many": [[62, "using-one-to-many"]], "35) Using Many to One": [[62, "using-many-to-one"]], "36) Using Many to Many": [[62, "using-many-to-many"]], "37) Using Combinations": [[62, "using-combinations"]], "4) Path from 12 to 7": [[62, "path-from-12-to-7"]], "5) Using One to Many to get the solution of examples 1 and 2": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Path from 6 to 10": [[62, "id1"]], "A point of interest table": [[74, "a-point-of-interest-table"]], "A* - Family of functions": [[6, null]], "About points": [[130, "about-points"], [131, "about-points"]], "Add additional columns": [[13, "add-additional-columns"]], "Add edges from the original graph": [[86, "add-edges-from-the-original-graph"]], "Add the newly calculated edges": [[86, "add-the-newly-calculated-edges"]], "Adding a geometry (for visual purposes)": [[30, "adding-a-geometry-for-visual-purposes"]], "Adding a soft restriction": [[86, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[86, "adding-a-value-to-the-restriction"]], "Adding new vertices": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "Adding split edges": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "Additional Example": [[48, "additional-example"]], "Additional Example:": [[101, "additional-example"], [111, "additional-example"]], "Additional Examples": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "Additional examples": [[103, "additional-examples"]], "Adjust costs": [[25, "adjust-costs"]], "Advanced Documentation": [[19, "advanced-documentation"], [131, "advanced-documentation"]], "Advanced documentation": [[6, "advanced-documentation"], [16, "advanced-documentation"], [130, "advanced-documentation"]], "Aggregate cost of the third path.": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "All Pairs - Family of Functions": [[7, null]], "All releases": [[20, "all-releases"]], "At most two answers": [[74, "at-most-two-answers"]], "At most two answers per point": [[74, "at-most-two-answers-per-point"]], "At most two answers with all columns": [[74, "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"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "Bidirectional A* - Family of functions": [[8, null]], "Bidirectional Dijkstra - Family of functions": [[9, null]], "Build a routing topology": [[25, "build-a-routing-topology"]], "Building": [[26, "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": [[121, "changes-for-release-0-9-8"]], "Changes for release 0.9.9": [[121, "changes-for-release-0-9-9"]], "Changes for release 1.0": [[121, "changes-for-release-1-0"]], "Changes for release 1.0.0a": [[121, "changes-for-release-1-0-0a"]], "Changes for release 1.0.0b": [[121, "changes-for-release-1-0-0b"]], "Changes for release 1.01": [[121, "changes-for-release-1-01"]], "Changes for release 1.02": [[121, "changes-for-release-1-02"]], "Changes for release 1.03": [[121, "changes-for-release-1-03"]], "Changes for release 1.05": [[121, "changes-for-release-1-05"]], "Characteristics": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "Check the Routing Topology": [[25, "check-the-routing-topology"]], "Checking components": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "Checking for crossing edges": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "Chinese Postman Problem - Family of functions (Experimental)": [[10, null]], "Clean up the columns of the routing topology to be created": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Coloring - Family of functions": [[11, null]], "Combinations": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "Combinations SQL": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "combinations-sql"]], "Combinations data": [[123, "combinations-data"]], "Commercial Support": [[125, "commercial-support"]], "Comparing the results": [[92, "comparing-the-results"]], "Complete routing graph": [[86, "complete-routing-graph"]], "Components - Family of functions": [[12, null]], "Configurable variables": [[26, "configurable-variables"]], "Configuring": [[26, "configuring"]], "Connected incomplete data": [[29, "connected-incomplete-data"]], "Connecting components": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "Connecting disconnected components": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "Construction of the graph in the database": [[13, "construction-of-the-graph-in-the-database"]], "Contents": [[5, "contents"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "Contracted graph": [[13, "contracted-graph"]], "Contracting sample data": [[13, "contracting-sample-data"]], "Contraction - Family of functions": [[13, null]], "Contraction of a graph": [[25, "contraction-of-a-graph"]], "Contraction optional parameters": [[55, "contraction-optional-parameters"]], "Contraction results": [[13, "contraction-results"]], "Contributors": [[27, "contributors"]], "Contributors Past & Present:": [[27, "contributors-past-present"]], "Coordinates SQL": [[30, "coordinates-sql"]], "Corporate Sponsors (in alphabetical order)": [[27, "corporate-sponsors-in-alphabetical-order"]], "Corporate Sponsors in this release (in alphabetical order)": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Cost - Category": [[14, null]], "Cost Matrix - Category": [[15, null]], "Create a routing Database": [[25, "create-a-routing-database"]], "Create a routing topology": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "Create a table": [[25, "create-a-table"]], "Create the mapping table": [[86, "create-the-mapping-table"]], "Create the routing topology on the edge table": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "Create the vertices table": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "Creating a table for the data and storing the data": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "Creating table that identifies transformed vertices": [[86, "creating-table-that-identifies-transformed-vertices"]], "Creating temporary vertices": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "Crossing edges": [[25, "crossing-edges"], [73, "crossing-edges"]], "DFS - Category": [[1, null]], "DFS optional parameters": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "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": [[25, "dead-ends"], [60, "dead-ends"]], "Degree from an existing table": [[60, "degree-from-an-existing-table"]], "Degree of a sub graph": [[60, "degree-of-a-sub-graph"]], "Dependencies": [[26, "dependencies"]], "Description": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "Dijkstra - Family of functions": [[16, null]], "Dijkstra optional parameters": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "Directed graph with cost": [[123, "directed-graph-with-cost"]], "Directed graph with cost and reverse_cost": [[123, "directed-graph-with-cost-and-reverse-cost"]], "Disconnected graphs": [[25, "disconnected-graphs"]], "Does not matter driving side driving topology": [[113, "does-not-matter-driving-side-driving-topology"]], "Driving Distance - Category": [[17, null]], "Driving distance optional parameters": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "Driving side": [[130, "driving-side"], [131, "driving-side"]], "Driving side does not matter": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "Dry run execution": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "Edges": [[123, "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "Edges data": [[123, "edges-data"]], "Edges that belong to the contracted graph.": [[13, "edges-that-belong-to-the-contracted-graph"]], "Enabling and upgrading in the database": [[26, "enabling-and-upgrading-in-the-database"]], "Equvalences between signatures": [[62, "equvalences-between-signatures"]], "Example": [[94, "example"]], "Examples": [[92, "examples"]], "Experimental Functions": [[18, null]], "Factor": [[6, "factor"]], "Factor handling": [[5, "factor-handling"]], "Filling the mapping table": [[86, "filling-the-mapping-table"]], "Find at most two routes to a given point": [[74, "find-at-most-two-routes-to-a-given-point"]], "Find the shortest path": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "Flow": [[25, "flow"]], "Flow - Family of functions": [[19, null]], "Flow Functions General Information": [[19, "flow-functions-general-information"]], "For directed graphs only with cost column": [[62, "for-directed-graphs-only-with-cost-column"]], "For directed graphs with cost and reverse_cost columns": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "For the Routing functions": [[25, "for-the-routing-functions"]], "For the TRSP functions": [[25, "for-the-trsp-functions"]], "For undirected graphs only with cost column": [[62, "for-undirected-graphs-only-with-cost-column"]], "For undirected graphs with cost and reverse_cost columns": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Function Families": [[20, "routingfunctions"], [122, null]], "Functions by categories": [[20, "functions-by-categories"], [122, "functions-by-categories"]], "Function\u2019s overloads": [[25, "function-s-overloads"]], "Function\u2019s structure": [[25, "function-s-structure"]], "General": [[20, "general"], [25, "general"]], "General Information": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "General with (X,Y)": [[25, "general-with-x-y"]], "General without id": [[25, "general-without-id"]], "Get the closest vertex": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "Get the sources": [[26, "get-the-sources"]], "Getting a geometry of the tour": [[30, "getting-a-geometry-of-the-tour"]], "Graph definition": [[25, "graph-definition"]], "Graph with cost": [[25, "graph-with-cost"]], "Graph with cost and reverse_cost": [[25, "graph-with-cost-and-reverse-cost"]], "Graphs": [[25, "graphs"]], "Graphs with geometries": [[25, "graphs-with-geometries"]], "Graphs without geometries": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "Handling Parameters": [[5, "handling-parameters"]], "Heuristic": [[6, "heuristic"]], "How to contribute": [[25, "how-to-contribute"]], "Idenifying the restriction": [[86, "idenifying-the-restriction"]], "Images": [[92, "images"], [123, "images"]], "Individuals (in alphabetical order)": [[27, "individuals-in-alphabetical-order"]], "Individuals in this release v3.7.x (in alphabetical order)": [[27, "individuals-in-this-release-v3-7-x-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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "Insert the data": [[25, "insert-the-data"], [73, "insert-the-data"]], "Inspect the routing topology": [[56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "Inspect the vertices table": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "Installation": [[26, null]], "Introduction": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "K shortest paths - Category": [[2, null]], "KSP Optional parameters": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Kruskal - Family of functions": [[21, null]], "Kruskal multiple vertices": [[23, "kruskal-multiple-vertices"]], "Kruskal single vertex": [[23, "kruskal-single-vertex"]], "Left driving side": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "Left side driving topology": [[113, "left-side-driving-topology"]], "Licensing": [[27, "licensing"]], "Line Graph of a directed graph represented with shared edges": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Line Graph of a directed graph represented with unique edges": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Linear": [[13, "linear"]], "Linear contraction": [[13, "linear-contraction"]], "Linear edges": [[25, "linear-edges"], [60, "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": [[25, "load-data"]], "Locations": [[5, "locations"]], "Mailing List and GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "Main graph": [[123, "main-graph"]], "Make sure the database does not have the vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "Many points": [[74, "many-points"]], "Many points dry run execution": [[74, "many-points-dry-run-execution"]], "Many points examples": [[74, "many-points-examples"]], "Many to Many": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "Many to One": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "Matrix SQL": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "Mayors": [[121, "mayors"]], "Metrics - Family of functions": [[22, null]], "Migrating functions": [[23, "migrating-functions"]], "Migrating pgr_trsp (Edges) using pgr_trsp_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrating pgr_trsp (Edges) using pgr_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrating pgr_trsp (Vertices) using pgr_dijkstra": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Migrating pgr_trsp (Vertices) using pgr_trsp": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrating pgr_trspViaEdges using pgr_withPointsVia": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrating pgr_trspViaVertices using pgr_dijkstraVia": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrating pgr_trspViaVertices using pgr_trspVia": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migration": [[23, "migration"]], "Migration guide": [[23, null]], "Migration of functions": [[23, "migration-of-functions"]], "Migration of pgr_KSP": [[23, "migration-of-pgr-ksp"]], "Migration of pgr_aStar": [[23, "migration-of-pgr-astar"]], "Migration of pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "Migration of pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "Migration of pgr_drivingdistance": [[23, "migration-of-pgr-drivingdistance"]], "Migration of pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migration of pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "Migration of pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Migration of pgr_trsp (Edges)": [[23, "migration-of-pgr-trsp-edges"]], "Migration of pgr_trsp (Vertices)": [[23, "migration-of-pgr-trsp-vertices"]], "Migration of pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "Migration of pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "Migration of pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "Migration of pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "Migration of restrictions": [[23, "migration-of-restrictions"]], "Migration of turn restrictions": [[23, "migration-of-turn-restrictions"]], "Minors 2.x": [[121, "minors-2-x"]], "Minors 3.x": [[121, "minors-3-x"]], "More Information": [[27, "more-information"]], "Multiple Vertices": [[68, "multiple-vertices"]], "Multiple paths": [[25, "multiple-paths"]], "Multiple vertices": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "Near optional parameters": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "New restrictions structure": [[23, "new-restrictions-structure"]], "Nodes visited in the route.": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "Non selective for multiple paths": [[25, "non-selective-for-multiple-paths"]], "Old restrictions contents": [[23, "old-restrictions-contents"]], "Old restrictions structure": [[23, "old-restrictions-structure"]], "On a left hand side driving network": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "On a right hand side driving network": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "One Via": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "One answer per point, all columns": [[74, "one-answer-per-point-all-columns"]], "One answer, all columns": [[74, "one-answer-all-columns"]], "One point": [[74, "one-point"]], "One point dry run execution": [[74, "one-point-dry-run-execution"]], "One point examples": [[74, "one-point-examples"]], "One to Many": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "One to One": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "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"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "Ordering - Family of functions": [[24, null]], "Orders SQL": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "Origin": [[4, "origin"]], "Parameters": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "Parameters for the Via functions": [[25, "parameters-for-the-via-functions"]], "Pass in front or visits.": [[108, "pass-in-front-or-visits"]], "Passes in front or visits with left side driving.": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "Passes in front or visits with right side driving.": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "Performance": [[7, "performance"]], "Performance Tips": [[25, "performance-tips"]], "Pgrouting Concepts": [[20, "pgrouting-concepts"]], "Pick & Deliver Data": [[123, "pick-deliver-data"]], "Pick & Delivery": [[5, "pick-delivery"]], "Pick & deliver": [[5, "pick-deliver"]], "Pick-Deliver optional parameters": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "Points SQL": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "Points of interest": [[74, "points-of-interest"], [123, "points-of-interest"]], "Points of interest fillup": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "Points outside the graph": [[123, "points-outside-the-graph"]], "Prepare storage for connection information": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "Prepare the database": [[25, "prepare-the-database"]], "Prim - Family of functions": [[118, null]], "Prim multiple vertices": [[23, "prim-multiple-vertices"]], "Prim single vertex": [[23, "prim-single-vertex"]], "Problem Definition": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "Proposed Functions": [[119, null]], "Reference": [[120, null]], "Release Notes": [[20, "release-notes"], [121, null]], "Removing self loops on leaf nodes": [[86, "removing-self-loops-on-leaf-nodes"]], "Removing the surplus edges": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "Reporting Problems": [[125, "reporting-problems"]], "Representation as directed with shared edge identifiers": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representation as directed with unique edge identifiers": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restrictions": [[3, "restrictions"], [123, "restrictions"]], "Restrictions SQL": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "Restrictions data": [[23, "restrictions-data"], [123, "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"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "Result columns for a path": [[25, "result-columns-for-a-path"]], "Result columns for cost functions": [[25, "result-columns-for-cost-functions"]], "Result columns for flow functions": [[25, "result-columns-for-flow-functions"]], "Result columns for spanning tree functions": [[25, "result-columns-for-spanning-tree-functions"]], "Results": [[7, "results"]], "Return Value": [[34, "return-value"]], "Return columns": [[59, "return-columns"], [91, "return-columns"]], "Right driving side": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "Right side driving topology": [[113, "right-side-driving-topology"]], "Route\u2019s aggregate cost of the route at the end of the third path.": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"]], "Sample Data": [[123, null]], "Save the edges connection information": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "Save the vertices connection information": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "Selective for multiple paths.": [[25, "selective-for-multiple-paths"]], "Short Version": [[26, "short-version"]], "Show details on undirected graph.": [[108, "show-details-on-undirected-graph"]], "Signature": [[93, "signature"], [94, "signature"], [110, "signature"]], "Signatures": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "Simplifying leaf vertices": [[86, "simplifying-leaf-vertices"]], "Simulation of how algorithm works.": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "Single Vertex": [[68, "single-vertex"]], "Single vertex": [[50, "single-vertex"], [61, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "Spanning Tree - Category": [[124, null]], "Special optional parameters": [[109, "special-optional-parameters"]], "Start from vertex 1": [[29, "start-from-vertex-1"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes and points.": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "Status of \u201cpasses in front\u201d or \u201cvisits\u201d of the nodes.": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "Store contraction information": [[13, "store-contraction-information"]], "Store edge results": [[86, "store-edge-results"]], "Summary Row": [[5, "summary-row"]], "Support": [[125, null]], "Support tables": [[123, "support-tables"]], "Synopsis": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "TRSP - Family of functions": [[3, null]], "TRSP algorithm": [[3, "trsp-algorithm"]], "TSP optional parameters": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Table of Contents": [[4, "table-of-contents"], [20, null]], "Test 29 cities of Western Sahara": [[30, "test-29-cities-of-western-sahara"]], "Testing": [[26, "testing"]], "The aggregate costs of the route when the visited vertices are reached.": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "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": [[86, "the-data"]], "The edge table update": [[13, "the-edge-table-update"]], "The main query": [[67, "the-main-query"], [106, "the-main-query"]], "The orders": [[94, "the-orders"], [123, "the-orders"]], "The original orders": [[94, "the-original-orders"], [123, "the-original-orders"]], "The problem definition (Advanced documentation)": [[16, "the-problem-definition-advanced-documentation"]], "The query": [[94, "the-query"]], "The topology": [[123, "the-topology"]], "The transformation": [[86, "the-transformation"]], "The vehicles": [[94, "the-vehicles"], [123, "the-vehicles"]], "The vertex table update": [[13, "the-vertex-table-update"]], "This Release Contributors": [[27, "this-release-contributors"]], "Time Handling": [[5, "time-handling"]], "Topology - Family of Functions": [[126, null]], "Topology data": [[123, "topology-data"]], "Total tour cost": [[30, "total-tour-cost"]], "Transformation - Family of functions": [[127, null]], "Traveling Sales Person - Family of functions": [[4, null]], "Traversal - Family of functions": [[128, null]], "Undirected graph with cost": [[123, "undirected-graph-with-cost"]], "Undirected graph with cost and reverse_cost": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "Update costs based on codes": [[25, "update-costs-based-on-codes"]], "Update costs to length of geometry": [[25, "update-costs-to-length-of-geometry"]], "Updating edges topology": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "Updating vertices topology": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "Usage variations": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "Usage when the edge table\u2019s columns DO NOT MATCH the default values:": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"]], "Usage when the edge table\u2019s columns MATCH the default values:": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Use pgr_findCloseEdges for points on the fly": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "Use pgr_findCloseEdges in the Points SQL": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "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"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "Use with pgr_TSP.": [[114, "use-with-pgr-tsp"]], "Using points of interest to generate an asymetric matrix.": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Using the contracted graph": [[13, "using-the-contracted-graph"]], "Using the routing graph": [[86, "using-the-routing-graph"]], "Using the vertex map give the leaf verices their original value.": [[86, "using-the-vertex-map-give-the-leaf-verices-their-original-value"]], "Vehicle Routing Functions - Category (Experimental)": [[5, null]], "Vehicles SQL": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "Vertex SQL": [[60, "vertex-sql"]], "Vertex information": [[25, "vertex-information"], [73, "vertex-information"]], "Vertices": [[123, "vertices"]], "Vertices data": [[123, "vertices-data"]], "Vertices that belong to the contracted graph.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "Via - Category": [[129, null]], "Via optional parameters": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "Visual results": [[30, "visual-results"]], "When driving side does not matter": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "When identifiers of vertices are known": [[73, "when-identifiers-of-vertices-are-known"]], "When line geometry is known": [[73, "when-line-geometry-is-known"]], "When vertex geometry is known": [[73, "when-vertex-geometry-is-known"]], "Wiki example": [[25, "wiki-example"]], "With full output": [[56, "with-full-output"]], "With points optional parameters": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "aStar optional parameters": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.0.0 Release Notes": [[121, "pgrouting-2-0-0-release-notes"]], "pgRouting 2.0.1 Release Notes": [[121, "pgrouting-2-0-1-release-notes"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.1.0 Release Notes": [[121, "pgrouting-2-1-0-release-notes"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.2.0 Release Notes": [[121, "pgrouting-2-2-0-release-notes"]], "pgRouting 2.2.1 Release Notes": [[121, "pgrouting-2-2-1-release-notes"]], "pgRouting 2.2.2 Release Notes": [[121, "pgrouting-2-2-2-release-notes"]], "pgRouting 2.2.3 Release Notes": [[121, "pgrouting-2-2-3-release-notes"]], "pgRouting 2.2.4 Release Notes": [[121, "pgrouting-2-2-4-release-notes"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.3.0 Release Notes": [[121, "pgrouting-2-3-0-release-notes"]], "pgRouting 2.3.1 Release Notes": [[121, "pgrouting-2-3-1-release-notes"]], "pgRouting 2.3.2 Release Notes": [[121, "pgrouting-2-3-2-release-notes"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.4.0 Release Notes": [[121, "pgrouting-2-4-0-release-notes"]], "pgRouting 2.4.1 Release Notes": [[121, "pgrouting-2-4-1-release-notes"]], "pgRouting 2.4.2 Release Notes": [[121, "pgrouting-2-4-2-release-notes"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.5.0 Release Notes": [[121, "pgrouting-2-5-0-release-notes"]], "pgRouting 2.5.1 Release Notes": [[121, "pgrouting-2-5-1-release-notes"]], "pgRouting 2.5.2 Release Notes": [[121, "pgrouting-2-5-2-release-notes"]], "pgRouting 2.5.3 Release Notes": [[121, "pgrouting-2-5-3-release-notes"]], "pgRouting 2.5.4 Release Notes": [[121, "pgrouting-2-5-4-release-notes"]], "pgRouting 2.5.5 Release Notes": [[121, "pgrouting-2-5-5-release-notes"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.0 Release Notes": [[121, "pgrouting-2-6-0-release-notes"]], "pgRouting 2.6.1 Release Notes": [[121, "pgrouting-2-6-1-release-notes"]], "pgRouting 2.6.2 Release Notes": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Release Notes": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.0 Release Notes": [[121, "pgrouting-3-0-0-release-notes"]], "pgRouting 3.0.1 Release Notes": [[121, "pgrouting-3-0-1-release-notes"]], "pgRouting 3.0.2 Release Notes": [[121, "pgrouting-3-0-2-release-notes"]], "pgRouting 3.0.3 Release Notes": [[121, "pgrouting-3-0-3-release-notes"]], "pgRouting 3.0.4 Release Notes": [[121, "pgrouting-3-0-4-release-notes"]], "pgRouting 3.0.5 Release Notes": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.0.6 Release Notes": [[121, "pgrouting-3-0-6-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.0 Release Notes": [[121, "pgrouting-3-1-0-release-notes"]], "pgRouting 3.1.1 Release Notes": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.2 Release Notes": [[121, "pgrouting-3-1-2-release-notes"]], "pgRouting 3.1.3 Release Notes": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.1.4 Release Notes": [[121, "pgrouting-3-1-4-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.2.0 Release Notes": [[121, "pgrouting-3-2-0-release-notes"]], "pgRouting 3.2.1 Release Notes": [[121, "pgrouting-3-2-1-release-notes"]], "pgRouting 3.2.2 Release Notes": [[121, "pgrouting-3-2-2-release-notes"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.3.0 Release Notes": [[121, "pgrouting-3-3-0-release-notes"]], "pgRouting 3.3.1 Release Notes": [[121, "pgrouting-3-3-1-release-notes"]], "pgRouting 3.3.2 Release Notes": [[121, "pgrouting-3-3-2-release-notes"]], "pgRouting 3.3.3 Release Notes": [[121, "pgrouting-3-3-3-release-notes"]], "pgRouting 3.3.4 Release Notes": [[121, "pgrouting-3-3-4-release-notes"]], "pgRouting 3.3.5 Release Notes": [[121, "pgrouting-3-3-5-release-notes"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.4.0 Release Notes": [[121, "pgrouting-3-4-0-release-notes"]], "pgRouting 3.4.1 Release Notes": [[121, "pgrouting-3-4-1-release-notes"]], "pgRouting 3.4.2 Release Notes": [[121, "pgrouting-3-4-2-release-notes"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.5.0 Release Notes": [[121, "pgrouting-3-5-0-release-notes"]], "pgRouting 3.5.1 Release Notes": [[121, "pgrouting-3-5-1-release-notes"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.6.0 Release Notes": [[121, "pgrouting-3-6-0-release-notes"]], "pgRouting 3.6.1 Release Notes": [[121, "pgrouting-3-6-1-release-notes"]], "pgRouting 3.6.2 Release Notes": [[121, "pgrouting-3-6-2-release-notes"]], "pgRouting 3.6.3 Release Notes": [[121, "pgrouting-3-6-3-release-notes"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgRouting 3.7.0 Release Notes": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "pgRouting Concepts": [[25, null]], "pgr_KSP": [[28, null]], "pgr_KSP (One to One)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - Experimental": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - Experimental": [[47, null]], "pgr_bipartite -Experimental": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - Experimental": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - Experimental": [[52, null]], "pgr_chinesePostmanCost - Experimental": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering - Experimental": [[58, null]], "pgr_dagShortestPath - Experimental": [[59, null]], "pgr_degree \u2013 Proposed": [[60, null]], "pgr_depthFirstSearch - Proposed": [[61, null]], "pgr_dijkstra": [[62, null]], "pgr_dijkstraCost": [[63, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraNear - Proposed": [[65, null]], "pgr_dijkstraNearCost - Proposed": [[66, null]], "pgr_dijkstraVia - Proposed": [[67, null]], "pgr_drivingDistance": [[68, null]], "pgr_drivingdistance (Multiple vertices)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingdistance (Single vertex)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_edgeColoring - Experimental": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - Experimental": [[72, null]], "pgr_extractVertices \u2013 Proposed": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - Experimental": [[77, null]], "pgr_isPlanar - Experimental": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -Experimental": [[84, null]], "pgr_lineGraph - Proposed": [[85, null]], "pgr_lineGraphFull - Experimental": [[86, null]], "pgr_makeConnected - Experimental": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - Experimental": [[90, null]], "pgr_maxFlowMinCost_Cost - Experimental": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - Experimental": [[93, null]], "pgr_pickDeliverEuclidean - Experimental": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - Proposed": [[100, null]], "pgr_stoerWagner - Experimental": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - Experimental": [[103, null]], "pgr_transitiveClosure - Experimental": [[104, null]], "pgr_trsp - Proposed": [[105, null]], "pgr_trspVia - Proposed": [[106, null]], "pgr_trspVia_withPoints - Proposed": [[107, null]], "pgr_trsp_withPoints - Proposed": [[108, null]], "pgr_turnRestrictedPath - Experimental": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot - Experimental": [[111, null]], "pgr_withPoints - Proposed": [[112, null]], "pgr_withPointsCost - Proposed": [[113, null]], "pgr_withPointsCostMatrix - proposed": [[114, null]], "pgr_withPointsDD (Multiple vertices)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (Single vertex)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Proposed": [[115, null]], "pgr_withPointsKSP (One to One)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Proposed": [[116, null]], "pgr_withPointsVia - Proposed": [[117, null]], "withPoints - Category": [[130, null]], "withPoints - Family of functions": [[131, null]], "withPointsKSP optional parameters": [[116, "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", "metrics-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_betweennessCentrality", "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": 64, "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "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, 23, 26, 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, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 126, 129, 130, 131], "0": [0, 4, 5, 6, 7, 8, 9, 13, 15, 16, 17, 19, 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, 123, 129, 130, 131], "00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bf": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0x": 26, "1": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 20, 21, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 5, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "18th": 4, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1km": 5, "2": [4, 5, 6, 7, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 128, 129, 130, 131], "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "203": [85, 94, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithm": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theori": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "2nd": 77, "3": [3, 5, 6, 7, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3th": [108, 112], "4": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4th": [108, 112], "5": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5th": [108, 112], "6": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6min": 5, "6th": [108, 112], "7": [3, 5, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "8": [3, 7, 13, 23, 25, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "9": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 34, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123], "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "A": [3, 4, 5, 9, 13, 16, 19, 20, 23, 25, 27, 31, 32, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 48, 51, 54, 56, 57, 62, 63, 65, 66, 77, 78, 86, 87, 88, 92, 93, 94, 101, 102, 111, 115, 121, 122, 123, 124], "AND": [13, 25, 29, 35, 36, 57, 67, 73, 86, 106, 107, 117], "AS": [7, 13, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 70, 71, 72, 73, 74, 86, 89, 90, 91, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123], "And": [4, 5, 23, 25, 27, 54, 56, 74, 121], "As": [29, 121], "At": [69, 101], "BY": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "Be": 23, "Being": 113, "But": [1, 2, 3, 11, 14, 15, 16, 17, 25, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "By": [15, 19, 23, 43, 49, 64, 71, 90, 91, 99, 114], "FOR": [35, 36, 56, 57, 92], "For": [0, 5, 6, 7, 8, 9, 13, 16, 17, 19, 20, 23, 26, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 56, 59, 60, 61, 63, 65, 66, 68, 72, 73, 74, 75, 79, 81, 82, 83, 85, 87, 96, 97, 98, 101, 103, 106, 107, 108, 112, 113, 115, 116, 123, 124, 125, 130, 131], "IF": [35, 56, 57, 60, 73, 111], "IN": [13, 23, 25, 29, 33, 40, 43, 49, 64, 70, 71, 73, 85, 86, 89, 90, 91, 99, 101, 104, 108, 112, 121], "INTO": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 94, 111, 123], "If": [3, 5, 6, 8, 15, 16, 23, 25, 26, 31, 32, 38, 39, 47, 48, 60, 73, 84, 93, 105, 107, 108, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "In": [1, 13, 15, 16, 19, 23, 25, 27, 35, 44, 49, 54, 56, 57, 58, 59, 65, 66, 69, 71, 73, 74, 77, 85, 86, 90, 91, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 123, 125, 129, 130, 131], "It": [0, 1, 4, 7, 8, 9, 13, 14, 15, 16, 21, 23, 25, 29, 32, 36, 39, 41, 42, 43, 44, 47, 61, 62, 63, 64, 69, 72, 73, 75, 77, 78, 79, 80, 81, 82, 83, 87, 92, 95, 96, 97, 98, 100, 101, 105, 113, 114, 118, 124, 125, 130, 131], "NOT": [4, 23, 29, 30, 49, 70, 71, 86, 89, 90, 91, 94, 99, 111, 121, 123], "Near": 121, "No": [5, 13, 17, 25, 33, 40, 82, 92, 93, 94, 97, 109, 111, 116, 121], "Not": 121, "OF": [29, 30], "ON": [25, 26, 30, 54, 60, 74, 86, 94, 106, 107, 123], "OR": [13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "On": [3, 4, 13, 23, 29, 30, 65, 66, 74, 86, 121, 123, 125], "One": [5, 7, 86, 93, 94, 121], "Or": [25, 92], "Such": 78, "THEN": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "TO": [26, 111, 125], "That": [25, 60, 73], "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, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 111, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "Then": [16, 19, 26, 101], "There": [4, 5, 6, 8, 13, 19, 25, 31, 32, 38, 39, 49, 54, 71, 73, 74, 77, 85, 88, 89, 90, 91, 92, 93, 94, 99, 113, 114, 123, 125, 130], "These": [3, 5, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 119, 126, 127, 128], "To": [4, 5, 20, 23, 25, 26, 29, 54, 60, 73, 74, 85, 92, 121, 123], "WITH": [7, 13, 25, 30, 54, 56, 57, 60, 73, 74, 86, 94, 106, 107, 111, 123], "Will": [23, 29], "With": [25, 29, 30, 54, 74, 121], "_": 113, "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_box": 5, "_capac": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [67, 106, 107, 117], "_pgr_array_revers": 23, "_pgr_makedistancematrix": 121, "_radiu": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_time": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vid": [44, 47, 59, 108, 112, 113], "_weight": 5, "aasheesh": 27, "ab": [6, 31, 32, 33, 38, 39, 40, 108, 112], "abandon": 121, "abhinav": 27, "abil": [92, 130], "abl": [23, 25, 26, 73, 123], "about": [3, 4, 23, 25, 26, 28, 36, 54, 62, 67, 74, 76, 106, 107, 109, 112, 116, 117, 123, 125], "abov": [13, 25, 26, 84], "academ": 13, "accept": [23, 35, 56, 57, 121, 123], "access": 25, "accommod": 92, "accord": [130, 131], "account": [25, 60, 92], "accumul": 121, "achiv": [130, 131], "ackermann": 88, "ackermann_funct": 88, "across": 86, "act": [5, 85], "actual": [19, 25, 73], "acycl": [59, 103], "ad": [13, 20, 23, 28, 31, 34, 38, 55, 62, 68, 81, 82, 83, 87, 96, 97, 98, 115, 116, 118, 121, 123, 130, 131], "add": [21, 23, 25, 26, 27, 36, 54, 55, 74, 87, 92, 121, 125, 130, 131], "addit": [23, 25, 26, 121, 123, 126, 130, 131], "addition": 19, "aditionali": 128, "aditya": 27, "adjac": [13, 48, 58, 61, 69, 85, 86], "adjec": 13, "adjust": [73, 74, 121], "administr": [3, 20, 86, 122, 126], "admit": 78, "adrien": 27, "adujst": 121, "advantag": 45, "af": 13, "affect": [13, 23, 45, 56, 57, 130, 131], "affirm": 26, "after": [5, 13, 23, 25, 26, 35, 36, 44, 56, 57, 58, 73, 77, 92, 93, 94, 123], "again": [25, 73], "against": [92, 121], "agarw": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggreg": [0, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 59, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 75, 77, 79, 81, 82, 83, 90, 91, 96, 97, 98, 99, 105, 108, 109, 112, 113, 114, 115, 116, 122, 129], "akhil": 27, "akio": 27, "al": [4, 23, 25], "aleatori": [0, 50, 61], "algebra": 58, "algo2": 13, "algorithm": [0, 1, 2, 4, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 127, 130, 131], "align": 25, "alik": [20, 27], "all": [5, 17, 19, 21, 23, 25, 26, 27, 28, 29, 35, 36, 45, 47, 49, 54, 55, 56, 57, 61, 65, 66, 67, 68, 69, 71, 72, 73, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 97, 99, 100, 101, 102, 106, 107, 109, 112, 115, 116, 117, 118, 121, 122, 123, 124, 125, 129, 130, 131], "all_seg": [25, 73], "all_vertic": 60, "alledg": 47, "allow": [3, 5, 6, 13, 25, 60, 65, 66, 74, 93, 94, 105, 106, 107, 108, 109, 121, 123, 129], "along": [48, 130], "alpha": [7, 17, 20, 34, 68, 88, 121, 122], "alreadi": [5, 60, 125], "also": [20, 25, 121, 125], "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altern": [56, 109, 121], "although": 25, "alwai": [69, 85, 100, 123], "am": 5, "ambigu": 121, "amd": 7, "an": [0, 3, 4, 5, 8, 9, 10, 12, 15, 16, 18, 19, 20, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 77, 81, 83, 85, 86, 92, 93, 94, 96, 98, 100, 101, 104, 105, 106, 107, 108, 109, 112, 113, 114, 116, 118, 121, 122, 123, 124, 125, 126, 129, 130], "analys": 36, "analysi": [6, 20, 27, 35, 36, 92], "analyt": 121, "analyz": [20, 25, 35, 36, 57, 73, 92, 109, 122, 126], "andrea": 27, "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, 130, 131], "annael": [33, 40, 43, 64, 114, 121], "anneal": [29, 30], "anoth": [13, 25, 47, 73, 84, 118, 131], "answer": 103, "anthoni": 27, "anton": 27, "anyarrai": [23, 105, 115, 121], "anywher": [119, 131], "api": 7, "appear": [13, 68, 73, 103, 115, 125], "appl": 5, "appli": [13, 121], "applic": [19, 20, 25, 60, 73, 74, 78, 86, 100, 122, 123, 126, 130], "appro": [4, 29, 30], "approach": [11, 18, 54, 100, 119], "appropi": [94, 123], "appropiri": 56, "appropri": [25, 35, 36, 56, 57], "approx": 5, "approxim": [4, 29, 30], "aproxim": [29, 30], "apt": 26, "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, 65, 66, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 111, 112, 113, 114, 115, 116, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "arbitrari": [68, 115, 118, 130], "arbitrarli": 30, "arc": 77, "archiv": [26, 41, 42], "area": [5, 25, 34, 36], "argument": [34, 35, 56, 57], "around": 4, "arrai": [0, 3, 13, 15, 16, 17, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arriv": [0, 5, 16, 17, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 50, 59, 61, 62, 63, 65, 66, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 93, 94, 96, 97, 98, 99, 105, 108, 112, 113, 115, 116, 123, 130, 131], "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, 130, 131], "arrow": [85, 123, 130, 131], "articul": [12, 20, 37, 122], "aryan": 27, "ascend": [14, 15, 32, 37, 39, 42, 43, 44, 46, 47, 50, 51, 54, 55, 59, 61, 63, 64, 69, 72, 100, 102, 108, 112, 113, 114], "ashish": 27, "ashraf": 27, "ask": [4, 20, 26, 29, 30, 125], "assert": 121, "assign": [25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 58, 59, 62, 63, 69, 70, 71, 72, 89, 90, 91, 99, 100], "assigned_vertic": 86, "assist": 74, "associ": [25, 26, 92, 126], "assum": 26, "astar": 121, "astar_search": [6, 8, 31, 38], "asymmetr": 29, "attempt": 3, "attribut": [20, 25, 27, 73, 126], "author": [92, 121], "autodetect": 23, "autom": 121, "automat": [3, 5, 10, 11, 12, 15, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 127, 128, 129, 130, 131], "auxiliari": [23, 73], "avail": [6, 8, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 125], "averag": [5, 6, 7, 15, 43, 64, 72, 114], "avoid": [3, 25, 67, 106, 107, 117, 121, 129, 130], "awai": 74, "awar": 23, "b": [13, 15, 23, 25, 36, 65, 66, 73, 74, 87, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "back": [5, 20, 36, 93, 94, 121], "backend": [60, 73], "backport": 121, "backtrack": 61, "backward": [8, 9, 121], "bakli": 27, "ball": 26, "band": 58, "bandwidth": 58, "basa": 27, "base": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 28, 35, 54, 56, 57, 60, 62, 73, 85, 86, 92, 102, 119, 121, 122, 123, 126, 130, 131], "basic": [25, 54, 58, 74, 92, 118], "bbox": 7, "bdastar": 121, "bddijkstra": 121, "becaus": [13, 23, 25, 29, 35, 36, 56, 57, 65, 66, 74, 78, 86, 92, 106, 107, 109, 121, 123], "becom": [4, 5, 29, 30, 130, 131], "been": [4, 5, 23, 25, 26, 56, 57, 73, 92, 107, 121, 125, 130], "befor": [4, 5, 23, 26, 29, 30, 60, 74, 92, 93, 94, 103, 121], "begin": [16, 19, 25, 28, 31, 38, 41, 44, 47, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 111, 116, 117, 129], "behnck": 27, "being": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "believ": 4, "bellman": [44, 59, 72, 121], "bellow": 123, "belong": [14, 15, 37, 43, 46, 47, 54, 64, 74, 102, 104, 108, 112, 113, 114, 121, 131], "below": [0, 5, 7, 10, 15, 16, 17, 25, 26, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 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, 108, 112, 113, 114, 115, 125, 130, 131], "benav": 27, "benchmark": [94, 123], "berchet": 27, "besid": 129, "best": [60, 65, 66, 72, 93, 94, 125], "better": [5, 93, 94, 121], "betwe": 45, "between": [4, 5, 7, 13, 16, 18, 19, 20, 22, 29, 30, 44, 45, 47, 65, 66, 67, 70, 72, 74, 75, 79, 86, 92, 93, 94, 101, 104, 106, 107, 117, 122, 129, 130], "betweenness_centr": 45, "bewtween": [8, 9, 41, 42, 43], "bf": [20, 47, 50, 122, 128], "bgl": 26, "bi": [36, 121], "biconnect": [12, 20, 37, 46, 122], "bidirect": [6, 20, 25, 31, 38, 39, 40, 41, 42, 43, 121, 122], "bidirectional_search": [41, 42], "big": [25, 56, 60, 73], "bigcup": [16, 19], "bigg": 4, "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigseri": [74, 123], "binari": [26, 47], "bipartit": [11, 18, 48, 69], "bit": 121, "blue": [13, 48, 78, 123, 130, 131], "bodi": 13, "bogu": 121, "boldsymbol": [16, 19], "book": 4, "bool": 26, "boolean": [7, 13, 15, 16, 23, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_vers": 121, "both": [5, 15, 25, 26, 36, 44, 45, 54, 61, 65, 66, 74, 92, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "bound": [7, 25, 36, 75, 79, 90, 91], "box": [5, 7, 75, 79], "boyer": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brake": [68, 115], "brand": [18, 22, 45], "breadth": [0, 47, 50, 58, 81, 121], "break": [34, 62, 110, 121], "breakup": 25, "breath": [18, 81, 96, 128], "bridg": [12, 20, 25, 51, 73, 122], "bridge_": 51, "bring": 92, "broad": 27, "broken": 92, "buffer": 7, "bug": [55, 121, 125], "build": [13, 20, 56, 76, 106, 107, 117, 118, 121], "build_doxi": 26, "build_html": 26, "build_latex": 26, "build_man": 26, "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, 130, 131], "built": [56, 60, 76, 84, 121], "bump": [25, 60], "buse": [65, 66], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 20, 22, 24, 25, 26, 27, 41, 42, 44, 47, 48, 50, 52, 53, 54, 58, 59, 69, 72, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "c_lc101": [94, 123], "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 22, 25, 28, 29, 33, 40, 43, 45, 49, 52, 53, 60, 64, 70, 71, 73, 74, 75, 78, 79, 82, 84, 87, 88, 89, 90, 91, 97, 99, 109, 113, 114, 116, 122, 123], "call": [3, 25, 37, 60, 68, 74, 78, 84, 86, 115, 118, 121, 123], "camptocamp": 27, "can": [1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 15, 16, 17, 19, 23, 25, 26, 27, 29, 30, 35, 36, 37, 42, 43, 44, 46, 47, 48, 49, 51, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 78, 84, 85, 86, 90, 91, 92, 99, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129, 130, 131], "cancel": 121, "cannot": 70, "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capabl": 77, "capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacit": [5, 94], "capacity_i": 19, "capranica": 125, "car": [65, 66], "cardin": [19, 20, 88, 122], "care": [23, 36], "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, 130, 131], "carri": 5, "cascad": [25, 111], "case": [4, 7, 9, 14, 15, 16, 19, 23, 25, 29, 30, 32, 36, 39, 41, 42, 43, 44, 63, 64, 67, 72, 73, 74, 75, 77, 79, 90, 91, 92, 106, 107, 108, 112, 114, 117, 123], "case_no": 111, "cast": [23, 121], "catchament": [16, 20, 82, 97, 122], "categori": [18, 21, 23, 25, 28, 29, 32, 33, 39, 40, 43, 50, 61, 64, 67, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 106, 107, 108, 109, 112, 114, 116, 117, 118, 119, 121, 123, 128, 131], "category_id": 121, "caus": [77, 125], "cayetano": 27, "cd": 26, "ce": [25, 54, 74], "cell": [4, 20, 122], "central": [18, 22, 45], "centuri": 4, "certain": 5, "cgal": [34, 121], "chang": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 37, 38, 41, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "character": 70, "characterist": [6, 7, 8, 10, 16, 19, 21, 31, 32, 33, 34, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 118, 123, 124], "chauhan": 27, "chaurasia": 27, "cheapest": 118, "check": [13, 20, 26, 35, 36, 48, 56, 57, 90, 92, 121], "checkout": 26, "chines": [18, 52, 53, 121], "chk": [35, 36, 56, 57], "choic": [4, 75, 79], "chosen": 101, "christian": 27, "chromat": 69, "ci": [20, 121], "circuit": [52, 53, 77], "circumcent": 34, "circut": 77, "cirucit": 77, "citi": [4, 29, 123, 130, 131], "clang": [20, 121], "class": 13, "classifi": [73, 121], "claus": 121, "clean": [35, 36, 92, 121], "cleanup": [20, 121], "clear": 23, "click": 123, "client": [121, 130], "client_min_messag": [111, 125], "cliff": [25, 60], "clone": 26, "close": [5, 20, 25, 60, 74, 93, 94, 107, 108, 112, 113, 114, 115, 117, 121, 123], "close_tim": 111, "closest": [15, 68, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "closest_vertex": [25, 54, 74], "closur": 104, "cluster": 104, "cm": 58, "cmake": [26, 121], "cmu": 13, "cname": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "code": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "coincid": 92, "collat": 123, "collect": [15, 34, 121], "color": [13, 18, 48, 69, 100, 119, 121], "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, 130, 131], "column": [3, 4, 9, 10, 16, 20, 21, 23, 36, 92, 118, 121, 123, 130, 131], "com": [26, 27, 47, 125], "combin": [7, 14, 15, 43, 64, 101, 114, 121], "combinations_t": 121, "combinatori": 4, "come": [23, 25, 73, 94, 103, 123], "command": 26, "comment": [26, 27], "commerci": 20, "commit": 121, "common": [5, 20, 25, 27, 85, 88, 92, 125], "commun": [27, 125], "compani": 125, "compar": [6, 23, 30, 31, 32, 33, 38, 39, 40, 94, 121], "compat": [25, 121], "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, 130, 131], "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, 130, 131], "complet": [25, 29, 35, 36, 58, 76, 85], "complete_graph": 86, "complex": [58, 72, 77], "compon": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compos": 131, "compres": 104, "compulsori": [23, 25, 115, 116, 121, 129, 130], "comput": [7, 16, 17, 20, 44, 62, 63, 64, 68, 72, 114, 122], "comun": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "conceiv": [16, 62, 63, 64, 114], "concept": 121, "condit": [13, 35, 36, 56, 57, 121], "configur": [20, 108], "conflict": [106, 107], "conform": [17, 68, 82, 97, 115], "confus": 130, "connect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 26, 30, 37, 46, 48, 51, 52, 53, 65, 66, 80, 81, 82, 83, 86, 87, 95, 96, 97, 98, 100, 101, 102, 104, 118, 121, 122, 124], "consid": [5, 7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 58, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 78, 79, 85, 87, 92, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "consider": [5, 45], "consist": [5, 25, 54, 73, 74, 87, 123, 124], "consol": 26, "constrain": 47, "consult": [25, 125], "contact": 125, "contain": [23, 25, 28, 35, 36, 44, 46, 52, 53, 56, 57, 74, 87, 88, 92, 101, 105, 109, 116], "content": [26, 65, 66], "context": [103, 125], "continu": [5, 61], "continuo": 129, "contract": [20, 60, 121, 122, 126], "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, 130, 131], "contraction_ord": 55, "contraction_result": 13, "contrast": 118, "contrct": 13, "contribut": [20, 27, 121, 125], "contributor": 20, "control": 45, "conveni": 121, "convers": [5, 6, 25, 36], "convert": [5, 15, 25, 86, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "convin": 123, "convini": 123, "cooling_factor": [29, 30], "coordin": [4, 6, 8, 20, 25, 29, 31, 32, 33, 38, 39, 40, 74, 122, 123], "copi": [25, 73, 92, 121], "copyright": 92, "core": 121, "corpor": 125, "correct": [25, 26, 35, 57, 60, 73, 118, 121], "correctli": 92, "correspond": [6, 8, 17, 31, 32, 33, 35, 36, 38, 39, 40, 68, 74, 82, 85, 97, 107, 108, 112, 113, 114, 115, 116, 117, 119, 123, 126], "cos423": [41, 42], "cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "cost_": [16, 25], "cost_i": 16, "could": [23, 35, 36, 56, 57, 86, 121], "count": [7, 35, 36, 60, 77, 92, 119, 126], "countri": [25, 130], "cours": [41, 42], "cover": 25, "cp": 47, "cpaciti": 123, "cpplint": 121, "cpu": 7, "crash": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 127, 128], "creat": [3, 5, 7, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 24, 26, 35, 36, 44, 45, 47, 48, 49, 50, 52, 53, 57, 58, 59, 60, 69, 71, 72, 74, 77, 78, 81, 82, 83, 84, 85, 87, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 103, 104, 109, 111, 121, 122, 123, 125, 126, 127, 128], "createdb": [7, 25, 26], "createextens": 26, "createus": 26, "creation": [23, 56, 121, 123], "creativ": [20, 27], "credit": 20, "cross": [54, 74, 78], "cross_edg": 86, "csi": 27, "cup": [16, 19, 25, 62], "curb": [25, 60], "current": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 29, 30, 31, 32, 33, 38, 39, 40, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "currnetli": 55, "custom": [5, 93, 94], "cut": [37, 101], "cuthil": [18, 24, 58], "cvrp": 5, "cvrppdtw": 5, "cycl": [5, 21, 44, 48, 59, 93, 94], "cyclic": 48, "czech": 118, "d": [5, 7, 13, 94, 100, 123], "d_close": [5, 93, 94, 123], "d_node_id": [5, 93, 94, 123], "d_open": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "d_y": [5, 94, 123], "dag": [59, 103], "daniel": 27, "data": [5, 20, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 130, 131], "databas": [20, 27, 85, 119, 122, 123, 126, 130], "dataset": [25, 30], "date": 76, "dave": 27, "david": 27, "dd": 92, "ddoc_use_bootstrap": 26, "de": 7, "dead": [35, 54, 55, 74, 92], "debug": 125, "decent": 60, "decid": [13, 92], "decis": 25, "decreas": [13, 44, 55], "deep": 61, "default": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 26, 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, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "defin": [5, 16, 19, 25, 35, 36, 44, 56, 57, 77, 108, 112, 113, 116], "defini": 16, "definit": [19, 34, 123], "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, 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, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "delet": [25, 51, 73, 86], "deliveri": [18, 93, 94, 123], "delta": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [93, 94, 123], "demonstr": [26, 31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72, 130, 131], "deni": 27, "denot": [29, 44], "dens": 75, "densiti": 7, "depart": [5, 25, 65, 66, 67, 93, 94, 106, 107, 117, 129], "departur": [13, 16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 109, 112, 113, 116, 130, 131], "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, 130, 131], "depend": [3, 4, 5, 6, 10, 11, 12, 14, 15, 18, 19, 20, 22, 23, 24, 25, 42, 43, 44, 47, 48, 50, 52, 53, 58, 59, 63, 64, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 114, 121, 123, 126, 127, 128, 129, 130, 131], "depot": [5, 18], "deprec": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 88, 90, 91, 93, 94, 101, 103, 104, 105, 109, 111, 115, 116, 121, 127, 128], "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, 130, 131], "desc": [50, 61, 86], "descend": [50, 55, 61], "describ": [0, 3, 5, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "descript": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 25, 93, 94, 123, 129, 130, 131], "design": [25, 73, 85, 121, 123], "desir": [5, 25, 28], "dest_id": 111, "destin": [13, 19, 25, 28, 70, 105, 108, 109, 116], "detail": [4, 12, 18, 19, 20, 23, 26, 76, 107, 112, 113, 114, 115, 116, 117, 121, 122, 130, 131], "detect": [35, 77, 92, 106, 107, 121], "determin": [35, 56, 57, 101], "deterparti": 74, "dev": [20, 26, 76, 110, 121, 125], "develop": [4, 25, 26, 27, 60, 73, 118, 121, 125], "df": [11, 18, 20, 54, 102, 122, 128], "dfrac": 7, "differ": [4, 6, 8, 9, 15, 16, 23, 25, 26, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 48, 50, 54, 57, 59, 61, 62, 63, 64, 72, 74, 93, 94, 108, 112, 113, 114, 115, 121, 123, 130, 131], "digit": 85, "dijkstra": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 116, 119, 121, 122, 130, 131], "dimens": 5, "dimension": 78, "dindex": [94, 123], "dir": [36, 92], "direct": [3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 19, 20, 23, 25, 27, 28, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 52, 53, 55, 59, 61, 63, 64, 65, 66, 67, 68, 70, 71, 72, 75, 77, 79, 84, 86, 88, 89, 90, 91, 99, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 126, 130, 131], "direction": [20, 25, 36, 57, 86, 92, 122, 126], "directli": [15, 20, 26, 43, 60, 64, 114, 122, 126], "directori": 26, "disconnect": [35, 46, 52, 53, 56, 80, 95, 118, 124], "discontinu": 121, "discours": 125, "discrep": 121, "discuss": 4, "disjoint": [19, 20, 48, 70, 101, 122], "displai": [35, 86], "displaystyl": 16, "disrupt": 45, "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, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "distinct": [55, 77, 86], "distribut": [5, 18, 93, 94], "divid": [25, 36, 60, 101], "dn": 86, "do": [3, 4, 13, 23, 25, 26, 29, 36, 60, 73, 74, 92, 93, 94, 106, 107, 109, 119, 121, 123, 125, 126], "doc": [6, 8, 26, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 121], "doc_queries_gener": 26, "doc_use_bootstrap": 26, "document": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 17, 18, 22, 23, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129], "doe": [0, 3, 5, 7, 9, 10, 14, 15, 16, 17, 19, 20, 21, 23, 25, 28, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 114, 116, 117, 118, 121, 129], "doesn": [56, 57, 121], "domin": 84, "done": [0, 1, 2, 3, 5, 7, 9, 10, 11, 13, 14, 15, 16, 17, 19, 21, 25, 26, 41, 42, 43, 47, 49, 52, 53, 55, 60, 61, 62, 63, 64, 65, 66, 67, 71, 73, 75, 79, 80, 81, 82, 83, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 124, 126, 127, 128, 129, 130, 131], "dot": 7, "doubl": [23, 25, 85, 94, 105, 115, 121, 123], "download": 26, "doxi": 26, "doxygen": 26, "draw": [25, 78], "drawn": 78, "drive": [20, 23, 107, 108, 114, 117, 119, 121, 122], "driver": 5, "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111, 121], "dropdb": 26, "dropdown": 121, "drt": [65, 66], "dryrun": [60, 73, 74], "dubinin": 27, "due": [25, 29, 35, 36, 56, 57, 129], "duplic": [0, 9, 14, 15, 16, 17, 19, 30, 41, 42, 43, 44, 47, 49, 50, 59, 61, 62, 63, 64, 68, 71, 72, 81, 82, 83, 86, 89, 90, 91, 96, 97, 98, 99, 108, 112, 113, 114, 115, 121], "durat": [5, 93, 94], "dutch": [16, 62, 63, 64, 114], "dwith_doc": 26, "e": [6, 7, 8, 9, 10, 13, 16, 19, 21, 25, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 59, 60, 61, 62, 63, 65, 66, 69, 71, 72, 73, 74, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 95, 96, 97, 98, 101, 102, 103, 104, 107, 108, 112, 113, 114, 115, 116, 117, 118, 123, 127], "e2": [44, 71, 89, 99, 101], "e_geom": [25, 54, 74], "each": [0, 1, 4, 7, 14, 15, 18, 19, 21, 25, 26, 27, 29, 30, 32, 36, 39, 42, 43, 46, 47, 48, 49, 50, 54, 58, 60, 61, 63, 64, 71, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 114, 118, 124, 127, 129, 130, 131], "eagl": [25, 60], "earliest": 125, "easier": 121, "easili": [25, 60], "edg": [1, 2, 4, 5, 6, 8, 9, 11, 12, 14, 18, 20, 21, 22, 24, 26, 27, 29, 30, 34, 36, 76, 92, 93, 94, 110, 111, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpath": 121, "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edit": 25, "edmond": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "effici": [59, 69, 77, 100], "effort": [26, 121], "ege_t": 56, "eid": [23, 56, 60, 73, 86], "ein": [35, 36, 56, 57], "either": [59, 130], "electr": [13, 25, 60, 73], "element": [3, 25, 105, 106, 107, 108, 109, 129], "elementari": 77, "elimin": 121, "elizabeth": 58, "els": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117, 123], "ema": 27, "embed": 60, "empti": [3, 16, 19, 25, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 91, 92, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 113, 114, 115, 116, 117, 121, 129], "emtpi": [29, 30, 60, 73, 74, 112, 116], "en": [5, 6, 8, 19, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 86, 88, 89, 99, 101, 103, 104, 111], "enabl": 20, "encapsul": 121, "encount": 25, "end": [0, 3, 5, 7, 8, 9, 10, 14, 15, 16, 17, 19, 21, 23, 26, 28, 29, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 112, 113, 114, 115, 116, 118, 121, 123, 129, 130, 131], "end_": 16, "end_clos": [5, 93, 94], "end_i": [5, 94], "end_id": [4, 29, 30], "end_node_id": [5, 93], "end_open": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_x": [5, 94], "endcap": 74, "endpoint": [73, 85], "enhanc": [20, 121], "enlarg": 123, "enter": [26, 36], "entiti": 27, "enumer": 77, "environ": 121, "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": [5, 17, 19, 68, 69, 82, 93, 97, 115, 130, 131], "equali": [65, 66], "equi": 68, "equicost": [23, 68, 115], "equival": [5, 31, 37, 38, 49, 67, 70, 71, 89, 90, 91, 99, 106, 107, 117], "error": [0, 23, 35, 36, 50, 56, 57, 61, 81, 83, 96, 98, 103, 121], "essenti": 101, "esteban": 27, "et": 4, "etc": [4, 27, 121, 130, 131], "euclidean": [5, 18], "evalu": [6, 45, 121], "even": [3, 13, 25, 73], "everi": [25, 47, 52, 53, 69, 78, 84, 86, 92, 100, 118, 121], "everyth": [25, 92, 123], "exact": 125, "exactli": [4, 29, 30, 36, 101], "exampl": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 23, 24, 26, 34, 37, 45, 46, 51, 52, 53, 58, 65, 66, 69, 75, 76, 77, 79, 80, 81, 82, 83, 87, 88, 93, 95, 96, 97, 98, 100, 102, 104, 105, 110, 121, 123, 127, 128, 130, 131], "exce": 19, "excecut": 74, "except": [3, 19, 25, 58, 93, 105, 106, 107, 108, 109, 123, 129], "execut": [7, 13, 19, 25, 35, 49, 57, 71, 90, 91, 99, 105, 106, 107, 117, 121, 123], "exist": [0, 3, 6, 7, 8, 9, 10, 15, 16, 17, 19, 21, 23, 25, 28, 29, 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, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "exit": [26, 36], "expand": 13, "expect": [8, 9, 41, 42, 43, 56, 57], "experi": 72, "experiment": [3, 11, 12, 19, 20, 22, 24, 25, 37, 45, 46, 49, 51, 54, 55, 61, 65, 66, 70, 71, 73, 85, 88, 99, 100, 102, 119, 121, 127, 128], "explan": 45, "explicit": [121, 125], "expos": 74, "extend": [20, 25, 27, 60], "extens": [7, 25, 26, 27, 77, 121], "extent": 45, "extern": 121, "extra": [13, 121, 125], "extract": [17, 26, 60, 68, 73, 81, 82, 83, 96, 97, 98, 115, 119, 126], "extrem": 7, "f": [5, 7, 13, 36, 56, 78, 92], "f12": 13, "fact": [29, 92], "factor": [8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94, 121], "fail": [35, 36, 56, 57, 121], "fairli": 25, "fallthrugh": 121, "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "famili": [14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 49, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 70, 71, 73, 80, 81, 82, 83, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 102, 105, 107, 108, 112, 113, 114, 116, 117, 119, 121, 124, 130], "faster": [5, 8, 9, 25, 41, 42, 43, 47, 72, 121], "feasibl": 36, "feather": 5, "featur": 27, "fedora": 121, "feed": 125, "feedback": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "feel": 20, "fenoi": 27, "fetch": 121, "few": 25, "field": 92, "file": [25, 26, 27, 121], "fill": [13, 23, 25, 35, 36, 56, 57, 123], "filter": [23, 77], "final": [25, 126], "final_temperatur": [29, 30], "find": [0, 1, 3, 8, 9, 21, 27, 62, 65, 66, 67, 77, 80, 81, 82, 83, 95, 96, 97, 98, 101, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 129], "findpostgresql": 121, "finish": [35, 36], "finit": 44, "first": [0, 1, 3, 4, 6, 7, 8, 10, 13, 15, 16, 17, 18, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 128, 129, 130, 131], "first_edg": [25, 73], "first_seg": [25, 73], "fisrt": 66, "fit": [5, 121], "fix": [15, 23, 25, 29, 43, 55, 64, 73, 74, 92, 114, 121, 123, 130], "flag": [20, 23, 26, 36, 56, 106, 107, 109, 113, 114, 121], "flat": 74, "fleet": [93, 94], "flexibl": 13, "flip": [36, 121, 130, 131], "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "florian": 27, "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 79, 122], "fly": [74, 123, 130], "focal": 121, "follow": [3, 4, 5, 7, 10, 13, 16, 19, 20, 23, 25, 26, 27, 29, 30, 35, 52, 53, 54, 55, 56, 57, 62, 65, 66, 73, 74, 78, 85, 86, 88, 92, 93, 94, 100, 104, 105, 106, 107, 109, 117, 121, 122, 123, 125, 126, 130, 131], "foloww": [130, 131], "foral": 16, "forbid": [13, 86], "forbidden": [3, 23, 25, 55, 105, 106, 107, 108, 109, 121, 129], "forbidden_vertic": 55, "forc": 29, "ford": [44, 59, 72, 121], "forest": [0, 1, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "forgo": 60, "form": [3, 4, 7, 15, 25, 35, 56, 57, 58, 75, 79, 105, 106, 107, 108, 109, 113, 118, 126, 129], "forward": [8, 9], "found": [4, 13, 25, 26, 27, 35, 36, 47, 56, 57, 67, 74, 92, 93, 94, 101, 105, 106, 107, 109, 113, 117, 125, 129], "foundat": 27, "four": [25, 130, 131], "fourth": 25, "frac": [5, 25], "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, 130, 131], "framework": 13, "freder": 27, "free": [20, 69], "freebsd": 121, "from": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 16, 17, 18, 19, 22, 23, 24, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 127, 128, 129, 130, 131], "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, 130, 131], "front": [5, 93, 94, 123], "ft": [25, 36], "full": [25, 55, 73, 86, 121], "fulli": [4, 25, 29, 30, 54, 74], "function": [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, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 121, 123, 124, 129, 130], "functiona": 25, "fund": 27, "further": [13, 25, 54, 74], "furthermor": 44, "futur": [13, 77, 121], "g": [16, 19, 25, 26, 69, 85, 121, 124, 125, 127], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gap": [35, 92], "garante": 29, "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetri": 123, "genealogi": 25, "gener": [1, 3, 5, 10, 11, 12, 13, 18, 22, 24, 27, 30, 36, 44, 47, 48, 50, 52, 53, 56, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 105, 106, 107, 109, 111, 117, 119, 121, 123, 125, 127, 128], "generalis": 5, "generate_seri": [94, 123], "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, 130, 131], "geom_is_origin": 74, "geom_tabl": 36, "geometr": [15, 43, 64, 87, 114], "geometri": [20, 34, 35, 36, 56, 57, 74, 85, 92, 121, 122, 123, 126], "georepubl": [27, 125], "geospati": [20, 27], "gerald": 27, "germani": 125, "get": [0, 4, 5, 6, 7, 16, 20, 23, 28, 35, 50, 56, 57, 60, 61, 65, 66, 73, 76, 77, 85, 86, 92, 106, 107, 116, 119, 121, 122], "gi": [20, 92], "gid": [7, 35, 56, 57], "git": [20, 26, 76, 121], "github": [26, 121], "give": [5, 13, 23, 25, 27, 85, 87, 121, 130], "given": [3, 4, 5, 7, 13, 15, 16, 19, 20, 25, 26, 29, 30, 35, 56, 57, 65, 66, 67, 73, 85, 86, 93, 94, 106, 107, 108, 112, 113, 114, 115, 116, 117, 122, 126, 127, 129, 130, 131], "glibc": 121, "global": [65, 66], "gnu": 27, "go": [3, 13, 16, 23, 25, 26, 28, 29, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 73, 77, 86, 92, 105, 106, 107, 108, 109, 112, 116, 117, 121, 129], "goal": 121, "goe": [25, 60, 61, 67, 73, 106, 107, 117], "gonzalez": 27, "good": [5, 25, 65, 66, 72, 75, 79], "googl": 27, "got": [35, 36, 57], "graph": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 26, 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, 58, 59, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 126, 127, 128, 129, 130, 131], "greedi": [11, 21, 100, 118, 119], "green": [13, 74], "group": [19, 20, 60, 70, 73, 92, 121, 122], "gsoc": 121, "guarante": [19, 49, 61, 71, 90, 91, 99, 105], "gudesa": 27, "guid": [3, 25, 26, 27, 62, 88, 105], "gupta": 27, "gz": 26, "h": [6, 31, 32, 33, 38, 39, 40], "ha": [3, 5, 13, 17, 19, 23, 25, 26, 28, 29, 31, 35, 36, 38, 41, 44, 46, 47, 48, 49, 54, 55, 56, 57, 58, 59, 62, 65, 67, 68, 70, 71, 72, 73, 74, 77, 78, 81, 82, 83, 85, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 102, 104, 105, 106, 107, 108, 109, 115, 116, 117, 121, 123, 125, 129, 130], "had": [23, 36], "hamilton": 4, "hand": 60, "handl": [6, 8, 31, 32, 33, 38, 39, 40, 74, 93, 94, 130], "handout": [41, 42], "hang": 27, "happen": [5, 25, 36, 86, 92, 93, 94, 104], "hard": [4, 5, 29, 30, 69, 93, 94, 100], "harmon": [15, 43, 64, 114], "harvard": 4, "has_rcost": 23, "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, 130, 131], "hassler": 4, "have": [1, 2, 3, 4, 5, 11, 13, 14, 15, 16, 17, 20, 23, 25, 26, 27, 31, 35, 36, 38, 44, 45, 47, 57, 60, 61, 65, 66, 67, 68, 69, 74, 77, 81, 82, 83, 85, 86, 92, 93, 94, 96, 97, 98, 100, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "hawick": 77, "head": 85, "header": [27, 121], "health": 77, "heap": [28, 109, 116], "heap_path": [28, 109, 116], "help": [25, 125, 126], "henc": [3, 44], "here": [60, 77, 123], "heurist": [8, 31, 32, 33, 38, 39, 40, 121], "high": [25, 45, 77], "higher": [7, 45], "highwai": 36, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "histori": [4, 121], "hole": 121, "honor": 121, "hossain": 27, "host": [27, 125], "hour": 5, "housseman": 27, "how": [3, 5, 20, 23, 30, 62, 86, 125, 130, 131], "howev": [47, 72, 118], "hpp": 121, "hr": 5, "html": [6, 8, 26, 31, 38, 47, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "http": [5, 6, 7, 8, 13, 19, 20, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 111, 121, 123, 125], "huang": 27, "hundr": 85, "i": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 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, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 123, 124, 125, 126, 127, 129, 130, 131], "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "idea": [25, 101], "ident": 100, "identifi": [0, 3, 5, 6, 7, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 23, 25, 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, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "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, 130, 131], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 14, 15, 16, 17, 19, 20, 23, 25, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 54, 59, 61, 62, 63, 64, 67, 68, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 117, 121, 129], "illeg": 93, "im": 77, "imag": [15, 30, 43, 50, 61, 64, 85, 114, 130, 131], "imaptool": 27, "immedi": 84, "immidi": 84, "implelent": 69, "implemen": 77, "implement": [0, 1, 4, 5, 8, 9, 13, 16, 19, 21, 29, 30, 37, 44, 45, 50, 51, 58, 59, 61, 62, 63, 64, 69, 75, 77, 78, 79, 80, 81, 82, 83, 94, 95, 96, 97, 98, 100, 101, 114, 118, 124], "implicit": [3, 121], "import": [25, 60, 73, 121], "impos": 59, "imposs": 36, "improv": [72, 121], "imr": 27, "in_com": [56, 73], "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, 130, 131], "inc": 27, "incid": 60, "incidet": [119, 126], "includ": [9, 13, 15, 16, 17, 23, 25, 26, 27, 29, 41, 42, 43, 55, 59, 62, 63, 64, 72, 82, 86, 92, 97, 107, 108, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 130, 131], "inclus": [17, 68, 81, 82, 83, 96, 97, 98, 115], "incom": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "incorpor": 55, "incorrect": [25, 73, 92], "increas": [37, 51, 58, 65, 66, 86], "increment": 56, "independ": 88, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "individu": 26, "inequ": [4, 29, 30], "inf": [33, 40], "infin": [7, 75, 79, 109], "infinit": 36, "influenc": 45, "info": [25, 54, 74, 125], "inform": [3, 16, 20, 26, 29, 35, 36, 56, 57, 60, 76, 81, 83, 86, 94, 96, 98, 110, 119, 121, 122, 123, 126, 130], "infrastructur": 121, "infti": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "initi": [5, 93, 94], "initial_sol": [5, 93, 94], "initial_temperatur": [29, 30], "inner": [20, 23, 34], "input": [3, 4, 7, 13, 15, 18, 20, 34, 43, 64, 86, 87, 90, 91, 104, 114, 122, 127, 131], "insert": [3, 5, 13, 23, 30, 48, 54, 74, 78, 85, 86, 92, 93, 94, 111, 123, 130, 131], "insid": [21, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118], "insight": 5, "inspect": [23, 86, 92], "instal": [20, 25, 121], "instanc": 29, "instead": [23, 34, 121], "instruct": [26, 123, 125], "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "integr": [23, 121], "intend": 129, "intens": 101, "interact": 26, "interect": 92, "interes": [130, 131], "interest": 25, "intermid": 121, "intern": [3, 15, 25, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "internali": [33, 40], "interpret": [9, 16, 41, 42, 43, 47, 62, 63, 130, 131], "intersect": [25, 35, 60, 73, 86, 92], "introduct": 20, "invalid": [23, 92], "invers": 88, "involv": [5, 13, 23, 25, 26, 86, 93, 94, 130], "is_a": [108, 112], "is_bipartit": [11, 48], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isol": [35, 92], "issu": [20, 23, 27, 121, 125], "itali": 125, "item": 27, "iter": [90, 91, 100], "iti": 13, "its": [13, 14, 15, 23, 42, 43, 51, 56, 63, 64, 78, 84, 85, 100, 101, 114, 130], "jai": 27, "jain": 27, "jame": [58, 77], "japan": 125, "jarn\u00edk": 118, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "juction": 92, "junod": 27, "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, 130, 131], "k": [16, 20, 28, 100, 109, 116, 119, 121, 122, 131], "k_": 78, "k_1": 78, "k_5": 78, "k_shortest_path_rout": 28, "kai": 27, "kalr": 4, "karp": [19, 20, 71, 122], "kastl": 27, "keep": [25, 44, 73, 86, 92, 123], "kei": [3, 23, 35, 56, 74, 92, 94, 111, 123], "ken": 77, "kept": [30, 121, 130, 131], "kg": 5, "kind": [5, 25, 34, 93, 94, 129, 130], "kirkman": 4, "kishor": 27, "kit": 13, "km": 5, "known": [47, 75, 123], "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kumar": 27, "l": [15, 23, 25, 26, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "lack": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "lane": 36, "languag": [13, 121], "larg": [8, 9, 13, 25, 41, 42, 43], "larger": [29, 101], "largest": 88, "last": [4, 23, 25, 28, 29, 30, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "lat": [5, 6], "later": [4, 27], "latest": [26, 27], "latex": 26, "latitud": [5, 6], "lc101": [94, 123], "lc101_c": [94, 123], "lead": [65, 66], "leaf": [13, 45], "leak": 121, "least": [13, 21, 34, 69, 100, 101, 121, 125], "leav": [5, 36, 93, 94], "lectur": 13, "lecture16": 13, "left": [3, 15, 25, 50, 60, 61, 73, 74, 86, 106, 107, 108, 114, 115, 117, 123, 129], "leftrightarrow": [25, 85], "legaci": 121, "leng": 27, "lengauer": 84, "lenght": 5, "length": [6, 30, 48, 74], "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "less": [5, 6, 17, 31, 32, 33, 34, 38, 39, 40, 68, 74, 82, 93, 94, 97, 115], "lester": 44, "let": [5, 6, 7, 8, 14, 15, 31, 32, 33, 38, 39, 40, 42, 43, 63, 64, 75, 79, 92, 114], "level": [50, 92], "li": [45, 72, 94, 123], "lib": [6, 8, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libboost": 26, "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, 130, 131], "libtap": 26, "licens": [20, 92], "like": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "likewis": [25, 36], "lim": [94, 123], "limit": [0, 5, 17, 25, 50, 54, 57, 60, 61, 65, 66, 68, 74, 81, 82, 83, 94, 96, 97, 98, 115, 123], "line": [13, 18, 25, 29, 60, 65, 66, 74, 78, 86, 119, 127], "line_graph": 86, "linear": [55, 58, 59, 103, 121], "linegraph_edg": 86, "linesstr": [25, 36], "linestr": [25, 36, 54, 56, 73, 74], "link": [20, 121], "linux": [26, 121], "list": [4, 20, 29, 30, 67, 68, 77, 87, 106, 107, 115, 117, 121, 129], "listinfo": 125, "littl": 27, "load": [5, 93, 94], "loader": 25, "local": [25, 73, 85, 86], "locat": [6, 74, 93, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 56, 58, 62, 63, 65, 66, 73, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logic": 36, "logv": [10, 52, 53, 90, 91], "lon": [5, 6], "long": [4, 29, 30, 35, 56, 57], "longer": [28, 29, 30, 31, 33, 34, 38, 40, 41, 43, 64, 75, 79, 114, 121], "longitud": [5, 6], "look": [25, 36, 60, 125], "lookahead": 3, "loop": [69, 121], "loss": 121, "lot": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "low": [7, 121], "lower": [15, 43, 64, 114], "m": [5, 6, 58], "m_": [5, 93, 94], "ma_capac": 93, "maco": 121, "made": [5, 86, 93, 94, 121], "mahadeokar": 27, "mahmoud": 27, "mai": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 35, 36, 44, 45, 46, 47, 48, 50, 52, 53, 56, 57, 58, 59, 69, 72, 77, 78, 84, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 127, 128], "mail": 20, "mailman": 125, "main": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 25, 27, 31, 32, 33, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 112, 113, 114, 118, 121], "main_sql": 73, "maintain": 27, "maiximum": [5, 93, 94], "major": [25, 121], "make": [0, 1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 26, 27, 30, 31, 32, 36, 38, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 93, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 124, 126, 127, 128, 129, 130, 131], "make_connect": 87, "makefil": 26, "man": 26, "manag": 125, "mani": [23, 60, 88, 121, 123, 130], "manikata": 27, "manipul": [6, 31, 32, 33, 38, 39, 40], "manner": [3, 25, 100], "manual": [20, 25, 27, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99], "maoguang": 27, "map": [25, 130], "mario": 27, "mark": 74, "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, 130, 131], "martin": 27, "match": [5, 19, 20, 23, 36, 88, 93, 121, 122], "matching_": 88, "materi": [20, 25, 73], "math": 85, "mathematician": [4, 118], "mathworld": 85, "matrix": [4, 6, 7, 8, 9, 16, 18, 20, 25, 33, 40, 43, 58, 64, 75, 79, 114, 119, 121, 122], "matter": [35, 56, 57], "max": [6, 15, 19, 20, 31, 32, 33, 38, 39, 40, 43, 64, 74, 86, 90, 91, 92, 114, 121, 122, 123], "max_changes_per_temperatur": [29, 30], "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": [27, 46, 49, 71, 99], "maximum": [5, 13, 19, 20, 49, 58, 61, 70, 71, 74, 88, 89, 90, 91, 93, 94, 99, 100, 122], "maximum_flow_problem": 19, "maximum_match": 88, "mayb": [3, 36, 77, 92], "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 123, 126, 127, 128, 129, 130, 131], "mckee": [18, 24, 58], "md": 121, "mean": [5, 92, 113, 118, 123], "meaningless": 23, "measur": [5, 45], "meet": [8, 9], "mega": 7, "member": [113, 114], "memori": [7, 77], "menger": 4, "mention": [25, 26], "merg": 101, "merril": 4, "messag": [23, 121], "met": 26, "meta": 7, "meter": [5, 6], "method": [25, 26, 55, 56, 86], "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": 25, "middl": [8, 9], "might": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 29, 35, 36, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 125, 126, 127, 128, 129, 130, 131], "migrat": [3, 27, 62, 88, 105], "mileston": [20, 121], "min": [5, 6, 15, 18, 19, 29, 31, 32, 33, 38, 39, 40, 43, 64, 101, 114, 121], "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, 130, 131], "mind": 25, "mingw": 26, "minim": [5, 21, 47, 58, 61, 80, 81, 82, 83, 90, 118, 121], "minimum": [0, 1, 11, 21, 29, 46, 48, 53, 54, 69, 80, 81, 82, 83, 87, 91, 95, 96, 97, 98, 100, 101, 102, 118, 121, 124], "minut": 5, "mirror": [15, 43, 64, 114], "miss": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 25, 29, 44, 47, 48, 50, 52, 53, 58, 59, 60, 67, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 106, 107, 109, 111, 117, 121, 127, 128, 129], "mistak": 36, "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "modifi": [13, 20, 23, 55, 108, 112, 113, 115, 116, 119, 121, 122, 126, 130], "modular": 121, "moham": 27, "monetari": 27, "moor": 72, "more": [1, 2, 3, 5, 7, 11, 13, 14, 15, 16, 17, 20, 23, 25, 26, 29, 37, 44, 47, 59, 60, 61, 65, 66, 67, 69, 73, 75, 77, 79, 85, 86, 93, 94, 100, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "most": [6, 25, 26, 27, 28, 45, 65, 66, 69, 77, 101, 109, 116, 118, 121], "move": [5, 74, 121, 123], "msvc": 121, "msy": 26, "much": [4, 29, 30, 90, 91, 121], "mukul": 27, "multi": 121, "multipl": [5, 31, 34, 36, 38, 41, 44, 46, 47, 59, 62, 70, 72, 77, 92, 93, 94, 101, 121], "multipli": [4, 5, 93, 94], "must": [5, 10, 15, 19, 20, 23, 25, 35, 36, 52, 53, 60, 73, 74, 90, 91, 93, 122, 126], "my_dijkstra": [13, 23], "myarea": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n": [4, 28, 109, 116], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nagas": 27, "name": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 30, 31, 35, 36, 38, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 76, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "nameless": 25, "namespac": 121, "nardelli": 27, "navig": 105, "nearest": [16, 65, 66, 74, 119, 123], "necessari": 125, "need": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 35, 44, 47, 48, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 126, 127, 128, 129, 130, 131], "neg": [0, 3, 7, 9, 10, 15, 16, 17, 19, 20, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "neighbor": 100, "neq": [16, 19, 25], "net": 27, "netlab": 125, "network": [3, 5, 13, 19, 20, 27, 30, 34, 35, 36, 37, 45, 46, 47, 48, 51, 54, 56, 57, 58, 60, 62, 65, 66, 67, 68, 69, 75, 79, 80, 86, 87, 92, 94, 95, 100, 102, 105, 106, 107, 113, 116, 117, 121, 123, 126], "new": [3, 13, 17, 20, 26, 27, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 125, 127, 130, 131], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrict": 23, "newer": 121, "newli": [25, 73], "newpoint": [74, 123], "next": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 28, 29, 30, 31, 38, 41, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 62, 65, 66, 67, 69, 70, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "nextval": [86, 123], "nicola": 92, "nitish": 27, "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, 65, 66, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "non": [7, 9, 15, 16, 41, 42, 43, 47, 59, 61, 62, 63, 64, 72, 75, 79, 101, 108, 112, 113, 114], "none": 36, "nonneg": [90, 91], "normal": [3, 25], "north": 36, "notat": [35, 36, 56, 57], "note": [25, 26, 35, 47, 56, 106, 107, 125], "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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "now": [4, 13, 23, 25, 27, 54, 74, 86, 92, 121], "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "number": [4, 5, 6, 7, 13, 25, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 51, 55, 56, 57, 58, 60, 65, 66, 69, 77, 85, 87, 88, 90, 91, 92, 93, 94, 100, 109, 116, 124, 130], "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, 130, 131], "nv": [25, 73], "o": [6, 7, 8, 9, 10, 16, 21, 26, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "ob": 27, "obei": [4, 29, 30], "object": 5, "observ": 13, "obtain": [8, 19, 20, 25, 30, 73, 74, 109, 122], "occur": [35, 56, 57], "odd": 48, "off": [26, 65, 66], "offic": [125, 130, 131], "offici": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "often": 92, "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old": [25, 28, 29, 31, 34, 38, 41, 62, 73, 75, 79, 110, 121], "old_id": 92, "old_restrict": 23, "older": 125, "omit": [19, 23, 25, 35, 49, 56, 57, 71, 90, 91, 99], "onc": [4, 25, 26, 29, 30, 61, 73, 84], "one": [3, 8, 9, 13, 23, 25, 29, 36, 37, 54, 65, 66, 69, 73, 74, 85, 86, 87, 88, 101, 103, 118, 121, 123, 126, 129, 131], "ones": [25, 73, 92], "onewai": 36, "onli": [0, 1, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 23, 25, 26, 37, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 59, 63, 64, 65, 66, 68, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 103, 109, 112, 113, 114, 115, 116, 118, 121, 122, 124, 130, 131], "open": [5, 25, 93, 94, 123], "open_tim": 111, "openbsd": 121, "oper": [25, 26, 55, 76, 118, 125], "operations_ord": 13, "opo": 111, "oposit": 123, "opposit": 25, "optim": [0, 4, 5, 9, 16, 17, 29, 30, 34, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 69, 72, 81, 82, 83, 93, 94, 96, 97, 98, 100, 103, 108, 112, 113, 115], "option": [23, 25, 26, 35, 36, 54, 56, 92, 121, 123], "orang": 86, "order": [3, 6, 8, 13, 14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 61, 63, 64, 65, 66, 67, 69, 72, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 88, 92, 95, 96, 97, 98, 100, 102, 103, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 121, 129], "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, 130, 131], "order_unit": 111, "org": [5, 6, 8, 19, 20, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 111, 121, 125], "organ": 125, "origin": [13, 19, 23, 25, 29, 30, 49, 54, 55, 71, 74, 85, 88, 90, 92, 99, 121, 130, 131], "original_id": 86, "original_point": 74, "original_to_new_point": 74, "orknei": 27, "osgeo": [27, 125], "osgeol": 27, "osm": [7, 25, 73], "osm2pgrout": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other": [5, 16, 20, 25, 27, 45, 47, 48, 54, 69, 72, 73, 85, 92, 101, 102, 107, 108, 113, 114, 116, 121, 125, 129, 130], "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "otherwis": [56, 59, 103], "our": [27, 92], "out": [3, 7, 13, 18, 23, 25, 26, 36, 73, 77, 127], "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, 130, 131], "out_go": [56, 73], "outal": [92, 121], "outer": [34, 73], "outgo": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "output": [13, 19, 20, 23, 31, 38, 49, 60, 62, 68, 71, 74, 77, 81, 82, 83, 90, 91, 92, 96, 97, 98, 99, 115, 116, 121, 130], "outsid": [74, 130], "outstand": 121, "over": [3, 23, 25, 45, 67, 73, 74, 92, 94, 106, 107, 117, 123], "overal": 6, "overload": [5, 20, 23, 28, 93, 94, 116, 121], "overpass": [7, 92], "overview": [57, 92], "own": [86, 123], "p": [74, 94, 107, 108, 112, 113, 114, 115, 116, 117, 123], "p_close": [5, 93, 94, 123], "p_node_id": [5, 93, 94, 123], "p_open": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "p_y": [5, 94, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 126, 127, 128, 129, 130, 131], "pair": [4, 5, 14, 15, 20, 25, 29, 30, 32, 39, 42, 43, 45, 63, 64, 73, 75, 79, 85, 93, 94, 113, 114, 121, 122, 123], "paragon": [27, 125], "paragoncorpor": 125, "parallel": [69, 77, 118], "paramet": [14, 19, 20, 23, 121], "parent": 84, "parenthesi": 45, "parser": 26, "part": [0, 1, 2, 3, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 27, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 126, 127, 128, 129, 130, 131], "partial": [25, 54, 74], "particular": [19, 46, 50, 59, 61], "partit": [74, 101], "pasch": 27, "pass": [3, 7, 34, 35, 45, 56, 57, 92, 105, 121], "password": 26, "path": [3, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 23, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 52, 53, 59, 61, 63, 64, 65, 66, 70, 71, 72, 75, 77, 79, 87, 89, 90, 91, 99, 105, 108, 109, 112, 113, 114, 115, 116, 119, 121, 122, 123, 129, 130, 131], "path_at": [108, 112], "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, 130, 131], "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, 130, 131], "patrushev": 27, "pattern": 58, "pct": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "pedestrian": [25, 60, 65, 66, 73, 123], "penyngton": 4, "peopl": 27, "per": [5, 25, 65, 66, 93, 94], "perform": [3, 5, 20, 30, 33, 35, 36, 40, 55, 56, 57, 73, 74, 77, 92, 93, 94, 106, 107, 121], "perl": 26, "perl5": 121, "perman": 130, "permiss": [20, 122, 126], "permut": 58, "person": [15, 20, 25, 29, 30, 33, 40, 43, 64, 114, 122], "pg": 121, "pg_prove": 26, "pg_prove_test": [26, 121], "pgdijkstra": 27, "pgr": [19, 56, 57, 79], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeonewai": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshal": 121, "pgr_articulationpoint": [12, 20, 121, 122], "pgr_astar": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdastar": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstra": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktra": 41, "pgr_bddijstra": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentr": [18, 20, 22, 121], "pgr_biconnectedcompon": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostman": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcompon": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contract": [13, 20, 25, 122], "pgr_contractgraph": [55, 121], "pgr_create_topologi": 57, "pgr_createtopologi": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeord": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstra": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstranear": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravia": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivingdist": [16, 17, 20, 34, 115, 121, 122, 131], "pgr_edgecolor": [11, 18, 121], "pgr_edgedisjointpath": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshal": [7, 20, 79, 121, 122], "pgr_full_vers": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuit": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplanar": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstra": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbf": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldf": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphful": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatch": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclidean": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovid": 121, "pgr_pointtoedgenod": 121, "pgr_pointtoid": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbf": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdf": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_id": 121, "pgr_sequentialvertexcolor": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcompon": [12, 20, 121, 122], "pgr_texttopoint": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoint": [3, 107, 119, 121, 130], "pgr_trspvia": [3, 119, 121, 129], "pgr_trspvia_withpoint": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclidean": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoint": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvia": [107, 119, 121, 129, 131], "pgrout": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgrrout": [74, 123], "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phase": 101, "phi": 19, "pi": 16, "pickup": [5, 18, 93, 94, 123], "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pile": 36, "pin": 125, "pindex": [94, 123], "pip": 26, "pl": 26, "place": [35, 58], "planar": 78, "plane": 78, "platform": [26, 121], "pleas": [25, 26, 35, 36, 56, 57, 92, 125], "plement": 77, "pm": 5, "pocess": [17, 20, 122], "point": [0, 3, 5, 6, 7, 10, 12, 16, 17, 19, 20, 21, 23, 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, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 118, 119, 121, 122, 125], "point_sql": 74, "point_xi": 121, "pointer": 121, "points_sql": [108, 112, 113, 114, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "polygon": [34, 121], "polynomi": 49, "popul": 57, "port": 121, "portal": [25, 73], "portland": 7, "posgresql": 7, "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 25, 28, 29, 31, 35, 38, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 75, 79, 80, 81, 82, 83, 85, 86, 88, 90, 91, 95, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 124, 129, 130, 131], "possibl": [3, 4, 5, 10, 11, 12, 13, 18, 19, 20, 21, 22, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 61, 69, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 100, 101, 103, 104, 109, 111, 118, 124, 127, 128, 130], "possibli": [80, 95, 118], "post": [17, 20, 122, 130, 131], "postgi": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_vers": 26, "postgr": [26, 121], "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, 130, 131], "postgresql12": [20, 121], "postion": 77, "postit": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "postman": [18, 52, 53, 121], "potenti": [35, 36, 92], "pott": 27, "power": 36, "practic": 77, "pratap": 27, "preced": 73, "precis": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecessor": [17, 23, 27, 68, 81, 82, 83, 96, 97, 98, 115], "prefer": [29, 34, 130, 131], "prefix": [121, 123], "prep": 60, "prepar": [56, 73, 121], "prepare_cap": 74, "prerequisit": [35, 36, 121], "present": [7, 15, 25, 46, 69, 77, 84, 86, 100, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "pretti": 36, "previou": [5, 9, 23, 56, 93, 94, 121], "previous": 26, "previu": 86, "prim": [0, 1, 17, 20, 25, 95, 96, 97, 98, 121, 122, 124], "primari": [3, 23, 35, 56, 74, 92, 94, 111, 123], "princeton": [4, 41, 42], "priorit": 125, "priya": 27, "problem": [5, 6, 18, 19, 20, 25, 35, 36, 47, 52, 53, 56, 57, 58, 59, 60, 62, 63, 64, 69, 73, 77, 92, 93, 94, 100, 101, 114, 121, 123, 129, 130, 131], "proce": 26, "process": [0, 1, 6, 7, 8, 9, 10, 13, 15, 16, 19, 21, 25, 26, 28, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 86, 90, 91, 92, 95, 96, 97, 98, 99, 101, 103, 104, 109, 112, 113, 114, 116, 118, 121, 123, 124, 130, 131], "produc": [16, 59, 61, 62, 63, 64, 69, 100, 104, 114, 118], "product": 27, "profession": 125, "progress": 7, "project": [20, 25, 27, 35, 56, 92, 121], "projectweb": [94, 123], "promot": [4, 20, 61, 65, 66, 85, 100, 121], "prompt": 26, "pronounc": [6, 8], "proper": 69, "propos": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 58, 59, 62, 63, 64, 69, 70, 71, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 99, 101, 103, 104, 109, 111, 121, 122, 123, 126, 127, 128, 129, 130, 131], "prototyp": 105, "provid": [20, 26, 50, 61, 69, 73, 100, 123, 125], "pseudo": 55, "psql": [7, 25, 26], "public": [27, 35, 36, 56, 57, 92, 123], "publish": [44, 77, 94, 123], "pull": [20, 27, 121], "purpos": [0, 9, 16, 17, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 72, 81, 82, 83, 96, 97, 98, 103, 108, 112, 113, 115], "push": [5, 19, 20, 89, 93, 94, 99, 122], "push_relabel_max_flow": [89, 99], "python3": 121, "q": 26, "q1": 29, "quad": [16, 19], "qualiti": 25, "queri": [3, 13, 20, 23, 35, 57, 92, 93, 110, 121, 123], "question": [4, 25, 29, 30, 125], "queue": 58, "quit": 30, "quote_liter": 35, "r": [15, 23, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radiu": 34, "rais": [3, 25, 93, 105, 106, 107, 108, 109, 129], "raise_except": [56, 57], "raj": 27, "rajat": 27, "random": [6, 8, 29, 30, 31, 32, 38, 39, 72], "rang": [45, 100], "rather": 60, "razequl": 27, "re": [121, 125], "reach": [0, 17, 25, 50, 61, 68, 70, 81, 82, 83, 96, 97, 98, 115, 121], "reachabl": [54, 61, 102, 104], "read": [3, 20, 26, 62, 92, 121], "reader": 121, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "realiti": 121, "receiv": 105, "rechabl": 104, "recomend": 123, "recommend": [7, 25, 36, 75, 79, 123, 125], "reconstruct": [20, 57, 122, 126], "record": [7, 13, 121], "recreat": [56, 92], "recurs": 101, "recursevli": [130, 131], "red": [13, 37, 123, 130, 131], "reddi": 27, "reduc": [13, 25, 55], "refactor": 121, "refer": [4, 5, 20, 35, 36, 56, 57, 76, 110, 121, 122], "referenc": 56, "refin": [1, 2, 3, 11, 13, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "regardless": [23, 25], "regclass": 123, "regina": 27, "regress": 121, "reinstal": 26, "rel": [5, 15, 16, 18, 22, 25, 28, 31, 38, 41, 44, 45, 47, 59, 62, 65, 67, 70, 72, 74, 77, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "relabel": [19, 20, 89, 99, 122], "relat": [29, 30, 35, 92, 121, 130, 131], "relationship": 25, "releas": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "release_not": 121, "relev": 94, "reli": 59, "rema": [130, 131], "remain": [25, 107, 117], "remov": [13, 23, 26, 37, 45, 46, 51, 54, 55, 102, 106, 107, 115, 121, 130, 131], "renam": [23, 27, 34, 49, 56, 57, 71, 88, 99, 121], "renumb": 121, "repair": 36, "repeat": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72, 130, 131], "replac": [3, 13, 23, 94, 121], "replic": 125, "report": [20, 36, 121], "repositori": 26, "repres": [3, 7, 10, 13, 23, 25, 48, 52, 53, 55, 75, 78, 79, 88, 106, 115, 116, 126, 129], "represent": [130, 131], "request": [5, 14, 20, 27, 32, 39, 42, 63, 121], "requir": [25, 26, 28, 29, 35, 36, 54, 56, 57, 73, 74, 109, 116, 121, 125, 130], "resembl": [68, 115, 123], "residu": [19, 25, 49, 71, 90, 91, 99], "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, 130, 131], "respect": [44, 85, 86], "respons": [15, 43, 64, 114], "rest": [25, 56, 73, 74, 86], "restaur": [130, 131], "restrict": [6, 18, 20, 31, 32, 33, 38, 39, 40, 119, 121, 122, 130], "restrict_sql": 23, "restructur": 121, "result": [1, 6, 14, 16, 20, 21, 23, 35, 36, 57, 59, 91, 118, 121, 124, 130, 131], "return": [0, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19, 23, 24, 25, 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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 129], "revers": [16, 18, 19, 23, 24, 25, 36, 58, 62, 85, 86, 92, 123], "reverse_": 123, "reverse_capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_categori": 123, "reverse_category_id": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "revis": 121, "rewritten": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": [3, 15, 25, 50, 61, 74, 92, 107, 108, 114, 115, 117, 123, 129], "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [34, 35, 92], "rm": 26, "rn": 74, "road": [3, 13, 25, 73, 92, 105, 121], "rohith": 27, "role": 26, "rollback": 111, "root": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "roughli": [28, 109, 116], "round": [36, 74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [3, 4, 13, 16, 18, 20, 26, 27, 28, 29, 30, 57, 65, 66, 92, 93, 94, 105, 108, 109, 112, 113, 114, 119, 121, 123, 126, 129, 130, 131], "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, 130, 131], "routeplan": 13, "routing_postgi": 121, "row": [6, 7, 8, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "rule": 36, "run": [6, 8, 9, 10, 16, 21, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118, 121], "rykov": 27, "s_in_rul": 36, "s_out_rul": 36, "sai": [5, 6, 27], "said": 25, "sakr": 27, "sale": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "salesman": [4, 5, 29, 30], "salesperson": [4, 29, 30], "same": [3, 5, 6, 7, 8, 9, 14, 15, 16, 19, 23, 25, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 57, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 79, 85, 86, 89, 90, 91, 92, 93, 94, 99, 101, 104, 106, 107, 108, 112, 113, 114, 121, 123, 130, 131], "sameresult": 56, "sampl": [5, 20, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 130, 131], "sampledata": [7, 25, 121], "samu": 27, "sarthak": 27, "satisfi": 29, "save": 123, "scale": 25, "scenario": [9, 35, 41, 42, 43, 56, 57], "schema": [35, 36, 56, 57, 92, 121], "scheme": 121, "scientist": [16, 62, 63, 64, 114], "score": 45, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "seat": 5, "sec": 5, "second": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "second_edg": [25, 73], "second_seg": [25, 73], "section": [5, 13, 23, 25, 35, 62, 67, 86, 106, 107, 117, 129, 130, 131], "see": [20, 25, 121, 125], "segment": [3, 25, 35, 36, 60, 74, 78, 92, 103, 123, 130], "select": [3, 6, 7, 8, 13, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self": [69, 77, 121], "self_loop": 86, "send": [19, 25, 90], "separ": [23, 85, 92, 118, 121], "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, 130, 131], "sequenc": [3, 5, 13, 16, 25, 28, 29, 30, 31, 36, 38, 41, 44, 47, 52, 55, 58, 59, 62, 65, 67, 70, 72, 77, 86, 105, 106, 107, 108, 109, 112, 116, 117, 123, 129], "sequenti": [0, 3, 5, 11, 15, 17, 19, 25, 28, 31, 38, 41, 44, 46, 47, 49, 50, 52, 54, 59, 61, 62, 65, 67, 68, 70, 71, 72, 77, 81, 82, 83, 84, 85, 86, 87, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "serial": [3, 23, 25, 73, 123], "serv": 77, "server": [3, 5, 7, 10, 11, 12, 18, 19, 22, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "set": [0, 5, 6, 7, 11, 13, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 123, 125, 126, 129, 130], "setof": [13, 23, 60, 73], "setval": [86, 123], "seuenc": [16, 119], "sever": [5, 23, 25, 26, 68, 115, 121], "sh": [26, 121], "shadow": 85, "shape": [17, 20, 34, 68, 122], "shapefil": 25, "share": [20, 27, 92], "shift": 5, "shind": 27, "shobhit": 27, "shoot": 121, "shooting_star": 121, "short": [20, 121], "shorter": 113, "shortest": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 28, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 45, 47, 52, 59, 61, 62, 63, 64, 65, 66, 67, 72, 74, 75, 79, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 119, 121, 122, 129, 131], "shortest_path_faster_algorithm": 72, "should": [5, 25, 27, 73, 88, 121], "show": [5, 13, 23, 25, 30, 50, 54, 61, 65, 66, 74, 94, 130, 131], "shown": [13, 23, 74], "shp2pgsql": 25, "shrink": 101, "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, 110, 111, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129], "sign": [25, 130], "signal": [25, 60], "signatur": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 119, 121, 126, 127, 128, 129, 130, 131], "signific": [25, 73, 121], "significantli": [72, 125], "similar": [23, 25, 30, 72, 73], "simpl": [25, 36, 121, 123], "simplest": [35, 56, 57], "simpli": 101, "simplic": 85, "simplif": 121, "simplifi": [25, 121], "simul": [29, 30, 33, 40, 43, 64, 114], "simultan": [8, 9], "sinc": 4, "singh": 27, "singl": [5, 18, 46, 47, 55, 72, 85, 121, 124], "sink": [19, 36], "sintef": [94, 123], "sir": 4, "site": 27, "situat": 92, "six": [93, 94], "size": [7, 13, 25, 55, 60, 67, 101, 106, 107, 117], "skip": [56, 57, 60, 73, 92, 123], "slower": [5, 44], "small": [25, 28, 58, 60, 74, 109, 116, 123], "smaller": [90, 91], "smallest": 100, "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "snap": [35, 56], "so": [7, 13, 14, 17, 25, 32, 36, 39, 42, 56, 63, 69, 75, 79, 82, 92, 97, 121, 125], "soft": 123, "softwar": 27, "solomon_100_rc_101": 111, "solut": [4, 5, 25, 29, 30, 54, 74, 93, 94, 105, 106, 107, 121], "solv": [6, 16, 25, 33, 40, 43, 47, 59, 62, 63, 64, 73, 77, 93, 94, 101, 114, 121, 129], "solver": 121, "some": [3, 13, 25, 26, 27, 29, 36, 44, 55, 69, 74, 86, 121, 123, 126, 130, 131], "someth": 35, "sometim": [3, 101, 106, 107], "sort": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 65, 66, 72, 103], "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, 130, 131], "sourabh": 27, "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, 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, 123, 124, 125, 126, 127, 128, 129, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_id": 86, "source_po": 23, "sourcehandl": 26, "sp": 74, "space": [13, 45, 55, 78], "span": [0, 1, 17, 20, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 121, 122], "spane": 68, "spars": [45, 58, 79], "sparsiti": 58, "special": [20, 122, 126], "specialized_vari": 47, "specif": [25, 73, 74, 121], "specifi": 25, "speed": [5, 6, 13, 25, 56, 57, 60, 72, 93, 94, 123], "spent": [5, 93, 94], "sphinx": [26, 121], "split": [54, 74, 86, 92], "spoon": 34, "spoon_radiu": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "squar": [130, 131], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "sstreet": 36, "st_": 121, "st_area": 34, "st_astext": [25, 54, 73, 74], "st_buffer": [7, 25, 35, 56, 57, 74], "st_centroid": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehul": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_intersect": [25, 73, 74], "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "st_y": [25, 30, 54, 73, 74, 123], "stabl": 34, "stack": 5, "stackexchang": 20, "standar": [20, 28, 31, 38, 62, 68, 81, 82, 83, 96, 97, 98, 115, 116, 121], "standard": [23, 26, 47, 121], "star": [6, 8, 121], "start": [0, 4, 5, 7, 8, 9, 14, 15, 16, 17, 19, 23, 25, 26, 28, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 50, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 93, 94, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "start_": 16, "start_clos": [5, 93, 94, 123], "start_i": [5, 94, 123], "start_id": [4, 29, 30], "start_node_id": [5, 93], "start_open": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "start_v": [16, 52, 77], "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, 130, 131], "start_x": [5, 94, 123], "startpoint": 73, "state": [25, 125], "statement": [90, 93, 94, 103, 123], "station": [65, 66], "statu": [108, 112], "step": [25, 26, 58, 86, 92, 106, 107, 108, 112, 118, 125], "stephen": 27, "steve": 121, "still": [1, 2, 3, 11, 13, 14, 15, 16, 17, 29, 60, 61, 65, 66, 67, 73, 85, 86, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "stoer": 101, "stoerwagn": 101, "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, 130, 131], "stop_id": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "store": [7, 14, 15, 25, 32, 35, 36, 39, 42, 43, 63, 64, 74, 75, 79, 113, 114, 123, 130], "straight": 78, "strategi": 100, "street": [25, 36, 92], "strict": [25, 67, 106, 107, 109, 117, 129], "strictli": 23, "string": [25, 36, 121], "string_to_arrai": 23, "strong": 102, "strongli": [12, 20, 25, 36, 102, 122], "structur": [20, 35, 36, 56, 57, 121, 123], "studi": 4, "studio": 121, "sub": [6, 25, 106], "sub_id": 92, "subgraph": [48, 75, 78, 79, 86, 95, 101, 104], "subscrib": 125, "subset": [19, 35, 46, 56, 57, 60, 101, 118], "subseteq": 25, "subwai": [65, 66], "succe": 26, "successfulli": 26, "successive_shortest_path_nonnegative_weight": [90, 91], "sudo": 26, "suffix": 92, "suggest": 72, "suitabl": [77, 126], "sum": [5, 7, 14, 15, 19, 32, 39, 42, 43, 63, 64, 75, 79, 93, 94, 101, 106, 107, 113, 114], "sum_": 16, "sumar": [32, 39, 42, 63], "sumari": [5, 93, 94], "summari": [28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 70, 71, 72, 74, 75, 77, 78, 79, 80, 84, 86, 89, 90, 91, 93, 94, 95, 99, 103, 104, 108, 112, 113, 114], "summer": 27, "super": [19, 49, 71, 90, 91, 99], "supermarket": [130, 131], "supli": 126, "suppli": 23, "supplier": [25, 73], "support": [13, 20, 26, 27, 28, 29, 30, 31, 34, 38, 41, 52, 75, 79, 110, 121], "suppos": [5, 25], "sure": 26, "swapnil": 27, "switch": [25, 26, 73], "sylvain": 27, "symetr": 13, "symmetr": [4, 7, 13, 14, 15, 29, 30, 32, 33, 39, 40, 42, 43, 58, 63, 64, 75, 79, 113, 114], "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, 130, 131], "systemctl": 26, "t": [5, 13, 23, 25, 35, 36, 44, 49, 56, 57, 70, 71, 78, 89, 90, 91, 92, 99, 101, 108, 121], "t_in_rul": 36, "t_out_rul": 36, "tabl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 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, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 128, 129, 130, 131], "table_end": 92, "table_of_cont": [65, 66], "tag": 125, "take": [3, 25, 45, 60, 73, 105, 106, 107, 108, 109, 129], "taken": [3, 4, 25, 29, 92, 105, 106, 107, 108, 109, 129], "takubo": 27, "tar": 26, "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, 130, 131], "target_": 25, "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_id": 23, "target_po": 23, "targets_original_id": 86, "targetss": [19, 49, 71, 90, 91, 99], "tarjan": [84, 102], "tarriv": 111, "tasca": 27, "task": [25, 73, 86], "tbd": [57, 86, 111], "tdepart": 111, "techer": 27, "tell": 92, "temp": 60, "tempor": [23, 130], "temporari": 112, "ten": 85, "term": [16, 25, 47, 72, 73], "termin": [8, 9, 41, 42, 43], "test": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 35, 44, 47, 48, 50, 52, 53, 57, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "tester": [26, 121], "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "tha": 13, "than": [7, 8, 9, 13, 17, 23, 25, 28, 29, 34, 37, 41, 42, 43, 44, 45, 59, 60, 65, 66, 68, 69, 72, 75, 79, 82, 86, 90, 91, 93, 97, 101, 103, 109, 115, 116], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_info": 111, "the_out": 73, "the_point": 73, "thei": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 29, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "them": [20, 25, 26, 44, 45, 103, 122, 126, 130, 131], "theme": 26, "themselv": 48, "theorem": [11, 18, 69], "theori": [4, 25, 101], "therefor": [0, 3, 5, 6, 7, 8, 10, 15, 16, 17, 19, 20, 21, 23, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 122, 126, 129, 130, 131], "therfor": 123, "theta": [45, 75], "thi": [3, 4, 5, 6, 7, 8, 9, 13, 15, 16, 19, 20, 23, 25, 26, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 44, 45, 47, 51, 54, 55, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 80, 85, 86, 90, 92, 94, 95, 100, 101, 106, 107, 110, 114, 117, 118, 121, 123, 125, 127, 128, 129, 130, 131], "think": 36, "third": [4, 25], "tho": 92, "thoma": 4, "those": [13, 25, 36, 37, 44, 74, 87, 92, 105, 123, 130], "though": 44, "thought": 130, "three": [13, 25, 45, 54, 74, 87], "three_opt": [25, 54, 74], "through": [4, 13, 19, 25, 45, 49, 67, 71, 90, 91, 99, 100, 106, 107, 117, 125, 130], "throw": [0, 23, 45, 50, 59, 61, 81, 83, 96, 98, 103], "thru": [23, 25, 73, 105], "thu": [59, 72], "thurkow": 27, "ticket": 125, "tidi": [20, 121], "tie": [68, 115], "till": 4, "time": [6, 7, 8, 9, 10, 13, 16, 21, 25, 27, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118, 123], "tip": 20, "titl": 25, "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to_cost": 23, "todo": 90, "togeth": [4, 87], "tokyo": 27, "toler": [35, 56, 74, 92], "too": [25, 121, 125], "tool": [25, 26, 36, 121], "top": [25, 60, 74, 94, 123], "topic": 125, "topolog": [59, 103], "topologi": [20, 35, 36, 57, 60, 87, 92, 108, 115, 116, 119, 121, 122], "topological_sort": [59, 103], "total": [5, 7, 13, 21, 32, 34, 39, 55, 60, 63, 67, 80, 81, 82, 83, 90, 91, 92, 93, 94, 106, 107, 117, 118, 129, 130, 131], "tour": [4, 29], "track": [92, 121], "tracker": 125, "trait": [25, 73, 130], "transform": [18, 23, 29, 85, 104, 119, 130], "transit": 104, "transitive_closur": 104, "transport": [5, 25, 73], "travel": [5, 15, 20, 23, 29, 30, 33, 40, 43, 64, 86, 93, 94, 112, 113, 114, 122], "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, 130, 131], "traveltim": 111, "travers": [0, 1, 17, 18, 25, 28, 29, 30, 31, 38, 41, 44, 47, 50, 52, 59, 61, 62, 65, 67, 68, 70, 72, 77, 78, 80, 81, 82, 83, 86, 87, 92, 95, 96, 97, 98, 101, 105, 106, 107, 108, 109, 112, 115, 116, 117, 119, 121, 123, 129], "treat": 36, "tree": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 84, 95, 96, 97, 98, 115, 118, 121, 122], "tri": [25, 69, 100], "triangl": [4, 15, 29, 30, 34, 43, 64, 114], "tries_per_temperatur": [29, 30], "trigger": 121, "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "truck": [5, 93, 94, 121], "true": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 90, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "trusti": 7, "try": [5, 25, 67, 92, 106, 107, 117, 129], "tsp": [5, 121], "tsp_result": 30, "tunnel": [25, 73], "tupl": 25, "turn": [3, 20, 25, 26, 73, 86, 105, 106, 107, 121, 122], "turn_restrict_sql": 23, "tutori": 125, "twice": [3, 4, 29, 30], "two": [7, 8, 9, 13, 19, 20, 21, 25, 45, 48, 55, 65, 66, 69, 70, 73, 78, 85, 86, 87, 92, 100, 101, 107, 108, 112, 113, 114, 115, 117, 121, 122, 125, 126, 130, 131], "two_way_if_nul": 36, "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, 130, 131], "typic": 25, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 25, 26, 27, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 59, 62, 63, 64, 72, 75, 79, 82, 86, 90, 91, 92, 97, 103, 106, 107, 108, 112, 113, 114, 125], "u_turn": 86, "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "ubuntu": 121, "uk": 27, "uncategoris": 25, "unclassifi": [18, 121], "unconnect": 101, "undefin": 86, "under": [20, 27, 92, 125, 128], "underli": 70, "underload": [5, 93, 94], "understand": 74, "undirect": [0, 1, 4, 6, 7, 8, 9, 12, 15, 16, 18, 20, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 72, 75, 77, 78, 79, 80, 81, 82, 83, 85, 87, 88, 95, 96, 97, 98, 100, 101, 104, 105, 106, 107, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 124, 126, 130, 131], "unexpect": [56, 57, 121], "unifi": 121, "union": [5, 13, 25, 31, 38, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107, 121], "uniqu": [7, 14, 15, 32, 39, 42, 43, 63, 64, 74, 75, 79, 92, 113, 114, 123], "unit": [6, 31, 32, 33, 35, 38, 39, 40, 56, 74, 85, 92, 93, 94, 125], "univers": [4, 27, 30], "unknown": [25, 36], "unless": 86, "unlik": [46, 113, 114], "unlimit": 13, "unload": [5, 93, 94], "unlog": [56, 73], "unnam": [23, 115, 116, 121], "unnecessari": 121, "unnest": [13, 56, 60, 65, 66, 73, 74], "unreport": 125, "uns": [65, 66], "until": [13, 61, 101], "untouch": 92, "unus": 121, "unwant": 25, "unweight": [47, 101], "up": [0, 1, 5, 13, 16, 21, 23, 25, 26, 36, 57, 60, 61, 80, 81, 82, 83, 86, 94, 95, 96, 97, 98, 118, 123, 124], "updat": [26, 30, 36, 54, 56, 74, 86, 121, 123], "upgrad": [20, 121], "upon": 78, "upper": [0, 15, 17, 43, 50, 61, 64, 68, 81, 82, 83, 90, 91, 96, 97, 98, 114, 115], "us": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 109, 111, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "usabl": 25, "usag": [121, 130, 131], "use": 79, "usecas": 77, "user": [13, 15, 20, 23, 25, 26, 27, 43, 56, 57, 64, 114, 121, 122, 125, 126], "util": [25, 60, 70, 74, 119, 121], "uturn": 86, "v": [4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 19, 25, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 118, 123, 127], "v1": [86, 121], "v2": [27, 121], "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "valid": [6, 23, 25, 31, 32, 33, 38, 39, 40, 44, 59, 103, 104, 115, 130, 131], "valu": [0, 3, 5, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "varchar": [35, 56, 57], "vari": [19, 25], "variabl": [34, 121], "variant": 5, "variat": [47, 77], "varieti": 25, "variou": 25, "varnoth": [16, 19], "vaul": [19, 49, 71, 89, 90, 91, 99], "ve": 45, "vector": 25, "veenit": 27, "vehcil": [94, 123], "vehicl": [18, 25, 36, 60, 73, 130], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "veloc": 5, "vendor": 36, "venkata": 27, "vergara": 27, "veri": [25, 73, 123], "versaterm": 27, "versatil": 44, "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, 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, 123, 124, 125, 126, 127, 128, 129, 130, 131], "vertex": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 21, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 55, 56, 57, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 75, 77, 78, 79, 80, 84, 85, 87, 88, 89, 90, 91, 93, 95, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 118, 119, 121, 123, 126, 127, 129, 130, 131], "vertex_": [67, 106, 107, 117, 129], "vertex_i": [67, 106, 107, 117, 129], "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, 130, 131], "vertex_map": 86, "vertic": [0, 3, 7, 9, 15, 16, 17, 19, 20, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 55, 57, 58, 59, 60, 62, 63, 64, 65, 66, 69, 70, 71, 72, 75, 77, 78, 79, 84, 85, 88, 89, 90, 91, 92, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 119, 121, 122, 124, 126, 129], "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vertix_id": 121, "vetric": [25, 31, 38, 41, 44, 47, 59, 62, 70, 72], "via": [3, 23, 119, 121, 130, 131], "via_path": [23, 121], "vicki": 27, "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, 130, 131], "vidhan": 27, "vienna": 4, "view": [25, 60, 73, 123], "violat": [5, 93, 94, 109], "virginia": 27, "virtu": 45, "visit": [3, 4, 5, 25, 29, 30, 61, 81, 83, 96, 98, 115, 121, 129], "visual": [25, 60, 121, 130, 131], "visuali": 30, "vize": [11, 18, 69], "vojt\u011bch": 118, "volatil": 13, "volum": 5, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "w": 13, "wa": [4, 7, 13, 23, 25, 27, 35, 36, 56, 57, 73, 74, 76, 86, 92, 118, 121, 123, 130], "wagner": 101, "wai": [3, 7, 20, 25, 35, 36, 54, 56, 57, 73, 74, 85, 103, 126, 131], "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "walk": [25, 60], "wang": 27, "want": [26, 60, 77, 86, 123], "warn": [23, 59, 103, 121], "warshal": [7, 20, 75, 79, 122], "waterloo": [4, 30], "we": [4, 7, 20, 26, 35, 36, 47, 56, 57, 75, 77, 79, 86, 92], "web": [27, 130], "websit": 125, "weight": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "well": [35, 36, 47, 56, 57, 92, 101, 130], "went": 35, "were": [7, 13, 23, 74, 86, 92, 121], "wget": [7, 26], "what": [25, 92, 121], "when": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 23, 25, 26, 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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 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, 108, 109, 112, 113, 114, 115, 116, 118, 121, 122, 123, 124, 129], "where": [0, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 123, 125, 129, 130, 131], "wherev": 20, "whether": 101, "which": [3, 4, 5, 7, 19, 23, 25, 29, 30, 45, 47, 48, 52, 53, 61, 68, 74, 75, 78, 79, 86, 87, 88, 90, 92, 93, 94, 100, 101, 106, 107, 108, 115, 123, 125, 130], "while": [26, 28, 109, 116], "white": 13, "whitnei": 4, "who": [44, 125], "whole": [56, 60], "whose": [37, 47, 51, 92], "why": 36, "wi29": 30, "wiesenhaan": 27, "wiki": [5, 6, 8, 19, 26, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 73, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedia": [0, 1, 4, 5, 6, 8, 11, 19, 21, 25, 28, 29, 30, 31, 37, 38, 41, 42, 44, 46, 47, 48, 50, 51, 54, 58, 59, 61, 62, 63, 65, 66, 67, 69, 71, 72, 80, 81, 82, 83, 84, 85, 86, 88, 89, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 111, 118, 124], "wildcard": 121, "william": 4, "window": [5, 26, 93, 94, 121], "winni": 121, "with_doc": 26, "with_seq": [106, 107], "within": [5, 17, 25, 48, 65, 66, 74, 82, 92, 97, 115, 121, 130], "withing": 74, "without": [20, 26, 44, 88, 121], "withpoint": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "woodbridg": [27, 121], "word": [16, 25, 129], "work": [4, 5, 6, 7, 8, 14, 15, 20, 23, 25, 31, 32, 37, 38, 39, 43, 45, 46, 48, 50, 51, 54, 60, 61, 64, 65, 66, 74, 77, 84, 85, 86, 87, 88, 102, 114, 121, 123, 130, 131], "workshop": [25, 27], "world": [90, 91, 105, 130], "wors": [9, 29, 41, 42, 43], "worst": [4, 29, 30, 72], "would": [5, 6, 7, 14, 15, 25, 32, 35, 36, 37, 39, 42, 43, 44, 54, 56, 57, 63, 64, 74, 75, 79, 101, 113, 114], "wrapper": [121, 125], "write": [92, 125], "written": 27, "wrong": [3, 35, 36, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 26, 27, 31, 38, 41, 42, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "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, 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, 130, 131], "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "ye": 13, "yellow": [85, 86], "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yige": 27, "you": [20, 26, 36, 47, 60, 77, 92, 125], "your": [25, 26, 35, 36, 57, 60, 125], "z": 13, "zero": [19, 49, 71, 90, 91, 99], "zia": 27, "zimanyi": 27}, "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", "Metrics - 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_betweennessCentrality", "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 - Proposed", "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", "Traversal - Family of functions", "Via - Category", "withPoints - Category", "withPoints - Family of functions"], "titleterms": {"": [25, 35, 56, 57, 67, 106, 107, 117], "0": [20, 121], "01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "1": [13, 29, 62, 121], "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "2": [13, 62, 121], "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "3": [13, 20, 62, 121], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "4": [62, 121], "5": [62, 121], "6": [62, 121], "7": [20, 27, 62, 121], "8": [62, 121], "9": [62, 121], "A": [6, 8, 74], "At": 74, "For": [25, 62], "NOT": [35, 56, 57], "Near": [65, 66], "On": [130, 131], "One": [23, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 67, 70, 71, 72, 74, 89, 90, 91, 99, 105, 106, 107, 108, 112, 113, 116, 117], "The": [13, 16, 67, 86, 94, 106, 107, 117, 123], "With": [56, 107, 108, 112, 113, 114, 115, 117, 131], "about": [130, 131], "ad": [25, 30, 73, 86], "add": [13, 86], "addit": [13, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 99, 101, 103, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "adjust": 25, "advanc": [6, 16, 19, 130, 131], "aggreg": [67, 106, 107, 117], "algorithm": [3, 106, 107], "all": [7, 20, 74], "alphabet": 27, "also": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "an": [13, 29, 60], "answer": 74, "ar": [67, 73, 106, 107, 117], "astar": [6, 31, 32, 33, 38, 39, 40], "asymetr": 29, "avail": 20, "base": 25, "belong": 13, "between": 62, "bf": [0, 81, 96], "bidirect": [8, 9], "both": 13, "build": [25, 26], "calcul": 86, "capac": 5, "case": 13, "categori": [0, 1, 2, 5, 14, 15, 17, 20, 122, 124, 129, 130], "chang": 121, "characterist": [4, 5, 9, 14, 15, 29, 30, 65, 66, 93, 94], "check": [25, 54, 73, 74], "chines": 10, "citi": 30, "clean": [56, 73], "closest": [25, 54, 74], "code": 25, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "combin": [16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 123, 130, 131], "commerci": 125, "compar": 92, "complet": 86, "compon": [12, 25, 54, 74], "concept": [20, 25], "configur": 26, "connect": [25, 29, 54, 74], "construct": 13, "content": [4, 5, 20, 23, 121, 130, 131], "contract": [13, 25, 55], "contribut": 25, "contributor": 27, "coordin": 30, "corpor": 27, "cost": [14, 15, 25, 30, 62, 67, 106, 107, 117, 123], "creat": [25, 30, 56, 73, 86, 130, 131], "cross": [25, 73], "cycl": 13, "data": [7, 13, 23, 25, 29, 30, 73, 86, 123], "databas": [13, 25, 26, 56, 73], "dead": [13, 25, 60], "default": [35, 56, 57], "definit": [4, 16, 25, 29, 30], "degre": 60, "deliv": [5, 93, 94, 123], "deliveri": 5, "demand": 5, "depend": 26, "descript": [6, 8, 10, 21, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118], "detail": 108, "df": [1, 50, 61, 83, 98], "dijkstra": [9, 16, 65, 66], "direct": [13, 62, 85, 123], "disconnect": [25, 54, 74], "distanc": [17, 68, 115], "do": [35, 56, 57], "document": [6, 16, 19, 130, 131], "doe": [56, 73, 113, 115, 130, 131], "drive": [17, 68, 112, 113, 115, 116, 130, 131], "dry": [60, 73, 74], "edg": [0, 3, 7, 10, 13, 15, 16, 17, 19, 23, 25, 28, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "enabl": 26, "end": [13, 25, 60, 67, 106, 107, 117], "equval": 62, "exampl": [25, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 92, 94, 99, 101, 103, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "execut": [60, 73, 74], "exist": 60, "experiment": [5, 10, 18, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 22, 24, 118, 122, 126, 127, 128, 131], "fill": 86, "fillup": [74, 123], "find": [25, 73, 74], "flow": [19, 25], "fly": [107, 108], "from": [29, 60, 62, 86], "front": [67, 106, 107, 108, 112, 117], "full": 56, "function": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 118, 119, 122, 126, 127, 128, 131], "gener": [4, 14, 15, 19, 20, 25, 29, 129], "geometri": [25, 30, 73], "get": [25, 26, 30, 54, 62, 74], "gi": 125, "give": 86, "given": 74, "graph": [13, 25, 60, 62, 73, 85, 86, 108, 123], "guid": 23, "hand": [130, 131], "handl": 5, "have": [56, 73], "heurist": 6, "how": [25, 106, 107], "i": 73, "id": 25, "idenifi": 86, "identifi": [73, 85, 86], "imag": [92, 123], "incomplet": 29, "individu": 27, "inform": [4, 13, 14, 15, 19, 25, 27, 54, 73, 74, 129], "inner": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "insert": [25, 73], "inspect": [56, 73], "instal": 26, "interest": [29, 74, 123], "introduct": [3, 5, 7, 13, 16, 27, 127, 130, 131], "k": 2, "known": 73, "kruskal": [21, 23], "ksp": [28, 109, 116], "leaf": 86, "left": [112, 113, 116, 130, 131], "length": 25, "licens": 27, "line": [73, 85], "linear": [13, 25, 60], "list": 125, "load": 25, "locat": 5, "loop": 86, "mail": 125, "main": [67, 106, 123], "make": [56, 73], "mani": [25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 74, 89, 90, 91, 99, 105, 108, 112, 113, 116], "map": 86, "match": [35, 56, 57], "matrix": [5, 15, 29, 93], "matter": [113, 115, 130, 131], "mayor": 121, "metric": 22, "migrat": 23, "minor": 121, "more": 27, "most": 74, "multipl": [23, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "network": [130, 131], "new": [23, 25, 73], "newli": 86, "node": [67, 86, 106, 107, 117], "non": 25, "note": [20, 121], "offici": 20, "old": 23, "onli": 62, "oper": 13, "option": [0, 4, 5, 6, 7, 15, 16, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 79, 81, 83, 85, 93, 94, 96, 98, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "order": [5, 24, 27, 93, 94, 123], "origin": [4, 86, 94, 123], "output": 56, "outsid": 123, "overload": 25, "pair": 7, "paramet": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 129, 130, 131], "pass": [67, 106, 107, 108, 112, 117], "past": 27, "path": [2, 25, 62, 67, 73, 106, 107, 117], "per": 74, "perform": [7, 25], "person": 4, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeonewai": 36, "pgr_articulationpoint": 37, "pgr_astar": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdastar": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstra": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentr": 45, "pgr_biconnectedcompon": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostman": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcompon": 54, "pgr_contract": 55, "pgr_createtopologi": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeord": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstra": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstranear": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravia": [23, 67], "pgr_drivingdist": [23, 68], "pgr_edgecolor": 69, "pgr_edgedisjointpath": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshal": 75, "pgr_full_vers": 76, "pgr_hawickcircuit": 77, "pgr_isplanar": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbf": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldf": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphful": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclidean": 94, "pgr_prim": 95, "pgr_primbf": [23, 96], "pgr_primdd": [23, 97], "pgr_primdf": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcolor": 100, "pgr_stoerwagn": 101, "pgr_strongcompon": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoint": [23, 108], "pgr_trspvia": [23, 106], "pgr_trspvia_withpoint": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclidean": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoint": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvia": [23, 117], "pgrout": [20, 25, 121], "pick": [5, 93, 94, 123], "point": [15, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "postman": 10, "prepar": [25, 54, 74], "present": 27, "prim": [23, 118], "problem": [4, 10, 16, 29, 30, 125], "propos": [60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119], "purpos": 30, "queri": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "reach": [67, 106, 107, 117], "refer": 120, "releas": [20, 27, 121], "remov": [25, 73, 86], "report": 125, "repres": 85, "represent": 85, "restrict": [3, 23, 25, 86, 105, 106, 107, 108, 109, 123, 129], "result": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "return": [34, 59, 91], "reverse_cost": [25, 62, 123], "right": [112, 113, 116, 130, 131], "rout": [5, 25, 56, 67, 73, 74, 86, 106, 107, 117], "row": 5, "run": [60, 73, 74], "sahara": 30, "sale": 4, "sampl": [13, 123], "save": [25, 54, 74], "see": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "select": 25, "self": 86, "share": 85, "short": 26, "shortest": [2, 25, 73], "show": 108, "side": [112, 113, 115, 116, 130, 131], "signatur": [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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "simplifi": 86, "simul": [106, 107], "singl": [23, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "soft": 86, "solut": 62, "sourc": [13, 26], "span": [25, 124], "special": 109, "split": [25, 73], "sponsor": 27, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "start": 29, "statu": [67, 106, 107, 117], "storag": [25, 54, 74], "store": [13, 30, 86], "structur": [23, 25], "sub": 60, "subgraph": 13, "summari": 5, "support": [123, 125], "sure": [56, 73], "surplu": [25, 73], "synopsi": [9, 15, 93, 94], "tabl": [4, 13, 20, 25, 30, 35, 56, 57, 60, 73, 74, 86, 123], "target": 13, "temporari": [130, 131], "test": [26, 30], "thi": 27, "third": [67, 106, 107, 117], "time": 5, "tip": 25, "topologi": [25, 56, 73, 113, 123, 126], "total": 30, "tour": 30, "transform": [86, 127], "travel": 4, "travers": 128, "tree": [25, 124], "trsp": [3, 25], "tsp": [4, 29, 30], "turn": 23, "two": 74, "undirect": [13, 62, 108, 123], "uniqu": 85, "unit": 5, "up": [56, 73], "updat": [13, 25, 73], "upgrad": 26, "us": [13, 23, 29, 62, 86, 107, 108, 112, 113, 114, 115, 116, 117], "usag": [35, 56, 57, 107, 112, 117], "v3": 27, "valu": [34, 35, 56, 57, 86], "variabl": 26, "variat": [107, 112, 117], "vehicl": [5, 93, 94, 123], "veric": 86, "version": 26, "vertex": [13, 23, 25, 29, 50, 54, 60, 61, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 115], "vertic": [13, 23, 25, 50, 54, 56, 61, 67, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 106, 107, 115, 117, 123, 130, 131], "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "visit": [67, 106, 107, 108, 112, 117], "visual": 30, "western": 30, "when": [35, 56, 57, 67, 73, 106, 107, 117, 130, 131], "wiki": 25, "without": [25, 73], "withpoint": [130, 131], "withpointsksp": 116, "work": [106, 107], "x": [25, 27, 121], "y": 25}}) \ No newline at end of file diff --git a/3.7/en/spanningTree-family.html b/3.7/en/spanningTree-family.html index e299d3f2c6..255884a1f7 100644 --- a/3.7/en/spanningTree-family.html +++ b/3.7/en/spanningTree-family.html @@ -10,10 +10,10 @@ Spanning Tree - Category — pgRouting Manual (3.7-dev) - + - + @@ -231,7 +231,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/support.html b/3.7/en/support.html index dc9bc45835..3845b63236 100644 --- a/3.7/en/support.html +++ b/3.7/en/support.html @@ -10,10 +10,10 @@ Support — pgRouting Manual (3.7-dev) - + - + @@ -270,7 +270,7 @@

Mailing List and GIS StackExchangeSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/topology-functions.html b/3.7/en/topology-functions.html index 58dd6fbcba..f48b75ea1b 100644 --- a/3.7/en/topology-functions.html +++ b/3.7/en/topology-functions.html @@ -10,10 +10,10 @@ Topology - Family of Functions — pgRouting Manual (3.7-dev) - + - + @@ -252,7 +252,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/transformation-family.html b/3.7/en/transformation-family.html index fc000d2aa1..9590c92d49 100644 --- a/3.7/en/transformation-family.html +++ b/3.7/en/transformation-family.html @@ -10,10 +10,10 @@ Transformation - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -259,7 +259,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/traversal-family.html b/3.7/en/traversal-family.html index 364fe87c3d..e18cbf6b62 100644 --- a/3.7/en/traversal-family.html +++ b/3.7/en/traversal-family.html @@ -10,10 +10,10 @@ Traversal - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -263,7 +263,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/via-category.html b/3.7/en/via-category.html index cb959d7818..c70e1c6d8d 100644 --- a/3.7/en/via-category.html +++ b/3.7/en/via-category.html @@ -10,10 +10,10 @@ Via - Category — pgRouting Manual (3.7-dev) - + - + @@ -648,7 +648,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/withPoints-category.html b/3.7/en/withPoints-category.html index 4c68c0cc44..e76d51e949 100644 --- a/3.7/en/withPoints-category.html +++ b/3.7/en/withPoints-category.html @@ -10,10 +10,10 @@ withPoints - Category — pgRouting Manual (3.7-dev) - + - + @@ -823,7 +823,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/en/withPoints-family.html b/3.7/en/withPoints-family.html index bbbfb015ce..5996425cb9 100644 --- a/3.7/en/withPoints-family.html +++ b/3.7/en/withPoints-family.html @@ -10,10 +10,10 @@ withPoints - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -798,7 +798,7 @@

See Also

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Last updated on Oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/.buildinfo b/3.7/es/.buildinfo index 37ef7f5c17..890a47826a 100644 --- a/3.7/es/.buildinfo +++ b/3.7/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: b3db268bc2f732d88cd93ae041571ef2 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 99eb3865bee7e4cf43bad30023c2b25f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/3.7/es/BFS-category.html b/3.7/es/BFS-category.html index d9d3f2ef13..4f43c1d388 100644 --- a/3.7/es/BFS-category.html +++ b/3.7/es/BFS-category.html @@ -10,13 +10,13 @@ BFS - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -437,7 +437,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/DFS-category.html b/3.7/es/DFS-category.html index 184f013c26..0ce3402037 100644 --- a/3.7/es/DFS-category.html +++ b/3.7/es/DFS-category.html @@ -10,13 +10,13 @@ DFS - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -229,7 +229,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/KSP-category.html b/3.7/es/KSP-category.html index 84abc9eaee..1fba0c8e42 100644 --- a/3.7/es/KSP-category.html +++ b/3.7/es/KSP-category.html @@ -10,13 +10,13 @@ Rutas más cortas K - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -214,7 +214,7 @@

Rutas más cortas K - CategoríaSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/TRSP-family.html b/3.7/es/TRSP-family.html index 73fa0ac94e..c020b7b706 100644 --- a/3.7/es/TRSP-family.html +++ b/3.7/es/TRSP-family.html @@ -10,13 +10,13 @@ TRSP - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -458,7 +458,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/TSP-family.html b/3.7/es/TSP-family.html index 23de5b7a03..66790edcb9 100644 --- a/3.7/es/TSP-family.html +++ b/3.7/es/TSP-family.html @@ -10,13 +10,13 @@ Vendedor Viajante - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -332,7 +332,7 @@

Ver también © Copyright pgRouting Contributors - Version v3.7.0-dev.
Actualizado por última vez en oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/VRP-category.html b/3.7/es/VRP-category.html index 5478b2d6f1..af14385ceb 100644 --- a/3.7/es/VRP-category.html +++ b/3.7/es/VRP-category.html @@ -10,13 +10,13 @@ Funciones de Ruteo de Vehículos - Categoría (Experimental) — pgRouting Manual (3.7-dev) - + - + - + @@ -1190,7 +1190,7 @@

Ver también © Copyright pgRouting Contributors - Version v3.7.0-dev.
Actualizado por última vez en oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/_static/basic.css b/3.7/es/_static/basic.css index f316efcb47..7ebbd6d07b 100644 --- a/3.7/es/_static/basic.css +++ b/3.7/es/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -115,15 +108,11 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { diff --git a/3.7/es/_static/doctools.js b/3.7/es/_static/doctools.js index 4d67807d17..0398ebb9f0 100644 --- a/3.7/es/_static/doctools.js +++ b/3.7/es/_static/doctools.js @@ -1,12 +1,5 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * * Base JavaScript utilities for all Sphinx HTML documentation. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; diff --git a/3.7/es/_static/graphviz.css b/3.7/es/_static/graphviz.css index 027576e34d..30f3837b62 100644 --- a/3.7/es/_static/graphviz.css +++ b/3.7/es/_static/graphviz.css @@ -1,12 +1,5 @@ /* - * graphviz.css - * ~~~~~~~~~~~~ - * * Sphinx stylesheet -- graphviz extension. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ img.graphviz { diff --git a/3.7/es/_static/language_data.js b/3.7/es/_static/language_data.js index 6d072c51f7..7524209da6 100644 --- a/3.7/es/_static/language_data.js +++ b/3.7/es/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "al", "algo", "algunas", "algunos", "ante", "antes", "como", "con", "contra", "cual", "cuando", "de", "del", "desde", "donde", "durante", "e", "el", "ella", "ellas", "ellos", "en", "entre", "era", "erais", "eran", "eras", "eres", "es", "esa", "esas", "ese", "eso", "esos", "esta", "estaba", "estabais", "estaban", "estabas", "estad", "estada", "estadas", "estado", "estados", "estamos", "estando", "estar", "estaremos", "estar\u00e1", "estar\u00e1n", "estar\u00e1s", "estar\u00e9", "estar\u00e9is", "estar\u00eda", "estar\u00edais", "estar\u00edamos", "estar\u00edan", "estar\u00edas", "estas", "este", "estemos", "esto", "estos", "estoy", "estuve", "estuviera", "estuvierais", "estuvieran", "estuvieras", "estuvieron", "estuviese", "estuvieseis", "estuviesen", "estuvieses", "estuvimos", "estuviste", "estuvisteis", "estuvi\u00e9ramos", "estuvi\u00e9semos", "estuvo", "est\u00e1", "est\u00e1bamos", "est\u00e1is", "est\u00e1n", "est\u00e1s", "est\u00e9", "est\u00e9is", "est\u00e9n", "est\u00e9s", "fue", "fuera", "fuerais", "fueran", "fueras", "fueron", "fuese", "fueseis", "fuesen", "fueses", "fui", "fuimos", "fuiste", "fuisteis", "fu\u00e9ramos", "fu\u00e9semos", "ha", "habida", "habidas", "habido", "habidos", "habiendo", "habremos", "habr\u00e1", "habr\u00e1n", "habr\u00e1s", "habr\u00e9", "habr\u00e9is", "habr\u00eda", "habr\u00edais", "habr\u00edamos", "habr\u00edan", "habr\u00edas", "hab\u00e9is", "hab\u00eda", "hab\u00edais", "hab\u00edamos", "hab\u00edan", "hab\u00edas", "han", "has", "hasta", "hay", "haya", "hayamos", "hayan", "hayas", "hay\u00e1is", "he", "hemos", "hube", "hubiera", "hubierais", "hubieran", "hubieras", "hubieron", "hubiese", "hubieseis", "hubiesen", "hubieses", "hubimos", "hubiste", "hubisteis", "hubi\u00e9ramos", "hubi\u00e9semos", "hubo", "la", "las", "le", "les", "lo", "los", "me", "mi", "mis", "mucho", "muchos", "muy", "m\u00e1s", "m\u00ed", "m\u00eda", "m\u00edas", "m\u00edo", "m\u00edos", "nada", "ni", "no", "nos", "nosotras", "nosotros", "nuestra", "nuestras", "nuestro", "nuestros", "o", "os", "otra", "otras", "otro", "otros", "para", "pero", "poco", "por", "porque", "que", "quien", "quienes", "qu\u00e9", "se", "sea", "seamos", "sean", "seas", "seremos", "ser\u00e1", "ser\u00e1n", "ser\u00e1s", "ser\u00e9", "ser\u00e9is", "ser\u00eda", "ser\u00edais", "ser\u00edamos", "ser\u00edan", "ser\u00edas", "se\u00e1is", "sido", "siendo", "sin", "sobre", "sois", "somos", "son", "soy", "su", "sus", "suya", "suyas", "suyo", "suyos", "s\u00ed", "tambi\u00e9n", "tanto", "te", "tendremos", "tendr\u00e1", "tendr\u00e1n", "tendr\u00e1s", "tendr\u00e9", "tendr\u00e9is", "tendr\u00eda", "tendr\u00edais", "tendr\u00edamos", "tendr\u00edan", "tendr\u00edas", "tened", "tenemos", "tenga", "tengamos", "tengan", "tengas", "tengo", "teng\u00e1is", "tenida", "tenidas", "tenido", "tenidos", "teniendo", "ten\u00e9is", "ten\u00eda", "ten\u00edais", "ten\u00edamos", "ten\u00edan", "ten\u00edas", "ti", "tiene", "tienen", "tienes", "todo", "todos", "tu", "tus", "tuve", "tuviera", "tuvierais", "tuvieran", "tuvieras", "tuvieron", "tuviese", "tuvieseis", "tuviesen", "tuvieses", "tuvimos", "tuviste", "tuvisteis", "tuvi\u00e9ramos", "tuvi\u00e9semos", "tuvo", "tuya", "tuyas", "tuyo", "tuyos", "t\u00fa", "un", "una", "uno", "unos", "vosotras", "vosotros", "vuestra", "vuestras", "vuestro", "vuestros", "y", "ya", "yo", "\u00e9l", "\u00e9ramos"]; diff --git a/3.7/es/_static/searchtools.js b/3.7/es/_static/searchtools.js index b08d58c9b9..2c774d17af 100644 --- a/3.7/es/_static/searchtools.js +++ b/3.7/es/_static/searchtools.js @@ -1,12 +1,5 @@ /* - * searchtools.js - * ~~~~~~~~~~~~~~~~ - * * Sphinx JavaScript utilities for the full-text search. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; @@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") { // and returns the new score. /* score: result => { - const [docname, title, anchor, descr, score, filename] = result + const [docname, title, anchor, descr, score, filename, kind] = result return score }, */ @@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") { }; } +// Global search result kind enum, used by themes to style search results. +class SearchResultKind { + static get index() { return "index"; } + static get object() { return "object"; } + static get text() { return "text"; } + static get title() { return "title"; } +} + const _removeChildren = (element) => { while (element && element.lastChild) element.removeChild(element.lastChild); }; @@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => { const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; const contentRoot = document.documentElement.dataset.content_root; - const [docName, title, anchor, descr, score, _filename] = item; + const [docName, title, anchor, descr, score, _filename, kind] = item; let listItem = document.createElement("li"); + // Add a class representing the item's type: + // can be used by a theme's CSS selector for styling + // See SearchResultKind for the class names. + listItem.classList.add(`kind-${kind}`); let requestUrl; let linkUrl; if (docBuilder === "dirhtml") { @@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => { "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." ); else - Search.status.innerText = _( - "Search finished, found ${resultCount} page(s) matching the search query." + Search.status.innerText = Documentation.ngettext( + "Search finished, found one page matching the search query.", + "Search finished, found ${resultCount} pages matching the search query.", + resultCount, ).replace('${resultCount}', resultCount); }; const _displayNextItem = ( @@ -138,7 +145,7 @@ const _displayNextItem = ( else _finishSearch(resultCount); }; // Helper function used by query() to order search results. -// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Each input is an array of [docname, title, anchor, descr, score, filename, kind]. // Order the results by score (in opposite order of appearance, since the // `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. const _orderResultsByScoreThenName = (a, b) => { @@ -248,6 +255,7 @@ const Search = { searchSummary.classList.add("search-summary"); searchSummary.innerText = ""; const searchList = document.createElement("ul"); + searchList.setAttribute("role", "list"); searchList.classList.add("search"); const out = document.getElementById("search-results"); @@ -318,7 +326,7 @@ const Search = { const indexEntries = Search._index.indexentries; // Collect multiple result groups to be sorted separately and then ordered. - // Each is an array of [docname, title, anchor, descr, score, filename]. + // Each is an array of [docname, title, anchor, descr, score, filename, kind]. const normalResults = []; const nonMainIndexResults = []; @@ -337,6 +345,7 @@ const Search = { null, score + boost, filenames[file], + SearchResultKind.title, ]); } } @@ -354,6 +363,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.index, ]; if (isMain) { normalResults.push(result); @@ -475,6 +485,7 @@ const Search = { descr, score, filenames[match[0]], + SearchResultKind.object, ]); }; Object.keys(objects).forEach((prefix) => @@ -585,6 +596,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.text, ]); } return results; diff --git a/3.7/es/_static/translations.js b/3.7/es/_static/translations.js index 67415c6f74..397751d76f 100644 --- a/3.7/es/_static/translations.js +++ b/3.7/es/_static/translations.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "B\u00fasqueda", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda", - "Search finished, found ${resultCount} page(s) matching the search query.": "B\u00fasqueda finalizada, se encontraron ${resultCount} p\u00e1ginas que coinciden con la consulta de b\u00fasqueda.", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Buscar en %(docstitle)s", "Searching": "Buscando", "Searching for multiple words only shows matches that contain\n all words.": "La b\u00fasqueda de varias palabras solo muestra coincidencias que contienen\n todas las palabras.", diff --git a/3.7/es/aStar-family.html b/3.7/es/aStar-family.html index 529385c5f1..6634fb55c1 100644 --- a/3.7/es/aStar-family.html +++ b/3.7/es/aStar-family.html @@ -10,13 +10,13 @@ A* - Familia de Funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -367,7 +367,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/allpairs-family.html b/3.7/es/allpairs-family.html index 5b107d2094..8eb127cb85 100644 --- a/3.7/es/allpairs-family.html +++ b/3.7/es/allpairs-family.html @@ -10,13 +10,13 @@ Todos los Pares - Familia de Funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -785,7 +785,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/bdAstar-family.html b/3.7/es/bdAstar-family.html index eb103bd15b..952c4d1ac1 100644 --- a/3.7/es/bdAstar-family.html +++ b/3.7/es/bdAstar-family.html @@ -10,13 +10,13 @@ A* Bidireccional - Familia de Funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -260,7 +260,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/bdDijkstra-family.html b/3.7/es/bdDijkstra-family.html index 3b7d366d9e..dd8748e5b9 100644 --- a/3.7/es/bdDijkstra-family.html +++ b/3.7/es/bdDijkstra-family.html @@ -10,13 +10,13 @@ Bidirectional Dijkstra - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -251,7 +251,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/chinesePostmanProblem-family.html b/3.7/es/chinesePostmanProblem-family.html index dc87f4acbd..df300b5224 100644 --- a/3.7/es/chinesePostmanProblem-family.html +++ b/3.7/es/chinesePostmanProblem-family.html @@ -10,13 +10,13 @@ Chinese Postman Problem - Familia de funciones (Experimental) — pgRouting Manual (3.7-dev) - + - + - + @@ -336,7 +336,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/coloring-family.html b/3.7/es/coloring-family.html index 0c6d09df6f..ebd66d4764 100644 --- a/3.7/es/coloring-family.html +++ b/3.7/es/coloring-family.html @@ -10,13 +10,13 @@ Coloración - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -321,7 +321,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/components-family.html b/3.7/es/components-family.html index 0cdbed8c2f..aadd4c0dbd 100644 --- a/3.7/es/components-family.html +++ b/3.7/es/components-family.html @@ -10,13 +10,13 @@ Componentes - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -243,7 +243,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/contraction-family.html b/3.7/es/contraction-family.html index baad694d9d..2a014f39e8 100644 --- a/3.7/es/contraction-family.html +++ b/3.7/es/contraction-family.html @@ -10,13 +10,13 @@ Contraction - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -1196,7 +1196,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/cost-category.html b/3.7/es/cost-category.html index aac817d059..f941ef174d 100644 --- a/3.7/es/cost-category.html +++ b/3.7/es/cost-category.html @@ -10,13 +10,13 @@ Costo - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -261,7 +261,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/costMatrix-category.html b/3.7/es/costMatrix-category.html index 6fd4e45dfe..d3cbc3003d 100644 --- a/3.7/es/costMatrix-category.html +++ b/3.7/es/costMatrix-category.html @@ -10,13 +10,13 @@ Cost Matrix - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -556,7 +556,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/dijkstra-family.html b/3.7/es/dijkstra-family.html index e641c1571d..24b6afa673 100644 --- a/3.7/es/dijkstra-family.html +++ b/3.7/es/dijkstra-family.html @@ -10,13 +10,13 @@ Dijkstra - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -526,7 +526,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/drivingDistance-category.html b/3.7/es/drivingDistance-category.html index 47b6112c2e..392bb0874b 100644 --- a/3.7/es/drivingDistance-category.html +++ b/3.7/es/drivingDistance-category.html @@ -10,13 +10,13 @@ Distancia Manejando - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -422,7 +422,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/experimental.html b/3.7/es/experimental.html index 74f8e1fad3..ce3c911024 100644 --- a/3.7/es/experimental.html +++ b/3.7/es/experimental.html @@ -10,13 +10,13 @@ Funciones Experimentales — pgRouting Manual (3.7-dev) - + - + - + @@ -304,7 +304,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/flow-family.html b/3.7/es/flow-family.html index fe28d62ac9..dc38e17a59 100644 --- a/3.7/es/flow-family.html +++ b/3.7/es/flow-family.html @@ -10,13 +10,13 @@ Flow - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -660,7 +660,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/genindex.html b/3.7/es/genindex.html index 0be91a243e..554ebd3e08 100644 --- a/3.7/es/genindex.html +++ b/3.7/es/genindex.html @@ -9,13 +9,13 @@ Índice — pgRouting Manual (3.7-dev) - + - + - + @@ -696,7 +696,7 @@

W

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Actualizado por última vez en oct 10, 2024.
- Created using Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/index.html b/3.7/es/index.html index 38584978dc..b6bf5d294a 100644 --- a/3.7/es/index.html +++ b/3.7/es/index.html @@ -10,13 +10,13 @@ Tabla de Contenido — pgRouting Manual (3.7-dev) - + - + - + @@ -412,11 +412,10 @@

Notas de la versión de pgRouting 3.7.0meta cerrada 3.7.0

Soporte

@@ -513,7 +512,7 @@

Todas las versionesSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/kruskal-family.html b/3.7/es/kruskal-family.html index a5912f6ef2..b896451e69 100644 --- a/3.7/es/kruskal-family.html +++ b/3.7/es/kruskal-family.html @@ -10,13 +10,13 @@ Kruskal - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -306,7 +306,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/metrics-family.html b/3.7/es/metrics-family.html index c0309dd257..c9fb4fa468 100644 --- a/3.7/es/metrics-family.html +++ b/3.7/es/metrics-family.html @@ -10,13 +10,13 @@ Métricas - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -236,7 +236,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/migration.html b/3.7/es/migration.html index 442f637b87..9252a99efe 100644 --- a/3.7/es/migration.html +++ b/3.7/es/migration.html @@ -10,13 +10,13 @@ Guía de migración — pgRouting Manual (3.7-dev) - + - + - + @@ -3083,7 +3083,7 @@

Ver también © Copyright pgRouting Contributors - Version v3.7.0-dev.
Actualizado por última vez en oct 10, 2024.
- Created using
Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/objects.inv b/3.7/es/objects.inv index cb29cfa2b8469af7bc9ae1274e248778687e0976..d75d2095628e54be5ab96f2b8d23ce04446b6157 100644 GIT binary patch delta 12101 zcmZvBQ*fYd6YR!zHnwe>8{4*R=Z$S!8{4*RI~&^@ZIbi-SEo+Zx$3E|u9>Oo=i-@} ztp$+F1(13~9$<1+rRnbYC9YFqJa)0398R?_1E09FvqPN+|65q+{K=~^bsDnrKC#^? z)0Vh7GZ$AAmIUo?AhKOBSV>7BKxWhx2ExVWdA!~uhWUUVakH0l!fL@OYAo)2kqzZ{ zONM^jQ0%`}vjAKK5;wEtq#Qj^aR30LddS8IE^1Z}0Y2ar201!9Oke!{G-|S*t^3ks z$WNB{IAw3hVUVBUjaEBJu^p55gP%*Y!lv+DM|aliSTdt55PVB_mleC*ZGhat65DpW zRUhtFk~Lf%>u9mS0nCmgEOV78N+VoBxu+Uxg`ec)k{8;;3|)V4`nIwv-AmZjp1GqU zl;+?BfnBz(8eKP70|1;fU&C)XHCLRFc{v4y_4=lBV`jjp((v#OrWe!2gUxKqoW2so z0})Z>dVjW#eOWuzr^^*qtcqJ6JUdl8M03Jy$aC&T(?Iv>511J*jEq3+IWW|py@c#l zaj7p5dbsECd&Q0@xck;G=^mw?6(rLuq|~nrKx9njfG?kOMl?Yp84PWQ8z?2|Kx(`D zTYH6$L6khNEv06P`wn}$b+QRYuAV5OqID$b)I4a^?&_;r98^nerg%pfx`lF5RHEDr zSxk&{pmQS)R9d2zTu*}a4(o9XZ4!4`YbR&x-%E4`^C3iz_=L!g&QjTj-0cL=2YZ!k zz%3+Xz66t1T=EL1RPa(8re7<5!<^rh+(kC@o?V`5U$sXxuFr$tF^$G}lGNw06? zXAzCYNaEOZjXLv1=j9l;OsdxWX{h;y+a`FVE}aAcE5BR~5;U1hW3_UP0V11nE3Uer zpS^|}EF^eO@?$`O0hE_#0H}K;`KRt7fN#RLHoX1NF&Z41Zv!hwiUvIl$`W{27zqvv zB2S4dU`=67GG1MNo~)>Z)x|)neCkw>ESk=kbC-%lV?vKepmyC`< zM@mb{JZL8~6^J<*YfF2ehNQd`ffqxTP$^5hQg_dfTD-w!$6e4wcL*!4@}Cnoj(YGd z7bW70iq82w-m$vuISz-s9F`9QcwE7GOSRZsWg4h)tL4}+%jA(MYem?xRf4D)d37fT z=BL%68E2}@=%~3}=KJGsHUxOw;q(Dhxam1l<_Rp`*Pdh*3#ieBVXXRzpwgbo&*p~8 z=jg~a_K4^umYkpFrcX~$r34;9hGH)^%h9Kc8@kSNRso|WtJC#ghsI?lS3=Y zxbHPLZV7!U1WXAo1aj&t^tSrjeuiPA`IMnwzKNUp z$w_kypDuZ?`HZnYPLWUn$k}LnewWD*+*k1|mpNoam!fx?_wzdV3_KBAdtxGc+7FG^2Tzu}0t$Jrf z%Xn$}QZ5pl7)ABjdz7&^Mtf=t!13se>rafuf;4wXbu&tA3}S=nRg zTUwcFyfi>mmGeE-kw@ZFa$LuaT-k0Pk;` zC%3X28%;QA-blnFYVo^9C81Ar{6*u96jEZ(NqKm;?|{-!_A~je@^46nL!}t;UkIo} zb(26ECVPKO$sFHZklP$Q#K)JJZ$?vIdAP>O#FKOp0n_zd2fLVGd9enoIub&HGi|o8 zQTp8F(|RxsXjJ$hEDOkWCZFbqwab_Aepc zDX8W&%z4FrqXyS$~nF6##*ujtQlPj?+jFm5lvP&Kk}ZEDYwTh>ne_fr!q*wL0kQ(p^y?0 z(YEYto+ayGDH45bK&O(D>wuq;c~!`Y<&vsZN@ErWzeTU^3)(oqXD)+kF7b7e#7R(x z&ElcQwW1LbWif3pxC*oXw{~KUHW%t7&)s;CBC$I+xpaGMMMmfowvLxT^af-|jh)zD zX$_0pD2)qG#e>OE%R@^?!~|z7r6Q+Nk|Tmt5D@c_V=K+$n|%AJH;3rXX%Qmc<()bcHC{|OIg$U7pATbx2k?8DG8h4~n^Ntnm< z$4|IxP*SZ!nsV{=^~p76oJr{mu*qMOqR{c#ah%tvk=%Mw^@ zE9iKaVUQN_2~p^9=wTKYD~}QSB7Bab0$mJBq8tv9xeof-ewXct7}uTQYtkIf!MRSx zS*87c6!L>XF6@J0W-j1(6y`OA^b$XeZ!fpCwkrzN`V1tD%C=_Ovkzhd;fYk!Gk)|g zqR=lg`(6Yr(}~Ypv;jNJx$a+@F)QLyWMj7POvDDUHxdH=P29k|uosM2+~}Op5mPr@ z3Nsb=T`d!rLlu5~;|>ZL1X89dUC%-K-_|Fp-(Zx7Yt7FRNXfv>1zkh-^|-y(R{rzA z{K&)NMM2|A%C^02STP%G(?JGUlIkd@UvT7auB%JZ6w%raE?-0)l5RY2Q%4d8l)%mw zlz;G^sF`40sb!gSJkVMjK1T^0ggPVwzcQp)i?;(!C%_5Q>2bqJifkpF4_FtdLCe5W zqo*UZP2#Pvfxm2OpOEfQ8&{P^)%HG#KNa$uGD|CNI9saqkxXhT;k5BE+K2_x5N;aCDQ4%0 zoW>awTgFTlN}}L z(pK9_$sOH}QfTU()9P_nRV8REWZAv24T#odEnO|VZyQ8HA2eoKw!?lWVQA_M!!a#uMMd4}84iP)LBg|5xxs)n1BvdW^7W6# zdV3ltO!eIM^+W$P-0jnch+~m~uM>PjtVxYoPjK9f? z)S2^|{%W?KuO@YfJ4A2Fr1oroW5l7h1dMhAVx&IdIHl6d+pr2I_ zduxDM4&FD>{Zl{vr&yUcBj?$-^O*ik2@6nEDl}t@a#Kq+CeHc;JgS)X2;{5m=M|=? zGiQ|nWuc{0El;o?8Ze76aEdYk7taLJXZ&~&lgIv~U0N&JqI2XM`km&1wM@!L9H^2lGr*Dv@p&;*OswOt%*boFbuGs%0o zf#TQDzgL#)mxD@H={)Iz?cw!&d&1NRD;;Uss|K999B`b5PznD?oQN8If_%L=rz-%| z2qbXloK^lddpXpu$d}G~Vdy19da$H{*<)VkNiIR@+~oP2{UR3w^n#O^>sm=>_ySaz zNsO~S#wr9H2(&nMLsti677!-(SmGRJw0K@aT+*oA>Go3cn2CgWyP;tEs-@wGo+U}W z;)i-v6Gf`^rps`t$+kh7EW^PpN523sP(*hD?{Q6q>4^ztB)oeVDM9TUoUONS6`U!; z!@=rViZ*glDJqcEhxh&HCWDZtL-N7A893)Zl_>afD~wi3My0xN82l7!J+11K#T)Es zizf?5Gid*$HM2TF33&_S7>0q4?M*^-yIL_Bad)Afui-3mn^pN4&bu;Y)q22Q5W#9O z94m4p_I*9LL0Cnakc=dn@GjGMVV%i*NfZ%DLFciW)vloq*Wdqh(JLgg^`xL?#v8PO z$}Ap_36rkPyCl?{UY(lwnj^oyzil@ffA7H^vW+)<)@^yV%_6ovjWy|2C*`O3DH#dp z<8;zI68;;v2}VTv-zjeWb8;Y<9;ZX~j)C>S>PAp(78dK!vEjxZywmYTz@^ajV3XRH z;yY*PRz|J30ldR@AqcZL{HU7@PSR8?Q%i~!JnvEHS&#LG=xH}&gl@l7U(m-#jJv5C z;^1r4me`k!2g;L>FDeq2;+L948ca?;xlWq+GL`P>$WM%x)W(G=nFGMMsL_)lzzV6} z@&o!!xTzxR9I^gA^&*W>fRav`mlF59yBdLFI)*8OWTArIyoUcM-714HXrEE*@ykJ5 zO>L)PGulG#7;mup>*UKJz^L)k3YUTUiaiSUZc05x*o8PFBh9cmmf=h+n@l)9@p|Z{lv6vx@fvU*(xnf@2^M{hx9D)6tMSDw* zW00mgss?PDMBGGs;wUjTWJk{l1G{8M!n9iPlR)_1PN`KWIt=zNE-{Ku6%X$<=`119JOuNNSfRBjlX&VXqKuz_1=io4H$s&226qRZ@iM!g$H@b z6S<~~oN&@i?5QTFDdz=NCT`4M7W-B9ZE(IreDz2li9;nQy6H@F2LX3WBZw))t`N|Q zCT%#Q4G!V!)xH@>)%&A9yOXOC7YPkp!p9Kz$US^nk84G7=TU!nEw0Zqf?{6BwU_9+ zlDPw#Y?(vG4(ou*)b^-c_^jIzlm&>&3XqvU^FMz1{Zp%9D&Vw<(KhMEd)X2HZTZ)3 zX>y!idFW&B_&i^oHjo2=JKo^z_fTDARX4x9&EZxQ=SlWuTZ`X-g|<9^7g0^93JD1( zqn|CBrRk=4IgN~T!(wMYk&Cx&SEc)KdX$dObibCtI)wu)d?d(oVD_BsuE02yteZ;= z=@Q?HU@RD7W|_G^VJU^B!vixyyhD=> zmjv<>MlIua@@mz2QLOo)w>l-2ql8ll$MKhPna|AoK?)!SxG+ zb=Ddk4R@EJgPbR1sr#3C$q`P+4*4_U2cNt^1rJUnuAMPDMQ>76LYV))0q)yh&F8b7 z*T^+<2RT_yply64gnybHFEQjF(`sO)VAE=xJI(-JLg#spy}%jpKhPOJ1NA^BWk_8~ zrvDpdZ*2`Dz4}+o1GrMqU4yETLXRN)kLHnk(NU4VjzCe3@kNVha=*q=KYCfRrr7J& zIP<;j2|^W_y0WR9`M}xbv*ddsf^rTPz;s596=e6B|MVq+6Hp9R5G~UNL%TYpy zQbHh%5HQ~>!uGpjw2BriI`$XTc{--9mlZyN9|+0}99XNz z|9fCfeo9r{C4-XSjgqs~&=*Rs%spHoB?dURf(otv(6W(yb#>3PH9+uYfbZt3TV)C? z{l2dI=*3-8#c_)6GI*}0_U9e_x_B?dC1IY@UUWC1>?B`7G!8Rgn4S*WNSv||Z!Cp+ zD1%@r1A8b1!H~<<<}stmpn>QZVYTf{$>jQU@9lG#6FglHoK0F}Ezd=~n_7-pM+c~% z5%(?$l=5lwVxLefh-b_Puz(b!0b%zvv&Unir6d;%v<-EZboUsV=}vQ240HXYlx)8l z+bekZfwE($Q$sW3r0C4p8Mf&d*+3+G-@KOK4a}k!?4Fn5zC{_FUFLHLQ+gsB2&<#r zrLRqqFDjDN8F#GEJ2=gn5A9p#U_i_2$QGV5HKqN^)p?XbmYQ5Hg#=xHn~E@_?r81; z={Zl=K=`e4P63Xos(s?dRzi62lG)UGB7-RTRoc<~fj5{H%@8xkj*ApUz1^%~h*&cV zS!Pq2L*2MKL2Du-cv@zhj6;w*`#zn_Jc>>lfXii@b?eZtRMDTNk)Pzs2KuFNf6~#q zxdyPF{|5Klzp^*~o*Tb2g+m;FFt-uZE-jH|7R{8rDYIZk!zN;0$Ik2~ z!gZbDC8Au0L^oAoa1xd;iCmA2k{OcIV3SZ<{PRF3smFE zFl}-G#Xh5gv8h{I0wRy*0)R!yOd!yP1>x)Rq5g_k04F4#Z%_MY5sF*J&T=;`7gQG= zC8zEr0eFzf=^(g|@(uuo^DZ;5RE2Xle%A!X;XEEPwwOdeH&Ge4tEoc^r{@{rjXG*N zO-RhgK@D?{TaoQKs%oE3bbjSt;p7ZjId*FAkxBf((^2y#h|x!12g(~=fbydEU0i?U zadTUe*5IGJkGOe08CQ<_&2JqN1M7O+rPS-j8>Bkxu^6Y&nfU7{)cZ%^0h5yubTo`m zhF1>+CXA79M{&2z5R{`9?tp|4D>Hu|8edrEmcix_u&+Cyd7qz13Vn$bF*CXtkD9#a zBxn|Q`kM|R^tN#eFelQzy8ra3j%8zkuU`1{=s?OrK{ZzdBpg};f4GP&cl|3{hITee z07dNM9%n>fR6Xw_bk$d?NwW&k?=iK`=>v^b!gL zp4NKjlFZC>x*n5iv48?bsdTbbUkJskPwV}BXTUe$8^41HRAhK!Vb=^ps^5@RYm>L5 zyFa*83CK*xdVTdmU%&mBP{zK?En&-k_yLA{Dn8a@a%F_*0OE{9a=diZtoJwRC;|fR zu`6^c*#r{co4?5DwVTd~Z8PjZnwi|dicbG1zsjkxC3eX#wmg>!c?eKr^b<{j(2yV|CtKQbnVMNR*iW1*|>ctYnFSHK7}OK64dI^FqwrAGGo%XtxGbnpy> ziWYyIE{Q-$;B_!MgZTUBs_xU)=R%r}Sk||JMTt1@jgvBs-Wp4tPgh+o-6UVid{vC5 zr=o;*=@38tAkuq&Rf3N4kycxDrsLSZUf6PU0Er|XA6oW%rC!TT=Tj@qb9~eFHkpxJ zAHuC$twn6)ZDe@u<$JZc2l=RQ^Qvo$*i$fZKd<%DU*r6!DnNU+N{xSnFN>|(dPLN4 zt4$6FdRhByUTPdL4Z)dwtExM2IHR9LgzM38yH;~&=|{pHi9ngsa#_kz-^yVc z+~u@awUX(+>&sC{u@kUC0&e*{TWQk4-q@?w-Jh3DPgg^FJe{xq62%5p9k44O9w_Fk@gw*>B>8W7#)fIW9R$G42vNrHAUmle`UbT zF%O<3Il}2F1mQ@CCzh}**DLNx(R-SF4M)#a$4>2KR6qkR$@!*woWhWvx5wQ5cWa=D zOLiyn3U1HXwu{@k7BZp`I2300^Jo40=_a~(WC$joif0GyL@be{ zEU1U{TUXo8Mty5CNl1_Sv9#7Z&AS1pQ1?0TBXNN=vax@kQQX=7Mm%uXF5J0u=I^#} z7MXBZ{V;IC>%l2@qHhx5e}v35BSg5-{Uk5`WwY?TpCAV$+nZe_=p-|;iP#5ZHSM2j zSj)1o2(6(h>;{jwt%?r0L93|n$<47FAYq!cS&z~_4?D<>D~et;45oQZD9-`x1{s35 zpU7kr&k?%gHEHE$?-A7hYTnZalcnCu2*1v6nn*0!J8nh&EVz!gdlkN4fOkQGsfI|G zm8~{E+&YF73v`H!-jrK>hDXc|dVwtIY%o4$tir z>TW6!EjAcibw`asX0f*-UIYzYW+iv9*jwsyp(jTnCR5+>J`V9SkuHOAgb;87kk3*P^))E?hZHiy?3Rg`e z7DS~<*zs!HH31!rr6q`>pCUwT-@KHX%yHVrfikO-$Jx{|Ni?PW6L zI)NIB{iefF$)7S~oVry{>*1+CD-63bTFr?tB#i?8CgXNEQ1K&#%5S|^5s?c2jL=OQ zVU!z7IS{AY=S8U|4B6c|hiWz~4L9Srp8aWH^h$fZ1Js}0h<+7B}m{a0fOD(s*Jx(FQEVAEQ? z^4JI?mXdrUR7hz`7)X#sho8tc$3G?yRzYQVwY|9cbr@AdIU_2TS~qNqqhs}6esJJ+ zBRExucIA~IuH zUbohr5e&P21brx8x;Q{r{CjXIT~Kv?+nl32%~2-L%s1hR)^^WAe@=NS7;hwkLLV^1_og3tRtYwc^>rUStt_0J2_6PH`H?EFu zevbbA2@u6-3kp!JZorD+-K}p)@1@o{2B-qFHnygjd%-arohUOBtd(X+#U|tYIdj%7 zeE4oWZGGL!j|sl^b$syZwERQ|c#=_A#*f zLKtt+6$O929~?sP>UFUVRKc2tB)8u>f>@RMmr-HNU5E){w~Vel`L=%Xsr-A9<|~me zO6SuVg+pU9;+Bj&z`a*+7G85lw!c@-y#?}05OCXqwO)&oXiGIr?LorL((! z3NkG{YZRbg$2BEMkC&-w@9?< z@|l%Fx{F|({@_#Pxkbs)ph~<9;fn+x`^=f!rFE0tDR;P1Ow`g*Xx07cWe!|YW?vfe zv-IVtFWyzOb`(U0?W}MHOBQTdo{ag5u-|jQJtXG{AoV(nGICqEjD#0PY z-aj|%ryd}~NDc2M&XzFq0pR&9y-<(%fmBZ=jvHI+z38j*tI-=VENeg#*O`na`Lk-| z%HZwlvOk~>3lh)oYlP(e_j@#3$B$zr;7hzIrRS@N7y)@+7ndPz%Q3OxAjo29K^ZPi z@{5$<<6il%Nz!M=n15r+XNalbL4%dg+lE8L)MC2kb z=_1ePvU@a5J;A$E%~}IRDQ*H!xr+ss%AJP?u#Gx4TE-lN;F)l7{||Xb3oN_qh^eCE zkQyVRG~Cl7fxtK^7kNaMQ_}@{Qr=UL0a!X7`aYquV(xe(mQyEXcy#wntOy!~{}eE% z7gRXr;Q};``{P|dB>wBrSOh7n@N+*xHR*S7$`O?^YW`b!Ga(*68L7lEi?i4yFuoxC zABM<=>iN3K|CcZ2lw4@&Dd~^|F0KboNbmJ9xSNcBzq7X2JMDjFv}3Qs^l|3kE#qeVj*JSk zTbK~W$aSRWInZ(SP7p8C1)}BOF!%+=i^g=L30&xT=o|N!AB|`Z`S{1f6*>fbCtnVh zf_-08E{Do|2?hQyIVO(5_t$&K1oow1_by`#m*CN7=rH&{!rsAi`W8VUiq7+o-pBtu zTKj@|*%Ul5_@IRPkJz^PF5cfHJc?Ani0PA&Uj&MhgXws*Oi@x(`Twh35&kdbzh?pn z=&|koWt;q*qLXBr9cqj^$90Hm$ehQ?SxQb@DYk+!vB1K`<9%CaxF{>NlVBZGy7J-| z)Tv0Yt7N#TRBO7d4QohnsbsvdE~{kq!AY}Kq&$+=NAWS{V3rP7pve;icXSZC^9uOl z0`{RYCipqz@r`r$?%=?T{r1rHznUN%gbiBW)u8u_+CIkk)C*47UI zW-CJ$RQ0{&a>Z*?ebshv={}Dm>3pu=ZPcQU8+B_RcGL z+5Ub#NRq^N-B#b$tWCk|0^_=&o&JffK9bhTv2`%pRqc3qbQ+2+)~?pM{Q`RNb$gdu zxTgz2PG)7&8)a%#2@Cn}6pQSrf33B@-)`b|r-W9dd+Vmtz>Kj%Tl`o0KZ3Nt^V-{Q z%>hhFf`Y>7JvSA$Gx_$ykC_J|fO9Q&aGR0J7K@+d=(v!;$Hj7ct@(*pa$EraRFBaI?-UqGPt| zx1C5ATev||8nuOuu82w@c)6G^#3Ki zyfG&kw>#Lx@L#DgA3UOS17!L7vF`qb!qui#c-`oK>K<=W;~BWoR;90#TKcL#Lt2nx z-Lme!p)l8G-erP|51Jus;)-JBQBFnqZuD@GtdpSbw4=>nJV6$XvIVV3 zcOYWr=kMOaMC(XZTC!$`-oVhuO{0*|Ss=6|HyMA0Ii(4~8!%Pbs6DN(NjMv;SMPdh zFBnSo(G8_B>XZBW7_G`!yn-ep-Xu_OT^lRE^1nqvvDq6&-xzV=J6q@V`Ny;_ug9no38BZebP$}w(-B&@mST@BZbPm|lOuF$>;FKE}nq%SXw<1q{+C zR{!&xpDHvdv!22C7e&37do3`2=UK7 zzz}0aH;F@Jh@)FW?2EP^YlbAZd(g&rubNdnN+{24O2Q~pWU<7WLzP;B!Z%@xV4~@f z-eoPk7U0dkAXxd;)_3z^Z+o9dVrxS)fnX%zfn_&Ry46EC>LDu{CbzS^h$FQ4`D@E8 zLEm=ST|uv^Et@%A46=hAYnI95s;-t07}tk!%NQV$xmI6;adC;%+~jeG4MW9zBzHDJ z=VgXZ8kLU?Gd#OEVQ>U@qor0TxIxbor1ZOP99V_YTW=Z{MrAPntkaq7uYMrQZ0)7W1B@f^%-%>&u}7B|KqP z!bOLP0;*Xis}iSN^=+~|j3Wd49f+w#I%&J}by8@}8_N`Z1iqjhWHl4L>2l7F$~dvJ z3YNN2X6G?p;qF2#hdmY_5fw2u7mH#Pjn9Y0%%jUeWTQ>CO0daZL;3rYWsH!V`Q4uF zG0P*}&!?0OyIbGnR&Z|u9KtEQa$0O>4{{(!9(>)U~(eCek9p&*X(%M zQ;@A@*Qv@Z5t^vrzQcIz>$}J2?a|p^L`N>?+l&gBz1o$B2R}AO;`slmgdsvxhn^ulN!HK1&NI%~IC{HyiWq>sr;a|d*pxXeojlv%zszU99P&?*k>R)9_Ps9&U2D>NJHui!@3(LGH!gw&s$EglqeO_VA88t7 z$x`KqUw?kdcU16J{7y?2p&dnPo~F6ysi(HcR9;dcD22{?>K!tiWzn88F1LdiW4wQN z8{1aj&_)rO$p#pgY#MO4>x7gdc);at_p^AOsW#g$6%aTbm9Z?MT)uybGRlHlY>R}o z({WGWJ*b-C>JrC8ZxTONjSc&l|M19sAx%iXQ_=Z-w@JmNzd~%|n#1ps*&*lZS-fPv zlD|=vNUxMqy*9wWXAgQI+GoKPK$OAI#5sdfl%%G2z5sZg)mpl+ay(WPYhTaXY?&4v zh8TF;wTbc78$$Ld7i8M0B1&wEtV|g^{1k`-GYu35iiS)dvc)#b zFiKgR;O<6GlJ- zal?V=CE#AA3`s#!30pmW$0D?TyS5Gb4{gd z$e%`>TtKXc#{kjA@>}?1>cXK(ADZbD>vj`a71?n!xV~;M&m`@hWLiOsv|%Lt}(EfLd#g0lGJG7&}I-jfEXq`6hyWnso#S9f_S`+$~?`V0%{Mv zIhFb0NeODGERqbr3O6%R>A3`2Fe-9Pm?+7Tti%303%g#_x6Mt|NeB0D?FQ-tIjM|_ zKm+kVil%KA)!Q)tJHMIniUI6-7-uN)zsbg5mrBsNJC~#KeB#U_V6w)(@_g6 zfPB&kk1-Zz8v2)pMmznJ2y@Ob$C%<5;Z9Fn8k%fO96ClyV(NYqwTW=V?m%PmB_$l~ zg9w~7vaCu`^0BJdpP1=eT&}AH4II~?{J*|)VrDT{US$##e4(Ma+lM=r)S#Vk_^V-+ zh*1X^fl>o@C&d~{qAC@3ymC1V+8POVfIthNWD#JU?4MLrL}Z=iG5Jo(D>K=XfVs&3 z!=+vqERCCq$9j^~{C@35TD6c0M-17rgB&{fy6AMWr)Z9rRCkl;yX>sP>!fTER#)vw z&|jLk@60Y5N{}Yg#L*q2O*P`w0=B7T#bo9YCBsAWibP*EXD+cFi3Cis`92&(fC1;W zxA#MS1D&mt_s=tvG^^@ACNed{eHz>Gzvp<91LjO2rxMIjvkRxdf2?0;YZB^*n!Qyd zYB&T1ciHL5dMlLil(gZxW)R$}4<3;=d6xA^@Kvp+w5Y z9S*z;0pIacQU4*t!jYXe6m};e0_=7$sAi{yMcv(|JNqkd|6q@wO)7F~X9c zlA{=VDX4WZ#M7IKf}HR+N#-#^vzc=5K<{hc8On0yJ{FeXIPNG2obp!L=V3+_ItpPu z=En`+{y2-G4LWC8{QM+_vAo^F(}MG^2SxD+LDXNA-+~=QW(MC}=A8 z(8_>@2dXhlZEZRc_VU<8DzlQv*h_1>5_0HkKkLkl^fB~*TB+JR3}I!OBOf>Wwp^{k z!w`2k@N4oDs?7n30F^TewA`5}itas;TkLDdHV=OG&Y~r%y-A)*p4y1+RzJ6yPRn&y zwf0!4Wzos0&~QA55R$@1N_~Z_P}V6&Kau{Jv|ZV# zTqxhHX`US0iV6&K&58`3F&S+DFAOpe#iqyG>_O$%k8{VHw!%{@brdQ7DD$rYlpO7 z50Wj9GIHuo+Pi2zLD&wXgj|4)c1aC`_PZM9K7UBvd8y>?v&>6i9zphF;=5`d4D}wx zJ$W7upE!*$D$V(~R8lRUId_=0_Ar-l0O^TgdU1E%d;NiGEz-gyr zNHM2)QL^aMXTK*_D|BeMdHwrEtahaNnC<@^5!F=5;``sOQh)o#ABuT5+R?0g&EViC z?RfkLJ>VWoQLKI?^swrULWSI+E~j9Cz?D3nScDXGaI&6>da`54Oi|FE?Xt8BahH1H z>Q{{he}U-PTjbso9*)olv~RAF@&)0Kz1!bS$FMDe+(y9YaMqwD>xVRyqiX9?YD_tj zQx;&8W0J$ra+P7R_!&{iTqFsV-BLM%#go~#zfm$Gk$EWMD*JUY1iM*l2uI8T1!&-y znE_&ZiD0%a5e~lV0!FAw8GHwkqS`$PA!SU5uFW&D*lcrX#7E(fHc^RTXej96=7)2a zk$U2McH$x+21Vf?_QAQXdfC5^TG8=O+9KAaemDl_xf^8{_WY)h?F(^c>x(dT8jHca zhL>8>gZJ*@vp4X>rdpVRL{eD+bTe-J5fcfIrE0H|Pt5__IIT7CV~ z2${WLv$$V0OOk~&2y!$LUXV$T3q?YFHGaR(vOo<=5ta@&1HFOV&Ewf6;x>U{*94j~ zngU-j5o=WWsL!&{5GoHD2!P|?@?vA~8QFltS4)PKOKVMM#uWW^Ze8(;e2!ATs?o2# z`AANmD`?5Cptk8~qti(|q^p73_=CYg%#VR^!&FW_J5OXc-iY*M4W&!hO7SQw>B7H3 zPT#{Y6Wtlhj0jwh>!qg^;TA0|R#AqWoR{w=peF1o5Lmvq1=)N7{(DzSLl;c}YPLix zB*sItXPMno=sSnzw`D7_X0iu;m!;LJ{k&-(B_WpUijpNQj+JsdI&Fmr^gDZh$2qk$ zpzV+q_kxxn>X!_3^zok^5J>@aEbp#Td7bNqKdN6g8fdcC zbq?(mVVyGcrvhhrh)7voxTA)qR>8FGe~?4w9pirtT_(){2i2W_b;h<`?5FJ&kQ{t3h3kz6f{f^=P?XBl15?VQGZn@T#{E3Xc+Ti#E8J(5CRnovC4t2OCDRSpFksafMVL7G zsbGs|0?F}xR7`QL%5O2}7Ly8F5u}uHC%oKZPE8(tx9|*anET6{*)m`7swYC_`maid zpK?tj1PrXb+Rzb{7l;1zn?9@;jeoy}zpyk2X7`u?sg>*pp-(N&a8ud90aQ3qLS?FM zbmNSzIGS#X?(WNEN`jEaEl&;#FX@K1%QgLm9>Z>KC4WyCoF2?G`gD{r?7a#-9b!Z zk*e_kQ%FM3pQF4LwJ8G1_guPaXHFT zxVzo@4i~7ATv`RivI^=z(3yU+29m`LxBT7zu*_ z>a%>El^tHg30YWJX_fa9M+W}F{ zePS<8j6R)LTE;cU6A8H`bhLA;wkJ0LVbJQE2U2cxy1)`l0;YDJis|OG1NED&dJ*Tu zTnrPTDcK4p{ubdwOnc|QR^xl3`8ZDe#Boxq$?Fs-$ktg3bOKD9(F8GaAUjZr2gRW= z3o9tbp{Ax28OOhomf?L_;Gt0VYM571;6L7s!zJXYJUK-?&GL= zm^kG*NilAQOE8!gl6dk7#|ts%5^HSb7NNCG?aHGI_^{b2@^o{!D_2H=omje z8?li6TBBthy32%kCG2BlXAZ7fF8#=;@b1XNj_9`fEwiQ#7$1aqno^lq@P)pb?W9QQIAeDUf#VJ|EY8d-=S)ju4)@*IQk5j($admsIRGA{2)g5ws zPPolScY;sf@ZdQ`R7Rd7Bba$MYzGb1=mbMXH=-fhCzgm~sbYz3nDllxFu)s~NpM#p z#idV|`qAoLJS^Y-NELk-($HCmF%^8(%Jm4I^__D~l_hn=Zx#q<$CW%v&-M>VA}#J0 zmKW{plTk*iar*hbL7xo;tF&&~=BbY>jowY~5!{U@6<)ZU&w|aqG{yPei5?Lbd@kU^=K!p^S#ElSFC954PU`&DBThhd)@^l1 zEcG7O455S`*97U`=b-W&w_o*GKsZB9MD{R&9~7hWq5~HE|6Mq_Y6tkYZP!OW0C$||_w-E#ES_BO50SV_ zwV4X}NMVXHT1PyEj)X8@lpt)*In5{}wwNbefk;9UYP5tnkIp1K@>>lt4$gQ1Dzq$w z^h}8K6M%`z^%LbkH$NYnuN&42m>qEa?Z$Inv^e(SxaZ@9`s0Ke9A~2iAJZBKNoHNT z^B7;s99L-nrMpLKo_?=2fT|^bs zFv^K`7bwYj^uS4N1O9SS`tkB9HP^rh;KCT@0$R4|!t-B`%fGf_Z0KTI2RCbcmaw|N znF8(~Gsp?)=8V?ub(oupHn6N>4OSKwz2_qb4dgoWkT3HP8S~)Y^I%aWii|mI*zzfX z8@u>i24nKs{(M_oEk}8-=fajUC-@7Bu+Qc;l6H~FK4Dkxab?rk(~_^@4e=HY#?eA! zKjdgTzV#tEP zLb9YM3`KByt@j*p_AUCK@2=4a74lX3Jw!cDd{ZEY%at`?PX=J2pIPuli#|jDUHVn^ zl-~Q7!-Xp}Nmf?hgO|q?wY=KQfgV)8#jN>i{e?vwa_%g$F4+!@1L8-E~mrAuXak)AAfxX#@y- zuy{WdTdWs_i5Q+@z$!2f%}QSm_-yElnJ2*aI;8GhmKdb2Y%T2OODw5^;oHmE7GgOD zS@rP49|-Q$;HfwkDtecj_1@}fPKL)%*ik8~pW85Gx7Z0%`93FS9Wo*N(X zEYHQGqwN#0UvRke0^X%h{5P>IBoUvxOsYHJMZ}S+Nig5^v_W&g#DrYxKUPh0;hD4| zxkTA6i0_a7oYzVqA;F%nSba2bvfX{FE4C;~F43QY=LF2uGk5%YMhaL@~fs{t^h!mwLn-ON>;+rR4>+{naA^(i>L<5%OW0Hq%6G2w%i_7Bg22m zX{p>Z{xCkD(YwC>(r>2|9j%y_m~k^7Tafk3lqm#p?;ox1n!%zw>#)tF5b`QUwV z`MTwLsYxH;bY9zuXa*`hNvo}R=>T}p5{RI2fn$b{7FIZYDv=Gs^{rdv`R)XGsFg=xzc2;V{* zN1%_c3N9TD>b6)~84qhPQf9yPe_PNhKYJS8TBG0v^>g45m z2Tjz+!FX1GVyG529Rp4yCEYSDY#t+3qqqcQ+`^MO*LU=s)cE-MXAv}4BKvx0e|C6- z%V~29?+iG#W%YB?f2ieKO%8^EG`0Cf&d^ z-ELF6epL#!GZ-g7siXXqxkzon@^=Bsjmvf~*6V_xW83Z^pAUK>hI)}IF6q*!thdyA z93XJOsr4$Ce_yndJ1ugRR>#K96nLAj67jT7fxmAH)WL6y<6|1%rQ~$H7aT$((btuk zfm8c92W<7(@4GD4=|m^oNH7uXH4MhOP*v zF{UWF6Z{FJgo6Hi9ahlvpggy~-VKF+^UB;u+-^_NaBC9W0^t%a7gqtteZhSTsNSft#%S5{ zbMBho*x+6jGpvn3q3e)zv+i@n1P$+^miujS3=GhGvP813Lec7|5yD#NACo1U)e^L4 z?JU`Guv`pZ_z0y0GpQK~2v@%H#&>E*O|||e+q0+_TS)SPvQ-t+1%)`MQ9I#)BwEAM zhGnS#t?wb>yDgL$2lpKTDIfK$%zmtx$w(Sy_e{dLt;UP78tZTUes6X3&_5Lb*0C5Ma z`@itaThW31E-X`B70VMRrdhKd*FAFGz*LH>_V2vMk+BejrzzvXYJq%+XP>5Z?z2zs zs|Rv<5L=MhVSUx**S|-t)*&C9$R8b-Tw0=JVdLKY=`Lat5S32boDqY)7b)PL0(RA} zn_Y|6J@0>WIK2IVKgy3jbLvY>=Jf4DAy=~SrFG5Pr8-uz?wHF3g68Naa6T;6E9MV^ z)()Ll5OExuKO3*!JUcVo$0&jcW^Gmj4~zz#!~SfAS9WXq&R1w1xKM*lZR26o=xYP%0w2C#y9F z`dmL=GHfb^dz+k95`}tB^1*KHamF$(`zG8F0&n(vzij<~#DvDz`(R~*?3lk9{&jQU zeza|!RQqai4s|brbFy-#9Qh)%?CsCjl4wz-jUgpwMOwJ&7d!0`+QiL&^wQkh{GtJ7 z3`jZMSrrn1?C$Ws{;b}yO_Sfl;EU%a@Q&L?t>*N1-rSPV%%oB8gX+q@0x#U6DB9K0 z%oV>^O(-wl^?NhE8{0%cHGt6KhAvn<_;c+ka%n$(sd80mX614j_d?*)Yl(^mu4A5Q zK>4*MIN;m1w+$#|CkG_(@_uqeLcHO1 zHMIfcE-0O$MsRg%d)6uicYce(;8dnE&1yB3sLBD7SFRT3t~503dieNl6aLy$tKx|z zg2tY%wXoK{-4o6l@K{^OLvVJA-@$sxom*tlD%O}Xs99chl@_o4v&H-^xcc9xqo>u2?K{TcE8%hN1C zgmT87 zbocA~_)In0OF}j6aCS7qFBL!o&=CM&#U_o5ka;jtMn4ySKGyg>x*PXsAwk9pe*HxM zQ2CI^)DO5V6Z$I988ZZC<6+>es*!QW?OR7yoO&B}tjeLKD8JC-KD=n(SV#RQOoepD z{6*{Yu2)Ey%>ns(A(WLP?u8dU0ZR?VSoLqk==eQ6J&vCV z#lyM9!^y?lHjmX)34xOopOy|)74{SnzDAq);E_p<$H$~mu{b(z;@WQNX1xhv^1H-t z7jZZSzV%!Fh6}DAU2i;#zHz8FCpQJDb0442`Gy`HWofgW;MJdGINzA-!@F#0V0GN; zM+z|K3g&|tcn!>EX-#Hj5}*MZVz$M(q#*u7vxMR7cw$$V_~C4Z+jPu1Q$>{9^dt#l zS5cn{>jdc1|9InysHe!KQ9k{&tAzh|N{p*>y&~o>zeBu0NX&eS95?#!`Z@pKwU>&c zm;7VsFziF<@PFq`+qj9a6iApOOMtjhyu0Uot5+`-j$iVp8>Tz#VcPfU*0XZcrd|HZyd(B5J2&t zLe@X9lQaHK;&h|4BC;-6v=P&O>T9U6D2WM$F8Dm;=KIH_{{_*KKBg|-(*Jsl-C^XL z06wG63DCp;p!1pDZ$u0eiJc6zw)k9|Ai#yF1rDA`mHtTS=R^S$aiC#Xo^jS`9W3Pe zf`Y$O(`O^w-Y&|X#K8>!Vm519EfEL8$-&WaI(=aQQk-*%_xnrrNdynxu1`b+{l*@4)Vfgf{y(@! zj!5j=xx*UbtL*4Cae*B7(z$aZ@*mK`&42h5N+W^8e^dSOpGWz&U%|c?dDk@`NkRVs zmra1G(*^4701e{M78Q;4?5GHi$~1Yvhpg!roFzP8F3yeM1K^db+6wzHRvIO_nk$J9 zWI)3Yd9!G;{@PPu;F{MCa`maG&!l5CIq&!xWLiqJUi`jbc40;QBT}Gd*ODH)USV<2 zpvlH#bCCtdMe$+K;6mN~P`+Oj`7~I+oBpTL1exT?b@{;EJ@5nrMFM@S1mPd>vTnM! zK&JVG+)Yoa2|Ot590+M%r`~AT8is%|`K-rHL6j}n_>d)(>x7M;(#`s8 z?vwI9zLpArxVOAV#h!pHHmI}@pU$n++l98Zr!7yy&cXiF!H%ub$+7Jqv!PDbfr`|3 z0-eRV$&L+A7wg3)Lza26doAn&>5jyj4(wo6uNT2>My36y->edUKFtCux0o2nN9X+! z`DB60!8-Od;j}9E)jShMJ8Rp9ZggiEdd1_vnDZ~cP_}ShCpDBs6S)rc zq;X0rjC+7s5m6LB2}Gog)c1b|wd4cs7u9bXkBJpcrf#EGCO2vSvoeD1=eZ9~F!pZ1 zEfI7XOxU)?fa>D9`F-LeurG9$Ld=l(bPm8N4%{qZ__y=+JJ@1H)p3HC98dgHacxlb zosXv`lFfax6`@Imcs@@f(u>B2U;Xv&qgx5sM7&m-Ku{4Hhb|~^WKWoX9dG@jH^i%` zs667@X&h+>*^nQ|Clu8yBCY8CsN{;c`j$4LM>DQz!J&Fq>^r(Z=AL1QdhKaBCIUqI z%*Rv`VO)91`@sO!zz* zWlDXR-%YH+HzqETc7m~fg%eii-~Gn?QR2!_b%l*&eQk<6F+T7JBuF*MrP);x(YF~Q z2-7U2H~6qNgvQz;tbg9CJ8`cr6aFk#X1I6oIXaI~mjcC~oDme3GMA%*T!H9qed%CY zegcCoeR`8CM016oN0=)weT4%p{LTq;-vl5i+MlA+bpv_&vzG~I zd$3o8f7VKU8p&-T020U)`?|zK~bJuXXHY#4Iaj}@J zbQH?L&!gD=DsDr%JH+7Cu&f-_aKu>WuJJy`vETxZe~1E`Y8YaT+KSIFT64U$CNVuus59=RmtNC|?I(;;CgKC}})NC56 zo|sFTE}&ncq6I%II>cXQ%J=ca6fK5{4}G*vuGmd`K-GYa}*A=)C6A6m>Ll z$I|Z7N8)&XM(&v2_Ie*;i@1iD%9dVV%{7soH$m7?h|lSwOSLow@9DJ3Llj3XK_gbS zpf=R;^6rP6iMS#8(V|m{IlHFgr>RdC$4E zxm;)ovUjVmI5_OkM>mVSoJ>|HO+;^2t8lHb>vSc6f8qCnZl27of5s^5LA9F%Yy^56 z=5KXCuUc5Rz)CVs;lW-AK{j8)*2n~seJFeihO_O}a7K1ukl zGG_65K|4sU!=I7G`w zl8mqRyK6nitXnM-1%VE=Y6PYQ&P~(~dAc{r VtlFud2P2E4;j~X7OXXX!{|7Q$Z?gaZ diff --git a/3.7/es/ordering-family.html b/3.7/es/ordering-family.html index c3b75cbdd0..fbb663dc7e 100644 --- a/3.7/es/ordering-family.html +++ b/3.7/es/ordering-family.html @@ -10,13 +10,13 @@ Ordenamiento - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -236,7 +236,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgRouting-concepts.html b/3.7/es/pgRouting-concepts.html index 4256689e3b..b1fd2213fc 100644 --- a/3.7/es/pgRouting-concepts.html +++ b/3.7/es/pgRouting-concepts.html @@ -10,13 +10,13 @@ Conceptos de pgRouting — pgRouting Manual (3.7-dev) - + - + - + @@ -2817,7 +2817,7 @@

Cómo contribuir

© Copyright pgRouting Contributors - Version v3.7.0-dev.
Actualizado por última vez en oct 10, 2024.
- Created using Sphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgRouting-installation.html b/3.7/es/pgRouting-installation.html index a6414fb2c5..ac5419d122 100644 --- a/3.7/es/pgRouting-installation.html +++ b/3.7/es/pgRouting-installation.html @@ -10,13 +10,13 @@ Instalación — pgRouting Manual (3.7-dev) - + - + - + @@ -512,7 +512,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgRouting-introduction.html b/3.7/es/pgRouting-introduction.html index 5c7c17e312..a496cc0c52 100644 --- a/3.7/es/pgRouting-introduction.html +++ b/3.7/es/pgRouting-introduction.html @@ -10,13 +10,13 @@ Introducción — pgRouting Manual (3.7-dev) - + - + - + @@ -361,7 +361,7 @@

Más InformaciónSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_KSP.html b/3.7/es/pgr_KSP.html index 6accff1d3f..53d0107094 100644 --- a/3.7/es/pgr_KSP.html +++ b/3.7/es/pgr_KSP.html @@ -10,13 +10,13 @@ pgr_KSP — pgRouting Manual (3.7-dev) - + - + - + @@ -1043,7 +1043,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_TSP.html b/3.7/es/pgr_TSP.html index 2685c45416..e4860bfbbf 100644 --- a/3.7/es/pgr_TSP.html +++ b/3.7/es/pgr_TSP.html @@ -10,13 +10,13 @@ pgr_TSP — pgRouting Manual (3.7-dev) - + - + - + @@ -674,7 +674,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_TSPeuclidean.html b/3.7/es/pgr_TSPeuclidean.html index fec6c56166..9880b39346 100644 --- a/3.7/es/pgr_TSPeuclidean.html +++ b/3.7/es/pgr_TSPeuclidean.html @@ -10,13 +10,13 @@ pgr_TSPeuclidean — pgRouting Manual (3.7-dev) - + - + - + @@ -608,7 +608,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_aStar.html b/3.7/es/pgr_aStar.html index c56a153914..1811a13894 100644 --- a/3.7/es/pgr_aStar.html +++ b/3.7/es/pgr_aStar.html @@ -10,13 +10,13 @@ pgr_aStar — pgRouting Manual (3.7-dev) - + - + - + @@ -981,7 +981,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_aStarCost.html b/3.7/es/pgr_aStarCost.html index 9597f7c78c..4990c2f9ec 100644 --- a/3.7/es/pgr_aStarCost.html +++ b/3.7/es/pgr_aStarCost.html @@ -10,13 +10,13 @@ pgr_aStarCost — pgRouting Manual (3.7-dev) - + - + - + @@ -841,7 +841,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_aStarCostMatrix.html b/3.7/es/pgr_aStarCostMatrix.html index 583c998b72..118a3ee754 100644 --- a/3.7/es/pgr_aStarCostMatrix.html +++ b/3.7/es/pgr_aStarCostMatrix.html @@ -10,13 +10,13 @@ pgr_aStarCostMatrix — pgRouting Manual (3.7-dev) - + - + - + @@ -548,7 +548,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_alphaShape.html b/3.7/es/pgr_alphaShape.html index 159b241f2b..86afe80490 100644 --- a/3.7/es/pgr_alphaShape.html +++ b/3.7/es/pgr_alphaShape.html @@ -10,13 +10,13 @@ pgr_alphaShape — pgRouting Manual (3.7-dev) - + - + - + @@ -325,7 +325,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_analyzeGraph.html b/3.7/es/pgr_analyzeGraph.html index 229203199c..64894e7673 100644 --- a/3.7/es/pgr_analyzeGraph.html +++ b/3.7/es/pgr_analyzeGraph.html @@ -10,13 +10,13 @@ pgr_analyzeGraph — pgRouting Manual (3.7-dev) - + - + - + @@ -935,7 +935,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_analyzeOneWay.html b/3.7/es/pgr_analyzeOneWay.html index 959005bcd8..4d467f8cff 100644 --- a/3.7/es/pgr_analyzeOneWay.html +++ b/3.7/es/pgr_analyzeOneWay.html @@ -10,13 +10,13 @@ pgr_analyzeOneWay — pgRouting Manual (3.7-dev) - + - + - + @@ -371,7 +371,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_articulationPoints.html b/3.7/es/pgr_articulationPoints.html index 45e7d028f7..b8f1332203 100644 --- a/3.7/es/pgr_articulationPoints.html +++ b/3.7/es/pgr_articulationPoints.html @@ -10,13 +10,13 @@ pgr_articulationPoints — pgRouting Manual (3.7-dev) - + - + - + @@ -390,7 +390,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdAstar.html b/3.7/es/pgr_bdAstar.html index c57547ef83..7682341891 100644 --- a/3.7/es/pgr_bdAstar.html +++ b/3.7/es/pgr_bdAstar.html @@ -10,13 +10,13 @@ pgr_bdAstar — pgRouting Manual (3.7-dev) - + - + - + @@ -982,7 +982,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdAstarCost.html b/3.7/es/pgr_bdAstarCost.html index ecf8f50673..474083a504 100644 --- a/3.7/es/pgr_bdAstarCost.html +++ b/3.7/es/pgr_bdAstarCost.html @@ -10,13 +10,13 @@ pgr_bdAstarCost — pgRouting Manual (3.7-dev) - + - + - + @@ -846,7 +846,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdAstarCostMatrix.html b/3.7/es/pgr_bdAstarCostMatrix.html index fa2b61305b..1775a9ed88 100644 --- a/3.7/es/pgr_bdAstarCostMatrix.html +++ b/3.7/es/pgr_bdAstarCostMatrix.html @@ -10,13 +10,13 @@ pgr_bdAstarCostMatrix — pgRouting Manual (3.7-dev) - + - + - + @@ -551,7 +551,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdDijkstra.html b/3.7/es/pgr_bdDijkstra.html index 2d9275f252..e0cc44cd4c 100644 --- a/3.7/es/pgr_bdDijkstra.html +++ b/3.7/es/pgr_bdDijkstra.html @@ -10,13 +10,13 @@ pgr_bdDijkstra — pgRouting Manual (3.7-dev) - + - + - + @@ -875,7 +875,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdDijkstraCost.html b/3.7/es/pgr_bdDijkstraCost.html index d478145d22..50514e6753 100644 --- a/3.7/es/pgr_bdDijkstraCost.html +++ b/3.7/es/pgr_bdDijkstraCost.html @@ -10,13 +10,13 @@ pgr_bdDijkstraCost — pgRouting Manual (3.7-dev) - + - + - + @@ -757,7 +757,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bdDijkstraCostMatrix.html b/3.7/es/pgr_bdDijkstraCostMatrix.html index 28b7d472a9..21fefb1ee1 100644 --- a/3.7/es/pgr_bdDijkstraCostMatrix.html +++ b/3.7/es/pgr_bdDijkstraCostMatrix.html @@ -10,13 +10,13 @@ pgr_bdDijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + - + @@ -545,7 +545,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bellmanFord.html b/3.7/es/pgr_bellmanFord.html index a25adacd7b..5be4ad742f 100644 --- a/3.7/es/pgr_bellmanFord.html +++ b/3.7/es/pgr_bellmanFord.html @@ -10,13 +10,13 @@ pgr_bellmanFord - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -874,7 +874,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_betweennessCentrality.html b/3.7/es/pgr_betweennessCentrality.html index cc391bdd11..372e92771a 100644 --- a/3.7/es/pgr_betweennessCentrality.html +++ b/3.7/es/pgr_betweennessCentrality.html @@ -10,13 +10,13 @@ pgr_betweennessCentrality — pgRouting Manual (3.7-dev) - + - + - + @@ -432,7 +432,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_biconnectedComponents.html b/3.7/es/pgr_biconnectedComponents.html index 122a5886b3..f40cc707a5 100644 --- a/3.7/es/pgr_biconnectedComponents.html +++ b/3.7/es/pgr_biconnectedComponents.html @@ -10,13 +10,13 @@ pgr_biconnectedComponents — pgRouting Manual (3.7-dev) - + - + - + @@ -422,7 +422,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_binaryBreadthFirstSearch.html b/3.7/es/pgr_binaryBreadthFirstSearch.html index 8b600af3fb..3be8e30aa1 100644 --- a/3.7/es/pgr_binaryBreadthFirstSearch.html +++ b/3.7/es/pgr_binaryBreadthFirstSearch.html @@ -10,13 +10,13 @@ pgr_binaryBreadthFirstSearch - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -806,7 +806,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bipartite.html b/3.7/es/pgr_bipartite.html index dbcbcb93fb..8e9042bee9 100644 --- a/3.7/es/pgr_bipartite.html +++ b/3.7/es/pgr_bipartite.html @@ -10,13 +10,13 @@ pgr_bipartite - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -457,7 +457,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_boykovKolmogorov.html b/3.7/es/pgr_boykovKolmogorov.html index 35a62eba8d..0e9e57d610 100644 --- a/3.7/es/pgr_boykovKolmogorov.html +++ b/3.7/es/pgr_boykovKolmogorov.html @@ -10,13 +10,13 @@ pgr_boykovKolmogorov — pgRouting Manual (3.7-dev) - + - + - + @@ -710,7 +710,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_breadthFirstSearch.html b/3.7/es/pgr_breadthFirstSearch.html index d91e5fae63..62eaf93975 100644 --- a/3.7/es/pgr_breadthFirstSearch.html +++ b/3.7/es/pgr_breadthFirstSearch.html @@ -10,13 +10,13 @@ pgr_breadthFirstSearch - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -679,7 +679,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_bridges.html b/3.7/es/pgr_bridges.html index 19eb3d7191..38966fefc7 100644 --- a/3.7/es/pgr_bridges.html +++ b/3.7/es/pgr_bridges.html @@ -10,13 +10,13 @@ pgr_bridges — pgRouting Manual (3.7-dev) - + - + - + @@ -389,7 +389,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_chinesePostman.html b/3.7/es/pgr_chinesePostman.html index 48c9a1c84e..bfdd54f9c7 100644 --- a/3.7/es/pgr_chinesePostman.html +++ b/3.7/es/pgr_chinesePostman.html @@ -10,13 +10,13 @@ pgr_chinesePostman - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -448,7 +448,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_chinesePostmanCost.html b/3.7/es/pgr_chinesePostmanCost.html index b41758025a..38d191ebc4 100644 --- a/3.7/es/pgr_chinesePostmanCost.html +++ b/3.7/es/pgr_chinesePostmanCost.html @@ -10,13 +10,13 @@ pgr_chinesePostmanCost - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -393,7 +393,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_connectedComponents.html b/3.7/es/pgr_connectedComponents.html index 8c94a7e255..8078c7b62f 100644 --- a/3.7/es/pgr_connectedComponents.html +++ b/3.7/es/pgr_connectedComponents.html @@ -10,13 +10,13 @@ pgr_connectedComponents — pgRouting Manual (3.7-dev) - + - + - + @@ -624,7 +624,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_contraction.html b/3.7/es/pgr_contraction.html index 4245a485cd..a0acb7397a 100644 --- a/3.7/es/pgr_contraction.html +++ b/3.7/es/pgr_contraction.html @@ -10,13 +10,13 @@ pgr_contraction — pgRouting Manual (3.7-dev) - + - + - + @@ -576,7 +576,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_createTopology.html b/3.7/es/pgr_createTopology.html index 7c200a5674..f1a478f6ea 100644 --- a/3.7/es/pgr_createTopology.html +++ b/3.7/es/pgr_createTopology.html @@ -10,13 +10,13 @@ pgr_createTopology — pgRouting Manual (3.7-dev) - + - + - + @@ -770,7 +770,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_createVerticesTable.html b/3.7/es/pgr_createVerticesTable.html index bfc876f466..f69309eef3 100644 --- a/3.7/es/pgr_createVerticesTable.html +++ b/3.7/es/pgr_createVerticesTable.html @@ -10,13 +10,13 @@ pgr_createVerticesTable — pgRouting Manual (3.7-dev) - + - + - + @@ -783,7 +783,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_cuthillMckeeOrdering.html b/3.7/es/pgr_cuthillMckeeOrdering.html index 9b20185487..7cd758b81d 100644 --- a/3.7/es/pgr_cuthillMckeeOrdering.html +++ b/3.7/es/pgr_cuthillMckeeOrdering.html @@ -10,13 +10,13 @@ pgr_cuthillMckeeOrdering - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -427,7 +427,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dagShortestPath.html b/3.7/es/pgr_dagShortestPath.html index 1f7e876f5d..4fe6794aa8 100644 --- a/3.7/es/pgr_dagShortestPath.html +++ b/3.7/es/pgr_dagShortestPath.html @@ -10,13 +10,13 @@ pgr_dagShortestPath - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -793,7 +793,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_degree.html b/3.7/es/pgr_degree.html index 3590bb3df3..6c6eb553bc 100644 --- a/3.7/es/pgr_degree.html +++ b/3.7/es/pgr_degree.html @@ -10,13 +10,13 @@ pgr_degree – Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -596,7 +596,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_depthFirstSearch.html b/3.7/es/pgr_depthFirstSearch.html index 071a50f952..57df34ef6c 100644 --- a/3.7/es/pgr_depthFirstSearch.html +++ b/3.7/es/pgr_depthFirstSearch.html @@ -10,13 +10,13 @@ pgr_depthFirstSearch - Propusto — pgRouting Manual (3.7-dev) - + - + - + @@ -649,7 +649,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstra.html b/3.7/es/pgr_dijkstra.html index 98320a898f..815a34ebb8 100644 --- a/3.7/es/pgr_dijkstra.html +++ b/3.7/es/pgr_dijkstra.html @@ -10,13 +10,13 @@ pgr_dijkstra — pgRouting Manual (3.7-dev) - + - + - + @@ -1791,7 +1791,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstraCost.html b/3.7/es/pgr_dijkstraCost.html index 149d8ea3d6..316ee71d0c 100644 --- a/3.7/es/pgr_dijkstraCost.html +++ b/3.7/es/pgr_dijkstraCost.html @@ -10,13 +10,13 @@ pgr_dijkstraCost — pgRouting Manual (3.7-dev) - + - + - + @@ -737,7 +737,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstraCostMatrix.html b/3.7/es/pgr_dijkstraCostMatrix.html index 4858fae253..93e8f31987 100644 --- a/3.7/es/pgr_dijkstraCostMatrix.html +++ b/3.7/es/pgr_dijkstraCostMatrix.html @@ -10,13 +10,13 @@ pgr_dijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + - + @@ -515,7 +515,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstraNear.html b/3.7/es/pgr_dijkstraNear.html index 341e869a99..2096f23b8a 100644 --- a/3.7/es/pgr_dijkstraNear.html +++ b/3.7/es/pgr_dijkstraNear.html @@ -10,13 +10,13 @@ pgr_dijkstraNear - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -825,7 +825,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstraNearCost.html b/3.7/es/pgr_dijkstraNearCost.html index e894794581..764ebd1853 100644 --- a/3.7/es/pgr_dijkstraNearCost.html +++ b/3.7/es/pgr_dijkstraNearCost.html @@ -10,13 +10,13 @@ pgr_dijkstraNearCost - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -790,7 +790,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_dijkstraVia.html b/3.7/es/pgr_dijkstraVia.html index 3083693203..80c87a0985 100644 --- a/3.7/es/pgr_dijkstraVia.html +++ b/3.7/es/pgr_dijkstraVia.html @@ -10,13 +10,13 @@ pgr_dijkstraVia - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -707,7 +707,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_drivingDistance.html b/3.7/es/pgr_drivingDistance.html index 2cde7e26b6..65c252b288 100644 --- a/3.7/es/pgr_drivingDistance.html +++ b/3.7/es/pgr_drivingDistance.html @@ -10,13 +10,13 @@ pgr_drivingDistance — pgRouting Manual (3.7-dev) - + - + - + @@ -628,7 +628,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_edgeColoring.html b/3.7/es/pgr_edgeColoring.html index 5b29e02989..a13cf95a81 100644 --- a/3.7/es/pgr_edgeColoring.html +++ b/3.7/es/pgr_edgeColoring.html @@ -10,13 +10,13 @@ pgr_edgeColoring - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -463,7 +463,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_edgeDisjointPaths.html b/3.7/es/pgr_edgeDisjointPaths.html index c1ba23a3b3..7b31ce3da8 100644 --- a/3.7/es/pgr_edgeDisjointPaths.html +++ b/3.7/es/pgr_edgeDisjointPaths.html @@ -10,13 +10,13 @@ pgr_edgeDisjointPaths — pgRouting Manual (3.7-dev) - + - + - + @@ -809,7 +809,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_edmondsKarp.html b/3.7/es/pgr_edmondsKarp.html index a3af11138c..b3a007682f 100644 --- a/3.7/es/pgr_edmondsKarp.html +++ b/3.7/es/pgr_edmondsKarp.html @@ -10,13 +10,13 @@ pgr_edmondsKarp — pgRouting Manual (3.7-dev) - + - + - + @@ -711,7 +711,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_edwardMoore.html b/3.7/es/pgr_edwardMoore.html index 3727447c30..73bef1d18a 100644 --- a/3.7/es/pgr_edwardMoore.html +++ b/3.7/es/pgr_edwardMoore.html @@ -10,13 +10,13 @@ pgr_edwardMoore - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -877,7 +877,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_extractVertices.html b/3.7/es/pgr_extractVertices.html index 4f16b0f8b1..15931ddaad 100644 --- a/3.7/es/pgr_extractVertices.html +++ b/3.7/es/pgr_extractVertices.html @@ -10,13 +10,13 @@ pgr_extractVertices – Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -1038,7 +1038,7 @@

Ver tambiénSphinx 8.0.2.
+ Created using Sphinx 8.1.0.

diff --git a/3.7/es/pgr_findCloseEdges.html b/3.7/es/pgr_findCloseEdges.html index b7a8f40150..97aa586eff 100644 --- a/3.7/es/pgr_findCloseEdges.html +++ b/3.7/es/pgr_findCloseEdges.html @@ -10,13 +10,13 @@ pgr_findCloseEdges — pgRouting Manual (3.7-dev) - + - + - + @@ -1028,7 +1028,7 @@

Una respuesta por pun
  • Para el punto original POINT(2.9 1.8)

      -
    • La arista \(5\) es la más cercana al punto original.

    • +
    • La arista \(5\) es la más cercana al punto original

    • fraction: El punto más cercano desde el punto original está en la fracción \(0.8\) del borde \(5\).

    • side: El punto original está situado a la izquierda de la arista \(5\).

    • distance: El punto original está situado a \(0.1\) unidades de longitud de la arista \(5\).

    • @@ -1150,7 +1150,7 @@

      Puntos de interés

      Identificador de la arista más cercana que permite una llegada al punto.

      side

      -

      ¿Está a la izquierda, a la derecha o a ambos lados del segmento edge_id?

      +

      Está a la izquierda, a la derecha o a ambos lados del segmento edge_id

      fraction

      En qué parte del segmento se encuentra el punto.

      @@ -1392,7 +1392,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_floydWarshall.html b/3.7/es/pgr_floydWarshall.html index 8583f5a69f..d8df95c62b 100644 --- a/3.7/es/pgr_floydWarshall.html +++ b/3.7/es/pgr_floydWarshall.html @@ -10,13 +10,13 @@ pgr_floydWarshall — pgRouting Manual (3.7-dev) - + - + - + @@ -441,7 +441,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_full_version.html b/3.7/es/pgr_full_version.html index 91c5c6d937..409621b2a3 100644 --- a/3.7/es/pgr_full_version.html +++ b/3.7/es/pgr_full_version.html @@ -10,13 +10,13 @@ pgr_full_version — pgRouting Manual (3.7-dev) - + - + - + @@ -296,7 +296,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_hawickCircuits.html b/3.7/es/pgr_hawickCircuits.html index fd6553819f..8f5e2530b7 100644 --- a/3.7/es/pgr_hawickCircuits.html +++ b/3.7/es/pgr_hawickCircuits.html @@ -10,13 +10,13 @@ pgr_hawickCircuits - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -560,7 +560,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_isPlanar.html b/3.7/es/pgr_isPlanar.html index 87ab0e019d..891654dd51 100644 --- a/3.7/es/pgr_isPlanar.html +++ b/3.7/es/pgr_isPlanar.html @@ -10,13 +10,13 @@ pgr_isPlanar - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -428,7 +428,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_johnson.html b/3.7/es/pgr_johnson.html index 97a933bc63..6e30ca7537 100644 --- a/3.7/es/pgr_johnson.html +++ b/3.7/es/pgr_johnson.html @@ -10,13 +10,13 @@ pgr_johnson — pgRouting Manual (3.7-dev) - + - + - + @@ -431,7 +431,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_kruskal.html b/3.7/es/pgr_kruskal.html index cbb15e53f3..b3fcdf12ac 100644 --- a/3.7/es/pgr_kruskal.html +++ b/3.7/es/pgr_kruskal.html @@ -10,13 +10,13 @@ pgr_kruskal — pgRouting Manual (3.7-dev) - + - + - + @@ -409,7 +409,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_kruskalBFS.html b/3.7/es/pgr_kruskalBFS.html index 804750ca5c..15bc85d63b 100644 --- a/3.7/es/pgr_kruskalBFS.html +++ b/3.7/es/pgr_kruskalBFS.html @@ -10,13 +10,13 @@ pgr_kruskalBFS — pgRouting Manual (3.7-dev) - + - + - + @@ -570,7 +570,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_kruskalDD.html b/3.7/es/pgr_kruskalDD.html index ccd3ce2a68..fa5d6555c9 100644 --- a/3.7/es/pgr_kruskalDD.html +++ b/3.7/es/pgr_kruskalDD.html @@ -10,13 +10,13 @@ pgr_kruskalDD — pgRouting Manual (3.7-dev) - + - + - + @@ -544,7 +544,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_kruskalDFS.html b/3.7/es/pgr_kruskalDFS.html index 1ff29c2191..346ed8bacb 100644 --- a/3.7/es/pgr_kruskalDFS.html +++ b/3.7/es/pgr_kruskalDFS.html @@ -10,13 +10,13 @@ pgr_kruskalDFS — pgRouting Manual (3.7-dev) - + - + - + @@ -570,7 +570,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_lengauerTarjanDominatorTree.html b/3.7/es/pgr_lengauerTarjanDominatorTree.html index 7ff6a84530..9122ef0bf1 100644 --- a/3.7/es/pgr_lengauerTarjanDominatorTree.html +++ b/3.7/es/pgr_lengauerTarjanDominatorTree.html @@ -10,13 +10,13 @@ pgr_lengauerTarjanDominatorTree -Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -468,7 +468,7 @@

      Ver tambiénSphinx 8.0.2.
      + Created using Sphinx 8.1.0.

      diff --git a/3.7/es/pgr_lineGraph.html b/3.7/es/pgr_lineGraph.html index 702048db17..434135b60c 100644 --- a/3.7/es/pgr_lineGraph.html +++ b/3.7/es/pgr_lineGraph.html @@ -10,13 +10,13 @@ pgr_lineGraph - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -110,11 +110,11 @@
    • Columnas de resultados
    • Ejemplos Adicionales
        -
      • Representation as directed with shared edge identifiers
          +
        • Representación como dirigida con identificadores de arista compartidos
        • -
        • Representation as directed with unique edge identifiers
            +
          • Representación dirigida con identificadores de arista únicos
          • @@ -180,11 +180,11 @@
          • Columnas de resultados
          • Ejemplos Adicionales
              -
            • Representation as directed with shared edge identifiers
                +
              • Representación como dirigida con identificadores de arista compartidos
              • -
              • Representation as directed with unique edge identifiers
                  +
                • Representación dirigida con identificadores de arista únicos
                • @@ -495,12 +495,12 @@

                  Columnas de resultados

                  Dado el siguente grafo dirigido

                  -

                  \(G(V,E) = G(\{1,2,3,4\},\{ -1 \rightarrow 2, -1 \rightarrow 4, -2 \rightarrow 3, -3 \rightarrow 1, -3 \rightarrow 2, -3 \rightarrow 4, -4 \rightarrow 3\})\)

                  +

                  \(G(V,E) = G(\{1,2,3,4\},\{ 1 \rightarrow 2, 1 \rightarrow 4, 2 \rightarrow 3, 3 \rightarrow 1, 3 \rightarrow 2, 3 \rightarrow 4, 4 \rightarrow 3})\)

                  digraph G {
 
    subgraph clusterA {
@@ -533,23 +526,23 @@ <h2>Ejemplos Adicionales<a class=
                  -

                  Representation as directed with shared edge identifiers

                  +

                  Representación como dirigida con identificadores de arista compartidos

                  For the simplicity, the design of the edges table on the database, has the edge’s identifiers are represented with 3 digits:

                  -
                  hundreds:
                  +
                  cientos:

                  el vértice de origen

                  -
                  tens:
                  -

                  always 0, acts as a separator

                  +
                  decenas:
                  +

                  siempre 0, actúa como separador

                  unidades:

                  el vértice de destino

                  -

                  In this image,

                  +

                  En esta imagen,

                    -
                  • Single or double head arrows represent one edge (row) on the edges table.

                  • +
                  • Las puntas de flechas simples o dobles representan una arista (fila) en la tabla de aristas.

                  • Los números en la sombra amarilla son los identificadores de las aristas.

                  digraph G {
@@ -580,8 +573,7 @@ <h3><a class=Representation as dir s304 [label="304",pos="1,0!"]; } }" class="graphviz" />
                  -

                  Two pair of edges share the same identifier when the reverse_cost column is -used.

                  +

                  Dos pares de aristas comparten el mismo identificador cuando se utiliza la columna reverse_cost.

                  -

                  Representation as directed with unique edge identifiers

                  +

                  Representación dirigida con identificadores de arista únicos

                  For the simplicity, the design of the edges table on the database, has the edge’s identifiers are represented with 3 digits:

                  -
                  hundreds:
                  +
                  cientos:

                  el vértice de origen

                  -
                  tens:
                  -

                  always 0, acts as a separator

                  +
                  decenas:
                  +

                  siempre 0, actúa como separador

                  unidades:

                  el vértice de destino

                  -

                  In this image,

                  +

                  En esta imagen,

                  • Las flechas de una cabeza representan una arista (fila) en la tabla de aristas.

                  • -
                  • There are no double head arrows

                  • +
                  • No hay flechas de doble punta

                  • Los números en la sombra amarilla son los identificadores de las aristas.

                  digraph G {
@@ -727,11 +719,9 @@ <h3><a class=Representation as dir sg [label="301",pos="1,1!"]; } }" class="graphviz" />
                  -

                  Two pair of edges share the same ending nodes and the reverse_cost column is -not used.

                  +

                  Dos pares de aristas comparten los mismos nodos finales y no se utiliza la columna reverse_cost.

                    -
                  • Edges \({2 \rightarrow 3, 3 \rightarrow 2}\) are represented with two -edges \(id=203\) and \(id=302\) respectively.

                  • +
                  • Las aristas \({2 \rightarrow 3, 3 \rightarrow 2}\) se representan con dos aristas \(id=203\) y \(id=302\) respectivamente.

                  • Edges \({3 \rightarrow 4, 4 \rightarrow 3}\) are represented with two edges \(id=304\) and \(id=403\) respectively.

                  @@ -780,7 +770,7 @@

                  Gráfico lineal de un
                • El resultado es un grafo dirigido.

                • Para \(seq=7\) desde \(203 \leftrightarrow 302\) representan dos aristas.

                • Para \(seq=8\) desde \(304 \leftrightarrow 403\) representan dos aristas.

                • -
                • For all the other values of seq represent one edge.

                • +
                • Todos los demás valores de seq representan una arista.

                • Los valores cost y reverse_cost representan la existencia de la arista.

                  • Cuando es positivo: la arista existe.

                  • @@ -861,7 +851,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_lineGraphFull.html b/3.7/es/pgr_lineGraphFull.html index 71aa9d4d17..aeb791ae3c 100644 --- a/3.7/es/pgr_lineGraphFull.html +++ b/3.7/es/pgr_lineGraphFull.html @@ -10,13 +10,13 @@ pgr_lineGraphFull - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -1056,7 +1056,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_makeConnected.html b/3.7/es/pgr_makeConnected.html index af144af377..23fcd2a225 100644 --- a/3.7/es/pgr_makeConnected.html +++ b/3.7/es/pgr_makeConnected.html @@ -10,13 +10,13 @@ pgr_makeConnected - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -411,7 +411,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_maxCardinalityMatch.html b/3.7/es/pgr_maxCardinalityMatch.html index b206a72491..11fba0d0ef 100644 --- a/3.7/es/pgr_maxCardinalityMatch.html +++ b/3.7/es/pgr_maxCardinalityMatch.html @@ -10,13 +10,13 @@ pgr_maxCardinalityMatch — pgRouting Manual (3.7-dev) - + - + - + @@ -416,7 +416,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_maxFlow.html b/3.7/es/pgr_maxFlow.html index 2e1712edc9..bf51f92396 100644 --- a/3.7/es/pgr_maxFlow.html +++ b/3.7/es/pgr_maxFlow.html @@ -10,13 +10,13 @@ pgr_maxFlow — pgRouting Manual (3.7-dev) - + - + - + @@ -630,7 +630,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_maxFlowMinCost.html b/3.7/es/pgr_maxFlowMinCost.html index d27a34f140..5e191f034b 100644 --- a/3.7/es/pgr_maxFlowMinCost.html +++ b/3.7/es/pgr_maxFlowMinCost.html @@ -10,13 +10,13 @@ pgr_maxFlowMinCost - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -756,7 +756,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_maxFlowMinCost_Cost.html b/3.7/es/pgr_maxFlowMinCost_Cost.html index 9c654e4830..e2b1e4c104 100644 --- a/3.7/es/pgr_maxFlowMinCost_Cost.html +++ b/3.7/es/pgr_maxFlowMinCost_Cost.html @@ -10,13 +10,13 @@ pgr_maxFlowMinCost_Cost - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -697,7 +697,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_nodeNetwork.html b/3.7/es/pgr_nodeNetwork.html index 6dbfa863e5..da2395d088 100644 --- a/3.7/es/pgr_nodeNetwork.html +++ b/3.7/es/pgr_nodeNetwork.html @@ -10,13 +10,13 @@ pgr_nodeNetwork — pgRouting Manual (3.7-dev) - + - + - + @@ -582,7 +582,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_pickDeliver.html b/3.7/es/pgr_pickDeliver.html index 021871710a..5a697d963f 100644 --- a/3.7/es/pgr_pickDeliver.html +++ b/3.7/es/pgr_pickDeliver.html @@ -10,13 +10,13 @@ pgr_pickDeliver - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -808,7 +808,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_pickDeliverEuclidean.html b/3.7/es/pgr_pickDeliverEuclidean.html index 522a676eed..5ac77ff340 100644 --- a/3.7/es/pgr_pickDeliverEuclidean.html +++ b/3.7/es/pgr_pickDeliverEuclidean.html @@ -10,13 +10,13 @@ pgr_pickDeliverEuclidean - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -1019,7 +1019,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_prim.html b/3.7/es/pgr_prim.html index 5c5a56c26d..a65a26f91b 100644 --- a/3.7/es/pgr_prim.html +++ b/3.7/es/pgr_prim.html @@ -10,13 +10,13 @@ pgr_prim — pgRouting Manual (3.7-dev) - + - + - + @@ -405,7 +405,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_primBFS.html b/3.7/es/pgr_primBFS.html index fd21512abf..45cdf1c238 100644 --- a/3.7/es/pgr_primBFS.html +++ b/3.7/es/pgr_primBFS.html @@ -10,13 +10,13 @@ pgr_primBFS — pgRouting Manual (3.7-dev) - + - + - + @@ -574,7 +574,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_primDD.html b/3.7/es/pgr_primDD.html index b9d5c737c2..10b423484a 100644 --- a/3.7/es/pgr_primDD.html +++ b/3.7/es/pgr_primDD.html @@ -10,13 +10,13 @@ pgr_primDD — pgRouting Manual (3.7-dev) - + - + - + @@ -549,7 +549,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_primDFS.html b/3.7/es/pgr_primDFS.html index c95170c5ca..afd618909c 100644 --- a/3.7/es/pgr_primDFS.html +++ b/3.7/es/pgr_primDFS.html @@ -10,13 +10,13 @@ pgr_primDFS — pgRouting Manual (3.7-dev) - + - + - + @@ -574,7 +574,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_pushRelabel.html b/3.7/es/pgr_pushRelabel.html index 45b13da253..76cfe3fffd 100644 --- a/3.7/es/pgr_pushRelabel.html +++ b/3.7/es/pgr_pushRelabel.html @@ -10,13 +10,13 @@ pgr_pushRelabel — pgRouting Manual (3.7-dev) - + - + - + @@ -720,7 +720,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_sequentialVertexColoring.html b/3.7/es/pgr_sequentialVertexColoring.html index ea4cf417af..d614b8c05d 100644 --- a/3.7/es/pgr_sequentialVertexColoring.html +++ b/3.7/es/pgr_sequentialVertexColoring.html @@ -10,13 +10,13 @@ pgr_sequentialVertexColoring - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -430,7 +430,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_stoerWagner.html b/3.7/es/pgr_stoerWagner.html index c60a427abd..37bcf872bb 100644 --- a/3.7/es/pgr_stoerWagner.html +++ b/3.7/es/pgr_stoerWagner.html @@ -10,13 +10,13 @@ pgr_stoerWagner - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -467,7 +467,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_strongComponents.html b/3.7/es/pgr_strongComponents.html index 1237a846ee..8b8627daa2 100644 --- a/3.7/es/pgr_strongComponents.html +++ b/3.7/es/pgr_strongComponents.html @@ -10,13 +10,13 @@ pgr_strongComponents — pgRouting Manual (3.7-dev) - + - + - + @@ -421,7 +421,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_topologicalSort.html b/3.7/es/pgr_topologicalSort.html index 532743ae84..cc1db838b5 100644 --- a/3.7/es/pgr_topologicalSort.html +++ b/3.7/es/pgr_topologicalSort.html @@ -10,13 +10,13 @@ pgr_topologicalSort - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -480,7 +480,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_transitiveClosure.html b/3.7/es/pgr_transitiveClosure.html index b5cf782972..a67fe76f39 100644 --- a/3.7/es/pgr_transitiveClosure.html +++ b/3.7/es/pgr_transitiveClosure.html @@ -10,13 +10,13 @@ pgr_transitiveClosure - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -428,7 +428,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_trsp.html b/3.7/es/pgr_trsp.html index b3d060e40e..8b1918e655 100644 --- a/3.7/es/pgr_trsp.html +++ b/3.7/es/pgr_trsp.html @@ -10,13 +10,13 @@ pgr_trsp - Proposed — pgRouting Manual (3.7-dev) - + - + - + @@ -305,10 +305,10 @@

                    Firmas

                    -
                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destino, [directed])
                    -
                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destinos, [directed])
                    -
                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destino, [directed])
                    -
                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destinos, [directed])
                    +
                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destino, [directed])
                    +
                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destinos, [directed])
                    +
                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destino, [directed])
                    +
                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destinos, [directed])
                    @@ -320,7 +320,7 @@

                    Firmas

                    Uno a Uno

                    -

                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destino, [directed])

                    +

                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destino, [directed])

                    Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
                    O CONJUNTO VACÍO
                    @@ -349,7 +349,7 @@

                    Firmas

                    Uno a Muchos

                    -

                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destinos, [directed])

                    +

                    pgr_trsp(SQL de aristas, SQL de restricciones, salida, destinos, [directed])

                    Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
                    O CONJUNTO VACÍO
                    @@ -389,7 +389,7 @@

                    Firmas

                    Muchos a Uno

                    -

                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destino, [directed])

                    +

                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destino, [directed])

                    Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
                    O CONJUNTO VACÍO
                    @@ -423,7 +423,7 @@

                    Firmas

                    Muchos a Muchos

                    -

                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destinos, [directed])

                    +

                    pgr_trsp(SQL de aristas, SQL de restricciones, salidas, destinos, [directed])

                    Regresa el conjunto de (seq, path_seq, start_vid, end_vid, node, edge, cost, agg_cost)
                    O CONJUNTO VACÍO
                    @@ -809,7 +809,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_trspVia.html b/3.7/es/pgr_trspVia.html index a97590f16f..e4a83c89c9 100644 --- a/3.7/es/pgr_trspVia.html +++ b/3.7/es/pgr_trspVia.html @@ -10,13 +10,13 @@ pgr_trspVia - Proposed — pgRouting Manual (3.7-dev) - + - + - + @@ -293,7 +293,7 @@

                    Firmas

                    -
                    pgr_trsp(SQL de aristas, SQL de restricciones,**vértices**, [directed])
                    +
                    pgr_trsp(SQL de aristas, SQL de restricciones,**vértices**, [directed])
                    opcionales: [directed, strict, U_turn_on_edge]
                    @@ -923,7 +923,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_trspVia_withPoints.html b/3.7/es/pgr_trspVia_withPoints.html index fb4a57dac4..1ea29527f1 100644 --- a/3.7/es/pgr_trspVia_withPoints.html +++ b/3.7/es/pgr_trspVia_withPoints.html @@ -10,13 +10,13 @@ pgr_trspVia_withPoints - Proposed — pgRouting Manual (3.7-dev) - + - + - + @@ -1133,7 +1133,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_trsp_withPoints.html b/3.7/es/pgr_trsp_withPoints.html index 3a036a9826..21bee8fbb0 100644 --- a/3.7/es/pgr_trsp_withPoints.html +++ b/3.7/es/pgr_trsp_withPoints.html @@ -10,13 +10,13 @@ pgr_trsp_withPoints - Proposed — pgRouting Manual (3.7-dev) - + - + - + @@ -1075,7 +1075,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_turnRestrictedPath.html b/3.7/es/pgr_turnRestrictedPath.html index 07ec8c95e2..377bc36a3b 100644 --- a/3.7/es/pgr_turnRestrictedPath.html +++ b/3.7/es/pgr_turnRestrictedPath.html @@ -10,13 +10,13 @@ pgr_turnRestrictedPath - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -256,7 +256,7 @@

                    Firmas

                    - +
                    pgr_turnRestrictedPath(SQL de aristas, SQL de restricciones, salida, destino, K, [opciones])
                    opcionales: [directed, heap_paths, stop_on_first, strict]
                    @@ -661,7 +661,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_version.html b/3.7/es/pgr_version.html index e54461e92c..2ea8cbc067 100644 --- a/3.7/es/pgr_version.html +++ b/3.7/es/pgr_version.html @@ -10,13 +10,13 @@ pgr_version — pgRouting Manual (3.7-dev) - + - + - + @@ -268,7 +268,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_vrpOneDepot.html b/3.7/es/pgr_vrpOneDepot.html index e171c6984a..a7831a375e 100644 --- a/3.7/es/pgr_vrpOneDepot.html +++ b/3.7/es/pgr_vrpOneDepot.html @@ -10,13 +10,13 @@ pgr_vrpOneDepot - Experimental — pgRouting Manual (3.7-dev) - + - + - + @@ -380,7 +380,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPoints.html b/3.7/es/pgr_withPoints.html index 1d38c9e8e4..16f4b3f434 100644 --- a/3.7/es/pgr_withPoints.html +++ b/3.7/es/pgr_withPoints.html @@ -10,13 +10,13 @@ pgr_withPoints - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -309,10 +309,10 @@

                    Firmas

                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destino, [opciones])
                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destino, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    pgr_withPoints(SQL de aristas, SQL de puntos, SQL de combinaciones, [opciones])
                    opcionales: [directed, driving_side, details])
                    @@ -326,7 +326,7 @@

                    Firmas

                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destino, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destino, [opciones])
                    opcionales: [directed, driving_side, details])
                    @@ -364,7 +364,7 @@

                    Firmas

                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    opcionales: [directed, driving_side, details])
                    @@ -402,7 +402,7 @@

                    Firmas

                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    opcionales: [directed, driving_side, details])
                    @@ -440,7 +440,7 @@

                    Firmas

                    -
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    +
                    pgr_withPoints(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    opcionales: [directed, driving_side, details])
                    @@ -1112,7 +1112,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPointsCost.html b/3.7/es/pgr_withPointsCost.html index 11761042be..f5796ef3dd 100644 --- a/3.7/es/pgr_withPointsCost.html +++ b/3.7/es/pgr_withPointsCost.html @@ -10,13 +10,13 @@ pgr_withPointsCost - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -378,7 +378,7 @@

                    Firmas

                    -
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    +
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salida, destinos, [opciones])
                    opciones: [directed, driving_side]
                    @@ -410,7 +410,7 @@

                    Firmas

                    -
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    +
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salidas, destino, [opciones])
                    opciones: [directed, driving_side]
                    @@ -441,7 +441,7 @@

                    Firmas

                    -
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    +
                    pgr_withPointsCost(SQL de aristas, SQL de puntos, salidas, destinos, [opciones])
                    opciones: [directed, driving_side]
                    @@ -925,7 +925,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPointsCostMatrix.html b/3.7/es/pgr_withPointsCostMatrix.html index 3c4ab911ad..d3fee53789 100644 --- a/3.7/es/pgr_withPointsCostMatrix.html +++ b/3.7/es/pgr_withPointsCostMatrix.html @@ -10,13 +10,13 @@ pgr_withPointsCostMatrix - propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -308,7 +308,7 @@

                    Descripción

                    - +
                    pgr_withPointsCostMatrix(SQL de aristas, SQL de puntos, salidas, [opciones])
                    opciones: [directed, driving_side]
                    @@ -681,7 +681,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPointsDD.html b/3.7/es/pgr_withPointsDD.html index 505e4b81f6..b4769b722a 100644 --- a/3.7/es/pgr_withPointsDD.html +++ b/3.7/es/pgr_withPointsDD.html @@ -10,13 +10,13 @@ pgr_withPointsDD - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -297,8 +297,8 @@

                    Firmas

                    -
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raíz, distancia, lado de manejo, [opciones A])
                    -
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raices, distancia, lado de manejo, [opciones B])
                    +
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raíz, distancia, lado de manejo, [opciones A])
                    +
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raices, distancia, lado de manejo, [opciones B])
                    opciones A: [directed, details]
                    opciones B: [directed, details, equicost]
                    @@ -312,7 +312,7 @@

                    Firmas

                    -
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raíz, distancia, lado de manejo, [opciones])
                    +
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raíz, distancia, lado de manejo, [opciones])
                    opcionales: [directed, details]
                    @@ -347,7 +347,7 @@

                    Firmas

                    -
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raices, distancia, lado de manejo, [opciones])
                    +
                    pgr_withPointsDD(SQL de aristas, SQL de puntos, raices, distancia, lado de manejo, [opciones])
                    opcionales: [directed, details, equicost]
                    @@ -834,7 +834,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPointsKSP.html b/3.7/es/pgr_withPointsKSP.html index 8b5300f2e7..687725a706 100644 --- a/3.7/es/pgr_withPointsKSP.html +++ b/3.7/es/pgr_withPointsKSP.html @@ -10,13 +10,13 @@ pgr_withPointsKSP - Propuesto — pgRouting Manual (3.7-dev) - + - + - + @@ -299,10 +299,10 @@

                    Descripción

                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destino, K, lado de manejo, [opciones])
                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destinos, K, lado de manejo, [opciones])
                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destino, K, lado de manejo, [opciones])
                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destinos, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destino, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destinos, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destino, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destinos, K, lado de manejo, [opciones])
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, SQL de combinaciones, K, lado de manejo, [opciones])
                    opciones: [directed, heap_paths, details]
                    @@ -316,7 +316,7 @@

                    Descripción

                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destino, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destino, K, lado de manejo, [opciones])
                    opciones: [directed, heap_paths, details]
                    @@ -363,7 +363,7 @@

                    Descripción

                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destinos, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salida, destinos, K, lado de manejo, [opciones])
                    opciones: [directed, heap_paths, details]
                    @@ -412,7 +412,7 @@

                    Descripción

                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destino, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destino, K, lado de manejo, [opciones])
                    opciones: [directed, heap_paths, details]
                    @@ -453,7 +453,7 @@

                    Descripción

                    -
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destinos, K, lado de manejo, [opciones])
                    +
                    pgr_withPointsKSP(SQL de aristas, SQL de puntos, salidas, destinos, K, lado de manejo, [opciones])
                    opciones: [directed, heap_paths, details]
                    @@ -1037,7 +1037,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/pgr_withPointsVia.html b/3.7/es/pgr_withPointsVia.html index f14651a0f4..9ac0afcec7 100644 --- a/3.7/es/pgr_withPointsVia.html +++ b/3.7/es/pgr_withPointsVia.html @@ -10,13 +10,13 @@ pgr_withPointsVia - Proposed — pgRouting Manual (3.7-dev) - + - + - + @@ -300,7 +300,7 @@

                    Firmas

                    -
                    pgr_withPointsVia(SQL de aristas, SQL de puntos, **vértices**, [opciones])
                    +
                    pgr_withPointsVia(SQL de aristas, SQL de puntos, **vértices**, [opciones])
                    opcionales: [directed, strict, U_turn_on_edge]
                    @@ -885,7 +885,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/prim-family.html b/3.7/es/prim-family.html index 3f5c01c9e6..3385d52777 100644 --- a/3.7/es/prim-family.html +++ b/3.7/es/prim-family.html @@ -10,13 +10,13 @@ Prim - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -310,7 +310,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/proposed.html b/3.7/es/proposed.html index b187e9bc5f..8a674dda79 100644 --- a/3.7/es/proposed.html +++ b/3.7/es/proposed.html @@ -10,13 +10,13 @@ Funciones propuestas — pgRouting Manual (3.7-dev) - + - + - + @@ -305,7 +305,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/reference.html b/3.7/es/reference.html index 1786582176..c06713609a 100644 --- a/3.7/es/reference.html +++ b/3.7/es/reference.html @@ -10,13 +10,13 @@ Referencia — pgRouting Manual (3.7-dev) - + - + - + @@ -205,7 +205,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/release_notes.html b/3.7/es/release_notes.html index a0ac6560c9..73568977d5 100644 --- a/3.7/es/release_notes.html +++ b/3.7/es/release_notes.html @@ -10,13 +10,13 @@ Notas de versión — pgRouting Manual (3.7-dev) - + - + - + @@ -103,7 +103,7 @@

                • pgRouting 3.6
                • pgRouting 3.6
                    -
                  • pgRouting 3.6.3 Release Notes
                  • +
                  • Notas de la versión de pgRouting 3.6.3
                  • Notas de la versión de pgRouting 3.6.2
                  • Notas de la versión 3.6.1 de pgRouting
                  • Notas de la versión 3.6.0 de pgRouting
                  • @@ -452,11 +452,10 @@

                    Notas de la versión

                    Para ver todos los problemas y solicitudes de extracción cerrados para ésta versión, consulte la meta cerrada 3.7.0

                    Soporte

                      -
                    • #2656 Stop support of -PostgreSQL12 on pgrouting v3.7

                      +
                    • #2656 PostgreSQL 12 no se apya en pgrouting v3.7

                        -
                      • Stopping support of PostgreSQL 12

                      • -
                      • CI does not test for PostgreSQL 12

                      • +
                      • PostgreSQL 12 ya no es soportado

                      • +
                      • CI no hace pruebas con PostgreSQL 12

                    @@ -522,16 +521,15 @@

                    pgRouting 3.6

                    Contenido

                    -

                    pgRouting 3.6.3 Release Notes

                    -

                    To see all issues & pull requests closed by this release see the Git closed -milestone for 3.6.3

                    +

                    Notas de la versión de pgRouting 3.6.3

                    +

                    Para ver todas las incidencias y pull requests cerrados por esta versión, consulte Git closed milestone for 3.6.3

                    Construir

                    -

                    CI tests

                    +

                    Pruebas CI

                    Pruebas pgtap

                      -
                    • bug fixes

                    • +
                    • corrección de errores

                    @@ -2300,7 +2298,7 @@

                    Cambios para versió

                    © Copyright pgRouting Contributors - Version v3.7.0-dev.
                    Actualizado por última vez en oct 10, 2024.
                    - Created using
                    Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/routingFunctions.html b/3.7/es/routingFunctions.html index 669564392c..9334eddfe7 100644 --- a/3.7/es/routingFunctions.html +++ b/3.7/es/routingFunctions.html @@ -10,13 +10,13 @@ Familias de Funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -348,7 +348,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/sampledata.html b/3.7/es/sampledata.html index 30e8c569b4..1b27d01ec6 100644 --- a/3.7/es/sampledata.html +++ b/3.7/es/sampledata.html @@ -10,13 +10,13 @@ Datos Muestra — pgRouting Manual (3.7-dev) - + - + - + @@ -599,7 +599,7 @@

                    Puntos de interés

                    Identificador de la arista más cercana que permite una llegada al punto.

                    side

                    -

                    ¿Está a la izquierda, a la derecha o a ambos lados del segmento edge_id?

                    +

                    Está a la izquierda, a la derecha o a ambos lados del segmento edge_id

                    fraction

                    En qué parte del segmento se encuentra el punto.

                    @@ -957,7 +957,7 @@

                    Las órdenes © Copyright pgRouting Contributors - Version v3.7.0-dev.
                    Actualizado por última vez en oct 10, 2024.
                    - Created using
                    Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/search.html b/3.7/es/search.html index 3ab79a6c87..200b83fc25 100644 --- a/3.7/es/search.html +++ b/3.7/es/search.html @@ -9,13 +9,13 @@ Búsqueda — pgRouting Manual (3.7-dev) - + - + - + @@ -173,7 +173,7 @@

                    Búsqueda

                    © Copyright pgRouting Contributors - Version v3.7.0-dev.
                    Actualizado por última vez en oct 10, 2024.
                    - Created using Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/searchindex.js b/3.7/es/searchindex.js index b214bfc159..ee61043397 100644 --- a/3.7/es/searchindex.js +++ b/3.7/es/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "1) Ruta de 6 a 10": [[62, "path-from-6-to-10"]], "10) Ruta de 6 a 7": [[62, "id2"]], "11) Ruta de 12 a 10": [[62, "id3"]], "12) Ruta de 12 a 7": [[62, "id4"]], "13) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 10": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Ruta de 6 a 10": [[62, "id5"]], "18) Ruta de 6 a 7": [[62, "id6"]], "19) Ruta de 12 a 10": [[62, "id7"]], "2) Ruta de 6 a 7": [[62, "path-from-6-to-7"]], "20) Ruta de 12 a 7": [[62, "id8"]], "21) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 18": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Ruta de 6 a 10": [[62, "id9"]], "26) Ruta de 6 a 7": [[62, "id10"]], "27) Ruta de 12 a 10": [[62, "id11"]], "28) Ruta de 12 a 7": [[62, "id12"]], "29) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 26": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Ruta de 12 a 10": [[62, "path-from-12-to-10"]], "30) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 26 y 28": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Usando Uno a Uno": [[62, "using-one-to-one"]], "34) Usando Uno a Muchos": [[62, "using-one-to-many"]], "35) Usando Muchos a Uno": [[62, "using-many-to-one"]], "36) Usando Muchos a Muchos": [[62, "using-many-to-many"]], "37) Usando Combinaciones": [[62, "using-combinations"]], "4) Ruta de 12 a 7": [[62, "path-from-12-to-7"]], "5) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 2": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Ruta de 6 a 10": [[62, "id1"]], "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": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "Actualizaci\u00f3n de la tabla de v\u00e9rtices": [[13, "the-vertex-table-update"]], "Actualizar la topolog\u00eda de aristas": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "Actualizar los costes a la longitud de la geometr\u00eda": [[25, "update-costs-to-length-of-geometry"]], "Actualizar los costes en funci\u00f3n de los c\u00f3digos": [[25, "update-costs-based-on-codes"]], "Add edges from the original graph": [[86, "add-edges-from-the-original-graph"]], "Add the newly calculated edges": [[86, "add-the-newly-calculated-edges"]], "Adding a soft restriction": [[86, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[86, "adding-a-value-to-the-restriction"]], "Additional examples": [[103, "additional-examples"]], "Agregar una geometr\u00eda (con fines visuales)": [[30, "adding-a-geometry-for-visual-purposes"]], "Ajustar los costes": [[25, "adjust-costs"]], "Algoritmo TRSP": [[3, "trsp-algorithm"]], "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": [[25, "crossing-edges"], [73, "crossing-edges"]], "Asegurarse de que la base de datos no tiene vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "A\u00f1adiendo nuevos v\u00e9rtices": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "A\u00f1adir aristas divididas": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "A\u00f1adir columnas adicionales": [[13, "add-additional-columns"]], "BFS - Categor\u00eda": [[0, null]], "Bidirectional Dijkstra - Familia de funciones": [[9, null]], "Bordes lineales": [[25, "linear-edges"], [60, "linear-edges"]], "Callejones sin salida": [[25, "dead-ends"], [60, "dead-ends"]], "Cambios para la versi\u00f3n 0.9.9": [[121, "changes-for-release-0-9-9"]], "Cambios para la versi\u00f3n 1.0": [[121, "changes-for-release-1-0"]], "Cambios para la versi\u00f3n 1.0.0a": [[121, "changes-for-release-1-0-0a"]], "Cambios para la versi\u00f3n 1.0.0b": [[121, "changes-for-release-1-0-0b"]], "Cambios para la versi\u00f3n 1.01": [[121, "changes-for-release-1-01"]], "Cambios para la versi\u00f3n 1.02": [[121, "changes-for-release-1-02"]], "Cambios para la versi\u00f3n 1.03": [[121, "changes-for-release-1-03"]], "Cambios para la versi\u00f3n 1.05": [[121, "changes-for-release-1-05"]], "Cambios para versi\u00f3n 0.9.8": [[121, "changes-for-release-0-9-8"]], "Caracter\u00edsticas": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "Cargar Datos": [[25, "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": [[27, "contributors"]], "Colaboradores de esta Versi\u00f3n": [[27, "this-release-contributors"]], "Colaboradores, Pasado y Presente:": [[27, "contributors-past-present"]], "Coloraci\u00f3n - Familia de funciones": [[11, null]], "Columnas de Resultados": [[59, "return-columns"], [91, "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"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "Columnas de resultados de las funciones de costes": [[25, "result-columns-for-cost-functions"]], "Columnas de resultados para funciones de flujo": [[25, "result-columns-for-flow-functions"]], "Columnas de resultados para funciones de \u00e1rbol de expansi\u00f3n": [[25, "result-columns-for-spanning-tree-functions"]], "Columnas de resultados para una ruta": [[25, "result-columns-for-a-path"]], "Combinaciones": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "Combinations data": [[123, "combinations-data"]], "Como m\u00e1ximo dos respuestas": [[74, "at-most-two-answers"]], "Como m\u00e1ximo dos respuestas con todas las columnas": [[74, "at-most-two-answers-with-all-columns"]], "Comparando los resultados": [[92, "comparing-the-results"]], "Compilando": [[26, "building"]], "Complete routing graph": [[86, "complete-routing-graph"]], "Componentes - Familia de funciones": [[12, null]], "Comprobaci\u00f3n del cruce de aristas": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "Compruebe la Topolog\u00eda de Ruteo": [[25, "check-the-routing-topology"]], "Con salida completa": [[56, "with-full-output"]], "Conceptos de pgRouting": [[20, "pgrouting-concepts"], [25, null]], "Conectando componentes": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "Conectando componentes desconectados": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "Configuraci\u00f3n": [[26, "configuring"]], "Consejos de Rendimiento": [[25, "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": [[25, "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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "Contenido": [[5, "contenido"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "Contenido de viejas restricciones": [[23, "old-restrictions-contents"]], "Contracci\u00f3n de los datos de muestra": [[13, "contracting-sample-data"]], "Contracci\u00f3n de un grafo": [[25, "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": [[30, "coordinates-sql"]], "Cost Matrix - Categor\u00eda": [[15, null]], "Costo - Categor\u00eda": [[14, null]], "Costo agregado al final de la tercera ruta.": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "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.": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"]], "Costo agregado de la tercera ruta.": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "Costo total del tour": [[30, "total-tour-cost"]], "Creaci\u00f3n de la topolog\u00eda de ruteo en la tabla de aristas": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "Creaci\u00f3n de una tabla para datos y almacenamiento de los datos": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "Creaci\u00f3n de una topolog\u00eda de ruteo": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "Creaci\u00f3n de v\u00e9rtices temporales": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "Crear la tabla de v\u00e9rtices": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "Crear una Base de Datos de Ruteo": [[25, "create-a-routing-database"]], "Crear una tabla": [[25, "create-a-table"]], "Crear una tabla que identifica los v\u00e9rtices transformados": [[86, "creating-table-that-identifies-transformed-vertices"]], "Create the mapping table": [[86, "create-the-mapping-table"]], "Cuando el lado de conducci\u00f3n no importa": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "Cuando se conoce la geometr\u00eda de l\u00ednea": [[73, "when-line-geometry-is-known"]], "Cuando se conoce la geometr\u00eda de v\u00e9rtices": [[73, "when-vertex-geometry-is-known"]], "Cuando se conocen identificadores de v\u00e9rtices": [[73, "when-identifiers-of-vertices-are-known"]], "C\u00f3mo contribuir": [[25, "how-to-contribute"]], "DFS - Categor\u00eda": [[1, null]], "Datos": [[7, "data"]], "Datos Muestra": [[123, null]], "Datos de Recogida y Entrega": [[123, "pick-deliver-data"]], "Datos de restricciones": [[23, "restrictions-data"], [123, "restrictions-data"]], "Datos de topolog\u00eda": [[123, "topology-data"]], "Datos de v\u00e9rtices": [[123, "vertices-data"]], "Datos incompletos conectados": [[29, "connected-incomplete-data"]], "Definici\u00f3n de grafo": [[25, "graph-definition"]], "Definici\u00f3n del Problema": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "Dependencias": [[26, "dependencies"]], "Descripci\u00f3n": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "Dijkstra - Familia de funciones": [[16, null]], "Directed graph with cost": [[123, "directed-graph-with-cost"]], "Distancia Manejando - Categor\u00eda": [[17, null]], "Documentaci\u00f3n Avanzada": [[19, "advanced-documentation"], [131, "advanced-documentation"]], "Documentaci\u00f3n avanzada": [[6, "advanced-documentation"], [16, "advanced-documentation"], [130, "advanced-documentation"]], "Edges": [[123, "edges"]], "Edges data": [[123, "edges-data"]], "Ejecuci\u00f3n de prueba": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "Ejecuci\u00f3n en seco de muchos puntos": [[74, "many-points-dry-run-execution"]], "Ejecuci\u00f3n en seco de un punto": [[74, "one-point-dry-run-execution"]], "Ejemplo": [[94, "example"]], "Ejemplo Adicional": [[48, "additional-example"]], "Ejemplo Adicional:": [[101, "additional-example"], [111, "additional-example"]], "Ejemplo de Wiki": [[25, "wiki-example"]], "Ejemplos": [[92, "examples"]], "Ejemplos Adicionales": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "Ejemplos de muchos puntos": [[74, "many-points-examples"]], "Ejemplos de un punto": [[74, "one-point-examples"]], "El ciclo": [[13, "the-cycle"]], "El grafo contra\u00eddo": [[13, "the-contracted-graph"]], "Elementos de esta versi\u00f3n v3.7.x (por orden alfab\u00e9tico)": [[27, "individuals-in-this-release-v3-7-x-in-alphabetical-order"]], "Eliminar las aristas sobrantes": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "En cuentre el camino m\u00e1s corto": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "En una red de conducci\u00f3n del lado derecho": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "En una red de conducci\u00f3n del lado izquierdo": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "Encontrar como m\u00e1ximo dos rutas a un punto dado": [[74, "find-at-most-two-routes-to-a-given-point"]], "Equivalencias entre firmas": [[62, "equvalences-between-signatures"]], "Estado de \u00abpasa enfrente\u00bb o \u00abvisita\u00bb los nodos.": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "Estructura de la funci\u00f3n": [[25, "function-s-structure"]], "Estructura de nuevas restricciones": [[23, "new-restrictions-structure"]], "Estructura de restricciones vieja": [[23, "old-restrictions-structure"]], "Factor": [[6, "factor"]], "Familias de Funciones": [[20, "routingfunctions"], [122, null]], "Fila de Resumen": [[5, "summary-row"]], "Filling the mapping table": [[86, "filling-the-mapping-table"]], "Firma": [[93, "signature"], [94, "signature"], [110, "signature"]], "Firmas": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "Flow - Familia de funciones": [[19, null]], "Flujo": [[25, "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"], [122, "functions-by-categories"]], "Funciones propuestas": [[119, null]], "General": [[20, "general"], [25, "general"]], "General con (X,Y)": [[25, "general-with-x-y"]], "General sin id": [[25, "general-without-id"]], "Grado a partir de una tabla existente": [[60, "degree-from-an-existing-table"]], "Grado de un subgrafo": [[60, "degree-of-a-sub-graph"]], "Grafo con cost": [[25, "graph-with-cost"]], "Grafo con cost y reverse_cost": [[25, "graph-with-cost-and-reverse-cost"]], "Grafo contra\u00eddo": [[13, "contracted-graph"]], "Grafo dirigido con cost y reverse_cost": [[123, "directed-graph-with-cost-and-reverse-cost"]], "Grafo lineal de un grafo dirigido representado con aristas compartidas": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Grafo no dirigido con cost y reverse_cost": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "Grafos": [[25, "graphs"]], "Grafos con geometr\u00edas": [[25, "graphs-with-geometries"]], "Grafos desconectados": [[25, "disconnected-graphs"]], "Grafos sin geometr\u00edas": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "Gr\u00e1fico lineal de un grafo dirigido representado con aristas \u00fanicas": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Guardar la informaci\u00f3n de conexi\u00f3n de las aristas": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "Guardar la informaci\u00f3n de conexi\u00f3n de los v\u00e9rtices": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "save-the-vertices-connection-information"]], "Gu\u00eda de migraci\u00f3n": [[23, null]], "Habilitaci\u00f3n y actualizaci\u00f3n en la base de datos": [[26, "enabling-and-upgrading-in-the-database"]], "Heur\u00edstica": [[6, "heuristic"]], "Idenifying the restriction": [[86, "idenifying-the-restriction"]], "Im\u00e1genes": [[92, "images"], [123, "images"]], "Informaci\u00f3n General de las Funciones de Flujo": [[19, "flow-functions-general-information"]], "Informaci\u00f3n de vertices": [[25, "vertex-information"], [73, "vertex-information"]], "Informaci\u00f3n general": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "Inicio en el v\u00e9rtice 1": [[29, "start-from-vertex-1"]], "Inspeccionar la tabla de v\u00e9rtices": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "Inspecci\u00f3n de la topolog\u00eda de ruteo": [[56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "Instalaci\u00f3n": [[26, null]], "Introducci\u00f3n": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "Introduzca los datos": [[25, "insert-the-data"], [73, "insert-the-data"]], "Kruskal - Familia de funciones": [[21, null]], "Kruskal v\u00e9rtice \u00fanico": [[23, "kruskal-single-vertex"]], "Kruskal v\u00e9rtices m\u00faltiples": [[23, "kruskal-multiple-vertices"]], "LLenado de puntos de inter\u00e9s": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "La consulta principal": [[67, "the-main-query"], [106, "the-main-query"]], "La definici\u00f3n de problema (Documentaci\u00f3n avanzada)": [[16, "the-problem-definition-advanced-documentation"]], "La topolog\u00eda": [[123, "the-topology"]], "Lado de manejo": [[130, "driving-side"], [131, "driving-side"]], "Lado de manejo derecho": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "Lado de manejo izquierdo": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "Lado de manejo no importa": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "Las \u00f3rdenes": [[94, "the-orders"], [123, "the-orders"]], "Licencias": [[27, "licensing"]], "Limpieza de las columnas de la topolog\u00eda de ruteo que se crear\u00e1": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Lineal": [[13, "linear"]], "Listas de correo y GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "Los veh\u00edculos": [[94, "the-vehicles"], [123, "the-vehicles"]], "Main graph": [[123, "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"]], "Mayors": [[121, "mayors"]], "Migraciones de pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "Migraci\u00f3n": [[23, "migration"]], "Migraci\u00f3n de funciones": [[23, "migration-of-functions"]], "Migraci\u00f3n de las restricciones de giro": [[23, "migration-of-turn-restrictions"]], "Migraci\u00f3n de pgr_KSP": [[23, "migration-of-pgr-ksp"]], "Migraci\u00f3n de pgr_aStar": [[23, "migration-of-pgr-astar"]], "Migraci\u00f3n de pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "Migraci\u00f3n de pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "Migraci\u00f3n de pgr_drivingDistance": [[23, "migration-of-pgr-drivingdistance"]], "Migraci\u00f3n de pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migraci\u00f3n de pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "Migraci\u00f3n de pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Migraci\u00f3n de pgr_trsp (Aristas)": [[23, "migration-of-pgr-trsp-edges"]], "Migraci\u00f3n de pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "Migraci\u00f3n de pgr_trsp` (V\u00e9rtices)": [[23, "migration-of-pgr-trsp-vertices"]], "Migraci\u00f3n de pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "Migraci\u00f3n de pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "Migraci\u00f3n de restricciones": [[23, "migration-of-restrictions"]], "Migrando funciones": [[23, "migrating-functions"]], "Migrando pgr_trsp (Aristas) usando pgr_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrando pgr_trsp (V\u00e9rtices) usando pgr_trsp": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrando pgr_trspViaEdges usando pgr_trspVia_withPoints": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrando pgr_trspViaEdges usando pgr_withPointsVia": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrando pgr_trspViaVertices usando pgr_dijkstraVia": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrando pgr_trspViaVertices usando pgr_trspVia": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migrando``pgr_trsp`` (Aristas) utilizando pgr_trsp_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrar pgr_trsp (V\u00e9rtices) usando pgr_dijkstra": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Minors 2.x": [[121, "minors-2-x"]], "Minors 3.x": [[121, "minors-3-x"]], "Muchos a Muchos": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "Muchos a Uno": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "Muchos puntos": [[74, "many-points"]], "M\u00e1s Informaci\u00f3n": [[27, "more-information"]], "M\u00e9tricas - Familia de funciones": [[22, null]], "M\u00faltiples V\u00e9rtices": [[68, "multiple-vertices"]], "M\u00faltiples v\u00e9rtices": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "No importa el lado de manejo": [[113, "does-not-matter-driving-side-driving-topology"]], "No selectivo para rutas m\u00faltiples": [[25, "non-selective-for-multiple-paths"]], "Nodos visitados en la ruta.": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "Notas de la Versi\u00f3n 3.0.6 de pgRouting": [[121, "pgrouting-3-0-6-release-notes"]], "Notas de la Versi\u00f3n 3.1.4 de pgRouting": [[121, "pgrouting-3-1-4-release-notes"]], "Notas de la Versi\u00f3n 3.2.1 de pgRouting": [[121, "pgrouting-3-2-1-release-notes"]], "Notas de la Versi\u00f3n 3.2.2 de pgRouting": [[121, "pgrouting-3-2-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.2": [[121, "pgrouting-3-0-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.4": [[121, "pgrouting-3-0-4-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.0": [[121, "pgrouting-3-1-0-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.2": [[121, "pgrouting-3-1-2-release-notes"]], "Notas de la versi\u00f3n 3.0.1 de pgRouting": [[121, "pgrouting-3-0-1-release-notes"]], "Notas de la versi\u00f3n 3.3.0 de pgRouting": [[121, "pgrouting-3-3-0-release-notes"]], "Notas de la versi\u00f3n 3.3.1 de pgRouting": [[121, "pgrouting-3-3-1-release-notes"]], "Notas de la versi\u00f3n 3.3.2 de pgRouting": [[121, "pgrouting-3-3-2-release-notes"]], "Notas de la versi\u00f3n 3.3.3 de pgRouting": [[121, "pgrouting-3-3-3-release-notes"]], "Notas de la versi\u00f3n 3.3.4 de pgRouting": [[121, "pgrouting-3-3-4-release-notes"]], "Notas de la versi\u00f3n 3.3.5 de pgRouting": [[121, "pgrouting-3-3-5-release-notes"]], "Notas de la versi\u00f3n 3.4.0 de pgRouting": [[121, "pgrouting-3-4-0-release-notes"]], "Notas de la versi\u00f3n 3.4.1 de pgRouting": [[121, "pgrouting-3-4-1-release-notes"]], "Notas de la versi\u00f3n 3.4.2 de pgRouting": [[121, "pgrouting-3-4-2-release-notes"]], "Notas de la versi\u00f3n 3.5.0 de pgRouting": [[121, "pgrouting-3-5-0-release-notes"]], "Notas de la versi\u00f3n 3.5.1 de pgRouting": [[121, "pgrouting-3-5-1-release-notes"]], "Notas de la versi\u00f3n 3.6.0 de pgRouting": [[121, "pgrouting-3-6-0-release-notes"]], "Notas de la versi\u00f3n 3.6.1 de pgRouting": [[121, "pgrouting-3-6-1-release-notes"]], "Notas de la versi\u00f3n de PgRouting 2.5.5": [[121, "pgrouting-2-5-5-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.0": [[121, "pgrouting-2-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.1": [[121, "pgrouting-2-0-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.1.0": [[121, "pgrouting-2-1-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.0": [[121, "pgrouting-2-2-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.1": [[121, "pgrouting-2-2-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.2": [[121, "pgrouting-2-2-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.3": [[121, "pgrouting-2-2-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.4": [[121, "pgrouting-2-2-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.0": [[121, "pgrouting-2-3-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.1": [[121, "pgrouting-2-3-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.2": [[121, "pgrouting-2-3-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.0": [[121, "pgrouting-2-4-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.1": [[121, "pgrouting-2-4-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.2": [[121, "pgrouting-2-4-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.0": [[121, "pgrouting-2-5-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.1": [[121, "pgrouting-2-5-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.2": [[121, "pgrouting-2-5-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.3": [[121, "pgrouting-2-5-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.4": [[121, "pgrouting-2-5-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.0": [[121, "pgrouting-2-6-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.1": [[121, "pgrouting-2-6-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.0": [[121, "pgrouting-3-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.3": [[121, "pgrouting-3-0-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.6.2": [[121, "pgrouting-3-6-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.7.0": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "Notas de versi\u00f3n": [[20, "release-notes"], [121, null]], "Notas del Lanzamiento de pgRouting 3.2.0": [[121, "pgrouting-3-2-0-release-notes"]], "Obtener el v\u00e9rtice m\u00e1s cercano": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "Obtener las fuentes": [[26, "get-the-sources"]], "Obtener una geometr\u00eda del recorrido": [[30, "getting-a-geometry-of-the-tour"]], "Operaci\u00f3n: Contracci\u00f3n Lineal": [[13, "operation-linear-contraction"]], "Operaci\u00f3n: Contracci\u00f3n sin salida": [[13, "operation-dead-end-contraction"]], "Ordenamiento - Familia de funciones": [[24, null]], "Origen": [[4, "origin"]], "Para grafos dirigidos con columna``cost``": [[62, "for-directed-graphs-only-with-cost-column"]], "Para grafos dirigidos con columnas cost and reverse_cost": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "Para grafos no dirigidos con columna``cost``": [[62, "for-undirected-graphs-only-with-cost-column"]], "Para grafos no dirigidos con columnas cost y reverse_cost": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Para las funciones de Ruteo": [[25, "for-the-routing-functions"]], "Para las funciones de TRSP": [[25, "for-the-trsp-functions"]], "Par\u00e1metros": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "Par\u00e1metros de Manipulaci\u00f3n": [[5, "handling-parameters"]], "Par\u00e1metros opcionales": [[7, "optional-parameters"], [15, "optional-parameters"], [16, "optional-parameters"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "Par\u00e1metros opcionales V\u00eda": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "Par\u00e1metros opcionales de Cercan\u00eda": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "Par\u00e1metros opcionales de Contracci\u00f3n": [[55, "contraction-optional-parameters"]], "Par\u00e1metros opcionales de DFS": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "dfs-optional-parameters"]], "Par\u00e1metros opcionales de Dijkstra": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "Par\u00e1metros opcionales de KSP": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Par\u00e1metros opcionales de Recoger-Entregar": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "Par\u00e1metros opcionales de TSP": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Par\u00e1metros opcionales de aStar": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "Par\u00e1metros opcionales de distancia de manejo": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "Par\u00e1metros opcionales para Con puntos": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "Par\u00e1metros opcionales para withPointsKSP": [[116, "withpointsksp-optional-parameters"]], "Pasa enfrente o visita con lado derecho de manejo.": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "Pasa enfrente o visita con lado izquierdo de manejo.": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "Pass in front or visits.": [[108, "pass-in-front-or-visits"]], "Patrocinadores corporativos (en orden alfab\u00e9tico)": [[27, "corporate-sponsors-in-alphabetical-order"]], "Patrocinadores corporativos de este lanzamiento (en orden alfab\u00e9tico)": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Personas (en orden alfab\u00e9tico)": [[27, "individuals-in-alphabetical-order"]], "Prepara la base de datos": [[25, "prepare-the-database"]], "Preparar el almacenamiento de la informaci\u00f3n de conexi\u00f3n": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "Prim - Familia de funciones": [[118, null]], "Prim v\u00e9rtice \u00fanico": [[23, "prim-single-vertex"]], "Prim v\u00e9rtices m\u00faltiples": [[23, "prim-multiple-vertices"]], "Prueba 29 ciudades del S\u00e1hara Occidental": [[30, "test-29-cities-of-western-sahara"]], "Pruebas": [[26, "testing"]], "Puntos de inter\u00e9s": [[74, "points-of-interest"], [123, "points-of-interest"]], "Puntos fuera del grafo": [[123, "points-outside-the-graph"]], "P\u00e1rametros opcionales de BFS": [[0, "bfs-optional-parameters"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "P\u00e1rametros para las funciones Via": [[25, "parameters-for-the-via-functions"]], "Recogida y Entrega": [[5, "pick-delivery"], [5, "pick-deliver"]], "Referencia": [[120, null]], "Removing self loops on leaf nodes": [[86, "removing-self-loops-on-leaf-nodes"]], "Rendimiento": [[7, "performance"]], "Reporte de Problemas": [[125, "reporting-problems"]], "Representation as directed with shared edge identifiers": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representation as directed with unique edge identifiers": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restricciones": [[3, "restrictions"], [123, "restrictions"]], "Resultados": [[7, "results"]], "Resultados de la Contracci\u00f3n": [[13, "contraction-results"]], "Resultados visuales": [[30, "visual-results"]], "Revisando componentes": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "Rutas m\u00e1s cortas K - Categor\u00eda": [[2, null]], "SQL Combinaciones": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "SQL de Veh\u00edculos": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "SQL de matriz": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "SQL de puntos": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "SQL de v\u00e9rtices": [[60, "vertex-sql"]], "SQL de \u00f3rdenes": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "SQL restricciones": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "Selectivo para m\u00faltiples rutas.": [[25, "selective-for-multiple-paths"]], "Show details on undirected graph.": [[108, "show-details-on-undirected-graph"]], "Simplifying leaf vertices": [[86, "simplifying-leaf-vertices"]], "Sin salida": [[13, "dead-end"]], "Sinopsis": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "Sobre los puntos": [[130, "about-points"], [131, "about-points"]], "Sobrecargas de funciones": [[25, "function-s-overloads"]], "Soporte": [[125, null]], "Soporte Comercial": [[125, "commercial-support"]], "Special optional parameters": [[109, "special-optional-parameters"]], "Status of \u00abpasses in front\u00bb or \u00abvisits\u00bb of the nodes and points.": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "Store edge results": [[86, "store-edge-results"]], "Sumulaci\u00f3n del functionamiento del algoritmo.": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "TRSP - Familia de funciones": [[3, null]], "Tabla de Contenido": [[4, "table-of-contents"], [20, null]], "Tablas de apoyo": [[123, "support-tables"]], "The data": [[86, "the-data"]], "The original orders": [[94, "the-original-orders"], [123, "the-original-orders"]], "The query": [[94, "the-query"]], "The transformation": [[86, "the-transformation"]], "Todas las versiones": [[20, "all-releases"]], "Todos los Pares - Familia de Funciones": [[7, null]], "Topolog\u00eda - Familia de Funciones": [[126, null]], "Topolog\u00eda de manejo del lado derecho": [[113, "right-side-driving-topology"]], "Topolog\u00eda de manejo del lado izquierdo": [[113, "left-side-driving-topology"]], "Transformaci\u00f3n - Familia de funciones": [[127, null]], "Traversal - Familia de funciones": [[128, null]], "Ubiaciones": [[5, "locations"]], "Un m\u00e1ximo de dos respuestas por punto": [[74, "at-most-two-answers-per-point"]], "Un punto": [[74, "one-point"]], "Una V\u00eda": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "Una respuesta por punto, todas las columnas": [[74, "one-answer-per-point-all-columns"]], "Una respuesta, todas las columnas": [[74, "one-answer-all-columns"]], "Una tabla de puntos de inter\u00e9s": [[74, "a-point-of-interest-table"]], "Undirected graph with cost": [[123, "undirected-graph-with-cost"]], "Uno a Muchos": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "Uno a Uno": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "one-to-one"]], "Usando el grafo contra\u00eddo": [[13, "using-the-contracted-graph"]], "Usar con pgr_TSP.": [[114, "use-with-pgr-tsp"]], "Usar pgr_findCloseEdges en el SQL de puntos.": [[112, "use-pgr-findcloseedges-in-the-points-sql"], [113, "use-pgr-findcloseedges-in-the-points-sql"], [114, "use-pgr-findcloseedges-in-the-points-sql"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "Use pgr_findCloseEdges for points on the fly": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "Use pgr_findCloseEdges in the Points SQL": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "Using the routing graph": [[86, "using-the-routing-graph"]], "Using the vertex map give the leaf verices their original value.": [[86, "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:": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "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:": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Uso de puntos de inter\u00e9s para generar una matriz asim\u00e9trica.": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Valor de Devoluci\u00f3n": [[34, "return-value"]], "Variables configurables": [[26, "configurable-variables"]], "Variaciones de uso": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "Varias rutas": [[25, "multiple-paths"]], "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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "Versi\u00f3n corta": [[26, "short-version"]], "Vertices": [[123, "vertices"]], "Via- Categoria": [[129, 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": [[68, "single-vertex"]], "V\u00e9rtice \u00fanico": [[50, "single-vertex"], [61, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "V\u00e9rtices que pertenecen al grafo contra\u00eddo.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.2 Notas de la versi\u00f3n": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Notas de la Versi\u00f3n": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.5 Notas de la Versi\u00f3n": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.1 Notas de la Versi\u00f3n": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.3 Notas de la Versi\u00f3n": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.6.3 Release Notes": [[121, "pgrouting-3-6-3-release-notes"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgr_KSP": [[28, null]], "pgr_KSP (Uno a Uno)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - Experimental": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - Experimental": [[47, null]], "pgr_bipartite - Experimental": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - Experimental": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - Experimental": [[52, null]], "pgr_chinesePostmanCost - Experimental": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering - Experimental": [[58, null]], "pgr_dagShortestPath - Experimental": [[59, null]], "pgr_degree \u2013 Propuesto": [[60, null]], "pgr_depthFirstSearch - Propusto": [[61, null]], "pgr_dijkstra": [[62, null]], "pgr_dijkstraCost": [[63, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraNear - Propuesto": [[65, null]], "pgr_dijkstraNearCost - Propuesto": [[66, null]], "pgr_dijkstraVia - Propuesto": [[67, null]], "pgr_drivingDistance": [[68, null]], "pgr_drivingDistance (M\u00faltiples v\u00e9rtices)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingDistance (V\u00e9rtice \u00fanico)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_edgeColoring - Experimental": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - Experimental": [[72, null]], "pgr_extractVertices \u2013 Propuesto": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - Experimental": [[77, null]], "pgr_isPlanar - Experimental": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -Experimental": [[84, null]], "pgr_lineGraph - Propuesto": [[85, null]], "pgr_lineGraphFull - Experimental": [[86, null]], "pgr_makeConnected - Experimental": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - Experimental": [[90, null]], "pgr_maxFlowMinCost_Cost - Experimental": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - Experimental": [[93, null]], "pgr_pickDeliverEuclidean - Experimental": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - Propuesto": [[100, null]], "pgr_stoerWagner - Experimental": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - Experimental": [[103, null]], "pgr_transitiveClosure - Experimental": [[104, null]], "pgr_trsp - Proposed": [[105, null]], "pgr_trspVia - Proposed": [[106, null]], "pgr_trspVia_withPoints - Proposed": [[107, null]], "pgr_trsp_withPoints - Proposed": [[108, null]], "pgr_turnRestrictedPath - Experimental": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot - Experimental": [[111, null]], "pgr_withPoints - Propuesto": [[112, null]], "pgr_withPointsCost - Propuesto": [[113, null]], "pgr_withPointsCostMatrix - propuesto": [[114, null]], "pgr_withPointsDD (M\u00faltiples v\u00e9rtices)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (v\u00e9rtice \u00fanico)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Propuesto": [[115, null]], "pgr_withPointsKSP (Uno a Uno)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Propuesto": [[116, null]], "pgr_withPointsVia - Proposed": [[117, null]], "withPoints - Familia de funciones": [[131, null]], "withPoints- Categor\u00eda": [[130, null]], "\u00c1rbol de expansi\u00f3n - Categor\u00eda": [[124, 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", "metrics-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_betweennessCentrality", "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [0, 4, 5, 6, 7, 8, 9, 13, 15, 16, 17, 19, 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, 123, 129, 130, 131], "00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bfs": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0x": 26, "1": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 20, 21, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "100s": 5, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [4, 7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1km": 5, "1s": 5, "2": [4, 5, 6, 7, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "202": 121, "203": [85, 94, 121, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithms": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 121, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "22rel": 121, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theory": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "3": [3, 5, 6, 7, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3a": 121, "3th": [108, 112], "4": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4th": [108, 112], "5": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5th": [108, 112], "6": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6min": 5, "6th": [108, 112], "7": [3, 5, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "8": [3, 7, 13, 23, 25, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "9": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 34, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123], "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 121, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "9c": 121, "A": [15, 20, 23, 25, 26, 31, 32, 33, 38, 39, 40, 46, 50, 61, 65, 66, 69, 74, 77, 86, 87, 101, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 122, 123, 129, 130, 131], "Al": [4, 30, 45], "Antes": [23, 92], "Con": [0, 17, 25, 29, 30, 50, 54, 61, 68, 74, 81, 82, 83, 96, 97, 98, 121], "DE": [29, 30, 60, 73], "De": [13, 31, 32, 38, 39, 41, 42, 44, 47, 49, 62, 63, 70, 71, 72, 74, 89, 90, 91, 99, 118], "Del": [25, 41, 42, 44, 47, 49, 54, 59, 62, 63, 70, 71, 72, 74, 89, 90, 91, 99, 105, 109, 112, 113], "E": [6, 7, 8, 9, 10, 16, 19, 21, 25, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 59, 61, 62, 63, 65, 66, 69, 71, 72, 77, 79, 80, 81, 82, 83, 84, 85, 87, 88, 90, 91, 95, 96, 97, 98, 101, 102, 103, 104, 108, 112, 113, 118, 127], "EN": 121, "EST\u00c1": 121, "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, 30, 31, 32, 34, 35, 36, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 127, 128, 129, 130, 131], "En": [1, 3, 4, 5, 13, 15, 16, 19, 23, 27, 29, 30, 34, 35, 44, 49, 54, 55, 56, 57, 58, 59, 65, 66, 71, 74, 77, 86, 90, 91, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 125, 129], "Es": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 36, 43, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "Esa": [25, 60, 73], "Esas": [74, 123], "Eso": [25, 60], "Esos": 25, "Esta": [7, 8, 9, 13, 15, 16, 23, 25, 36, 37, 44, 45, 51, 54, 59, 60, 62, 63, 64, 73, 74, 78, 86, 92, 101, 114, 127, 130], "Estados": 125, "Estar": 113, "Estas": [3, 5, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 119, 126, 127, 128], "Este": [4, 20, 25, 29, 30, 47, 54, 74, 77, 78, 80, 95], "Esto": [3, 23, 69, 72, 86, 92, 118, 125], "Estos": 118, "Est\u00e1": [74, 123], "Hay": [3, 4, 5, 10, 11, 12, 13, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 69, 72, 73, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128, 130], "La": [3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 65, 66, 69, 70, 71, 72, 73, 74, 77, 78, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 97, 99, 100, 101, 103, 104, 109, 111, 121, 127, 128, 129, 130, 131], "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, 27, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "Lo": [25, 27], "Los": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 23, 25, 29, 30, 31, 32, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 121, 130, 131], "NO": 121, "No": [1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 82, 84, 85, 86, 87, 89, 90, 91, 93, 94, 97, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "O": [6, 7, 8, 9, 10, 16, 21, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118], "Otros": [25, 121], "Por": [13, 25, 36, 57, 72, 73, 74, 87, 90, 111, 125], "Que": 92, "Qu\u00e9": 25, "Se": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 21, 23, 25, 26, 29, 30, 31, 32, 36, 38, 39, 41, 42, 43, 44, 47, 49, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 80, 81, 82, 83, 85, 90, 91, 93, 94, 99, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "Sea": [5, 7, 14, 15, 32, 39, 42, 43, 63, 64, 75, 79, 114], "Sean": [6, 8, 31, 32, 33, 38, 39, 40], "Sin": [47, 55, 69, 72, 118], "Son": [5, 25, 93, 94], "Su": [0, 1, 21, 80, 81, 82, 83, 95, 96, 97, 98, 101, 118, 124], "Un": [10, 13, 23, 25, 27, 34, 35, 36, 47, 48, 51, 52, 53, 54, 56, 57, 61, 78, 88, 92, 93, 94, 101, 102, 123], "Una": [3, 4, 5, 19, 25, 26, 34, 35, 36, 56, 57, 73, 86, 88, 93, 94, 121], "Uno": [7, 121], "Y": [4, 23, 27, 29, 30, 31, 32, 33, 38, 39, 40, 54, 74, 121], "Ya": 121, "_": [113, 121], "__": [23, 25, 27, 61, 84], "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_caj": 5, "_capacity": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_de": 67, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [106, 107, 117], "_pes": 5, "_pgr_array_rev": 23, "_pgr_makedistancematrix": 121, "_radius": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_tim": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vids": [16, 44, 47, 59, 62, 63, 108, 112, 113], "a_weight": 5, "aasheesh": 27, "abaj": [15, 16, 17, 25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 60, 62, 63, 65, 66, 68, 70, 71, 72, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 108, 112, 113, 114, 115, 130, 131], "abandon": 121, "abhinav": 27, "abiert": [25, 93], "about": [107, 117, 123], "abre": [5, 93, 94], "abs": [6, 31, 32, 33, 38, 39, 40, 108, 112], "academic": 13, "acantil": [25, 60], "acced": 25, "accept": 123, "acces": [54, 61, 102, 121], "aceler": [13, 25, 56, 57, 60], "acept": [23, 35, 57, 121], "acer": [25, 60], "acerc": 112, "achiv": [130, 131], "acicl": [59, 69, 103], "ackermann": 88, "ackermann_function": 88, "activ": 26, "acts": 85, "actual": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 29, 30, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "actualiz": [20, 56, 121], "acumul": 36, "acumulat": 121, "add": [13, 25, 36, 54, 74, 92, 121, 130, 131], "added": [130, 131], "adding": 123, "additional": [86, 123, 126, 130, 131], "adecu": [35, 56, 57, 77], "adel": [0, 5, 7, 9, 10, 25, 29, 30, 37, 45, 46, 48, 50, 51, 52, 53, 54, 55, 58, 61, 69, 74, 75, 77, 78, 79, 80, 85, 86, 87, 88, 93, 94, 95, 100, 101, 102, 103, 104], "adeland": 8, "adem": 129, "ademas": [19, 44, 92], "adentr": [21, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118], "adicion": 121, "adicional": [23, 25, 26, 121, 128, 130], "adity": 27, "adjacent": [48, 69], "administr": [3, 20, 122, 126], "administrativ": 86, "admit": [13, 78], "adri": 27, "adujst": 121, "advertent": [59, 103, 121], "adyacent": [13, 58, 61, 85, 86], "afect": [13, 23, 45, 56, 57, 130, 131], "affects": [130, 131], "afirm": 121, "afreg": [5, 7, 15, 25, 32, 33, 39, 40, 42, 43, 63, 64, 66, 75, 79, 113, 114], "afs": 13, "after": 123, "afuer": 130, "agarwal": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggregation": [106, 107], "agreg": [0, 6, 9, 13, 14, 15, 16, 17, 19, 20, 21, 23, 25, 27, 28, 29, 31, 38, 41, 42, 43, 44, 47, 50, 52, 55, 59, 61, 62, 63, 64, 65, 66, 68, 70, 72, 77, 81, 82, 83, 87, 90, 92, 96, 97, 98, 105, 108, 109, 112, 113, 114, 115, 116, 118, 121, 122, 123, 129, 130, 131], "aguil": [25, 60], "agujer": 121, "ahi": 3, "ahor": [4, 13, 23, 25, 27, 54, 74, 86, 92, 121], "aisl": 92, "ajust": [35, 56, 68, 73, 74, 121], "akhil": 27, "aki": 27, "alcanz": [0, 17, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 104, 115], "aleatori": [0, 6, 8, 31, 32, 38, 39, 50, 61, 72], "alemani": 125, "alfa": [34, 121], "algebr": 58, "algo2": 13, "algorithm": [105, 106, 107, 109, 117, 131], "algorithms": 47, "algoritm": [0, 1, 2, 4, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 108, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 127, 130], "algortitm": 121, "algun": [3, 13, 25, 26, 27, 29, 36, 44, 55, 69, 74, 121, 123, 130, 131], "align": 25, "alik": [20, 27], "all": [26, 85, 86, 88, 94, 106, 107, 117, 121, 123, 130, 131], "all_segments": [25, 73], "all_vertic": 60, "almacen": [7, 14, 15, 32, 35, 36, 39, 42, 43, 63, 64, 75, 79, 113, 114, 123], "aloj": [27, 125], "alpha": [7, 17, 20, 34, 68, 88, 122], "alquitran": 26, "alrededor": 4, "alta": [25, 45], "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altern": [13, 56, 109, 121], "alto": 77, "always": [85, 123], "am": 5, "amarill": [85, 86], "ambas": [5, 25, 65], "ambici": [21, 118], "ambigued": 121, "ambos": [15, 25, 54, 66, 74, 92, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "amd": 7, "ampli": [13, 27, 36, 123], "amplitud": [50, 96], "an": [86, 94, 104, 105, 107, 123, 126], "analic": 92, "analisis": [6, 20, 27, 35, 36, 92, 121], "analiz": [20, 25, 35, 36, 57, 73, 92, 122, 126], "analysis": [35, 36, 92], "analyz": [109, 126], "analyzing": [35, 36, 92], "ancho": 58, "anchur": [0, 18, 81, 96, 128], "and": [13, 23, 25, 26, 35, 36, 57, 65, 66, 67, 73, 85, 86, 93, 94, 106, 109, 119, 121, 123, 126, 129, 130, 131], "andre": 27, "anill": 34, "annaeling": [33, 40, 43, 64, 114], "anot": 125, "anoth": 131, "anteman": 60, "anterior": [5, 9, 13, 23, 25, 26, 56, 62, 84, 93, 94, 121, 125], "anterir": 26, "anthony": 27, "antigu": [23, 25, 28, 29, 31, 34, 38, 41, 73, 75, 79, 110, 121, 125], "anton": 27, "anud": 92, "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, 130, 131], "anyarray": [23, 105, 115, 121], "aparec": [13, 68, 73, 103, 115], "aparezc": 125, "apertur": [5, 93, 94], "api": 7, "apil": 5, "aplic": [8, 13, 19, 20, 25, 60, 73, 74, 78, 86, 100, 118, 121, 122, 123, 130], "apoy": [27, 125], "application": [123, 126], "appropiat": [94, 123], "approx": 5, "apropi": [25, 35, 36, 56, 57], "aprovech": 45, "aproxim": [28, 29, 30, 109, 116], "apt": 26, "aqu": 77, "aquell": 92, "arbitrar": [68, 115], "arbitrari": [30, 118, 130], "arbnol": 84, "arbol": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 84, 95, 96, 97, 98, 115, 118, 121, 122], "archiv": [25, 26, 27, 41, 42, 121], "arcos": 77, "are": [5, 25, 34, 36, 85, 86, 94, 107, 115, 117, 121, 123, 130, 131], "argument": [34, 35, 56, 57], "arist": [1, 9, 11, 12, 18, 20, 21, 29, 35, 36, 92, 118, 119, 121, 122, 123, 124, 126], "arit": 50, "armon": [15, 43, 64, 114], "array": [0, 3, 13, 15, 16, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arregl": [0, 3, 15, 16, 17, 23, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 117, 121, 129, 130, 131], "arrib": 13, "arrival": [5, 93, 94, 130, 131], "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, 130, 131], "arroj": [0, 3, 25, 50, 61, 81, 83, 96, 98, 105, 106, 107, 108, 109, 129], "arrows": 85, "arsit": [25, 67, 85, 106, 107, 112, 117, 129], "arsta": [17, 82, 97], "articul": [12, 20, 37, 122], "aryan": 27, "as": [7, 13, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 86, 89, 90, 91, 92, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "ascendent": [14, 15, 32, 37, 39, 42, 43, 44, 46, 47, 50, 51, 54, 55, 59, 61, 63, 64, 69, 72, 100, 102, 108, 112, 113, 114], "asegures": 26, "asemej": [68, 115, 123], "ashish": 27, "ashraf": 27, "asi": [36, 47, 56, 58, 101, 125], "asient": 5, "asign": [25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 58, 59, 62, 63, 69, 70, 71, 72, 89, 90, 91, 99, 100], "asim": 36, "asirst": 25, "asoci": [25, 26, 92], "assigned_vertic": 86, "associat": 126, "astar": 121, "astar_search": [6, 8, 31, 38], "asunt": 125, "at": [94, 108, 109, 112, 123], "atras": [9, 121], "atraves": [25, 28, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 101, 105, 106, 107, 108, 109, 112, 116, 117, 129], "atravez": [25, 80, 95], "atravies": [25, 73], "atribu": 20, "atribut": [25, 73], "attribut": 126, "attribution": [20, 27], "aument": [37, 51, 121], "aun": [13, 29], "aunqu": [25, 44], "aut": [23, 69], "autoarc": 77, "autobus": [65, 66], "automat": [3, 5, 10, 11, 12, 15, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 127, 128, 129, 130, 131], "automatic": 121, "automatiz": 121, "automovil": [65, 66], "autor": [92, 121], "auxili": [23, 73], "avail": 109, "avanc": [5, 93, 94], "avanz": 3, "avis": [60, 73], "avoiding": 121, "ay": 125, "ayud": [25, 74, 125], "azul": [13, 48, 78, 123, 130, 131], "a\u00f1ad": [23, 26, 28, 31, 34, 38, 55, 62, 116, 121, 125], "a\u00f1os": 92, "b": [13, 15, 23, 25, 36, 65, 66, 73, 74, 87, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "back": [60, 73], "baj": [7, 20, 27, 65, 66, 92, 121], "bakli": 27, "band": 58, "bander": [20, 23, 26, 36, 56, 121], "barat": 118, "bas": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 27, 28, 35, 54, 57, 59, 60, 62, 85, 86, 92, 102, 119, 121, 122, 123, 126, 130, 131], "basic": [25, 54, 58, 74, 92, 118], "bastant": [25, 30, 36], "bbox": 7, "bdast": 121, "bddijkstr": 121, "be": [86, 94, 107, 108, 117, 123, 126, 130, 131], "becaus": [106, 107, 109, 121, 123], "becom": [130, 131], "been": [107, 121], "begin": [16, 19, 25, 111], "behnck": 27, "bellm": [44, 59, 72, 121], "belong": 104, "belongs": [108, 131], "benavent": 27, "benchmark": [94, 123], "berchet": 27, "best": 94, "betw": [104, 106, 107, 117], "bfs": [20, 47, 50, 122, 128], "bgl": 26, "bi": [48, 69], "bibliotec": [26, 27, 76, 121], "biconect": [12, 20, 37, 46, 122], "biconnect": [37, 46], "bidimensional": 78, "bidireccional": [6, 9, 20, 25, 31, 36, 38, 39, 40, 41, 42, 43, 121, 122], "bidirecional": 42, "bidirectional": [8, 20, 25, 41, 42, 43, 122], "bidirectional_search": [41, 42], "bien": [35, 47, 56, 57, 130], "bigcup": [16, 19], "bigcuptarget_i": 19, "biggs": 4, "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigserial": [74, 123], "binari": [26, 47], "bipart": [11, 48], "bipartit": [11, 18, 48], "bits": 121, "blanc": 13, "bloque": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 127, 128], "body": 13, "bogus": 121, "bol": 26, "boldsymbol": [16, 19], "bolean": 121, "bool": [7, 13, 15, 16, 23, 25, 26, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_version": 121, "bord": [10, 15, 16, 18, 19, 20, 21, 36, 44, 51, 52, 53, 54, 68, 74, 77, 80, 81, 82, 83, 86, 87, 92, 95, 99, 118, 121, 122, 126], "bordill": [25, 60], "bosqu": [0, 1, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "both": [25, 26, 36, 116], "box": 7, "boy": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brand": [18, 22, 45], "breadth": [50, 58, 121], "breaking": 121, "bridge_": 51, "bucl": 121, "buen": [25, 65, 66, 72, 75, 79], "buff": 7, "bug": 121, "build": [26, 107, 117, 121], "build_doxy": 26, "build_html": 26, "build_latex": 26, "build_m": 26, "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, 130, 131], "builds": [106, 107], "busc": [101, 125], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 126, 127, 128, 129, 130, 131], "but": [26, 56, 57, 106, 107, 123], "by": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 20, 22, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 69, 72, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "c_lc101": [94, 123], "cab": [5, 7, 121], "cabecer": [27, 121], "cabez": 85, "cach": 121, "cad": [0, 1, 4, 7, 14, 15, 18, 19, 21, 25, 26, 27, 29, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 52, 53, 58, 60, 61, 63, 64, 69, 71, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 114, 118, 121, 124, 127, 129, 130, 131], "caden": 121, "cae": 121, "caid": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "caj": 5, "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 22, 25, 29, 33, 40, 43, 44, 45, 49, 51, 52, 53, 60, 64, 68, 70, 71, 72, 73, 74, 75, 78, 79, 82, 84, 87, 88, 89, 90, 91, 97, 99, 113, 114, 116, 122], "calculat": 123, "calid": 25, "call": [3, 25, 36, 86, 92], "callejon": [13, 55, 92], "calul": [28, 109, 116], "camb": [23, 41, 46, 54, 102, 121], "cambi": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 37, 38, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "camin": [3, 6, 8, 9, 15, 16, 20, 23, 28, 31, 32, 38, 39, 41, 42, 43, 44, 45, 47, 59, 60, 62, 63, 64, 65, 66, 67, 70, 72, 77, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 129, 130, 131], "camion": [5, 93, 94, 121], "camp": [25, 57, 92], "camptocamp": 27, "can": [86, 107, 108, 117, 123, 130, 131], "cancel": 121, "cantid": [5, 7, 28, 69, 77, 90, 91, 109, 116], "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capac": [19, 25, 49, 71, 73, 90, 91, 93, 94, 99], "capacit": [5, 94], "capacity": [5, 19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacity_i": 19, "capaz": [77, 123], "capran": 125, "captacion": [16, 20, 82, 97, 122], "caracter": 47, "caracterist": [6, 7, 8, 10, 16, 19, 21, 27, 31, 32, 33, 34, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 118, 124, 130], "cardinal": [19, 20, 88, 122], "carec": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "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, 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, 130, 131], "cargador": 25, "carreter": [13, 25, 36, 73], "carril": 36, "cas": [3, 4, 5, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 22, 23, 24, 25, 29, 30, 32, 36, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 58, 59, 63, 64, 67, 69, 72, 73, 74, 75, 77, 78, 79, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 106, 107, 108, 109, 111, 112, 114, 117, 123, 127, 128], "cascad": [25, 111], "case_n": 111, "cast": 121, "categor": [18, 21, 23, 25, 28, 29, 32, 33, 39, 40, 43, 50, 61, 64, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 107, 108, 109, 112, 114, 116, 118, 119, 121, 128, 129, 131], "categori": [67, 106, 107, 117, 119], "categoriz": 25, "category": 123, "category_": 121, "caus": [77, 125], "cayetan": 27, "cd": 26, "ce": [25, 54, 74], "celd": [4, 20, 122], "central": [7, 18, 22, 45], "centrality": 45, "cer": [19, 49, 71, 90, 91, 99], "cerc": [25, 35, 56, 57, 60, 92], "cercan": [15, 16, 68, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 129, 130, 131], "cerr": [5, 20, 93, 94, 121], "cgal": [34, 121], "chang": [115, 116, 121], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "characteristics": [94, 123], "chauh": 27, "chaurasi": 27, "chec": [118, 121], "checking": 35, "checkout": 26, "checks": [13, 35, 36, 56, 57, 92], "chines": [18, 52, 53, 121], "chk": [35, 36, 56, 57], "christi": 27, "ci": [20, 121], "cicl": [5, 21, 44, 48, 59, 69, 93, 94], "ciclic": 48, "cierr": [5, 93, 94, 104, 121], "ciert": 5, "circuit": [52, 53, 77], "circul": [25, 73], "circumcent": 34, "circut": 77, "circuti": 77, "city": 123, "ciud": [4, 29, 30, 123, 130, 131], "ciudad": [4, 29, 123], "clang": [20, 121], "clar": 23, "clasic": 73, "clasific": [18, 121], "class": 13, "claus": 121, "clav": [35, 56, 92], "cle": [35, 36, 56, 92], "clic": 123, "client": [5, 93, 94, 130], "client_min_messag": [111, 125], "clon": 26, "clos": [94, 121, 123], "close_tim": 111, "closeness": [107, 117], "closest": [25, 54, 74], "closest_vertex": [25, 54, 74], "closur": 104, "clust": 104, "cm": 58, "cmak": [26, 121], "cmu": 13, "cnam": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "coch": [65, 66], "cod": [26, 27, 125], "codici": [11, 100, 119], "codif": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "codig": [13, 20, 26, 27, 60, 73, 74, 92, 121], "coherent": [25, 73], "coinc": [35, 56, 57, 121], "coincid": [5, 9, 23, 93], "coincident": [19, 20, 88, 92, 122], "col": 58, "colabor": 20, "coleccion": [15, 34, 121], "collation": 123, "collection": 34, "coloc": 58, "color": [13, 18, 48, 69, 100, 119], "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, 130, 131], "colore": 121, "colum": 23, "column": [3, 4, 9, 10, 16, 20, 21, 23, 36, 92, 118, 121, 123, 130, 131], "columns": [116, 121, 123], "com": [3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 23, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 55, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 75, 77, 78, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 125, 129, 130, 131], "comand": 26, "combin": [7, 14, 15, 43, 64, 101, 114, 121], "combinations": [28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 121], "combinations_t": 121, "combinatorial": 4, "comentari": [26, 27], "comenz": [23, 74, 77, 123], "comercial": 20, "comienz": [0, 5, 26, 50, 52, 53, 61, 81, 82, 83, 96, 97, 98], "coming": 23, "commits": 121, "commons": [20, 27], "comodin": 121, "compar": [6, 23, 30, 31, 32, 33, 38, 39, 40, 94], "comparing": 121, "compart": 92, "compat": [25, 26], "compatibil": 121, "compa\u00f1i": 125, "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, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compilation": 121, "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, 130, 131], "complej": [72, 77], "complet": [4, 25, 29, 30, 35, 36, 55, 58, 85, 121], "complete_graph": 86, "compon": [0, 1, 21, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "component": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "components": 102, "compos": 131, "comprend": 74, "compres": 104, "comprob": [26, 90], "comprueb": [20, 48], "compulsory": [115, 116, 121], "comput": 7, "comun": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128], "comunitari": 125, "conceb": [16, 62, 63, 64, 114], "concepts": 121, "condicion": [13, 35, 36, 56, 57, 121], "condition": [35, 57], "conduc": [65, 66], "conduccion": [20, 115, 119, 121], "conductor": 5, "coneccion": [65, 66], "conect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 30, 37, 46, 48, 51, 52, 53, 80, 81, 82, 83, 87, 95, 96, 97, 98, 100, 101, 102, 118, 122, 124], "conexion": [4, 26, 65, 66, 86, 92, 118, 121], "confiabl": 7, "configur": [20, 65, 66, 108], "confirm": 26, "conflicting": [106, 107], "conform": [0, 1, 17, 21, 32, 39, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 124], "confusion": 130, "conjunt": [0, 5, 7, 11, 13, 15, 16, 17, 19, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "connect": [26, 104], "conoc": 75, "cons": 124, "consej": 20, "consid": [106, 107], "consider": [5, 7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 58, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 78, 79, 85, 87, 92, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "consig": [16, 119], "consist": 87, "consistent": [5, 25], "consists": 123, "consol": 26, "constru": [26, 56, 57, 60, 76, 84, 121], "construccion": [25, 26, 121], "consult": [3, 13, 20, 23, 35, 36, 57, 92, 93, 94, 110, 121, 123, 125], "consultor": 125, "cont": [36, 77], "contact": 125, "contain": 105, "conten": [25, 26, 35, 36, 46, 56, 57, 65, 66, 92], "contendran": [28, 109, 116], "conteng": 3, "context": [103, 125], "contien": [23, 25, 44, 46, 52, 53, 74, 87, 88, 101], "contin": [25, 114], "continen": [54, 102], "continu": [5, 15, 16, 26, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 56, 59, 60, 61, 62, 63, 64, 65, 66, 70, 71, 72, 73, 84, 89, 90, 91, 99, 101, 112, 113, 114, 115, 125, 129, 130, 131], "contr": [13, 25, 92], "contraccion": 121, "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, 130, 131], "contraction": [20, 25, 55, 60, 122, 126], "contraction_ord": 55, "contraction_results": 13, "contrae": [13, 121], "contraid": [25, 55], "contrajeron": 13, "contrari": [3, 36, 56, 59, 103], "contrase\u00f1": 26, "contrayend": 13, "contribu": [20, 27, 121, 125], "control": 45, "convenient": 121, "conversion": [5, 6, 25], "convert": [4, 15, 25, 29, 30, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "conviert": [5, 86, 121], "convinenc": 123, "convinienc": 123, "convirt": 86, "cooling_factor": [29, 30], "coorden": [4, 6, 8, 20, 25, 29, 31, 32, 33, 38, 39, 40, 74, 122], "coordinat": 123, "copi": [25, 73, 92, 121], "corporation": [27, 125], "corr": 9, "corre": [20, 130, 131], "correccion": [25, 26, 55, 73, 121], "correcion": 121, "correct": [25, 35, 57, 60, 69, 73, 92, 118, 121], "correg": 121, "correspond": [4, 29, 30, 107, 108, 112, 113, 114, 115, 116, 117, 123], "correspondient": [6, 8, 17, 20, 31, 32, 33, 35, 36, 38, 39, 40, 68, 74, 82, 85, 97, 115], "corresponding": [119, 126], "corresponds": 123, "corrig": 121, "cort": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 28, 29, 30, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 47, 52, 59, 61, 62, 63, 64, 65, 66, 67, 72, 74, 75, 79, 101, 108, 109, 112, 113, 114, 116, 119, 121, 122, 129, 131], "cos423": [41, 42], "cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "cost_": [16, 25], "cost_i": 16, "coste_invers": [6, 25], "count": [7, 35, 60, 92, 119, 126], "cours": [41, 42], "cp": 47, "cpacity": 123, "cpplint": 121, "cre": [3, 4, 5, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 24, 26, 35, 36, 44, 45, 47, 48, 49, 50, 52, 53, 57, 58, 59, 69, 71, 72, 77, 78, 81, 82, 83, 84, 85, 87, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 103, 104, 109, 111, 118, 121, 122, 125, 126, 127, 128, 130, 131], "creacion": [13, 23, 26, 121, 123], "creat": [3, 7, 13, 23, 25, 26, 30, 35, 36, 56, 57, 60, 73, 74, 85, 92, 94, 111, 121, 123, 126, 130, 131], "createdb": [7, 25, 26], "createextension": 26, "createus": 26, "creating": [35, 36, 56, 92], "creativ": [20, 27], "crecient": [58, 65, 66], "credit": 20, "cromat": 69, "cross_edg": 86, "cruc": [54, 74, 78], "crucz": [25, 73], "cs": [13, 41, 42], "csis": 27, "cuadr": [7, 75, 79, 130, 131], "cuales": 5, "cualqu": [27, 70, 125], "cualqui": [4, 9, 14, 15, 16, 25, 29, 30, 36, 41, 42, 43, 44, 47, 50, 56, 59, 62, 63, 64, 72, 101, 107, 108, 112, 113, 114, 119, 121, 125, 130, 131], "cuand": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 23, 25, 26, 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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 123, 124, 129], "cuant": [25, 73], "cuart": 25, "cuatr": [25, 130, 131], "cubr": 25, "cuch": 34, "cuent": [23, 25, 56, 60, 92, 125], "cuestion": 25, "cuid": 23, "cumpl": [4, 26, 29, 30], "cun": [25, 112], "cup": [16, 19, 25, 62], "current": 26, "customers": 94, "cuthill": [18, 24, 58], "cuy": [37, 47, 51, 92], "cu\u00e1les": 92, "cvrp": 5, "cvrppdtw": 5, "d": [5, 7, 13, 25, 94, 100, 112, 123], "d_clos": [5, 93, 94, 123], "d_node_": [5, 93, 94, 123], "d_op": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "d_y": [5, 94, 123], "da": [3, 23, 25, 77, 85, 86, 130], "dad": [3, 4, 5, 7, 10, 11, 12, 15, 16, 18, 19, 22, 23, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 65, 66, 67, 69, 72, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 127, 128, 129, 130, 131], "dag": [59, 103], "dan": [3, 35, 56, 57, 131], "daniel": 27, "dar": [86, 87], "dars": 56, "dat": [5, 20, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 126, 130, 131], "datab": [26, 85, 123], "dav": 27, "ddoc_use_bootstrap": 26, "de_manej": 116, "dead": [13, 35, 92], "deb": [3, 5, 10, 13, 15, 19, 20, 23, 25, 26, 27, 29, 30, 35, 36, 52, 53, 54, 56, 57, 60, 73, 74, 88, 90, 91, 93, 121, 122, 126, 130], "debug": 125, "dec": [13, 25, 47, 59, 92], "decent": 60, "decid": 92, "decision": 25, "declar": 90, "default": [13, 86, 94, 121, 123], "defect": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 19, 21, 23, 25, 26, 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, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "defin": [5, 16, 19, 25, 35, 36, 44, 56, 57, 77, 108, 111, 112, 113, 116], "definicion": [19, 34], "definition": 123, "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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "dej": 121, "delanter": [5, 93, 94], "delet": [25, 73, 86], "delimit": [7, 25, 75, 79], "deliveri": [94, 123], "delivery": [94, 123], "dels": [15, 43, 64, 114], "delt": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [93, 94, 123], "demas": [45, 47, 69, 72, 92], "demasi": 25, "demonstrat": [130, 131], "demostr": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72], "demuestr": 26, "denis": 27, "denomin": [37, 118], "denot": 29, "dens": 75, "densid": 7, "dentr": [5, 17, 19, 20, 25, 48, 65, 66, 74, 77, 82, 97, 115, 122], "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, 130, 131], "depend": [3, 4, 5, 6, 10, 11, 12, 14, 15, 18, 19, 22, 23, 24, 25, 26, 42, 43, 44, 47, 48, 50, 52, 53, 58, 59, 63, 64, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 114, 123, 127, 128, 129, 130, 131], "dependen": 121, "dependent": [20, 25, 121], "depending": [126, 131], "deposit": [5, 18], "deprecat": [23, 88, 105, 116, 121], "deprecating": 121, "depreci": 121, "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, 130, 131], "derech": [3, 15, 25, 50, 61, 74, 92, 107, 108, 114, 115, 117, 123, 129], "des": [5, 25, 28], "desactiv": 26, "desarroll": [4, 25, 26, 27, 60, 73, 118, 121, 125], "desarticul": 70, "desc": [50, 61, 86], "descarg": [5, 26, 93, 94], "descendent": [50, 55, 61], "descompondran": 92, "desconect": [35, 46, 52, 53, 56, 80, 95, 101, 118, 124], "descontinu": 121, "describ": [3, 5, 15, 16, 17, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 54, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 81, 82, 83, 84, 89, 90, 91, 93, 94, 96, 97, 98, 99, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "descripcion": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 25, 93, 94, 123, 129, 130, 131], "descrit": [0, 7, 10, 25, 30, 35, 37, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 69, 74, 75, 77, 78, 79, 80, 85, 86, 87, 88, 95, 100, 101, 102, 103, 104], "desd": [0, 5, 7, 8, 15, 16, 17, 18, 19, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 85, 86, 89, 90, 91, 93, 94, 96, 97, 98, 99, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 129, 130, 131], "dese": [20, 26], "design": [85, 123], "desiguald": [4, 29, 30], "desplaz": [74, 123], "despues": [5, 13, 23, 25, 26, 56, 57, 73, 77, 92, 93, 94], "dest_": 111, "destin": [5, 9, 14, 16, 19, 20, 25, 28, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 49, 56, 57, 59, 61, 62, 63, 65, 66, 70, 71, 72, 85, 86, 89, 90, 91, 92, 93, 94, 99, 105, 108, 109, 112, 113, 114, 116, 121, 122, 126, 130, 131], "destination": 13, "desus": 121, "details": [23, 107, 112, 113, 114, 115, 116, 117, 121, 130, 131], "detall": [4, 12, 18, 19, 20, 23, 26, 76, 108, 112, 115, 116, 122], "detect": [23, 35, 77, 92, 121], "detects": [106, 107], "deten": 13, "detendr": 13, "determin": [13, 35, 46, 56, 57, 74, 101, 125, 127], "dev": [20, 26, 76, 110, 121, 125], "develop": 26, "devolv": [15, 19, 23, 34, 49, 65, 66, 71, 78, 90, 91, 99, 113, 114], "devuelt": [7, 14, 15, 19, 25, 42, 43, 48, 49, 53, 55, 61, 63, 64, 65, 66, 71, 75, 79, 81, 82, 83, 84, 90, 91, 96, 97, 98, 99, 100, 103, 104, 108, 112, 113, 114], "devuelv": [0, 6, 7, 8, 9, 14, 15, 16, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 78, 79, 80, 84, 89, 91, 93, 94, 100, 101, 103, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129], "dfrac": 7, "dfs": [11, 18, 20, 54, 102, 122, 128], "dibuj": [25, 78], "dic": 92, "dich": 25, "diferent": [4, 9, 15, 16, 23, 25, 26, 30, 41, 42, 43, 44, 46, 48, 50, 54, 57, 59, 61, 62, 63, 64, 72, 74, 93, 94, 108, 112, 113, 114, 121, 130, 131], "different": [94, 115, 123], "difier": [6, 8, 23, 29, 31, 32, 38, 39], "dig": [5, 6], "digits": 85, "dijkstr": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 119, 121, 122, 130, 131], "dimension": 5, "dindex": [94, 123], "dir": [36, 92], "direccion": [4, 8, 19, 25, 36, 49, 54, 71, 90, 99], "direccional": [20, 25, 57, 86, 92, 122, 126], "direct": [7, 13, 15, 16, 20, 23, 25, 26, 27, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 75, 77, 79, 88, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 126, 131], "direction": [25, 36, 123], "directionality": 36, "directori": 26, "dirig": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 124, 130, 131], "discontinu": 92, "discours": 125, "discrep": 121, "discusion": [4, 35, 57], "dise\u00f1": [25, 73, 121], "disjunt": [19, 20, 48, 122], "disminu": [13, 44, 55], "dispar": 121, "dispers": [45, 58, 79], "displaystyl": 16, "dispon": [6, 8, 27, 31, 32, 33, 38, 39, 40, 111, 125], "disponib": 27, "disponibil": [28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "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, 130, 131], "distanci": [4, 5, 7, 18, 20, 23, 29, 30, 44, 47, 74, 75, 79, 81, 82, 83, 93, 94, 96, 97, 98, 116, 119, 121, 122, 131], "distinct": 86, "distint": [5, 55, 77], "distribu": [5, 18, 93, 94], "divid": [36, 54, 60, 74, 86, 101], "division": [25, 73], "dn": 86, "do": [13, 107, 109, 121, 123], "dobl": [4, 25, 29, 30, 85], "doc": [6, 8, 26, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "doc_queries_generator": 26, "doc_use_bootstrap": 26, "docs": [23, 26, 121], "document": [1, 2, 3, 5, 10, 11, 12, 14, 15, 17, 18, 22, 23, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129], "documentacion": [11, 100], "documentation": [25, 26, 105, 121, 123], "documentations": 123, "documents": 13, "does": [20, 35, 56, 57, 60, 73, 86, 92, 105, 106, 107, 121, 130, 131], "doesn": 121, "doing": [106, 107], "domin": 84, "dominator_": 84, "don": [25, 86, 106, 107, 121, 123], "dond": [0, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 35, 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, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 125, 129, 130, 131], "dos": [3, 7, 8, 9, 13, 19, 20, 21, 25, 28, 45, 48, 55, 65, 66, 69, 70, 73, 78, 85, 86, 87, 92, 100, 101, 108, 109, 112, 113, 114, 115, 121, 122, 125, 128, 130, 131], "dot": 7, "doubl": [23, 85, 94, 105, 115, 121, 123], "doxy": 26, "doxyg": 26, "driving": [23, 108, 115, 116, 121], "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111], "dropdb": 26, "dropdowns": 121, "drt": [65, 66], "dry": 74, "dryrun": [60, 73, 74, 79], "dubinin": 27, "duplic": [0, 9, 14, 15, 16, 17, 19, 30, 41, 42, 43, 44, 47, 49, 50, 59, 61, 62, 63, 64, 68, 71, 72, 81, 82, 83, 86, 89, 90, 91, 96, 97, 98, 99, 108, 112, 113, 114, 115, 121], "dur": [4, 29, 30, 69], "duracion": [5, 30, 93, 94], "duralcion": [5, 93, 94], "dwith_doc": 26, "e2": [44, 71, 89, 99, 101, 121], "e_geom": [25, 54, 74], "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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_i": 16, "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpaths": 121, "edges": [13, 19, 23, 25, 28, 29, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 126, 130, 131], "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edit": 25, "edmonds": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "eficaz": 59, "eficient": [69, 77, 100], "egde_t": 56, "eid": [56, 60, 73, 86], "eids": 23, "ein": [35, 36, 56, 57], "ejecu": [6, 7, 8, 9, 10, 16, 21, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 78, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "ejecut": [7, 8, 13, 19, 25, 47, 49, 71, 75, 79, 90, 91, 99, 118, 121, 123], "ejempl": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 23, 24, 26, 34, 37, 45, 46, 51, 52, 53, 58, 65, 66, 69, 75, 76, 77, 79, 80, 81, 82, 83, 87, 88, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 110, 123, 127, 128, 130, 131], "elabor": 121, "electr": [13, 25, 60, 73], "eleg": 101, "element": [25, 84], "elemental": 77, "elimi": 121, "elimin": [13, 23, 26, 37, 45, 46, 51, 54, 55, 102, 121, 130, 131], "elizabeth": 58, "ell": 112, "ello": 125, "else": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117, 123], "ema": 27, "embal": 5, "embarg": [47, 72, 118], "empat": [68, 115], "empez": 25, "empres": 125, "empty": [19, 25, 34, 49, 52, 67, 70, 71, 80, 90, 91, 95, 99, 101, 106, 107, 117, 129], "empuj": [5, 19, 20, 93, 94, 122], "emtpy": 74, "encaj": 36, "encamin": [25, 73], "encapsul": 121, "encarecid": 25, "encog": 101, "encontr": [3, 4, 13, 25, 26, 27, 47, 65, 66, 67, 77, 93, 94, 101, 106, 107, 108, 112, 113, 114, 115, 117, 125, 129], "encuentr": [0, 1, 5, 8, 9, 13, 21, 25, 27, 35, 36, 45, 56, 57, 65, 66, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 100, 101, 116, 118, 121, 123, 124, 125, 129], "end": [13, 16, 19, 23, 25, 36, 60, 67, 73, 74, 106, 107, 108, 112, 117, 123], "end_": 16, "end_clos": [5, 93, 94], "end_id": [4, 29, 30], "end_node_": [5, 93], "end_op": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_vids": [44, 47, 59, 72, 108, 112, 113], "end_x": [5, 94], "end_y": [5, 94], "endcap": 74, "ending": [85, 123], "endpoint": 73, "ends": [35, 92], "enfoqu": [11, 18, 54, 100, 119], "enrut": [20, 57, 86, 92, 93], "ense\u00f1": 23, "enter": [0, 1, 2, 3, 4, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 126, 127, 128, 129, 130, 131], "entidad": 27, "entonc": [4, 5, 13, 16, 17, 19, 23, 25, 29, 30, 33, 40, 48, 49, 56, 68, 71, 73, 78, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 103, 115, 130], "entorn": 121, "entrad": [3, 4, 7, 15, 18, 20, 34, 36, 43, 64, 73, 86, 87, 90, 91, 104, 114, 122, 125, 127, 131], "entran": 36, "entrant": [13, 19, 35, 36, 56, 57], "entrar": [26, 36], "entrecruz": 45, "entreg": 18, "entren": 36, "enumer": 77, "envi": [5, 19, 25, 90], "envoltori": 125, "envoltur": 121, "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": [130, 131], "equi": 68, "equicost": [23, 68, 115], "equival": 67, "equivalent": [5, 31, 37, 38, 49, 70, 71, 89, 90, 91, 99, 106, 107, 117], "equivoc": 36, "error": [0, 23, 35, 36, 50, 56, 57, 61, 81, 83, 96, 98, 103, 121, 125], "errors": 36, "escal": 25, "escenari": [35, 56, 57], "escib": 26, "escrib": [26, 35, 56, 57, 125], "escrit": 27, "esencial": 101, "esfuerz": [26, 121], "espaci": [13, 45, 55, 78, 92], "especial": [20, 122, 126], "especif": [25, 73, 74, 121], "esper": [5, 8, 9, 41, 42, 43, 93, 94], "esquem": [35, 36, 56, 57, 92, 121], "esquiv": [67, 106, 107, 117, 129], "establ": 34, "establec": [15, 36, 43, 64, 65, 66, 86, 114], "establezc": 13, "estacion": [65, 66], "estan": [1, 2, 3, 5, 11, 14, 15, 16, 17, 23, 27, 29, 47, 48, 60, 61, 65, 66, 67, 73, 74, 81, 82, 83, 84, 85, 92, 96, 97, 98, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "estand": [26, 47], "estandard": 26, "estandariz": [20, 23, 28, 31, 38, 62, 68, 81, 82, 83, 96, 97, 98, 115, 121], "esteb": 27, "esten": 92, "estrategi": 100, "estrell": [6, 8, 121], "estrict": 23, "estructur": [20, 35, 36, 56, 57, 121], "estructural": 110, "estudi": 4, "et": 4, "etc": [4, 27, 121, 130, 131], "etiquet": 125, "euclidean": [5, 18], "euclidian": 5, "evalu": [6, 45, 121], "everything": 123, "evit": [3, 25, 130], "exact": [4, 29, 30, 36, 101, 125], "exampl": [86, 94, 107, 117, 121, 123], "exced": 19, "excepcion": [3, 25, 93, 105, 106, 107, 108, 109, 129], "excepcional": 121, "except": [19, 123], "execut": [35, 57, 105, 106, 107, 117], "executing": [106, 107], "exist": [0, 3, 6, 7, 8, 10, 15, 16, 17, 19, 21, 23, 25, 28, 29, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "existen": 23, "existent": [23, 25, 69, 85, 88, 121], "exists": [35, 56, 57, 60, 73, 92, 111], "exit": [9, 16, 26, 41, 42, 43, 62, 63], "expans": 100, "expansion": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 121, 122], "expect": [56, 57], "experiment": 72, "experimental": [3, 11, 12, 19, 20, 22, 24, 25, 37, 45, 46, 49, 51, 54, 55, 61, 65, 66, 70, 71, 73, 85, 88, 99, 100, 102, 119, 121, 127, 128], "explic": 45, "explicit": [121, 125], "expon": 74, "extend": [25, 27, 60], "extension": [7, 25, 26, 27, 77, 121], "exterior": 34, "extern": 121, "extiend": 20, "extra": [17, 26, 60, 68, 69, 73, 81, 82, 83, 96, 97, 98, 115, 119, 125, 126], "extraccion": [20, 26, 121], "extraid": [17, 68, 82, 97, 115], "extrem": [7, 121], "f": [5, 7, 13, 36, 56, 78, 92], "f12": 13, "f_box": 5, "facil": [25, 60], "facilit": 121, "fact": 23, "factibl": 36, "factor": [8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94], "fail": [35, 36, 56, 57], "failing": 121, "fall": 121, "fallthrugh": 121, "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "falt": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 67, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 106, 107, 109, 111, 117, 121, 127, 128, 129], "faltant": [25, 67, 106, 107, 117, 129], "famili": [14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 49, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 70, 71, 73, 80, 81, 82, 83, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 102, 105, 107, 108, 112, 113, 114, 116, 117, 119, 121, 124, 130], "family": 131, "fas": 101, "favor": [26, 125], "fech": 76, "fedor": 121, "fenoy": 27, "fij": [15, 25, 29, 43, 64, 73, 74, 114, 121, 123, 130], "fil": [6, 8, 25, 29, 30, 31, 32, 33, 35, 38, 39, 40, 55, 56, 57, 69, 74, 85, 88, 93, 94, 100, 112, 121], "filling": 123, "filtr": [23, 77], "fin": [5, 9, 16, 41, 42, 43, 44, 47, 59, 61, 62, 63, 72, 103, 108, 112, 113], "final": [5, 7, 8, 9, 15, 16, 25, 26, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 77, 79, 85, 89, 90, 91, 93, 94, 99, 104, 105, 108, 109, 112, 113, 114, 121, 126, 129, 130, 131], "final_temperatur": [29, 30], "finaliz": [5, 94], "financi": 27, "find": [107, 117], "finding": [106, 107, 117], "findpostgresql": 121, "finit": 44, "firm": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 119, 121, 126, 127, 128, 129, 130, 131], "first": [50, 58, 86, 106, 107, 109, 121], "first_edg": [25, 73], "first_search": 61, "first_segments": [25, 73], "fix": 121, "flag": [23, 106, 107, 109], "flat": 74, "flech": [85, 123, 130, 131], "flexibl": 13, "flip": [130, 131], "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "flori": 27, "flot": [93, 94], "flotant": [0, 1, 2, 3, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 23, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "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, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 79, 122], "fluj": [18, 20, 49, 70, 71, 89, 90, 91, 99, 121, 122], "focal": 121, "following": [35, 57, 86, 93, 94, 121, 123], "follows": [105, 106, 107, 109, 117], "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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "forall": 16, "forbidden_vertic": 55, "ford": [44, 59, 72, 121], "form": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 34, 35, 44, 47, 48, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 74, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 126, 127, 128, 129, 130, 131], "found": [35, 36, 56, 57, 92, 94, 105, 109], "frac": [5, 25], "fraccion": [74, 121, 130], "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, 130, 131], "frederic": 27, "freebsd": 121, "from": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "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, 130, 131], "front": [67, 106, 112, 123], "frontal": [5, 93, 94], "ft": [25, 36], "fuent": [9, 19, 20, 47, 49, 57, 65, 66, 71, 89, 90, 91, 92, 99, 130], "fuer": 74, "fuert": 102, "fuertement": [12, 20, 102, 122], "fug": 121, "fugaz": 121, "full": 73, "funcion": [1, 2, 14, 15, 17, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 121, 124, 129, 130], "funcional": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "function": [13, 23, 35, 88, 103, 117, 121], "functions": [121, 123, 126, 131], "fundacion": 27, "fundicion": 23, "fusion": 101, "futur": [13, 121], "g": [16, 19, 25, 26, 69, 85, 121, 124, 125, 127], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gaps": [35, 92], "garant": 19, "garantiz": [19, 29, 49, 61, 71, 90, 91, 99], "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetry": 123, "genealog": 25, "gener": [3, 4, 5, 10, 11, 12, 13, 18, 19, 21, 22, 24, 30, 36, 44, 47, 48, 50, 52, 53, 56, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 119, 121, 127, 128], "general": [1, 5, 27, 47, 57, 73, 92, 105, 106, 107, 117, 125], "generaliz": 5, "generat": [86, 92, 123], "generate_seri": [94, 123], "gent": 27, "geoespacial": [20, 27], "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, 130, 131], "geom_is_original": 74, "geom_tabl": 36, "geometr": [15, 20, 34, 35, 36, 43, 56, 57, 64, 74, 87, 92, 114, 121, 122, 123, 126], "geometri": [35, 92], "geometry": [30, 34, 35, 36, 56, 57, 73, 74, 85, 92, 121, 123], "georepublic": [27, 125], "geospacial": 20, "gerald": 27, "get": 86, "getting": [106, 107], "gid": [7, 35, 56, 57], "gir": [3, 20, 25, 73, 86, 121, 122], "gis": 20, "git": [26, 76, 121], "github": [25, 26, 121], "giv": [106, 107, 117, 121], "glibc": 121, "global": [65, 66], "gloriet": 36, "gnu": 27, "goes": [60, 106, 107, 117], "going": [23, 86], "gonzalez": 27, "googl": 27, "got": [35, 57], "graci": 45, "grad": [5, 6, 58, 69, 100], "graf": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 127, 128, 129, 130, 131], "grafic": [6, 7, 8, 9, 13, 16, 19, 25, 26, 31, 32, 35, 36, 38, 39, 41, 42, 43, 48, 54, 55, 60, 70, 74, 87, 89, 101, 102, 121], "grafoaf": 86, "gran": [25, 60], "grand": [8, 9, 13, 25, 41, 42, 43, 56, 73, 121], "grap": 58, "graph": [4, 6, 8, 21, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 112, 113, 114, 115, 116, 117, 118, 121, 126, 130, 131], "graph_theory": 84, "graphs": [104, 107, 115, 117], "grosor": 44, "group": [60, 73, 92], "grouping": 121, "grraf": 78, "grup": [19, 20, 70, 122, 130], "gsoc": 121, "guarante": 105, "guard": [121, 130], "gudes": 27, "gui": [3, 25, 26, 27, 62, 88, 105], "gupt": 27, "gz": 26, "h": [6, 31, 32, 33, 38, 39, 40], "hab": 88, "habil": 130, "habilit": 20, "habr": [25, 54, 74, 123], "hac": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 27, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "haci": [8, 19, 29, 30, 89, 119, 131], "hag": 123, "hagal": 125, "hall": 26, "hamilton": 4, "handouts": [41, 42], "hang": 27, "happ": 86, "happens": 104, "haran": 78, "hard": [5, 93, 94, 100], "harvard": 4, "has_rcost": 23, "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, 130, 131], "hassl": 4, "hast": [0, 5, 7, 8, 13, 15, 16, 17, 23, 25, 26, 28, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 52, 54, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 79, 81, 82, 83, 91, 93, 94, 96, 97, 98, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129], "hav": [121, 123], "hawick": 77, "head": 85, "headers": 121, "health": 77, "heap_paths": [28, 109, 116], "hech": [1, 2, 3, 11, 14, 15, 16, 17, 29, 60, 61, 65, 66, 67, 73, 85, 92, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "help": 126, "hem": [26, 77], "her": [60, 123], "hered": 121, "herramient": [25, 36, 121], "heurist": [8, 31, 32, 33, 38, 39, 40], "heuristic": [6, 31, 32, 33, 38, 39, 40, 121], "hic": 121, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "historial": 121, "history": [4, 121], "hit": 121, "hoj": [13, 45, 86], "holandes": [16, 62, 63, 64, 114], "honr": 121, "hor": [5, 93, 94], "horari": [5, 94], "hossain": 27, "houssem": 27, "how": [86, 130, 131], "hpp": 121, "hr": 5, "html": [6, 8, 23, 26, 31, 38, 47, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "http": 27, "https": [5, 6, 7, 8, 13, 19, 20, 23, 25, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 78, 84, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 111, 121, 123, 125], "huang": 27, "huec": 92, "hundreds": 85, "i": [16, 19, 26, 47, 59, 67, 92, 106, 107, 117, 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, 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, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "ide": [5, 25, 101], "ident": 100, "identif": [0, 3, 5, 6, 7, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 23, 25, 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, 74, 75, 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, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "identifi": [85, 123], "identific": 36, "identifiers": [86, 107, 117], "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, 130, 131], "ids": [50, 61, 86], "if": [16, 19, 35, 56, 57, 60, 73, 92, 105, 108, 111, 126, 130, 131], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 16, 17, 19, 20, 23, 25, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 47, 49, 50, 54, 59, 61, 62, 63, 67, 68, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 115, 117, 121, 129], "ignoring": [33, 40, 43, 64, 114], "igual": [5, 9, 15, 16, 17, 19, 41, 42, 43, 50, 59, 61, 62, 63, 64, 65, 66, 68, 69, 72, 82, 93, 97, 108, 113, 114, 115], "ilegal": 93, "ilimit": 13, "imag": [15, 30, 43, 50, 61, 64, 85, 92, 114], "imagen": [130, 131], "imaptools": 27, "impar": 48, "implement": [0, 1, 4, 5, 9, 13, 16, 19, 21, 29, 30, 37, 44, 45, 50, 51, 58, 59, 61, 62, 63, 64, 69, 75, 77, 78, 79, 80, 81, 82, 83, 95, 96, 97, 98, 100, 101, 114, 118, 124], "implementation": 94, "implic": [13, 25], "implicit": [3, 121], "impon": 59, "import": [23, 25, 35, 36, 56, 57, 60, 73, 121], "impos": 36, "improv": 121, "imre": 27, "in": [13, 16, 19, 23, 25, 29, 33, 35, 36, 40, 43, 49, 50, 56, 57, 61, 64, 67, 70, 71, 73, 85, 86, 89, 90, 91, 92, 94, 99, 101, 104, 105, 106, 112, 115, 121, 123, 126], "in_coming": [56, 73], "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, 130, 131], "inc": 27, "incident": [60, 121], "incidet": [119, 126], "inclu": [13, 17, 23, 25, 26, 27, 29, 55, 82, 86, 92, 97, 107, 108, 112, 113, 115, 116, 117, 118, 124, 125, 130, 131], "includ": [108, 115, 121], "incluid": [9, 15, 16, 41, 42, 43, 59, 62, 63, 64, 72, 114], "inclus": [25, 73], "inclusion": [17, 68, 81, 82, 83, 96, 97, 98, 115], "incorpor": [55, 92, 121], "incorrect": [25, 73, 92], "increas": 86, "increment": 56, "incrust": 60, "indefin": 86, "independient": [23, 25, 88], "index": [25, 121, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "indicat": 126, "individual": 26, "inesper": 121, "inf": [33, 40], "inferior": [15, 43, 64, 97, 114], "infinit": [7, 36, 75, 79], "infinity": 109, "influenci": 45, "info": [25, 27, 54, 74, 125], "inform": [3, 16, 20, 26, 29, 35, 36, 56, 57, 60, 76, 81, 83, 96, 98, 110, 119, 122, 123, 125, 126, 130, 131], "informacion2": 121, "informat": [16, 62, 63, 64, 114], "information": [25, 73, 86, 94, 123], "infraccion": [5, 93, 94], "infraestructur": 121, "infty": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "inical": 25, "inici": [5, 9, 14, 25, 26, 28, 31, 38, 41, 42, 44, 47, 56, 59, 60, 62, 63, 65, 66, 67, 68, 70, 72, 77, 93, 94, 105, 106, 107, 108, 109, 116, 117, 129], "inicial": [5, 8, 9, 15, 16, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 77, 89, 90, 91, 93, 94, 99, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "initial_sol": [5, 93, 94], "initial_temperatur": [29, 30], "inmediat": 84, "innecesari": 121, "inner": [86, 107], "input": 13, "insercion": [5, 93, 94], "insert": [3, 5, 13, 23, 25, 30, 48, 54, 73, 74, 78, 85, 86, 92, 93, 94, 111, 123, 130, 131], "inserting": 123, "inspeccion": [23, 92], "inspecting": 86, "instal": [20, 25, 121], "instalacoon": 26, "install": 26, "installation": 26, "instanci": 29, "inste": 121, "instruccion": [26, 93, 94, 123, 125], "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "integr": 121, "integral": 23, "intencion": 129, "intens": 101, "intent": [5, 25, 67, 100, 106, 107, 117, 129], "interactiv": 26, "interes": [25, 130, 131], "intereseccion": 92, "interior": 34, "intermedi": [18, 22, 45, 121], "intern": [3, 20, 23, 121], "internal": 121, "internally": [130, 131], "interpret": [9, 16, 41, 42, 43, 47, 62, 63, 130, 131], "interrel": 45, "interseccion": [25, 60, 73, 86, 92], "intersect": 92, "intersections": [35, 92], "into": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 92, 94, 111, 123], "introduc": [26, 36], "introduccion": 20, "introduzc": 92, "inval": 23, "invers": [58, 85, 86, 88, 92, 123], "inversion": 23, "invert": 36, "involucr": [5, 23, 26, 93, 94], "involv": 86, "ir": [13, 16, 25, 26, 28, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 73, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "is": [25, 35, 36, 56, 57, 69, 73, 85, 86, 92, 94, 103, 104, 105, 106, 107, 108, 115, 117, 121, 123, 126, 130, 131], "is_a": [108, 112], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isolat": [35, 92], "issu": [121, 125], "it": [105, 106, 107, 108, 123], "itali": 125, "iter": [90, 91, 100], "iti": 13, "izquierd": [3, 15, 25, 50, 61, 74, 107, 108, 114, 115, 117, 123, 129], "jain": 27, "jam": [58, 77], "japon": 125, "jarnik": 118, "jay": 27, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "junod": 27, "junt": 48, "juntur": 92, "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, 130, 131], "k": [16, 20, 28, 31, 100, 109, 116, 119, 121, 122, 131], "k_": 78, "k_5": 78, "k_shortest_path_routing": 28, "kai": 27, "kalr": 4, "karp": [19, 20, 71, 122], "kastl": 27, "keeps": 123, "ken": 77, "kept": [121, 130, 131], "key": [3, 23, 74, 94, 111, 123], "kg": 5, "kirkm": 4, "kishor": 27, "kit": 13, "km": 5, "known": 123, "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kum": 27, "l": [15, 23, 25, 26, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "lad": [15, 23, 25, 74, 107, 108, 114, 117, 123, 129], "languag": 13, "lanz": [23, 45, 59, 103], "lanzamient": [1, 2, 3, 11, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "larg": [4, 29, 30, 130], "lat": [5, 6], "latest": 26, "latex": 26, "latitud": [5, 6], "lc101": [94, 123], "lc101_c": [94, 123], "lea": 26, "lectur": 13, "lecture16": 13, "lee": 92, "leer": [3, 20, 62, 121], "left": [25, 60, 73, 86, 106, 107], "leftrightarrow": [25, 85], "leg": 121, "leid": 8, "leng": 27, "lengau": 84, "lenguaj": 121, "lent": [5, 44], "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "lest": 44, "li": [94, 123], "libboost": 26, "liber": 92, "libr": [4, 20, 29, 30, 77], "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, 130, 131], "libs": [6, 8, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libtap": 26, "licenci": [20, 92], "licens": [20, 27], "lig": 121, "lik": 105, "lim": [94, 123], "limit": [0, 5, 17, 25, 50, 54, 57, 60, 61, 65, 66, 68, 74, 81, 82, 83, 90, 91, 94, 96, 97, 98, 115, 123], "limpi": [56, 121], "limpiez": [20, 121], "lin": [13, 18, 25, 60, 65, 66, 73, 85, 86, 103, 119, 127], "line": [29, 65, 66, 74, 78, 86], "line_graph": 86, "lineal": [55, 58, 59, 86, 103, 121], "linegraph_edg": 86, "liner": 13, "linesstring": [25, 36], "linestring": [25, 36, 54, 56, 73, 74], "links": 121, "linux": [26, 121], "list": [4, 20, 29, 30, 67, 68, 87, 106, 107, 115, 117, 121, 129], "listinf": 125, "lists": 125, "liv": 27, "llam": [3, 25, 47, 58, 60, 68, 74, 78, 84, 92, 115, 121, 123], "lleg": [0, 5, 16, 17, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 50, 59, 61, 62, 63, 65, 66, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 93, 94, 96, 97, 98, 99, 105, 108, 112, 113, 115, 116, 123, 130, 131], "llegant": [19, 49, 71, 90, 91, 99], "llen": [23, 35, 36, 56, 57], "llev": [7, 44], "lllen": 13, "llos": [25, 73], "loas": [32, 39], "local": [25, 73, 85, 86], "localiz": [74, 123], "locat": [130, 131], "locations": [107, 117, 123], "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 58, 62, 63, 65, 66, 79, 80, 81, 82, 83, 84, 90, 91, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logg": [56, 73], "logic": 36, "logr": [36, 130, 131], "logv": [10, 52, 53], "lon": [5, 6], "long": [33, 40, 43, 64, 114], "longitud": [5, 6, 48, 74], "lueg": [6, 8, 31, 32, 38, 39, 87], "lug": [5, 23, 34, 60, 93, 94, 121], "lugar": [5, 94], "m": [5, 6, 58], "m_": [5, 93, 94], "mac": 121, "mahadeok": 27, "mahmoud": 27, "mailm": 125, "main_sql": 73, "mak": 26, "make_connect": 87, "makefil": 26, "making": [106, 107], "man": 26, "manej": [20, 23, 74, 107, 108, 114, 117, 119, 122, 125], "maner": [3, 20, 25, 26, 29, 36, 55, 69, 103, 130], "manikat": 27, "manipul": [6, 31, 32, 33, 38, 39, 40, 93, 94], "manje": 23, "manten": [25, 27, 73, 86], "mantendran": 30, "manual": [20, 25, 27, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99], "manupul": [6, 8, 31, 32, 33, 38, 39, 40], "many": [25, 105, 108, 121, 123], "manzan": 5, "maoguang": 27, "map": [25, 130], "maps": 86, "marc": [13, 74, 130], "march": [74, 123], "mari": 27, "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, 130, 131], "martin": 27, "martiz": 29, "mas": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 20, 23, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 75, 77, 78, 79, 80, 85, 86, 87, 88, 93, 94, 95, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "matching_": 88, "matemat": [4, 118], "material": 20, "materializ": [25, 73], "math": [5, 6, 9, 13, 15, 16, 17, 31, 32, 33, 38, 39, 40, 41, 42, 43, 48, 59, 62, 63, 64, 65, 68, 72, 82, 85, 93, 94, 97, 113, 114], "mathworld": 85, "matricial": 5, "matrix": [20, 25, 29, 33, 40, 43, 64, 93, 114, 119, 122], "matriz": [4, 6, 7, 8, 9, 15, 16, 18, 20, 33, 40, 43, 58, 64, 74, 75, 79, 114, 121, 122], "max": [6, 15, 31, 32, 33, 38, 39, 40, 43, 46, 64, 86, 92, 114, 121, 123], "max_capacity": 93, "max_changes_per_temperatur": [29, 30], "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": [5, 13, 19, 20, 27, 49, 58, 61, 65, 66, 70, 71, 88, 89, 90, 91, 93, 94, 99, 100, 122], "maximiz": [49, 71, 99], "maximum_flow_problem": 19, "maximum_matching": 88, "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 23, 25, 26, 27, 29, 45, 60, 61, 65, 66, 67, 73, 85, 88, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "mcke": [18, 24, 58], "md": 121, "means": 123, "med": 5, "medi": [7, 8, 9, 15, 43, 64, 114], "mediant": [5, 11, 15, 18, 19, 22, 25, 26, 43, 45, 46, 49, 50, 54, 64, 71, 75, 79, 89, 90, 91, 96, 97, 99, 101, 102, 114, 119], "meg": 7, "mejor": [5, 20, 60, 65, 66, 72, 93, 94, 121, 125], "memori": [7, 77], "men": [5, 6, 13, 31, 32, 33, 34, 38, 39, 40, 74, 86, 93, 94, 101, 121, 125], "mencion": [25, 26], "meng": 4, "menor": [17, 21, 34, 68, 69, 82, 90, 91, 97, 100, 101, 115, 121], "mensaj": 23, "menud": 92, "mercanc": 5, "merrill": 4, "mesaj": 121, "met": [7, 20, 121], "method": 86, "metod": [25, 26, 55, 56], "metr": [5, 6, 65, 66], "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": [5, 25, 45], "miembr": [113, 114], "mientr": [28, 109, 116], "might": [105, 123], "migr": [3, 62], "migracion": [3, 27, 62, 88, 105], "migration": 23, "mileston": 121, "min": [5, 6, 15, 29, 31, 32, 33, 38, 39, 40, 43, 53, 64, 101, 114, 118, 121], "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, 130, 131], "mingw": 26, "minim": [0, 1, 11, 18, 19, 21, 29, 46, 47, 48, 54, 61, 69, 80, 81, 82, 83, 87, 91, 95, 96, 97, 98, 100, 101, 102, 118, 121, 124], "minimiz": [5, 21, 58, 80, 81, 82, 83, 90, 118], "minimum": 121, "minor": 121, "minut": 5, "mir": 36, "mism": [3, 5, 6, 7, 8, 14, 15, 19, 23, 25, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 52, 53, 56, 57, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 79, 86, 89, 90, 91, 92, 93, 94, 99, 101, 112, 113, 114, 130], "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "mod": [25, 46, 48, 85, 100], "modif": [115, 116, 121, 130], "modific": [13, 20, 23, 55, 108, 112, 113, 119, 121, 122, 126, 130], "modify": 121, "modul": 121, "moham": 27, "moment": [25, 93], "monetari": 27, "moor": 72, "mor": [123, 130, 131], "most": 109, "mostr": [5, 13, 130, 131], "mpas": [113, 116], "msvc": 121, "msys": 26, "much": [23, 60, 88, 121], "muert": [25, 60], "muestr": [5, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 130, 131], "mukul": 27, "multi": 121, "multipl": [5, 34, 77, 93, 94, 121], "multiplic": 4, "mund": 130, "my_dijkstr": [13, 23], "myare": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n": [4, 28, 109, 116], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nag": 27, "nam": [26, 115, 116, 121, 123, 131], "namespac": 121, "naranj": 86, "nardelli": 27, "navig": 105, "near": [35, 92], "neces": [23, 60, 73], "necesari": [3, 5, 6, 10, 11, 12, 13, 18, 19, 22, 23, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 123, 127, 128, 129], "necesit": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 125, 126, 127, 128, 129, 130, 131], "need": [123, 126], "needs": [94, 123, 126], "negat": [0, 3, 7, 9, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "negativ": [20, 85, 86, 107, 108, 117, 121, 123], "neq": [16, 19, 25], "net": 27, "netlab": 125, "network": 126, "networks": 105, "new": [86, 92, 106, 107, 108, 117, 121], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrictions": 23, "newpoint": [74, 123], "news": 121, "nextval": [86, 123], "nicol": 92, "ningun": [6, 8, 9, 16, 25, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 48, 59, 62, 63, 72, 92, 100, 108, 112, 121], "nitish": 27, "nivel": [50, 92], "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, 65, 66, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "nombr": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 30, 31, 35, 36, 38, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 76, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "nomenclatur": 121, "non": 108, "normal": [3, 25], "nort": 36, "not": [4, 23, 26, 29, 30, 35, 47, 49, 56, 57, 60, 70, 71, 73, 85, 86, 89, 90, 91, 92, 94, 99, 103, 106, 107, 108, 109, 111, 123, 130, 131], "notacion": [35, 36, 56, 57], "notes": 35, "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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "notici": 27, "now": 86, "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "nucle": 121, "nuestr": [27, 92], "nuev": [3, 13, 17, 20, 26, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 109, 111, 112, 113, 114, 115, 116, 121, 125, 127, 130, 131], "nul": 56, "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "numer": [4, 5, 6, 7, 13, 25, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 47, 51, 55, 56, 57, 58, 60, 65, 66, 69, 77, 85, 87, 88, 92, 93, 94, 100, 121, 124, 130], "numeric": [0, 5, 50, 61, 74, 93, 94, 107, 108, 112, 113, 114, 115, 116, 117], "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, 130, 131], "nv": [25, 73], "obe": 27, "obedec": 29, "objet": [5, 9, 19, 25, 49, 50, 55, 71, 89, 90, 91, 99, 121, 130], "oblig": 29, "obligatori": [23, 25, 129, 130], "obselt": 121, "observ": 13, "obsolet": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 105, 109, 111, 115, 121, 127, 128], "obtain": 109, "obten": [4, 5, 6, 7, 8, 16, 19, 20, 23, 28, 35, 57, 60, 73, 76, 77, 85, 92, 116, 119, 121, 122], "obteners": 28, "obteng": [16, 119], "obtien": [0, 25, 50, 56, 61], "ocurr": [5, 35, 56, 92, 93, 94, 121], "of": [4, 5, 20, 25, 27, 35, 36, 56, 57, 60, 85, 86, 92, 93, 94, 103, 104, 105, 106, 108, 112, 119, 121, 123, 126, 130, 131], "off": 26, "oficial": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "oficin": [125, 130, 131], "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old_id": 92, "old_restrictions": 23, "omit": [14, 15, 19, 23, 25, 35, 42, 43, 49, 56, 57, 61, 63, 64, 71, 72, 73, 90, 91, 99, 108, 112, 113, 114], "on": [4, 20, 23, 25, 26, 30, 54, 60, 74, 85, 92, 94, 104, 105, 106, 109, 117, 121, 123, 126, 130, 131], "one": [36, 85, 103, 105, 106, 107, 108, 117, 121, 123, 126, 131], "oneway": 36, "only": [26, 94, 109, 115, 116, 121], "opcion": [4, 25, 28, 31, 32, 33, 35, 36, 38, 39, 40, 55, 56, 61, 65, 66, 67, 68, 73, 75, 79, 94, 107, 108, 109, 112, 113, 114, 115, 116, 117, 130, 131], "opcional": [23, 25, 26, 35, 36, 56, 121], "open": [25, 94, 123], "open_tim": 111, "openbsd": 121, "oper": [25, 26, 55, 76, 125], "operation": 13, "operations_ord": 13, "opos": 111, "oposit": 123, "optim": [4, 29, 30, 34, 69, 100], "optimic": [93, 94], "optimiz": [0, 4, 5, 9, 16, 17, 29, 30, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 72, 81, 82, 83, 93, 94, 96, 97, 98, 103, 108, 112, 113, 115], "optimization": 4, "option": [25, 54, 74], "optional": [115, 116, 121], "optionally": 123, "options": [50, 74, 92, 93], "opuest": 25, "or": [13, 23, 25, 35, 36, 56, 57, 67, 78, 85, 92, 106, 126, 130, 131], "orden": [3, 6, 8, 13, 14, 15, 18, 23, 25, 31, 32, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 69, 72, 81, 82, 83, 84, 88, 96, 97, 98, 100, 102, 103, 104, 106, 107, 108, 112, 113, 114, 117, 121, 129], "order": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 94, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "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, 130, 131], "order_unit": 111, "ordering": 103, "ordern": 58, "orders": 93, "org": [5, 6, 8, 19, 20, 23, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 78, 84, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 111, 121, 125], "organiz": 125, "orig": [19, 20, 25, 26, 27, 29, 30, 35, 36, 47, 49, 50, 56, 57, 61, 70, 71, 72, 85, 86, 89, 90, 91, 92, 99, 121, 122, 126], "origen": [89, 99], "origin": 130, "original": [13, 19, 23, 25, 49, 54, 55, 71, 74, 85, 88, 90, 92, 99, 121, 130, 131], "original_": 86, "original_point": 74, "original_to_new_point": 74, "orkney": 27, "osge": [27, 125], "osgeo_community_projects": 27, "osgeoliv": 27, "osm": [7, 25, 73], "osm2pgrouting": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other": 85, "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "otorg": [15, 20, 25, 107, 108, 112, 113, 114, 115, 116, 117, 122, 126, 129, 130, 131], "otpim": 69, "out": [13, 36, 73], "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, 130, 131], "out_going": [56, 73], "outall": 92, "output": [13, 116, 121], "over": [23, 67, 73, 74, 94, 106, 107, 117, 123], "overpass": 7, "owned": [86, 123], "p": [74, 94, 107, 108, 112, 113, 114, 115, 116, 117, 123], "p_clos": [5, 93, 94, 123], "p_node_": [5, 93, 94, 123], "p_op": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "p_y": [5, 94, 123], "pag": 121, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "pair": 85, "pairs": 123, "pais": [25, 130], "palabr": [16, 25, 129], "par": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 26, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 106, 109, 110, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130], "paragon": [27, 125], "paragoncorporation": 125, "paragraf": 102, "paralel": [69, 77, 118], "paramet": [115, 116, 121], "parameters": [33, 40, 43, 64, 114, 121], "parametr": [14, 19, 20, 23, 121], "parcial": 74, "parec": [25, 60], "parentesis": 45, "pars": 26, "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, 28, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 126, 127, 128, 129, 130, 131], "partial": [25, 54, 74], "particion": 101, "particul": [19, 50, 59, 61], "partition": 74, "pas": [3, 7, 25, 26, 29, 34, 35, 45, 56, 57, 58, 92, 118, 121, 125], "pasch": 27, "pass": [67, 105, 106, 112], "password": 26, "path": [3, 16, 23, 25, 26, 73, 105, 106, 107, 108, 109, 117, 121, 123, 129], "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, 130, 131], "path_at": [108, 112], "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, 130, 131], "paths": [105, 106, 107, 109], "patron": 58, "patrushev": 27, "pcts": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "peaton": [25, 60, 65, 66, 73, 123], "peatonal": [65, 66], "ped": [5, 18, 20, 26, 33, 40, 93, 94, 121], "pens": 36, "penyngton": 4, "peor": [4, 9, 29, 30, 41, 42, 43, 72], "peque\u00f1": [25, 28, 58, 60, 74, 100, 109, 116, 123], "per": [1, 2, 3, 11, 14, 15, 16, 17, 19, 25, 29, 36, 44, 46, 48, 60, 61, 65, 66, 67, 73, 85, 86, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "perd": 121, "performanc": 121, "performing": [35, 36, 56, 57, 92], "performs": [106, 107], "perl": 26, "perl5": 121, "permanent": [121, 130], "permis": [20, 122, 126], "permit": [3, 5, 6, 13, 25, 26, 60, 65, 66, 74, 93, 94, 105, 106, 107, 108, 109, 121, 123, 129], "permut": 58, "personal": 25, "pertenc": 108, "pertenec": [14, 15, 37, 43, 46, 47, 54, 64, 74, 102, 112, 113, 114, 121], "pertenezc": [13, 47], "perturb": 45, "pes": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "pg": 121, "pg_prov": 26, "pg_prove_tests": [26, 121], "pgdijkstr": 27, "pgr": [19, 56, 57], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeoneway": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshall": 121, "pgr_articulationpoints": [12, 20, 121, 122], "pgr_ast": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdast": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstr": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktr": 41, "pgr_bddijstr": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentrality": [18, 20, 22, 121], "pgr_biconnectedcomponents": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostm": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcomponents": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contractgraph": [55, 121], "pgr_contraction": [13, 20, 25, 122], "pgr_create_topology": 57, "pgr_createtopology": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeordering": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstr": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstran": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravi": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivingdistanc": [16, 17, 20, 34, 115, 121, 122, 131], "pgr_edgecoloring": [11, 18, 121], "pgr_edgedisjointpaths": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshall": [7, 20, 79, 121, 122], "pgr_full_version": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuits": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplan": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstr": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbfs": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldfs": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphfull": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxcardinalitymatching": 121, "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatching": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclid": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovids": 121, "pgr_pointt": 121, "pgr_pointtoedgenod": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbfs": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdfs": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_ident": 121, "pgr_sequentialvertexcoloring": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcomponents": [12, 20, 121, 122], "pgr_texttopoints": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoints": [3, 107, 119, 121, 130], "pgr_trspvi": [3, 119, 121, 129], "pgr_trspvia_withpoints": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclid": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoints": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvi": [107, 119, 121, 129, 131], "pgrouting": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgrrouting": [74, 123], "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phi": 19, "pi": 16, "pickup": [94, 123], "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pindex": [94, 123], "pip": 26, "pist": 92, "pl": 26, "plac": 35, "plan": 78, "planar": 78, "plataform": [26, 121], "ple": [35, 36, 56, 57, 92], "plum": 5, "pm": 5, "poc": [25, 27], "pod": [23, 25, 26, 36, 47, 92], "poder": 36, "podr": [3, 5, 10, 11, 12, 13, 18, 19, 22, 24, 29, 36, 44, 47, 48, 50, 52, 53, 55, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "point": [35, 36, 56, 57, 73, 74, 107, 108, 112, 117, 121, 123, 130, 131], "point_sql": 74, "point_xy": 121, "points": [115, 121, 130, 131], "points_sql": [108, 112, 113, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "poligon": [34, 121], "poligonal": 34, "polinomi": 49, "pon": 125, "ponder": [16, 19, 25, 47, 59, 72, 101, 103, 118], "populating": 57, "pora": 121, "porqu": [13, 23, 29, 35, 36, 56, 57, 65, 66, 78, 86, 92], "portal": [25, 73], "portland": 7, "posibl": [1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 80, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 124, 126, 127, 128, 129, 130, 131], "posicion": [15, 16, 25, 28, 29, 31, 38, 41, 44, 47, 59, 62, 65, 67, 70, 72, 73, 74, 77, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "posicional": [35, 56, 57, 65, 66], "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 25, 41, 42, 43, 44, 49, 52, 53, 55, 62, 63, 64, 71, 75, 79, 80, 81, 82, 83, 85, 88, 90, 91, 95, 96, 97, 98, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 118, 124, 129, 130, 131], "positiv": [86, 107, 108, 117], "post": [17, 20, 122], "posterior": [5, 27, 93, 94, 121], "postgis": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_version": 26, "postgr": [26, 121], "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, 130, 131], "postgresql12": [20, 121], "postm": [18, 52, 53, 121], "potencial": 36, "potential": [35, 36, 92], "potts": 27, "poz": 19, "practic": 77, "pratap": 27, "pre": [35, 36, 116], "precision": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecesor": [23, 27], "predetermin": [23, 30, 31, 34, 35, 36, 38, 56, 57, 65, 66, 74, 92, 114], "prefer": [29, 34, 130, 131], "prefij": 121, "prefix": 123, "pregunt": [4, 29, 30, 125], "prepar": [56, 60, 73], "prepare_cap": 74, "prerrequisit": 121, "presdecesor": [17, 68, 81, 82, 83, 96, 97, 98, 115], "present": [15, 25, 46, 77, 84, 86, 100, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "previ": 26, "previous": 121, "previus": 86, "prim": [0, 1, 3, 4, 7, 10, 15, 16, 17, 19, 20, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 124, 129, 130, 131], "primari": 84, "primary": [3, 23, 74, 94, 111, 123], "primer": [4, 6, 8, 13, 25, 28, 29, 30, 31, 32, 38, 39, 44, 47, 50, 61, 65, 66, 70, 81, 82, 83, 87, 96, 97, 98, 105, 108, 109, 112, 116], "princeton": [4, 41, 42], "principal": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 25, 27, 31, 32, 33, 35, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 112, 113, 114, 118, 121], "priorid": 73, "prioriz": 125, "priy": 27, "prob": [7, 26, 121, 125], "probabl": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "problem": [5, 6, 18, 19, 20, 23, 25, 27, 35, 36, 47, 52, 53, 56, 57, 58, 59, 60, 62, 63, 64, 69, 73, 77, 92, 93, 94, 100, 101, 114, 121, 123, 129, 130, 131], "problems": 36, "proced": [25, 26, 73], "procedent": 25, "proces": [0, 1, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 25, 26, 28, 31, 32, 38, 39, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 90, 91, 95, 96, 97, 98, 99, 101, 103, 109, 112, 113, 114, 116, 118, 121, 122, 124, 130], "process": [57, 86, 104, 123, 130, 131], "processing": [35, 36, 56, 57, 92, 121], "produc": [16, 57, 59, 61, 62, 63, 64, 69, 100, 104, 114, 118], "product": 27, "profesional": 125, "profund": [0, 1, 17, 23, 47, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115, 119, 128], "progress": 7, "prohib": [3, 13, 23, 25, 55, 86, 105, 106, 107, 108, 109, 121, 129], "project": 27, "projects": 121, "projectweb": [94, 123], "promedi": [5, 6, 7, 72], "promov": [4, 20, 61, 65, 66, 85, 100, 121], "prompt": 26, "pronunci": 6, "prop": [3, 20, 23, 25, 119, 121, 122, 129, 130, 131], "propi": 121, "proporcion": [5, 13, 20, 23, 26, 50, 57, 61, 73, 87, 100, 116, 123, 125], "proposit": [0, 17, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "propuest": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 58, 59, 61, 62, 63, 64, 69, 70, 71, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 99, 101, 103, 104, 105, 106, 107, 108, 109, 111, 117, 121, 122, 123, 126, 127, 128, 129, 130, 131], "propust": [1, 119, 128], "prototip": 105, "prove": 69, "proveedor": [25, 36, 73], "provid": 123, "providers": 125, "provien": [25, 73], "provoc": 92, "proxim": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "proyeccion": [35, 56, 92], "proyect": [20, 25, 27, 121], "prueb": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 61, 65, 66, 67, 69, 72, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "pseud": 55, "psql": [7, 25, 26], "public": [27, 35, 36, 44, 56, 57, 77, 92, 123], "publish": [94, 123], "pud": [35, 56, 57], "pued": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 29, 30, 35, 36, 37, 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, 69, 70, 71, 72, 73, 74, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "puent": [12, 20, 25, 51, 73, 92, 122], "puert": 121, "pues": 23, "puest": 116, "pull": [27, 121], "punt": [3, 5, 6, 12, 20, 23, 30, 34, 37, 45, 54, 60, 73, 85, 92, 119, 121, 122], "punter": 121, "puntuacion": 45, "puntual": 74, "push": [89, 99], "push_relabel_max_flow": [89, 99], "python3": 121, "q": [26, 121], "q1": 29, "quad": [16, 19], "queri": [107, 121, 123], "query": [7, 35, 57, 86, 105], "questions": 125, "quier": [60, 77], "quit": 86, "quote_literal": 35, "r": [15, 23, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radi": 34, "radic": 72, "radius": 34, "raic": [0, 17, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "raise_exception": [56, 57], "raiz": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "raj": 27, "rajat": 27, "randomiz": [29, 30], "rang": [45, 100], "rap": [5, 8, 9, 25, 41, 42, 43, 47, 72, 121], "rasg": [25, 73], "rastr": 121, "razequl": 27, "reach": [115, 121], "reachability": 104, "readers": 121, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "realid": [25, 73, 121], "realiz": [0, 1, 3, 5, 7, 9, 10, 13, 15, 16, 19, 21, 25, 26, 33, 40, 41, 42, 43, 47, 49, 52, 53, 55, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 87, 90, 91, 93, 94, 95, 96, 97, 98, 99, 101, 112, 113, 114, 118, 124], "receiv": 105, "receptor": 19, "rechability": 104, "recib": [35, 57, 60, 73], "recien": [25, 73, 86], "recoc": [29, 30, 121], "recog": 18, "recomend": [7, 36, 75, 79], "recomendation": 123, "recomiend": [25, 123, 125], "reconstru": [20, 57, 122, 126], "reconstruccion": 57, "record": [13, 121], "recorr": [0, 1, 4, 17, 18, 29, 47, 50, 61, 67, 68, 81, 82, 83, 96, 97, 98, 100, 115, 119, 128], "recr": 92, "recre": 56, "rect": 78, "recurs": 101, "recursevly": [130, 131], "red": [3, 5, 13, 19, 20, 27, 35, 36, 37, 45, 46, 47, 51, 54, 56, 57, 58, 60, 62, 69, 75, 79, 80, 86, 87, 92, 94, 95, 100, 102, 113, 116, 121, 123], "reddy": 27, "reduc": [13, 25, 55], "reemplac": 121, "reemplaz": [3, 23, 94, 121], "reescrib": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 127, 128], "reestructur": 121, "reetiquet": [19, 20, 122], "refactoriz": 121, "referenc": 121, "referenci": [56, 57, 92], "referent": [4, 5, 20, 35, 36, 56, 57, 76, 110, 122], "refin": [1, 2, 3, 11, 13, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "reflej": [15, 43, 64, 114], "regal": 27, "regclass": 123, "regin": 27, "registr": [7, 121, 125], "regl": 36, "regres": [4, 7, 11, 14, 15, 17, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129], "regresand": [32, 39], "regresion": 121, "reinstal": 26, "rel": 26, "relabel": [89, 99], "relacion": [5, 25, 29, 30, 93, 94, 121, 130, 131], "relat": [5, 15, 16, 18, 22, 25, 28, 31, 38, 41, 44, 45, 47, 59, 62, 65, 67, 70, 72, 74, 77, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "relation": [35, 92], "release_not": 121, "relevant": 94, "rellen": [25, 35, 36], "remain": [107, 117], "remaing": [130, 131], "remov": [13, 23, 86, 106, 107, 115, 121], "removing": 121, "remplaz": 23, "rendimient": [20, 30, 77], "renombr": [27, 34, 49, 56, 57, 71, 88, 99, 121], "repar": 36, "repeat": [130, 131], "repert": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72], "replac": 13, "report": 20, "repositori": 26, "represent": [3, 7, 10, 13, 23, 25, 48, 52, 53, 55, 75, 78, 79, 88, 106, 115, 116, 126, 129, 130, 131], "reproduc": 125, "requer": [14, 25, 28, 32, 35, 36, 39, 42, 56, 57, 63, 73, 109, 116, 121, 130], "requests": [27, 121], "requier": [25, 26, 29, 54, 56, 74, 125], "requir": [25, 54, 74], "requirements": 121, "requisit": [25, 35, 36], "residu": [19, 49, 71, 90, 91, 99], "residual": [19, 25, 49, 71, 90, 99], "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, 130, 131], "resolv": [6, 25, 47, 73, 101, 121, 129], "respect": [44, 69], "respectively": 85, "respet": [86, 121], "respons": [15, 43, 64, 114], "respuest": 103, "rest": [25, 56, 73, 74, 86], "restaur": [130, 131], "restriccion": [18, 20, 86, 119, 121, 122, 130], "restrict": [105, 106, 107], "restrict_sql": 23, "restriction": [105, 106, 107, 109], "restrictions": [3, 23, 86, 105, 106, 107, 108, 109, 121, 123], "restring": [6, 31, 32, 33, 38, 39, 40, 47, 121], "restructur": 121, "resuelt": 25, "resuelv": [16, 25, 59, 62, 63, 64, 77, 114], "result": [1, 6, 14, 16, 20, 21, 23, 35, 36, 56, 57, 118, 121, 124, 130, 131], "results": [35, 74, 92, 106, 107, 109, 121], "resum": [28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 70, 71, 72, 74, 75, 77, 78, 79, 80, 84, 86, 89, 90, 91, 93, 94, 95, 99, 103, 104, 108, 112, 113, 114], "retorn": [34, 121], "retroaliment": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128], "retroced": 61, "retroces": [5, 93, 94], "return": [103, 104], "returns": [5, 13, 23, 89, 91, 92, 93, 94, 103, 109, 119, 126], "rev": [16, 19, 25, 36], "revers": [8, 23], "reverse_": 123, "reverse_capacity": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_category": 123, "reverse_category_": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "reves": 36, "revirt": 36, "revis": 121, "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": [74, 108], "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [35, 92], "rm": 26, "rn": 74, "road": 105, "rohith": 27, "roj": [13, 37, 123, 130, 131], "rol": 26, "rollback": 111, "romp": [25, 121], "root": 61, "rot": [68, 115], "round": [74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [86, 106, 107, 117, 123], "route": 25, "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, 130, 131], "routeplanning": 13, "routing": [25, 26, 108, 109, 121, 126], "routing_postgis": 121, "row": [5, 25, 30, 32, 34, 35, 36, 39, 42, 53, 54, 56, 57, 63, 66, 67, 73, 74, 76, 78, 85, 86, 89, 91, 92, 93, 94, 101, 106, 107, 110, 113, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows": [13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "run": 74, "running": 86, "ruptur": [34, 62, 121], "rut": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 52, 53, 59, 61, 63, 64, 65, 66, 70, 71, 72, 75, 77, 79, 87, 89, 90, 91, 92, 99, 105, 108, 109, 112, 113, 114, 116, 119, 121, 122, 129, 130, 131], "rute": [3, 13, 18, 20, 27, 28, 65, 66, 86, 93, 94, 105, 119, 130, 131], "rykov": 27, "s": [5, 6, 7, 26, 85, 86, 89, 91, 94, 101, 109, 126], "s_in_rul": 36, "s_out_rul": 36, "sab": [25, 47], "sai": 27, "sakr": 27, "sal": [5, 7, 9, 15, 16, 19, 20, 23, 26, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 55, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 75, 79, 84, 89, 90, 91, 92, 93, 94, 99, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 121, 129, 130, 131], "salient": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "salved": 58, "sam": [85, 94, 104, 106, 107, 121, 123, 130, 131], "sampledat": [7, 25], "samu": 27, "sarthak": 27, "satisfech": 29, "sav": 123, "saving": 123, "search": [50, 121], "seccion": [5, 13, 23, 25, 35, 62, 67, 86, 107, 117, 129, 130, 131], "second": 123, "second_edg": [25, 73], "second_segments": [25, 73], "section": [130, 131], "secuenci": [3, 5, 13, 16, 25, 28, 29, 30, 31, 38, 41, 44, 47, 52, 55, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 119, 129], "secuencial": [0, 3, 5, 11, 15, 17, 19, 25, 28, 31, 38, 41, 44, 46, 47, 49, 50, 52, 54, 58, 59, 61, 62, 65, 67, 68, 70, 71, 72, 77, 81, 82, 83, 84, 85, 86, 87, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "see": [104, 107, 117, 121], "seg": 5, "segment": [4, 11, 18, 25, 29, 30, 35, 36, 56, 57, 60, 69, 74, 78, 92, 118, 123, 130], "segments": [35, 92, 103, 123], "segu": [13, 25, 92], "segun": [25, 130, 131], "segund": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "seis": [93, 94], "seleccion": [6, 8, 25, 29, 31, 32, 35, 38, 39, 56, 57], "select": [3, 7, 13, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self_loops": 86, "sencill": [35, 56, 57], "sent": [3, 36, 85], "seoptimiz": 93, "separ": [23, 92, 101, 118, 121], "separator": 85, "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, 130, 131], "sequenc": [86, 107, 123], "ser": [3, 5, 7, 10, 11, 12, 13, 14, 15, 18, 19, 22, 23, 24, 25, 26, 27, 29, 30, 35, 36, 42, 43, 44, 47, 48, 50, 52, 53, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 69, 72, 73, 75, 77, 78, 79, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 127, 128, 129, 130, 131], "seran": [3, 23, 25, 67, 106, 107, 117, 129], "seri": 5, "serial": [3, 23, 25, 73, 123], "serv": 26, "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "servici": [5, 93, 94, 125], "servidor": [3, 5, 7, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "set": [5, 13, 19, 25, 30, 36, 49, 52, 54, 56, 60, 67, 70, 71, 73, 74, 80, 86, 90, 91, 93, 94, 95, 99, 101, 103, 106, 107, 111, 117, 119, 123, 125, 126, 129], "setof": [13, 23], "setval": [86, 123], "se\u00f1al": [25, 60], "sh": [26, 121], "shap": 25, "shar": [20, 27], "shind": 27, "shobhit": 27, "shooting": 121, "shooting_st": 121, "shortest": [105, 106, 107, 109, 117, 121], "shortest_path_faster_algorithm": 72, "showing": 94, "shp2pgsql": 25, "si": [3, 5, 6, 8, 13, 15, 16, 19, 23, 25, 26, 28, 29, 31, 32, 36, 38, 39, 47, 48, 54, 56, 57, 60, 67, 73, 74, 78, 84, 85, 87, 90, 91, 93, 101, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 125, 129, 130, 131], "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, 130, 131], "siempr": [20, 29, 35, 56, 57, 69, 85, 100], "siend": [23, 25, 130], "sient": 20, "sig": [16, 25, 44, 86, 92, 100, 123, 125, 130, 131], "sigl": 4, "sign": [25, 130], "signatur": [23, 88, 108, 115, 116, 121], "signif": [92, 113, 118], "signific": [5, 25, 72, 73, 121, 125], "siguent": 85, "siguient": [3, 4, 5, 7, 10, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35, 38, 41, 44, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 62, 65, 66, 67, 69, 70, 72, 73, 74, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 116, 117, 122, 123, 125, 126, 127, 128, 129, 130, 131], "simetr": [4, 7, 13, 14, 15, 29, 30, 32, 33, 39, 40, 42, 43, 58, 63, 64, 75, 79, 113, 114], "simil": [23, 25, 72, 73], "similar": 30, "simpl": [25, 36, 121, 123], "simplement": 101, "simplicity": 85, "simplif": 121, "simplific": [25, 121], "simplifying": 121, "simul": [29, 30], "simulat": [33, 40, 43, 64, 114], "simultan": [8, 9], "singh": 27, "singl": 85, "sink": [19, 36], "sino": 124, "sintef": [94, 123], "siqu": 3, "sir": 4, "sirv": 77, "sistem": [26, 74, 76, 125], "siti": [27, 125], "situ": 74, "siz": [7, 106, 107, 117], "skipp": 123, "skipping": [56, 57, 60, 73, 92], "small": 123, "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "sobr": [3, 4, 23, 25, 26, 45, 54, 62, 67, 73, 74, 76, 106, 110, 116, 123, 125], "sobrecarg": [5, 20, 28, 93, 94, 116, 121], "soft": 123, "softwar": 27, "sol": [0, 1, 3, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 23, 25, 36, 37, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 59, 62, 63, 64, 65, 66, 68, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 103, 112, 113, 114, 115, 116, 118, 121, 122, 124, 130, 131], "solicit": 5, "solicitud": [5, 20, 121], "solomon_100_rc_101": 111, "solucion": [4, 5, 25, 29, 30, 54, 74, 92, 93, 94, 121], "solution": [94, 105, 106, 107], "solutions": [106, 107], "solv": [93, 94], "solving": [33, 40, 43, 64, 114], "som": [86, 123, 126], "sombr": 85, "something": 35, "sometim": [106, 107], "soport": [20, 26, 28, 29, 31, 34, 38, 41, 52, 75, 79, 110, 121], "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, 130, 131], "sorting": 103, "sourabh": 27, "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, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_": 86, "source_p": 23, "sourcehandl": 26, "sp": 74, "spe": 123, "specialized_variants": 47, "sphinx": [26, 121], "split": [25, 92], "splitting": [25, 54, 74], "spoon": 34, "spoon_radius": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "st_": 121, "st_are": 34, "st_astext": [25, 54, 73, 74], "st_buff": [7, 25, 35, 56, 57, 74], "st_centr": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehull": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_intersection": [25, 73], "st_intersects": 74, "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "st_y": [25, 30, 54, 73, 74, 123], "stackexchang": 20, "standard": 121, "standarization": 121, "standarizing": [116, 121], "start": [16, 23, 26, 44, 47, 59, 62, 63, 65, 66, 108, 112, 113], "start_": [4, 16, 29, 30], "start_clos": [5, 93, 94, 123], "start_node_": [5, 93], "start_op": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "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, 130, 131], "start_vids": [44, 47, 59, 72, 108, 112, 113], "start_x": [5, 94, 123], "start_y": [5, 94, 123], "starting": [65, 66, 123], "startpoint": 73, "starts": 123, "statement": [103, 123], "status": [67, 106, 108, 112], "step": [86, 106, 107, 108, 112], "steph": 27, "stev": 121, "sto": 101, "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, 130, 131], "stop_": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "stopping": [20, 121], "stops": 109, "stor": 123, "street": [25, 36], "strict": [25, 67, 106, 107, 109, 117, 129], "string_to_array": 23, "strings": 121, "structur": 123, "studi": 121, "sub": [48, 60, 65, 66, 75, 79, 106], "sub_": 92, "subconjunt": [6, 19, 35, 46, 56, 57, 60, 101, 118], "subgraf": [25, 78, 86, 95, 101], "subgraph": 104, "subrog": [5, 93, 94], "subseteq": 25, "subyacent": 70, "successive_shortest_path_nonnegative_weights": [90, 91], "suced": [25, 36], "sud": 26, "sufij": 92, "sugier": 72, "suitabl": 126, "sum": [5, 7, 14, 15, 19, 32, 39, 42, 43, 49, 63, 64, 71, 75, 79, 90, 91, 93, 94, 99, 101, 106, 107, 113, 114], "sum_": 16, "sumaris": 42, "sumider": 19, "summ": 27, "summary": [5, 93, 94], "sup": [19, 49, 71, 90, 91, 99], "superior": [0, 7, 15, 17, 25, 43, 50, 60, 61, 64, 68, 81, 82, 83, 90, 91, 96, 97, 98, 114, 115], "supermerc": [130, 131], "supli": 126, "supon": [25, 26], "supong": 5, "support": [20, 121], "suprim": 121, "suscrib": 125, "suscribet": 125, "swapnil": 27, "sylvain": 27, "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, 130, 131], "systemctl": 26, "t": [5, 13, 23, 25, 35, 36, 49, 56, 70, 71, 78, 89, 90, 91, 92, 99, 101, 108, 121], "t_in_rul": 36, "t_out_rul": 36, "tabl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 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, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 128, 129, 130, 131], "tabla_bord": 56, "table_ending": 92, "table_of_contents": [65, 66], "tagg": 125, "takub": 27, "tal": [1, 2, 3, 11, 14, 15, 16, 17, 36, 44, 48, 60, 61, 65, 66, 67, 69, 73, 85, 92, 100, 103, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "tall": 25, "tama\u00f1": [7, 13, 25, 55, 60, 67, 101], "tambien": [20, 25, 121, 125], "tan": [25, 60, 72], "tant": [0, 3, 4, 6, 7, 8, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "tar": 26, "tard": [4, 27], "tare": [25, 73], "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, 130, 131], "target_": [23, 25], "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_p": 23, "targets_original_": 86, "tarj": [84, 102], "tarrival": 111, "tasc": 27, "tasks": 86, "tbd": [86, 111], "tdepart": 111, "tech": 27, "temp": 60, "temporal": [23, 72, 77, 112], "temporary": [130, 131], "ten": [5, 20, 23, 25, 35, 36, 44, 45, 56, 57, 60, 74, 94, 113, 122, 125, 126], "tendr": [25, 26, 92], "tendran": [25, 86], "teng": [23, 25, 29, 56, 69, 107, 117, 125, 129, 130], "tens": 85, "teor": [25, 101], "teorem": [11, 18, 69], "terc": 25, "tercer": 4, "termin": [5, 8, 9, 16, 25, 35, 36, 41, 42, 43, 50, 52, 53, 61, 72, 73, 110, 121], "test": [20, 26, 35, 57, 121], "testers": [26, 121], "tests": 121, "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "that": [86, 105, 106, 107, 109, 115, 117, 121, 123, 131], "the": [4, 25, 26, 35, 36, 54, 57, 60, 73, 74, 85, 93, 103, 104, 105, 106, 109, 115, 119, 121, 126, 130, 131], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_inf": 111, "the_out": 73, "the_points": 73, "them": [26, 103, 130, 131], "then": [23, 25, 36, 67, 73, 74, 105, 106, 107, 108, 112, 117], "theory": 4, "ther": [85, 86, 94, 106, 107, 123], "therefor": [106, 107, 130, 131], "therfor": 123, "thet": [45, 75], "they": [86, 104], "this": [25, 54, 74, 85, 86, 94, 106, 107, 117, 121, 123, 130, 131], "thom": 4, "thos": 105, "three_options": [25, 54, 74], "through": [106, 107, 117], "thru": 105, "thurkow": 27, "tidy": [20, 121], "tiemp": [6, 7, 8, 9, 10, 13, 16, 21, 25, 27, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "tien": [3, 5, 13, 17, 19, 23, 25, 26, 28, 31, 36, 38, 41, 44, 45, 47, 48, 49, 55, 58, 59, 60, 62, 65, 66, 67, 68, 70, 71, 72, 74, 77, 78, 81, 82, 83, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 104, 105, 106, 107, 108, 109, 113, 115, 116, 117, 121, 129], "till": 4, "tim": [5, 7, 13, 75, 79, 93, 94, 108, 112, 113], "tip": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "tipic": 25, "titul": 25, "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to": [23, 26, 35, 52, 57, 77, 94, 104, 105, 106, 107, 108, 109, 111, 115, 116, 117, 119, 121, 123, 125, 126, 130, 131], "to_cost": 23, "tod": [5, 17, 19, 21, 23, 25, 26, 27, 28, 29, 35, 36, 45, 47, 49, 54, 55, 56, 57, 60, 61, 65, 66, 67, 68, 69, 71, 72, 73, 77, 80, 81, 82, 83, 84, 86, 87, 90, 91, 92, 93, 94, 97, 99, 100, 101, 102, 106, 107, 109, 112, 115, 116, 117, 118, 121, 122, 124, 125, 129, 130, 131], "todav": [1, 2, 3, 11, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "toky": 27, "toler": [35, 56, 74, 92], "toleranc": 92, "tom": [3, 4, 25, 29, 92, 105, 106, 107, 108, 109, 129], "tools": [26, 121], "top": [25, 60, 94, 123], "topic": 125, "topolog": [20, 35, 36, 57, 59, 60, 87, 92, 103, 115, 116, 119, 121, 122], "topological": 103, "topological_sorting": [59, 103], "topologically": 103, "topology": [35, 36, 56, 92, 108, 121, 123, 126], "total": [5, 13, 21, 25, 32, 34, 35, 39, 54, 55, 63, 67, 74, 80, 81, 82, 83, 92, 93, 94, 106, 107, 117, 118, 129, 130, 131], "totals": 60, "tour": 29, "trabaj": [4, 5, 6, 25, 54, 60, 74, 121, 123], "track": 125, "tram": [3, 106], "transform": [18, 23, 29, 85, 104, 119, 130], "transit": 104, "transitiv": 104, "transitive_closur": 104, "transport": [5, 25, 73], "transversal": [50, 78, 87], "traser": [5, 93, 94], "trasl": 5, "traslad": [5, 121], "trat": [36, 69, 74, 92, 101], "trav": 123, "travel": 94, "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, 130, 131], "traveling": [5, 86, 93, 94], "traveltim": 111, "traversal": [18, 119], "traversing": 86, "traves": [4, 13, 19, 25, 49, 71, 86, 90, 91, 99, 121, 125], "travez": 23, "trayectori": [3, 53, 67, 106, 117, 121], "tres": [13, 25, 45, 54, 74, 87], "triangul": [4, 15, 29, 30, 34, 43, 64, 114], "tries_per_temperatur": [29, 30], "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "tru": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "trying": [106, 107], "tsp": [5, 121], "tsp_results": 30, "tunel": [25, 73, 92], "tupl": 25, "turn": [5, 86, 105, 106, 107], "turn_restrict_sql": 23, "tut": [119, 131], "tutorial": 125, "tuv": [23, 36, 130, 131], "two": [85, 107, 117, 126], "two_way_if_null": 36, "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, 130, 131], "types": 123, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 25, 26, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 59, 62, 63, 64, 72, 75, 79, 82, 86, 90, 91, 97, 103, 106, 107, 108, 112, 113, 114], "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "u_turns": 86, "ubic": [5, 6, 93, 94, 108, 112, 113, 114, 115, 116, 119, 121, 130, 131], "ubicaclon": [5, 94], "ubuntu": 121, "uk": 27, "ultim": [4, 23, 25, 26, 27, 28, 29, 30, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "undirect": [25, 104, 105, 116, 126], "unexpect": [56, 57], "unic": [5, 7, 14, 15, 18, 32, 39, 42, 43, 46, 47, 63, 64, 72, 74, 75, 79, 92, 113, 114, 121, 123], "unid": [5, 7, 35, 56, 92, 125], "unidad": [6, 31, 32, 33, 38, 39, 40, 74, 85, 93, 94], "unidireccional": 36, "unific": 121, "union": [5, 13, 25, 31, 38, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107, 121], "univers": 30, "universid": [4, 30], "university": 27, "unknown": [25, 36], "unlogg": [56, 73], "unnam": [115, 116, 121], "unnest": [13, 56, 60, 65, 66, 73, 74], "untouch": 92, "unus": 121, "up": 123, "updat": [13, 25, 26, 30, 36, 54, 56, 73, 74, 86, 121, 123], "updating": 86, "upgrad": 121, "usa": [13, 20, 23, 25, 34, 56, 60, 73, 88, 91, 92, 107, 108, 121], "usad": [5, 15, 19, 20, 23, 69, 93, 94, 129, 130, 131], "usag": 121, "usam": 75, "usan": 35, "usand": [0, 1, 17, 19, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 89, 90, 91, 92, 95, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 114, 115, 116, 117, 121, 122, 129], "usar": [5, 9, 13, 15, 16, 20, 23, 25, 34, 35, 36, 43, 47, 60, 64, 73, 93, 94, 121, 122, 125, 130], "usarl": [20, 122, 126], "usaron": 7, "usars": 23, "use": [5, 15, 23, 25, 35, 36, 73, 86, 89, 106, 109, 112, 113, 114, 115, 116, 121, 129, 130, 131], "used": [85, 88, 123], "user": [23, 26, 56, 57], "users": 125, "using": [25, 54, 60, 73, 74, 88, 106, 107, 109, 121], "uso": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 33, 40, 43, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 64, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 108, 109, 111, 113, 114, 115, 116, 119, 121, 125, 126, 127, 128, 129, 130, 131], "usos": 121, "usted": [36, 125], "usuari": [13, 15, 20, 23, 25, 26, 27, 43, 64, 114, 121, 122, 125, 126], "utf8": 121, "util": [25, 74, 119, 121], "utilic": [7, 23, 26, 73, 75, 79, 121], "utiliz": [0, 4, 5, 6, 8, 11, 13, 15, 16, 17, 18, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 127, 129], "uturns": 86, "v": [4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 19, 25, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 118, 123, 127], "v1": [86, 121], "v2": [27, 121], "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "va": [25, 36, 56, 61, 65, 66, 92], "vac": [92, 121], "vaci": [3, 16, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129], "val": [6, 23, 25, 31, 32, 33, 38, 39, 40, 44, 59, 92, 103, 104, 115, 130, 131], "validez": 23, "valor": [0, 5, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "valu": [3, 23, 25, 30, 31, 32, 38, 39, 41, 42, 44, 47, 48, 49, 59, 62, 63, 70, 71, 72, 73, 74, 78, 85, 89, 90, 91, 94, 99, 105, 107, 108, 111, 112, 113, 116, 117, 123], "vam": 92, "van": [5, 13, 25, 36, 86], "varch": [35, 56, 57], "vari": [5, 19, 23, 26, 31, 36, 38, 41, 44, 46, 47, 59, 62, 68, 70, 72, 93, 94, 101, 115, 121], "variabl": [34, 121], "variacion": [47, 77], "variant": 5, "varied": 25, "varnothing": [16, 19], "ve": [29, 45], "vea": 25, "veas": [25, 56, 57], "vec": [3, 13, 55, 74, 101, 123], "vecin": 100, "vectorial": 25, "veenit": 27, "vehcil": [94, 123], "vehicl": [93, 94], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "vehicul": [18, 25, 36, 60, 73, 130], "veloc": [5, 6, 25, 72, 93, 94], "vem": 92, "vendedor": [5, 15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "venkat": 27, "ventan": [5, 93, 94, 121], "ver": [20, 25, 121, 125], "veran": [56, 57], "verd": [13, 74], "verdader": [13, 23, 60, 73, 90], "verg": 27, "verif": 92, "vers": 121, "versaterm": 27, "versatil": 44, "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, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "versions": [52, 121], "vertex": [60, 105, 107, 108, 109, 112, 117, 119, 123, 126, 130, 131], "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, 130, 131], "vertex_i": [106, 107, 117, 129], "vertex_map": 86, "vertic": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 55, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 75, 77, 78, 79, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 99, 100, 101, 102, 103, 104, 105, 108, 109, 112, 113, 114, 116, 118, 119, 121, 122, 124, 126, 127, 129], "vertice_": 67, "vertice_i": 67, "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vetic": 55, "vetric": [25, 31, 38, 41, 44, 47, 59, 62, 70, 72], "vez": [1, 2, 3, 4, 11, 14, 15, 16, 17, 23, 25, 26, 29, 30, 36, 44, 60, 61, 65, 66, 67, 73, 84, 85, 92, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "via": [3, 23, 119, 121, 130, 131], "via_path": [23, 121], "viaj": [4, 5, 23, 29, 30, 93, 94, 112], "viajant": [5, 15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "vial": [3, 92], "vicky": 27, "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, 130, 131], "vidh": 27, "vids": [23, 31, 32, 38, 39, 41, 42, 44, 61, 65, 66, 72], "vien": [4, 25, 103], "vieron": 13, "viol": 93, "violacion": 5, "violat": 109, "virgini": 27, "vision": [57, 92], "visit": [3, 4, 5, 20, 25, 29, 30, 61, 81, 83, 96, 98, 115, 121, 129], "visits": [67, 106, 112], "vist": [25, 60, 73, 123], "visual": [25, 60, 121, 130, 131], "visualiz": 121, "vizing": [11, 18, 69], "vojt\u011bch": 118, "volatil": 13, "volt": [36, 121], "volum": 5, "volunt": 101, "volv": 25, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "vuelt": [3, 25], "vuelv": 121, "vumpl": 29, "w": 13, "wagn": 101, "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "waiting": [5, 93, 94], "wang": 27, "want": 86, "wanting": 123, "warning": 23, "warnings": 121, "warshall": [7, 20, 75, 79, 122], "was": [56, 57, 121, 123], "waterlo": [4, 30], "way": [36, 103, 126, 131], "ways": [7, 25, 36], "web": [27, 125, 130], "went": 35, "wer": 86, "wget": [7, 26], "when": [16, 19, 23, 25, 35, 36, 67, 73, 74, 85, 86, 88, 104, 106, 107, 108, 109, 112, 117, 121, 123], "wher": [7, 13, 23, 25, 29, 30, 33, 35, 40, 43, 45, 49, 52, 53, 54, 56, 57, 60, 64, 67, 70, 71, 73, 74, 75, 79, 85, 86, 89, 90, 91, 92, 94, 95, 99, 101, 103, 104, 106, 107, 108, 111, 112, 117, 121, 123, 130, 131], "which": [86, 106, 107, 108, 123], "whitney": 4, "wi29": 30, "wiesenh": 27, "wiki": [5, 6, 8, 19, 26, 27, 28, 31, 38, 41, 42, 44, 47, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 73, 84, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedi": [0, 1, 4, 5, 6, 8, 11, 19, 21, 25, 28, 29, 30, 31, 37, 38, 41, 42, 44, 46, 47, 48, 50, 51, 54, 58, 59, 61, 62, 63, 65, 66, 67, 69, 71, 72, 80, 81, 82, 83, 84, 85, 86, 88, 89, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 111, 118, 124], "will": [86, 103, 107, 117, 123, 130, 131], "william": 4, "windows": [26, 121], "winni": 121, "with": [7, 13, 25, 30, 33, 35, 36, 40, 43, 54, 56, 57, 60, 64, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 114, 117, 121, 126, 130, 131], "with_doc": 26, "with_seq": [106, 107], "within": [115, 121], "withpoints": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "wl": 3, "wncontr": [108, 112], "woodbridg": [27, 121], "work": [130, 131], "working": 123, "workshop": [25, 27], "world": 105, "wrong": [35, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 26, 27, 31, 38, 41, 42, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yig": 27, "your": [35, 57, 125], "z": 13, "zia": 27, "zimanyi": 27, "\u00c9stas": 3, "\u00d3": 29, "\u00e9sta": [5, 20, 93, 94, 121], "\u00e9ste": [23, 25, 73]}, "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", "M\u00e9tricas - 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_betweennessCentrality", "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 Propuesto", "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 - Propuesto", "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", "Transformaci\u00f3n - Familia de funciones", "Traversal - Familia de funciones", "Via- Categoria", "withPoints- Categor\u00eda", "withPoints - Familia de funciones"], "titleterms": {"0": [20, 121], "01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "1": [13, 29, 62, 121], "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "2": [13, 62, 121], "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "3": [13, 20, 62, 121], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "4": [62, 121], "5": [62, 121], "6": [62, 121], "7": [20, 27, 62, 121], "8": [62, 121], "9": [62, 121], "A": [6, 8], "Con": [56, 107, 108, 112, 113, 114, 115, 117, 131], "El": 13, "En": [25, 73, 130, 131], "Estado": [67, 106], "La": [16, 67, 106, 123], "Las": [94, 123], "Los": [94, 123], "NO": [35, 56, 57], "No": [25, 113], "Sin": 13, "Un": 74, "Una": [67, 74, 106, 107, 117], "Uno": [23, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116], "Y": 25, "actializ": [13, 25, 73], "actualiz": [13, 25, 26, 73], "add": 86, "adding": 86, "additional": 103, "adicional": [13, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 99, 101, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "agreg": [30, 67, 106, 107, 117], "ajust": 25, "alfabet": 27, "algoritm": [3, 106, 107], "almacen": [13, 25, 30, 54, 74], "and": [62, 107, 117], "apoy": 123, "arbol": [25, 124], "arist": [0, 3, 7, 10, 13, 15, 16, 17, 19, 23, 25, 28, 31, 32, 33, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "as": 85, "asegur": [56, 73], "asimetr": 29, "astar": [6, 31, 32, 33, 38, 39, 40], "avanz": [6, 16, 19, 130, 131], "a\u00f1ad": [13, 25, 73], "bas": [13, 25, 26, 56, 73], "bfs": [0, 81, 96], "bidireccional": 8, "bidirectional": 9, "bord": [25, 35, 56, 57, 60], "calculat": 86, "callejon": [25, 60], "cambi": 121, "camin": [25, 73], "capac": 5, "caracterist": [4, 5, 9, 14, 15, 29, 30, 65, 66, 93, 94], "carg": 25, "cas": 13, "categor": [0, 1, 2, 5, 14, 15, 17, 20, 122, 124, 130], "categori": 129, "cercan": [25, 54, 65, 66, 74], "chines": 10, "cicl": 13, "ciudad": 30, "codig": 25, "coincid": [35, 56, 57], "colabor": 27, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "com": [13, 25, 74], "combin": [16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 123, 130, 131], "combinations": 123, "comercial": 125, "compar": 92, "compart": 85, "compil": 26, "complet": [56, 86], "component": [12, 25, 54, 74], "comprob": [25, 73], "comprueb": 25, "concept": [20, 25], "conduccion": [130, 131], "conect": [25, 29, 54, 74], "conexion": [25, 54, 74], "configur": 26, "conoc": 73, "consej": 25, "constru": 25, "construccion": 13, "consult": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "conten": [4, 5, 20, 23, 121, 130, 131], "contraccion": [13, 25, 55], "contraction": 13, "contraid": 13, "contribu": 25, "coorden": 30, "corpor": 27, "corre": 125, "cort": [2, 25, 26, 73], "cost": [14, 15, 25, 30, 62, 67, 106, 107, 117, 123], "cre": [25, 56, 73, 86], "creacion": [30, 56, 73, 130, 131], "creat": 86, "cruc": [25, 73], "cruz": [25, 73], "cuand": [35, 56, 57, 73, 130, 131], "cuentr": [25, 73], "dad": 74, "dat": [7, 13, 23, 25, 26, 29, 30, 56, 73, 86, 123], "defect": [35, 56, 57], "definicion": [4, 16, 25, 29, 30], "demand": 5, "dependent": 26, "derech": [112, 113, 116, 130, 131], "desconect": [25, 54, 74], "descripcion": [6, 8, 10, 21, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118], "destin": 13, "details": 108, "devolu": 34, "dfs": [1, 50, 61, 83, 98], "dijkstr": [9, 16, 65, 66], "direct": [85, 123], "dirig": [13, 62, 85, 123], "dispon": 20, "distanci": [17, 68, 115], "divid": [25, 73], "document": [6, 16, 19, 130, 131], "dos": 74, "edge": [85, 86], "edges": [86, 123], "ejecu": [60, 73, 74], "ejempl": [25, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 92, 94, 99, 101, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "element": 27, "elimin": [25, 73], "encontr": 74, "enfrent": [67, 106, 112], "entreg": [5, 93, 94, 123], "equivalent": 62, "estructur": [23, 25], "exampl": 103, "existent": 60, "expansion": [25, 124], "experimental": [5, 10, 18, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 22, 24, 118, 122, 126, 127, 128, 131], "fil": 5, "filling": 86, "fin": 30, "final": [67, 106, 107, 117], "firm": [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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "flow": 19, "fluj": [19, 25], "fly": [107, 108], "for": [107, 108], "from": 86, "front": [107, 108, 117], "fuent": 26, "fuer": 123, "funcion": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 118, 119, 122, 126, 127, 128, 131], "function": [106, 107], "gener": 29, "general": [4, 14, 15, 19, 20, 25, 129], "geometr": [25, 30, 73], "gir": 23, "gis": 125, "giv": 86, "grad": 60, "graf": [13, 25, 62, 73, 85, 123], "grafic": 85, "graph": [86, 108, 123], "guard": [25, 54, 74], "gui": 23, "habilit": 26, "heurist": 6, "id": 25, "idenifying": 86, "identif": [73, 86], "identifiers": 85, "imagen": [92, 123], "import": [113, 115, 130, 131], "in": [107, 108, 117], "incomplet": 29, "inform": [4, 13, 14, 15, 19, 25, 27, 54, 73, 74, 129], "inici": 29, "inspeccion": [56, 73], "instal": 26, "interes": [29, 74, 123], "intern": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "introduccion": [3, 5, 7, 13, 16, 27, 127, 130, 131], "introduzc": [25, 73], "izquierd": [112, 113, 116, 130, 131], "k": 2, "kruskal": [21, 23], "ksp": [28, 109, 116], "lad": [112, 113, 115, 116, 130, 131], "lanzamient": [27, 121], "leaf": 86, "licenci": 27, "limpiez": [56, 73], "line": 73, "lineal": [13, 25, 60, 85], "list": 125, "lleg": [67, 106, 107, 117], "llen": [74, 123], "longitud": 25, "loops": 86, "main": 123, "manej": [5, 17, 68, 112, 113, 115, 116, 130, 131], "manipul": 5, "map": 86, "mapping": 86, "mas": [2, 25, 27, 54, 73, 74], "matrix": 15, "matriz": [5, 29, 93], "maxim": 74, "mayors": 121, "metric": 22, "migr": 23, "migracion": 23, "minors": 121, "much": [25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 74, 89, 90, 91, 99, 105, 108, 112, 113, 116], "muestr": [13, 123], "multipl": [23, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "newly": 86, "nod": [67, 86, 106, 107, 117], "not": [20, 121], "nuev": [23, 25, 73], "obten": [25, 26, 30, 54, 62, 74], "occidental": 30, "of": [107, 117], "oficial": 20, "on": [86, 107, 108], "opcional": [0, 4, 5, 6, 7, 15, 16, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 79, 81, 83, 85, 93, 94, 96, 98, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "oper": 13, "optional": 109, "or": [107, 108, 117], "orden": [5, 24, 27, 93, 94, 123], "orders": [94, 123], "orig": [4, 13], "original": [86, 94, 123], "par": [7, 25, 29, 30, 62, 107, 108, 112, 113, 114, 115, 116, 117, 121, 131], "parameters": 109, "parametr": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 129, 130, 131], "part": 60, "pas": [27, 67, 106, 112], "pass": [107, 108, 117], "patrocin": 27, "per": 20, "person": 27, "pertenec": 13, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeoneway": 36, "pgr_articulationpoints": 37, "pgr_ast": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdast": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstr": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentrality": 45, "pgr_biconnectedcomponents": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostm": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcomponents": 54, "pgr_contraction": 55, "pgr_createtopology": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeordering": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstr": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstran": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravi": [23, 67], "pgr_drivingdistanc": [23, 68], "pgr_edgecoloring": 69, "pgr_edgedisjointpaths": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshall": 75, "pgr_full_version": 76, "pgr_hawickcircuits": 77, "pgr_isplan": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbfs": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldfs": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphfull": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclid": 94, "pgr_prim": 95, "pgr_primbfs": [23, 96], "pgr_primdd": [23, 97], "pgr_primdfs": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcoloring": 100, "pgr_stoerwagn": 101, "pgr_strongcomponents": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoints": [23, 108], "pgr_trspvi": [23, 106], "pgr_trspvia_withpoints": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclid": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoints": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvi": [23, 117], "pgrouting": [20, 25, 121], "points": [107, 108, 117], "postm": 10, "prep": 25, "prepar": [25, 54, 74], "present": 27, "prim": [23, 118], "principal": [67, 106], "problem": [4, 10, 16, 29, 30, 125], "prop": [105, 106, 107, 108, 117], "propuest": [60, 65, 66, 67, 73, 85, 100, 112, 113, 114, 115, 116, 119], "propust": 61, "prueb": [26, 30, 60, 73], "punt": [15, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "query": 94, "recog": [5, 93, 94, 123], "recorr": 30, "red": [130, 131], "referent": 120, "rel": 121, "removing": 86, "rendimient": [7, 25], "report": 125, "represent": 85, "representation": 85, "respuest": 74, "restriccion": [3, 23, 25, 105, 106, 107, 108, 109, 123, 129], "restriction": 86, "result": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "results": 86, "resum": 5, "reverse_cost": [25, 62, 123], "revis": [25, 54, 74], "routing": 86, "rut": [2, 25, 62, 67, 74, 106, 107, 117], "rute": [5, 25, 56, 73], "sah": 30, "sal": [13, 25, 56, 60], "sec": 74, "select": 25, "self": 86, "shar": 85, "show": 108, "simplifying": 86, "sinopsis": [9, 15, 93, 94], "sobr": [130, 131], "sobrant": [25, 73], "sobrecarg": 25, "soft": 86, "solucion": 62, "soport": 125, "special": 109, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "status": [107, 117], "stor": 86, "subgraf": [13, 60], "sumul": [106, 107], "tabl": [4, 13, 20, 25, 30, 35, 56, 57, 60, 73, 74, 86, 123], "tambien": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "tant": 13, "temporal": [130, 131], "tercer": [67, 106, 107, 117], "the": [86, 94, 107, 108, 117, 123], "tiemp": 5, "tien": [56, 73], "to": 86, "tod": [7, 20, 74], "topolog": [25, 56, 73, 113, 123, 126], "total": 30, "tour": 30, "transform": [86, 127], "transformation": 86, "traversal": 128, "trsp": [3, 25], "tsp": [4, 29, 30], "ubiacion": 5, "undirect": [108, 123], "unic": [23, 50, 61, 68, 81, 82, 83, 85, 96, 97, 98, 115], "unidad": 5, "uniqu": 85, "usand": [13, 23, 62], "usar": [112, 113, 114, 115, 116], "use": [107, 108, 117], "using": 86, "uso": [29, 35, 56, 57, 107, 112, 117], "utiliz": 23, "v3": 27, "valor": [34, 35, 56, 57], "valu": 86, "vari": 25, "variabl": 26, "variacion": [107, 112, 117], "vehicul": [5, 93, 94, 123], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "veric": 86, "version": [20, 26, 27, 121], "vertex": 86, "vertic": [13, 23, 25, 29, 50, 54, 56, 60, 61, 67, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 106, 107, 115, 117, 123, 130, 131], "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "viajant": 4, "viej": 23, "visit": [67, 106, 107, 112, 117], "visits": [107, 108, 117], "visual": 30, "wiki": 25, "with": [85, 123], "withpoints": [130, 131], "withpointsksp": 116, "x": [25, 27, 121]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "1) Ruta de 6 a 10": [[62, "path-from-6-to-10"]], "10) Ruta de 6 a 7": [[62, "id2"]], "11) Ruta de 12 a 10": [[62, "id3"]], "12) Ruta de 12 a 7": [[62, "id4"]], "13) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 9 y 10": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17) Ruta de 6 a 10": [[62, "id5"]], "18) Ruta de 6 a 7": [[62, "id6"]], "19) Ruta de 12 a 10": [[62, "id7"]], "2) Ruta de 6 a 7": [[62, "path-from-6-to-7"]], "20) Ruta de 12 a 7": [[62, "id8"]], "21) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 17 y 18": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) Ruta de 6 a 10": [[62, "id9"]], "26) Ruta de 6 a 7": [[62, "id10"]], "27) Ruta de 12 a 10": [[62, "id11"]], "28) Ruta de 12 a 7": [[62, "id12"]], "29) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 25 y 26": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) Ruta de 12 a 10": [[62, "path-from-12-to-10"]], "30) Usando Muchos a Uno para obtener la soluci\u00f3n de los ejemplos 26 y 28": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) Usando Uno a Uno": [[62, "using-one-to-one"]], "34) Usando Uno a Muchos": [[62, "using-one-to-many"]], "35) Usando Muchos a Uno": [[62, "using-many-to-one"]], "36) Usando Muchos a Muchos": [[62, "using-many-to-many"]], "37) Usando Combinaciones": [[62, "using-combinations"]], "4) Ruta de 12 a 7": [[62, "path-from-12-to-7"]], "5) Usando Uno a Muchos para obtener la soluci\u00f3n de los ejemplos 1 y 2": [[62, "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": [[62, "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": [[62, "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": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9) Ruta de 6 a 10": [[62, "id1"]], "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": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "Actualizaci\u00f3n de la tabla de v\u00e9rtices": [[13, "the-vertex-table-update"]], "Actualizar la topolog\u00eda de aristas": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "Actualizar los costes a la longitud de la geometr\u00eda": [[25, "update-costs-to-length-of-geometry"]], "Actualizar los costes en funci\u00f3n de los c\u00f3digos": [[25, "update-costs-based-on-codes"]], "Add edges from the original graph": [[86, "add-edges-from-the-original-graph"]], "Add the newly calculated edges": [[86, "add-the-newly-calculated-edges"]], "Adding a soft restriction": [[86, "adding-a-soft-restriction"]], "Adding a value to the restriction": [[86, "adding-a-value-to-the-restriction"]], "Additional examples": [[103, "additional-examples"]], "Agregar una geometr\u00eda (con fines visuales)": [[30, "adding-a-geometry-for-visual-purposes"]], "Ajustar los costes": [[25, "adjust-costs"]], "Algoritmo TRSP": [[3, "trsp-algorithm"]], "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": [[25, "crossing-edges"], [73, "crossing-edges"]], "Asegurarse de que la base de datos no tiene vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "A\u00f1adiendo nuevos v\u00e9rtices": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "A\u00f1adir aristas divididas": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "A\u00f1adir columnas adicionales": [[13, "add-additional-columns"]], "BFS - Categor\u00eda": [[0, null]], "Bidirectional Dijkstra - Familia de funciones": [[9, null]], "Bordes lineales": [[25, "linear-edges"], [60, "linear-edges"]], "Callejones sin salida": [[25, "dead-ends"], [60, "dead-ends"]], "Cambios para la versi\u00f3n 0.9.9": [[121, "changes-for-release-0-9-9"]], "Cambios para la versi\u00f3n 1.0": [[121, "changes-for-release-1-0"]], "Cambios para la versi\u00f3n 1.0.0a": [[121, "changes-for-release-1-0-0a"]], "Cambios para la versi\u00f3n 1.0.0b": [[121, "changes-for-release-1-0-0b"]], "Cambios para la versi\u00f3n 1.01": [[121, "changes-for-release-1-01"]], "Cambios para la versi\u00f3n 1.02": [[121, "changes-for-release-1-02"]], "Cambios para la versi\u00f3n 1.03": [[121, "changes-for-release-1-03"]], "Cambios para la versi\u00f3n 1.05": [[121, "changes-for-release-1-05"]], "Cambios para versi\u00f3n 0.9.8": [[121, "changes-for-release-0-9-8"]], "Caracter\u00edsticas": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "Cargar Datos": [[25, "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": [[27, "contributors"]], "Colaboradores de esta Versi\u00f3n": [[27, "this-release-contributors"]], "Colaboradores, Pasado y Presente:": [[27, "contributors-past-present"]], "Coloraci\u00f3n - Familia de funciones": [[11, null]], "Columnas de Resultados": [[59, "return-columns"], [91, "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"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "Columnas de resultados de las funciones de costes": [[25, "result-columns-for-cost-functions"]], "Columnas de resultados para funciones de flujo": [[25, "result-columns-for-flow-functions"]], "Columnas de resultados para funciones de \u00e1rbol de expansi\u00f3n": [[25, "result-columns-for-spanning-tree-functions"]], "Columnas de resultados para una ruta": [[25, "result-columns-for-a-path"]], "Combinaciones": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "Combinations data": [[123, "combinations-data"]], "Como m\u00e1ximo dos respuestas": [[74, "at-most-two-answers"]], "Como m\u00e1ximo dos respuestas con todas las columnas": [[74, "at-most-two-answers-with-all-columns"]], "Comparando los resultados": [[92, "comparing-the-results"]], "Compilando": [[26, "building"]], "Complete routing graph": [[86, "complete-routing-graph"]], "Componentes - Familia de funciones": [[12, null]], "Comprobaci\u00f3n del cruce de aristas": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "Compruebe la Topolog\u00eda de Ruteo": [[25, "check-the-routing-topology"]], "Con salida completa": [[56, "with-full-output"]], "Conceptos de pgRouting": [[20, "pgrouting-concepts"], [25, null]], "Conectando componentes": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "Conectando componentes desconectados": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "Configuraci\u00f3n": [[26, "configuring"]], "Consejos de Rendimiento": [[25, "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": [[25, "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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "Contenido": [[5, "contenido"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "Contenido de viejas restricciones": [[23, "old-restrictions-contents"]], "Contracci\u00f3n de los datos de muestra": [[13, "contracting-sample-data"]], "Contracci\u00f3n de un grafo": [[25, "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": [[30, "coordinates-sql"]], "Cost Matrix - Categor\u00eda": [[15, null]], "Costo - Categor\u00eda": [[14, null]], "Costo agregado al final de la tercera ruta.": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "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.": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"]], "Costo agregado de la tercera ruta.": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "Costo total del tour": [[30, "total-tour-cost"]], "Creaci\u00f3n de la topolog\u00eda de ruteo en la tabla de aristas": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "Creaci\u00f3n de una tabla para datos y almacenamiento de los datos": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "Creaci\u00f3n de una topolog\u00eda de ruteo": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "Creaci\u00f3n de v\u00e9rtices temporales": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "Crear la tabla de v\u00e9rtices": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "Crear una Base de Datos de Ruteo": [[25, "create-a-routing-database"]], "Crear una tabla": [[25, "create-a-table"]], "Crear una tabla que identifica los v\u00e9rtices transformados": [[86, "creating-table-that-identifies-transformed-vertices"]], "Create the mapping table": [[86, "create-the-mapping-table"]], "Cuando el lado de conducci\u00f3n no importa": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "Cuando se conoce la geometr\u00eda de l\u00ednea": [[73, "when-line-geometry-is-known"]], "Cuando se conoce la geometr\u00eda de v\u00e9rtices": [[73, "when-vertex-geometry-is-known"]], "Cuando se conocen identificadores de v\u00e9rtices": [[73, "when-identifiers-of-vertices-are-known"]], "C\u00f3mo contribuir": [[25, "how-to-contribute"]], "DFS - Categor\u00eda": [[1, null]], "Datos": [[7, "data"]], "Datos Muestra": [[123, null]], "Datos de Recogida y Entrega": [[123, "pick-deliver-data"]], "Datos de restricciones": [[23, "restrictions-data"], [123, "restrictions-data"]], "Datos de topolog\u00eda": [[123, "topology-data"]], "Datos de v\u00e9rtices": [[123, "vertices-data"]], "Datos incompletos conectados": [[29, "connected-incomplete-data"]], "Definici\u00f3n de grafo": [[25, "graph-definition"]], "Definici\u00f3n del Problema": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "Dependencias": [[26, "dependencies"]], "Descripci\u00f3n": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "Dijkstra - Familia de funciones": [[16, null]], "Directed graph with cost": [[123, "directed-graph-with-cost"]], "Distancia Manejando - Categor\u00eda": [[17, null]], "Documentaci\u00f3n Avanzada": [[19, "advanced-documentation"], [131, "advanced-documentation"]], "Documentaci\u00f3n avanzada": [[6, "advanced-documentation"], [16, "advanced-documentation"], [130, "advanced-documentation"]], "Edges": [[123, "edges"]], "Edges data": [[123, "edges-data"]], "Ejecuci\u00f3n de prueba": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "Ejecuci\u00f3n en seco de muchos puntos": [[74, "many-points-dry-run-execution"]], "Ejecuci\u00f3n en seco de un punto": [[74, "one-point-dry-run-execution"]], "Ejemplo": [[94, "example"]], "Ejemplo Adicional": [[48, "additional-example"]], "Ejemplo Adicional:": [[101, "additional-example"], [111, "additional-example"]], "Ejemplo de Wiki": [[25, "wiki-example"]], "Ejemplos": [[92, "examples"]], "Ejemplos Adicionales": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "Ejemplos de muchos puntos": [[74, "many-points-examples"]], "Ejemplos de un punto": [[74, "one-point-examples"]], "El ciclo": [[13, "the-cycle"]], "El grafo contra\u00eddo": [[13, "the-contracted-graph"]], "Elementos de esta versi\u00f3n v3.7.x (por orden alfab\u00e9tico)": [[27, "individuals-in-this-release-v3-7-x-in-alphabetical-order"]], "Eliminar las aristas sobrantes": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "En cuentre el camino m\u00e1s corto": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "En una red de conducci\u00f3n del lado derecho": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "En una red de conducci\u00f3n del lado izquierdo": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "Encontrar como m\u00e1ximo dos rutas a un punto dado": [[74, "find-at-most-two-routes-to-a-given-point"]], "Equivalencias entre firmas": [[62, "equvalences-between-signatures"]], "Estado de \u00abpasa enfrente\u00bb o \u00abvisita\u00bb los nodos.": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "Estructura de la funci\u00f3n": [[25, "function-s-structure"]], "Estructura de nuevas restricciones": [[23, "new-restrictions-structure"]], "Estructura de restricciones vieja": [[23, "old-restrictions-structure"]], "Factor": [[6, "factor"]], "Familias de Funciones": [[20, "routingfunctions"], [122, null]], "Fila de Resumen": [[5, "summary-row"]], "Filling the mapping table": [[86, "filling-the-mapping-table"]], "Firma": [[93, "signature"], [94, "signature"], [110, "signature"]], "Firmas": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "Flow - Familia de funciones": [[19, null]], "Flujo": [[25, "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"], [122, "functions-by-categories"]], "Funciones propuestas": [[119, null]], "General": [[20, "general"], [25, "general"]], "General con (X,Y)": [[25, "general-with-x-y"]], "General sin id": [[25, "general-without-id"]], "Grado a partir de una tabla existente": [[60, "degree-from-an-existing-table"]], "Grado de un subgrafo": [[60, "degree-of-a-sub-graph"]], "Grafo con cost": [[25, "graph-with-cost"]], "Grafo con cost y reverse_cost": [[25, "graph-with-cost-and-reverse-cost"]], "Grafo contra\u00eddo": [[13, "contracted-graph"]], "Grafo dirigido con cost y reverse_cost": [[123, "directed-graph-with-cost-and-reverse-cost"]], "Grafo lineal de un grafo dirigido representado con aristas compartidas": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Grafo no dirigido con cost y reverse_cost": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "Grafos": [[25, "graphs"]], "Grafos con geometr\u00edas": [[25, "graphs-with-geometries"]], "Grafos desconectados": [[25, "disconnected-graphs"]], "Grafos sin geometr\u00edas": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "Gr\u00e1fico lineal de un grafo dirigido representado con aristas \u00fanicas": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Guardar la informaci\u00f3n de conexi\u00f3n de las aristas": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "Guardar la informaci\u00f3n de conexi\u00f3n de los v\u00e9rtices": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "save-the-vertices-connection-information"]], "Gu\u00eda de migraci\u00f3n": [[23, null]], "Habilitaci\u00f3n y actualizaci\u00f3n en la base de datos": [[26, "enabling-and-upgrading-in-the-database"]], "Heur\u00edstica": [[6, "heuristic"]], "Idenifying the restriction": [[86, "idenifying-the-restriction"]], "Im\u00e1genes": [[92, "images"], [123, "images"]], "Informaci\u00f3n General de las Funciones de Flujo": [[19, "flow-functions-general-information"]], "Informaci\u00f3n de vertices": [[25, "vertex-information"], [73, "vertex-information"]], "Informaci\u00f3n general": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "Inicio en el v\u00e9rtice 1": [[29, "start-from-vertex-1"]], "Inspeccionar la tabla de v\u00e9rtices": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "Inspecci\u00f3n de la topolog\u00eda de ruteo": [[56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "Instalaci\u00f3n": [[26, null]], "Introducci\u00f3n": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "Introduzca los datos": [[25, "insert-the-data"], [73, "insert-the-data"]], "Kruskal - Familia de funciones": [[21, null]], "Kruskal v\u00e9rtice \u00fanico": [[23, "kruskal-single-vertex"]], "Kruskal v\u00e9rtices m\u00faltiples": [[23, "kruskal-multiple-vertices"]], "LLenado de puntos de inter\u00e9s": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "La consulta principal": [[67, "the-main-query"], [106, "the-main-query"]], "La definici\u00f3n de problema (Documentaci\u00f3n avanzada)": [[16, "the-problem-definition-advanced-documentation"]], "La topolog\u00eda": [[123, "the-topology"]], "Lado de manejo": [[130, "driving-side"], [131, "driving-side"]], "Lado de manejo derecho": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "Lado de manejo izquierdo": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "Lado de manejo no importa": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "Las \u00f3rdenes": [[94, "the-orders"], [123, "the-orders"]], "Licencias": [[27, "licensing"]], "Limpieza de las columnas de la topolog\u00eda de ruteo que se crear\u00e1": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "Lineal": [[13, "linear"]], "Listas de correo y GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "Los veh\u00edculos": [[94, "the-vehicles"], [123, "the-vehicles"]], "Main graph": [[123, "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"]], "Mayors": [[121, "mayors"]], "Migraciones de pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "Migraci\u00f3n": [[23, "migration"]], "Migraci\u00f3n de funciones": [[23, "migration-of-functions"]], "Migraci\u00f3n de las restricciones de giro": [[23, "migration-of-turn-restrictions"]], "Migraci\u00f3n de pgr_KSP": [[23, "migration-of-pgr-ksp"]], "Migraci\u00f3n de pgr_aStar": [[23, "migration-of-pgr-astar"]], "Migraci\u00f3n de pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "Migraci\u00f3n de pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "Migraci\u00f3n de pgr_drivingDistance": [[23, "migration-of-pgr-drivingdistance"]], "Migraci\u00f3n de pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migraci\u00f3n de pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "Migraci\u00f3n de pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Migraci\u00f3n de pgr_trsp (Aristas)": [[23, "migration-of-pgr-trsp-edges"]], "Migraci\u00f3n de pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "Migraci\u00f3n de pgr_trsp` (V\u00e9rtices)": [[23, "migration-of-pgr-trsp-vertices"]], "Migraci\u00f3n de pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "Migraci\u00f3n de pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "Migraci\u00f3n de restricciones": [[23, "migration-of-restrictions"]], "Migrando funciones": [[23, "migrating-functions"]], "Migrando pgr_trsp (Aristas) usando pgr_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "Migrando pgr_trsp (V\u00e9rtices) usando pgr_trsp": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "Migrando pgr_trspViaEdges usando pgr_trspVia_withPoints": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "Migrando pgr_trspViaEdges usando pgr_withPointsVia": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "Migrando pgr_trspViaVertices usando pgr_dijkstraVia": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "Migrando pgr_trspViaVertices usando pgr_trspVia": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "Migrando``pgr_trsp`` (Aristas) utilizando pgr_trsp_withPoints": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "Migrar pgr_trsp (V\u00e9rtices) usando pgr_dijkstra": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "Minors 2.x": [[121, "minors-2-x"]], "Minors 3.x": [[121, "minors-3-x"]], "Muchos a Muchos": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "Muchos a Uno": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "Muchos puntos": [[74, "many-points"]], "M\u00e1s Informaci\u00f3n": [[27, "more-information"]], "M\u00e9tricas - Familia de funciones": [[22, null]], "M\u00faltiples V\u00e9rtices": [[68, "multiple-vertices"]], "M\u00faltiples v\u00e9rtices": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "No importa el lado de manejo": [[113, "does-not-matter-driving-side-driving-topology"]], "No selectivo para rutas m\u00faltiples": [[25, "non-selective-for-multiple-paths"]], "Nodos visitados en la ruta.": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "Notas de la Versi\u00f3n 3.0.6 de pgRouting": [[121, "pgrouting-3-0-6-release-notes"]], "Notas de la Versi\u00f3n 3.1.4 de pgRouting": [[121, "pgrouting-3-1-4-release-notes"]], "Notas de la Versi\u00f3n 3.2.1 de pgRouting": [[121, "pgrouting-3-2-1-release-notes"]], "Notas de la Versi\u00f3n 3.2.2 de pgRouting": [[121, "pgrouting-3-2-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.2": [[121, "pgrouting-3-0-2-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.0.4": [[121, "pgrouting-3-0-4-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.0": [[121, "pgrouting-3-1-0-release-notes"]], "Notas de la Versi\u00f3n pgRouting 3.1.2": [[121, "pgrouting-3-1-2-release-notes"]], "Notas de la versi\u00f3n 3.0.1 de pgRouting": [[121, "pgrouting-3-0-1-release-notes"]], "Notas de la versi\u00f3n 3.3.0 de pgRouting": [[121, "pgrouting-3-3-0-release-notes"]], "Notas de la versi\u00f3n 3.3.1 de pgRouting": [[121, "pgrouting-3-3-1-release-notes"]], "Notas de la versi\u00f3n 3.3.2 de pgRouting": [[121, "pgrouting-3-3-2-release-notes"]], "Notas de la versi\u00f3n 3.3.3 de pgRouting": [[121, "pgrouting-3-3-3-release-notes"]], "Notas de la versi\u00f3n 3.3.4 de pgRouting": [[121, "pgrouting-3-3-4-release-notes"]], "Notas de la versi\u00f3n 3.3.5 de pgRouting": [[121, "pgrouting-3-3-5-release-notes"]], "Notas de la versi\u00f3n 3.4.0 de pgRouting": [[121, "pgrouting-3-4-0-release-notes"]], "Notas de la versi\u00f3n 3.4.1 de pgRouting": [[121, "pgrouting-3-4-1-release-notes"]], "Notas de la versi\u00f3n 3.4.2 de pgRouting": [[121, "pgrouting-3-4-2-release-notes"]], "Notas de la versi\u00f3n 3.5.0 de pgRouting": [[121, "pgrouting-3-5-0-release-notes"]], "Notas de la versi\u00f3n 3.5.1 de pgRouting": [[121, "pgrouting-3-5-1-release-notes"]], "Notas de la versi\u00f3n 3.6.0 de pgRouting": [[121, "pgrouting-3-6-0-release-notes"]], "Notas de la versi\u00f3n 3.6.1 de pgRouting": [[121, "pgrouting-3-6-1-release-notes"]], "Notas de la versi\u00f3n de PgRouting 2.5.5": [[121, "pgrouting-2-5-5-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.0": [[121, "pgrouting-2-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.0.1": [[121, "pgrouting-2-0-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.1.0": [[121, "pgrouting-2-1-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.0": [[121, "pgrouting-2-2-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.1": [[121, "pgrouting-2-2-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.2": [[121, "pgrouting-2-2-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.3": [[121, "pgrouting-2-2-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.2.4": [[121, "pgrouting-2-2-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.0": [[121, "pgrouting-2-3-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.1": [[121, "pgrouting-2-3-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.3.2": [[121, "pgrouting-2-3-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.0": [[121, "pgrouting-2-4-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.1": [[121, "pgrouting-2-4-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.4.2": [[121, "pgrouting-2-4-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.0": [[121, "pgrouting-2-5-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.1": [[121, "pgrouting-2-5-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.2": [[121, "pgrouting-2-5-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.3": [[121, "pgrouting-2-5-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.5.4": [[121, "pgrouting-2-5-4-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.0": [[121, "pgrouting-2-6-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 2.6.1": [[121, "pgrouting-2-6-1-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.0": [[121, "pgrouting-3-0-0-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.0.3": [[121, "pgrouting-3-0-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.6.2": [[121, "pgrouting-3-6-2-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.6.3": [[121, "pgrouting-3-6-3-release-notes"]], "Notas de la versi\u00f3n de pgRouting 3.7.0": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "Notas de versi\u00f3n": [[20, "release-notes"], [121, null]], "Notas del Lanzamiento de pgRouting 3.2.0": [[121, "pgrouting-3-2-0-release-notes"]], "Obtener el v\u00e9rtice m\u00e1s cercano": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "Obtener las fuentes": [[26, "get-the-sources"]], "Obtener una geometr\u00eda del recorrido": [[30, "getting-a-geometry-of-the-tour"]], "Operaci\u00f3n: Contracci\u00f3n Lineal": [[13, "operation-linear-contraction"]], "Operaci\u00f3n: Contracci\u00f3n sin salida": [[13, "operation-dead-end-contraction"]], "Ordenamiento - Familia de funciones": [[24, null]], "Origen": [[4, "origin"]], "Para grafos dirigidos con columna``cost``": [[62, "for-directed-graphs-only-with-cost-column"]], "Para grafos dirigidos con columnas cost and reverse_cost": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "Para grafos no dirigidos con columna``cost``": [[62, "for-undirected-graphs-only-with-cost-column"]], "Para grafos no dirigidos con columnas cost y reverse_cost": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "Para las funciones de Ruteo": [[25, "for-the-routing-functions"]], "Para las funciones de TRSP": [[25, "for-the-trsp-functions"]], "Par\u00e1metros": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "Par\u00e1metros de Manipulaci\u00f3n": [[5, "handling-parameters"]], "Par\u00e1metros opcionales": [[7, "optional-parameters"], [15, "optional-parameters"], [16, "optional-parameters"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "Par\u00e1metros opcionales V\u00eda": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "Par\u00e1metros opcionales de Cercan\u00eda": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "Par\u00e1metros opcionales de Contracci\u00f3n": [[55, "contraction-optional-parameters"]], "Par\u00e1metros opcionales de DFS": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "dfs-optional-parameters"]], "Par\u00e1metros opcionales de Dijkstra": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "Par\u00e1metros opcionales de KSP": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Par\u00e1metros opcionales de Recoger-Entregar": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "Par\u00e1metros opcionales de TSP": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Par\u00e1metros opcionales de aStar": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "Par\u00e1metros opcionales de distancia de manejo": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "Par\u00e1metros opcionales para Con puntos": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "Par\u00e1metros opcionales para withPointsKSP": [[116, "withpointsksp-optional-parameters"]], "Pasa enfrente o visita con lado derecho de manejo.": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "Pasa enfrente o visita con lado izquierdo de manejo.": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "Pass in front or visits.": [[108, "pass-in-front-or-visits"]], "Patrocinadores corporativos (en orden alfab\u00e9tico)": [[27, "corporate-sponsors-in-alphabetical-order"]], "Patrocinadores corporativos de este lanzamiento (en orden alfab\u00e9tico)": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "Personas (en orden alfab\u00e9tico)": [[27, "individuals-in-alphabetical-order"]], "Prepara la base de datos": [[25, "prepare-the-database"]], "Preparar el almacenamiento de la informaci\u00f3n de conexi\u00f3n": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "Prim - Familia de funciones": [[118, null]], "Prim v\u00e9rtice \u00fanico": [[23, "prim-single-vertex"]], "Prim v\u00e9rtices m\u00faltiples": [[23, "prim-multiple-vertices"]], "Prueba 29 ciudades del S\u00e1hara Occidental": [[30, "test-29-cities-of-western-sahara"]], "Pruebas": [[26, "testing"]], "Puntos de inter\u00e9s": [[74, "points-of-interest"], [123, "points-of-interest"]], "Puntos fuera del grafo": [[123, "points-outside-the-graph"]], "P\u00e1rametros opcionales de BFS": [[0, "bfs-optional-parameters"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "P\u00e1rametros para las funciones Via": [[25, "parameters-for-the-via-functions"]], "Recogida y Entrega": [[5, "pick-delivery"], [5, "pick-deliver"]], "Referencia": [[120, null]], "Removing self loops on leaf nodes": [[86, "removing-self-loops-on-leaf-nodes"]], "Rendimiento": [[7, "performance"]], "Reporte de Problemas": [[125, "reporting-problems"]], "Representaci\u00f3n como dirigida con identificadores de arista compartidos": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representaci\u00f3n dirigida con identificadores de arista \u00fanicos": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restricciones": [[3, "restrictions"], [123, "restrictions"]], "Resultados": [[7, "results"]], "Resultados de la Contracci\u00f3n": [[13, "contraction-results"]], "Resultados visuales": [[30, "visual-results"]], "Revisando componentes": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "Rutas m\u00e1s cortas K - Categor\u00eda": [[2, null]], "SQL Combinaciones": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "SQL de Veh\u00edculos": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "SQL de matriz": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "SQL de puntos": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "SQL de v\u00e9rtices": [[60, "vertex-sql"]], "SQL de \u00f3rdenes": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "SQL restricciones": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "Selectivo para m\u00faltiples rutas.": [[25, "selective-for-multiple-paths"]], "Show details on undirected graph.": [[108, "show-details-on-undirected-graph"]], "Simplifying leaf vertices": [[86, "simplifying-leaf-vertices"]], "Sin salida": [[13, "dead-end"]], "Sinopsis": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "Sobre los puntos": [[130, "about-points"], [131, "about-points"]], "Sobrecargas de funciones": [[25, "function-s-overloads"]], "Soporte": [[125, null]], "Soporte Comercial": [[125, "commercial-support"]], "Special optional parameters": [[109, "special-optional-parameters"]], "Status of \u00abpasses in front\u00bb or \u00abvisits\u00bb of the nodes and points.": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "Store edge results": [[86, "store-edge-results"]], "Sumulaci\u00f3n del functionamiento del algoritmo.": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "TRSP - Familia de funciones": [[3, null]], "Tabla de Contenido": [[4, "table-of-contents"], [20, null]], "Tablas de apoyo": [[123, "support-tables"]], "The data": [[86, "the-data"]], "The original orders": [[94, "the-original-orders"], [123, "the-original-orders"]], "The query": [[94, "the-query"]], "The transformation": [[86, "the-transformation"]], "Todas las versiones": [[20, "all-releases"]], "Todos los Pares - Familia de Funciones": [[7, null]], "Topolog\u00eda - Familia de Funciones": [[126, null]], "Topolog\u00eda de manejo del lado derecho": [[113, "right-side-driving-topology"]], "Topolog\u00eda de manejo del lado izquierdo": [[113, "left-side-driving-topology"]], "Transformaci\u00f3n - Familia de funciones": [[127, null]], "Traversal - Familia de funciones": [[128, null]], "Ubiaciones": [[5, "locations"]], "Un m\u00e1ximo de dos respuestas por punto": [[74, "at-most-two-answers-per-point"]], "Un punto": [[74, "one-point"]], "Una V\u00eda": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "Una respuesta por punto, todas las columnas": [[74, "one-answer-per-point-all-columns"]], "Una respuesta, todas las columnas": [[74, "one-answer-all-columns"]], "Una tabla de puntos de inter\u00e9s": [[74, "a-point-of-interest-table"]], "Undirected graph with cost": [[123, "undirected-graph-with-cost"]], "Uno a Muchos": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "Uno a Uno": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "one-to-one"]], "Usando el grafo contra\u00eddo": [[13, "using-the-contracted-graph"]], "Usar con pgr_TSP.": [[114, "use-with-pgr-tsp"]], "Usar pgr_findCloseEdges en el SQL de puntos.": [[112, "use-pgr-findcloseedges-in-the-points-sql"], [113, "use-pgr-findcloseedges-in-the-points-sql"], [114, "use-pgr-findcloseedges-in-the-points-sql"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "Use pgr_findCloseEdges for points on the fly": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "Use pgr_findCloseEdges in the Points SQL": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "Using the routing graph": [[86, "using-the-routing-graph"]], "Using the vertex map give the leaf verices their original value.": [[86, "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:": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "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:": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "Uso de puntos de inter\u00e9s para generar una matriz asim\u00e9trica.": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "Valor de Devoluci\u00f3n": [[34, "return-value"]], "Variables configurables": [[26, "configurable-variables"]], "Variaciones de uso": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "Varias rutas": [[25, "multiple-paths"]], "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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "Versi\u00f3n corta": [[26, "short-version"]], "Vertices": [[123, "vertices"]], "Via- Categoria": [[129, 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": [[68, "single-vertex"]], "V\u00e9rtice \u00fanico": [[50, "single-vertex"], [61, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "V\u00e9rtices que pertenecen al grafo contra\u00eddo.": [[13, "vertices-that-belong-to-the-contracted-graph"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.2 Notas de la versi\u00f3n": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 Notas de la Versi\u00f3n": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.5 Notas de la Versi\u00f3n": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.1 Notas de la Versi\u00f3n": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.3 Notas de la Versi\u00f3n": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgr_KSP": [[28, null]], "pgr_KSP (Uno a Uno)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - Experimental": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - Experimental": [[47, null]], "pgr_bipartite - Experimental": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - Experimental": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - Experimental": [[52, null]], "pgr_chinesePostmanCost - Experimental": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering - Experimental": [[58, null]], "pgr_dagShortestPath - Experimental": [[59, null]], "pgr_degree \u2013 Propuesto": [[60, null]], "pgr_depthFirstSearch - Propusto": [[61, null]], "pgr_dijkstra": [[62, null]], "pgr_dijkstraCost": [[63, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraNear - Propuesto": [[65, null]], "pgr_dijkstraNearCost - Propuesto": [[66, null]], "pgr_dijkstraVia - Propuesto": [[67, null]], "pgr_drivingDistance": [[68, null]], "pgr_drivingDistance (M\u00faltiples v\u00e9rtices)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_drivingDistance (V\u00e9rtice \u00fanico)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_edgeColoring - Experimental": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - Experimental": [[72, null]], "pgr_extractVertices \u2013 Propuesto": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - Experimental": [[77, null]], "pgr_isPlanar - Experimental": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -Experimental": [[84, null]], "pgr_lineGraph - Propuesto": [[85, null]], "pgr_lineGraphFull - Experimental": [[86, null]], "pgr_makeConnected - Experimental": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - Experimental": [[90, null]], "pgr_maxFlowMinCost_Cost - Experimental": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - Experimental": [[93, null]], "pgr_pickDeliverEuclidean - Experimental": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - Propuesto": [[100, null]], "pgr_stoerWagner - Experimental": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - Experimental": [[103, null]], "pgr_transitiveClosure - Experimental": [[104, null]], "pgr_trsp - Proposed": [[105, null]], "pgr_trspVia - Proposed": [[106, null]], "pgr_trspVia_withPoints - Proposed": [[107, null]], "pgr_trsp_withPoints - Proposed": [[108, null]], "pgr_turnRestrictedPath - Experimental": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot - Experimental": [[111, null]], "pgr_withPoints - Propuesto": [[112, null]], "pgr_withPointsCost - Propuesto": [[113, null]], "pgr_withPointsCostMatrix - propuesto": [[114, null]], "pgr_withPointsDD (M\u00faltiples v\u00e9rtices)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD (v\u00e9rtice \u00fanico)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD - Propuesto": [[115, null]], "pgr_withPointsKSP (Uno a Uno)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP - Propuesto": [[116, null]], "pgr_withPointsVia - Proposed": [[117, null]], "withPoints - Familia de funciones": [[131, null]], "withPoints- Categor\u00eda": [[130, null]], "\u00c1rbol de expansi\u00f3n - Categor\u00eda": [[124, 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", "metrics-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_betweennessCentrality", "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": 64, "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"0": [0, 4, 5, 6, 7, 8, 9, 13, 15, 16, 17, 19, 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, 123, 129, 130, 131], "00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bfs": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0x": 26, "1": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 20, 21, 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, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 123, 129, 130, 131], "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "100s": 5, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [4, 7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1km": 5, "1s": 5, "2": [4, 5, 6, 7, 20, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "202": 121, "203": [85, 94, 121, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithms": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 121, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "22rel": 121, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theory": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "3": [3, 5, 6, 7, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3a": 121, "3th": [108, 112], "4": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4th": [108, 112], "5": [3, 5, 6, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5th": [108, 112], "6": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6min": 5, "6th": [108, 112], "7": [3, 5, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "8": [3, 7, 13, 23, 25, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "9": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 34, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 90, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123], "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 121, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "9c": 121, "A": [15, 20, 23, 25, 26, 31, 32, 33, 38, 39, 40, 46, 50, 61, 65, 66, 69, 74, 77, 86, 87, 101, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 122, 123, 129, 130, 131], "Al": [4, 30, 45], "Antes": [23, 92], "Con": [0, 17, 25, 29, 30, 50, 54, 61, 68, 74, 81, 82, 83, 96, 97, 98, 121], "DE": [29, 30, 60, 73], "De": [13, 31, 32, 38, 39, 41, 42, 44, 47, 49, 62, 63, 70, 71, 72, 74, 89, 90, 91, 99, 118], "Del": [25, 41, 42, 44, 47, 49, 54, 59, 62, 63, 70, 71, 72, 74, 89, 90, 91, 99, 105, 109, 112, 113], "E": [6, 7, 8, 9, 10, 16, 19, 21, 25, 31, 32, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 59, 61, 62, 63, 65, 66, 69, 71, 72, 77, 79, 80, 81, 82, 83, 84, 85, 87, 88, 90, 91, 95, 96, 97, 98, 101, 102, 103, 104, 108, 112, 113, 118, 127], "EN": 121, "EST\u00c1": 121, "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, 30, 31, 32, 34, 35, 36, 38, 39, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 121, 124, 125, 127, 128, 129, 130, 131], "En": [1, 3, 4, 5, 13, 15, 16, 19, 23, 27, 29, 30, 34, 35, 44, 49, 54, 55, 56, 57, 58, 59, 65, 66, 71, 74, 77, 85, 86, 90, 91, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 125, 129], "Es": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 36, 43, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "Esa": [25, 60, 73], "Esas": [74, 123], "Eso": [25, 60], "Esos": 25, "Esta": [7, 8, 9, 13, 15, 16, 23, 25, 36, 37, 44, 45, 51, 54, 59, 60, 62, 63, 64, 73, 74, 78, 86, 92, 101, 114, 127, 130], "Estados": 125, "Estar": 113, "Estas": [3, 5, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 119, 126, 127, 128], "Este": [4, 20, 25, 29, 30, 47, 54, 74, 77, 78, 80, 95], "Esto": [3, 23, 69, 72, 86, 92, 118, 125], "Estos": 118, "Est\u00e1": [74, 123], "Hay": [3, 4, 5, 10, 11, 12, 13, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 69, 72, 73, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128, 130], "La": [3, 4, 5, 7, 8, 10, 11, 12, 13, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 39, 41, 42, 44, 45, 47, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 65, 66, 69, 70, 71, 72, 73, 74, 77, 78, 82, 84, 86, 87, 89, 90, 91, 92, 93, 94, 97, 99, 100, 101, 103, 104, 109, 111, 121, 127, 128, 129, 130, 131], "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, 27, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 69, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "Lo": [25, 27], "Los": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 23, 25, 29, 30, 31, 32, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 70, 71, 72, 73, 74, 77, 81, 82, 83, 84, 85, 86, 88, 89, 90, 91, 92, 93, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 121, 130, 131], "NO": 121, "No": [1, 2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 82, 84, 85, 86, 87, 89, 90, 91, 93, 94, 97, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "O": [6, 7, 8, 9, 10, 16, 21, 25, 26, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118], "Otros": [25, 121], "Por": [13, 25, 36, 57, 72, 73, 74, 87, 90, 111, 125], "Que": 92, "Qu\u00e9": 25, "Se": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 15, 16, 17, 19, 21, 23, 25, 26, 29, 30, 31, 32, 36, 38, 39, 41, 42, 43, 44, 47, 49, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 80, 81, 82, 83, 85, 90, 91, 93, 94, 99, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "Sea": [5, 7, 14, 15, 32, 39, 42, 43, 63, 64, 75, 79, 114], "Sean": [6, 8, 31, 32, 33, 38, 39, 40], "Sin": [47, 55, 69, 72, 118], "Son": [5, 25, 93, 94], "Su": [0, 1, 21, 80, 81, 82, 83, 95, 96, 97, 98, 101, 118, 124], "Un": [10, 13, 23, 25, 27, 34, 35, 36, 47, 48, 51, 52, 53, 54, 56, 57, 61, 78, 88, 92, 93, 94, 101, 102, 123], "Una": [3, 4, 5, 19, 25, 26, 34, 35, 36, 56, 57, 73, 86, 88, 93, 94, 121], "Uno": [7, 121], "Y": [4, 23, 27, 29, 30, 31, 32, 33, 38, 39, 40, 54, 74, 121], "Ya": 121, "_": [113, 121], "__": [23, 25, 27, 61, 84], "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_caj": 5, "_capacity": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_de": 67, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [106, 107, 117], "_pes": 5, "_pgr_array_rev": 23, "_pgr_makedistancematrix": 121, "_radius": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_tim": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vids": [16, 44, 47, 59, 62, 63, 108, 112, 113], "a_weight": 5, "aasheesh": 27, "abaj": [15, 16, 17, 25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 60, 62, 63, 65, 66, 68, 70, 71, 72, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 108, 112, 113, 114, 115, 130, 131], "abandon": 121, "abhinav": 27, "abiert": [25, 93], "about": [107, 117, 123], "abre": [5, 93, 94], "abs": [6, 31, 32, 33, 38, 39, 40, 108, 112], "academic": 13, "acantil": [25, 60], "acced": 25, "accept": 123, "acces": [54, 61, 102, 121], "aceler": [13, 25, 56, 57, 60], "acept": [23, 35, 57, 121], "acer": [25, 60], "acerc": 112, "achiv": [130, 131], "acicl": [59, 69, 103], "ackermann": 88, "ackermann_function": 88, "activ": 26, "actu": 85, "actual": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 29, 30, 44, 47, 48, 50, 52, 53, 55, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "actualiz": [20, 56, 121], "acumul": 36, "acumulat": 121, "add": [13, 25, 36, 54, 74, 92, 121, 130, 131], "added": [130, 131], "adding": 123, "additional": [86, 123, 126, 130, 131], "adecu": [35, 56, 57, 77], "adel": [0, 5, 7, 9, 10, 25, 29, 30, 37, 45, 46, 48, 50, 51, 52, 53, 54, 55, 58, 61, 69, 74, 75, 77, 78, 79, 80, 85, 86, 87, 88, 93, 94, 95, 100, 101, 102, 103, 104], "adeland": 8, "adem": 129, "ademas": [19, 44, 92], "adentr": [21, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118], "adicion": 121, "adicional": [23, 25, 26, 121, 128, 130], "adity": 27, "adjacent": [48, 69], "administr": [3, 20, 122, 126], "administrativ": 86, "admit": [13, 78], "adri": 27, "adujst": 121, "advertent": [59, 103, 121], "adyacent": [13, 58, 61, 85, 86], "afect": [13, 23, 45, 56, 57, 130, 131], "affects": [130, 131], "afirm": 121, "afreg": [5, 7, 15, 25, 32, 33, 39, 40, 42, 43, 63, 64, 66, 75, 79, 113, 114], "afs": 13, "after": 123, "afuer": 130, "agarwal": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggregation": [106, 107], "agreg": [0, 6, 9, 13, 14, 15, 16, 17, 19, 20, 21, 23, 25, 27, 28, 29, 31, 38, 41, 42, 43, 44, 47, 50, 52, 55, 59, 61, 62, 63, 64, 65, 66, 68, 70, 72, 77, 81, 82, 83, 87, 90, 92, 96, 97, 98, 105, 108, 109, 112, 113, 114, 115, 116, 118, 121, 122, 123, 129, 130, 131], "aguil": [25, 60], "agujer": 121, "ahi": 3, "ahor": [4, 13, 23, 25, 27, 54, 74, 86, 92, 121], "aisl": 92, "ajust": [35, 56, 68, 73, 74, 121], "akhil": 27, "aki": 27, "alcanz": [0, 17, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 104, 115], "aleatori": [0, 6, 8, 31, 32, 38, 39, 50, 61, 72], "alemani": 125, "alfa": [34, 121], "algebr": 58, "algo2": 13, "algorithm": [105, 106, 107, 109, 117, 131], "algorithms": 47, "algoritm": [0, 1, 2, 4, 6, 7, 8, 9, 11, 13, 16, 17, 18, 19, 20, 21, 22, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 55, 57, 58, 59, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 108, 112, 113, 114, 115, 116, 118, 119, 121, 122, 124, 127, 130], "algortitm": 121, "algun": [3, 13, 25, 26, 27, 29, 36, 44, 55, 69, 74, 121, 123, 130, 131], "align": 25, "alik": [20, 27], "all": [26, 86, 88, 94, 106, 107, 117, 121, 123, 130, 131], "all_segments": [25, 73], "all_vertic": 60, "almacen": [7, 14, 15, 32, 35, 36, 39, 42, 43, 63, 64, 75, 79, 113, 114, 123], "aloj": [27, 125], "alpha": [7, 17, 20, 34, 68, 88, 122], "alquitran": 26, "alrededor": 4, "alta": [25, 45], "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altern": [13, 56, 109, 121], "alto": 77, "always": 123, "am": 5, "amarill": [85, 86], "ambas": [5, 25, 65], "ambici": [21, 118], "ambigued": 121, "ambos": [15, 25, 54, 66, 74, 92, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "amd": 7, "ampli": [13, 27, 36, 123], "amplitud": [50, 96], "an": [86, 94, 104, 105, 107, 123, 126], "analic": 92, "analisis": [6, 20, 27, 35, 36, 92, 121], "analiz": [20, 25, 35, 36, 57, 73, 92, 122, 126], "analysis": [35, 36, 92], "analyz": [109, 126], "analyzing": [35, 36, 92], "ancho": 58, "anchur": [0, 18, 81, 96, 128], "and": [13, 23, 25, 26, 35, 36, 57, 65, 66, 67, 73, 85, 86, 93, 94, 106, 109, 119, 121, 123, 126, 129, 130, 131], "andre": 27, "anill": 34, "annaeling": [33, 40, 43, 64, 114], "anot": 125, "anoth": 131, "anteman": 60, "anterior": [5, 9, 13, 23, 25, 26, 56, 62, 84, 93, 94, 121, 125], "anterir": 26, "anthony": 27, "antigu": [23, 25, 28, 29, 31, 34, 38, 41, 73, 75, 79, 110, 121, 125], "anton": 27, "anud": 92, "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, 130, 131], "anyarray": [23, 105, 115, 121], "aparec": [13, 68, 73, 103, 115], "aparezc": 125, "apertur": [5, 93, 94], "api": 7, "apil": 5, "aplic": [8, 13, 19, 20, 25, 60, 73, 74, 78, 86, 100, 118, 121, 122, 123, 130], "apoy": [27, 125], "application": [123, 126], "appropiat": [94, 123], "approx": 5, "apropi": [25, 35, 36, 56, 57], "aprovech": 45, "aproxim": [28, 29, 30, 109, 116], "apt": 26, "apya": [20, 121], "aqu": 77, "aquell": 92, "arbitrar": [68, 115], "arbitrari": [30, 118, 130], "arbnol": 84, "arbol": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 84, 95, 96, 97, 98, 115, 118, 121, 122], "archiv": [25, 26, 27, 41, 42, 121], "arcos": 77, "are": [5, 25, 34, 36, 85, 86, 94, 107, 115, 117, 121, 123, 130, 131], "argument": [34, 35, 56, 57], "arist": [1, 9, 11, 12, 18, 20, 21, 29, 35, 36, 92, 118, 119, 121, 122, 123, 124, 126], "arit": 50, "armon": [15, 43, 64, 114], "array": [0, 3, 13, 15, 16, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arregl": [0, 3, 15, 16, 17, 23, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 117, 121, 129, 130, 131], "arrib": 13, "arrival": [5, 93, 94, 130, 131], "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, 130, 131], "arroj": [0, 3, 25, 50, 61, 81, 83, 96, 98, 105, 106, 107, 108, 109, 129], "arsit": [25, 67, 85, 106, 107, 112, 117, 129], "arsta": [17, 82, 97], "articul": [12, 20, 37, 122], "aryan": 27, "as": [7, 13, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 86, 89, 90, 91, 92, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "ascendent": [14, 15, 32, 37, 39, 42, 43, 44, 46, 47, 50, 51, 54, 55, 59, 61, 63, 64, 69, 72, 100, 102, 108, 112, 113, 114], "asegures": 26, "asemej": [68, 115, 123], "ashish": 27, "ashraf": 27, "asi": [36, 47, 56, 58, 101, 125], "asient": 5, "asign": [25, 31, 32, 38, 39, 41, 42, 44, 47, 49, 58, 59, 62, 63, 69, 70, 71, 72, 89, 90, 91, 99, 100], "asim": 36, "asirst": 25, "asoci": [25, 26, 92], "assigned_vertic": 86, "associat": 126, "astar": 121, "astar_search": [6, 8, 31, 38], "asunt": 125, "at": [94, 108, 109, 112, 123], "atras": [9, 121], "atraves": [25, 28, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 101, 105, 106, 107, 108, 109, 112, 116, 117, 129], "atravez": [25, 80, 95], "atravies": [25, 73], "atribu": 20, "atribut": [25, 73], "attribut": 126, "attribution": [20, 27], "aument": [37, 51, 121], "aun": [13, 29], "aunqu": [25, 44], "aut": [23, 69], "autoarc": 77, "autobus": [65, 66], "automat": [3, 5, 10, 11, 12, 15, 18, 19, 22, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 127, 128, 129, 130, 131], "automatic": 121, "automatiz": 121, "automovil": [65, 66], "autor": [92, 121], "auxili": [23, 73], "avail": 109, "avanc": [5, 93, 94], "avanz": 3, "avis": [60, 73], "avoiding": 121, "ay": 125, "ayud": [25, 74, 125], "azul": [13, 48, 78, 123, 130, 131], "a\u00f1ad": [23, 26, 28, 31, 34, 38, 55, 62, 116, 121, 125], "a\u00f1os": 92, "b": [13, 15, 23, 25, 36, 65, 66, 73, 74, 87, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "back": [60, 73], "baj": [7, 20, 27, 65, 66, 92, 121], "bakli": 27, "band": 58, "bander": [20, 23, 26, 36, 56, 121], "barat": 118, "bas": [2, 5, 6, 8, 9, 11, 16, 17, 18, 20, 27, 28, 35, 54, 57, 59, 60, 62, 85, 86, 92, 102, 119, 121, 122, 123, 126, 130, 131], "basic": [25, 54, 58, 74, 92, 118], "bastant": [25, 30, 36], "bbox": 7, "bdast": 121, "bddijkstr": 121, "be": [86, 94, 107, 108, 117, 123, 126, 130, 131], "becaus": [106, 107, 109, 121, 123], "becom": [130, 131], "been": [107, 121], "begin": [16, 19, 25, 111], "behnck": 27, "bellm": [44, 59, 72, 121], "belong": 104, "belongs": [108, 131], "benavent": 27, "benchmark": [94, 123], "berchet": 27, "best": 94, "betw": [104, 106, 107, 117], "bfs": [20, 47, 50, 122, 128], "bgl": 26, "bi": [48, 69], "bibliotec": [26, 27, 76, 121], "biconect": [12, 20, 37, 46, 122], "biconnect": [37, 46], "bidimensional": 78, "bidireccional": [6, 9, 20, 25, 31, 36, 38, 39, 40, 41, 42, 43, 121, 122], "bidirecional": 42, "bidirectional": [8, 20, 25, 41, 42, 43, 122], "bidirectional_search": [41, 42], "bien": [35, 47, 56, 57, 130], "bigcup": [16, 19], "bigcuptarget_i": 19, "biggs": 4, "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigserial": [74, 123], "binari": [26, 47], "bipart": [11, 48], "bipartit": [11, 18, 48], "bits": 121, "blanc": 13, "bloque": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 127, 128], "body": 13, "bogus": 121, "bol": 26, "boldsymbol": [16, 19], "bolean": 121, "bool": [7, 13, 15, 16, 23, 25, 26, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_version": 121, "bord": [10, 15, 16, 18, 19, 20, 21, 36, 44, 51, 52, 53, 54, 68, 74, 77, 80, 81, 82, 83, 86, 87, 92, 95, 99, 118, 121, 122, 126], "bordill": [25, 60], "bosqu": [0, 1, 21, 50, 61, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "both": [25, 26, 36, 116], "box": 7, "boy": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brand": [18, 22, 45], "breadth": [50, 58, 121], "breaking": 121, "bridge_": 51, "bucl": 121, "buen": [25, 65, 66, 72, 75, 79], "buff": 7, "build": [26, 107, 117, 121], "build_doxy": 26, "build_html": 26, "build_latex": 26, "build_m": 26, "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, 130, 131], "builds": [106, 107], "busc": [101, 125], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 126, 127, 128, 129, 130, 131], "but": [26, 56, 57, 106, 107, 123], "by": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "c": [3, 5, 7, 10, 11, 12, 13, 18, 19, 20, 22, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 69, 72, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "c_lc101": [94, 123], "cab": [5, 7, 121], "cabecer": [27, 121], "cabez": 85, "cach": 121, "cad": [0, 1, 4, 7, 14, 15, 18, 19, 21, 25, 26, 27, 29, 30, 32, 36, 39, 42, 43, 46, 47, 49, 50, 52, 53, 58, 60, 61, 63, 64, 69, 71, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 114, 118, 121, 124, 127, 129, 130, 131], "caden": 121, "cae": 121, "caid": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "caj": 5, "calcul": [4, 5, 8, 9, 13, 16, 17, 18, 19, 20, 22, 25, 29, 33, 40, 43, 44, 45, 49, 51, 52, 53, 60, 64, 68, 70, 71, 72, 73, 74, 75, 78, 79, 82, 84, 87, 88, 89, 90, 91, 97, 99, 113, 114, 116, 122], "calculat": 123, "calid": 25, "call": [3, 25, 36, 86, 92], "callejon": [13, 55, 92], "calul": [28, 109, 116], "camb": [23, 41, 46, 54, 102, 121], "cambi": [1, 2, 3, 5, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 37, 38, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "camin": [3, 6, 8, 9, 15, 16, 20, 23, 28, 31, 32, 38, 39, 41, 42, 43, 44, 45, 47, 59, 60, 62, 63, 64, 65, 66, 67, 70, 72, 77, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 129, 130, 131], "camion": [5, 93, 94, 121], "camp": [25, 57, 92], "camptocamp": 27, "can": [86, 107, 108, 117, 123, 130, 131], "cancel": 121, "cantid": [5, 7, 28, 69, 77, 90, 91, 109, 116], "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capac": [19, 25, 49, 71, 73, 90, 91, 93, 94, 99], "capacit": [5, 94], "capacity": [5, 19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacity_i": 19, "capaz": [77, 123], "capran": 125, "captacion": [16, 20, 82, 97, 122], "caracter": 47, "caracterist": [6, 7, 8, 10, 16, 19, 21, 27, 31, 32, 33, 34, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 112, 113, 114, 118, 124, 130], "cardinal": [19, 20, 88, 122], "carec": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "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, 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, 130, 131], "cargador": 25, "carreter": [13, 25, 36, 73], "carril": 36, "cas": [3, 4, 5, 7, 9, 10, 11, 12, 14, 15, 16, 18, 19, 22, 23, 24, 25, 29, 30, 32, 36, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 58, 59, 63, 64, 67, 69, 72, 73, 74, 75, 77, 78, 79, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 106, 107, 108, 109, 111, 112, 114, 117, 123, 127, 128], "cascad": [25, 111], "case_n": 111, "cast": 121, "categor": [18, 21, 23, 25, 28, 29, 32, 33, 39, 40, 43, 50, 61, 64, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 107, 108, 109, 112, 114, 116, 118, 119, 121, 128, 129, 131], "categori": [67, 106, 107, 117, 119], "categoriz": 25, "category": 123, "category_": 121, "caus": [77, 125], "cayetan": 27, "cd": 26, "ce": [25, 54, 74], "celd": [4, 20, 122], "central": [7, 18, 22, 45], "centrality": 45, "cer": [19, 49, 71, 90, 91, 99], "cerc": [25, 35, 56, 57, 60, 92], "cercan": [15, 16, 68, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 129, 130, 131], "cerr": [5, 20, 93, 94, 121], "cgal": [34, 121], "chang": [115, 116, 121], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "characteristics": [94, 123], "chauh": 27, "chaurasi": 27, "chec": [118, 121], "checking": 35, "checkout": 26, "checks": [13, 35, 36, 56, 57, 92], "chines": [18, 52, 53, 121], "chk": [35, 36, 56, 57], "christi": 27, "ci": [20, 121], "cicl": [5, 21, 44, 48, 59, 69, 93, 94], "ciclic": 48, "cient": 85, "cierr": [5, 93, 94, 104, 121], "ciert": 5, "circuit": [52, 53, 77], "circul": [25, 73], "circumcent": 34, "circut": 77, "circuti": 77, "city": 123, "ciud": [4, 29, 30, 123, 130, 131], "ciudad": [4, 29, 123], "clang": [20, 121], "clar": 23, "clasic": 73, "clasific": [18, 121], "class": 13, "claus": 121, "clav": [35, 56, 92], "cle": [35, 36, 56, 92], "clic": 123, "client": [5, 93, 94, 130], "client_min_messag": [111, 125], "clon": 26, "clos": [94, 121, 123], "close_tim": 111, "closeness": [107, 117], "closest": [25, 54, 74], "closest_vertex": [25, 54, 74], "closur": 104, "clust": 104, "cm": 58, "cmak": [26, 121], "cmu": 13, "cnam": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "coch": [65, 66], "cod": [26, 27, 125], "codici": [11, 100, 119], "codif": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "codig": [13, 20, 26, 27, 60, 73, 74, 92, 121], "coherent": [25, 73], "coinc": [35, 56, 57, 121], "coincid": [5, 9, 23, 93], "coincident": [19, 20, 88, 92, 122], "col": 58, "colabor": 20, "coleccion": [15, 34, 121], "collation": 123, "collection": 34, "coloc": 58, "color": [13, 18, 48, 69, 100, 119], "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, 130, 131], "colore": 121, "colum": 23, "column": [3, 4, 9, 10, 16, 20, 21, 23, 36, 92, 118, 121, 123, 130, 131], "columns": [116, 121, 123], "com": [3, 4, 5, 6, 7, 9, 14, 15, 16, 17, 19, 20, 23, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 55, 56, 57, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 75, 77, 78, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 125, 129, 130, 131], "comand": 26, "combin": [7, 14, 15, 43, 64, 101, 114, 121], "combinations": [28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 121], "combinations_t": 121, "combinatorial": 4, "comentari": [26, 27], "comenz": [23, 74, 77, 123], "comercial": 20, "comienz": [0, 5, 26, 50, 52, 53, 61, 81, 82, 83, 96, 97, 98], "coming": 23, "commits": 121, "commons": [20, 27], "comodin": 121, "compar": [6, 23, 30, 31, 32, 33, 38, 39, 40, 94], "comparing": 121, "compart": 92, "compat": [25, 26], "compatibil": 121, "compa\u00f1i": 125, "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, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compilation": 121, "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, 130, 131], "complej": [72, 77], "complet": [4, 25, 29, 30, 35, 36, 55, 58, 85, 121], "complete_graph": 86, "compon": [0, 1, 21, 80, 81, 82, 83, 95, 96, 97, 98, 118, 124], "component": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 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, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "components": 102, "compos": 131, "comprend": 74, "compres": 104, "comprob": [26, 90], "comprueb": [20, 48], "compulsory": [115, 116, 121], "comput": 7, "comun": [3, 5, 10, 11, 12, 18, 19, 22, 24, 25, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128], "comunitari": 125, "conceb": [16, 62, 63, 64, 114], "concepts": 121, "condicion": [13, 35, 36, 56, 57, 121], "condition": [35, 57], "conduc": [65, 66], "conduccion": [20, 115, 119, 121], "conductor": 5, "coneccion": [65, 66], "conect": [0, 1, 4, 10, 12, 13, 18, 20, 21, 30, 37, 46, 48, 51, 52, 53, 80, 81, 82, 83, 87, 95, 96, 97, 98, 100, 101, 102, 118, 122, 124], "conexion": [4, 26, 65, 66, 86, 92, 118, 121], "confiabl": 7, "configur": [20, 65, 66, 108], "confirm": 26, "conflicting": [106, 107], "conform": [0, 1, 17, 21, 32, 39, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 124], "confusion": 130, "conjunt": [0, 5, 7, 11, 13, 15, 16, 17, 19, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "connect": [26, 104], "conoc": 75, "cons": 124, "consej": 20, "consid": [106, 107], "consider": [5, 7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 58, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 78, 79, 85, 87, 92, 93, 94, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 125, 129, 130, 131], "consig": [16, 119], "consist": 87, "consistent": [5, 25], "consists": 123, "consol": 26, "constru": [26, 56, 57, 60, 76, 84, 121], "construccion": [25, 26, 121], "consult": [3, 13, 20, 23, 35, 36, 57, 92, 93, 94, 110, 121, 123, 125], "consultor": 125, "cont": [36, 77], "contact": 125, "contain": 105, "conten": [25, 26, 35, 36, 46, 56, 57, 65, 66, 92], "contendran": [28, 109, 116], "conteng": 3, "context": [103, 125], "contien": [23, 25, 44, 46, 52, 53, 74, 87, 88, 101], "contin": [25, 114], "continen": [54, 102], "continu": [5, 15, 16, 26, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 56, 59, 60, 61, 62, 63, 64, 65, 66, 70, 71, 72, 73, 84, 89, 90, 91, 99, 101, 112, 113, 114, 115, 125, 129, 130, 131], "contr": [13, 25, 92], "contraccion": 121, "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, 130, 131], "contraction": [20, 25, 55, 60, 122, 126], "contraction_ord": 55, "contraction_results": 13, "contrae": [13, 121], "contraid": [25, 55], "contrajeron": 13, "contrari": [3, 36, 56, 59, 103], "contrase\u00f1": 26, "contrayend": 13, "contribu": [20, 27, 121, 125], "control": 45, "convenient": 121, "conversion": [5, 6, 25], "convert": [4, 15, 25, 29, 30, 94, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "conviert": [5, 86, 121], "convinenc": 123, "convinienc": 123, "convirt": 86, "cooling_factor": [29, 30], "coorden": [4, 6, 8, 20, 25, 29, 31, 32, 33, 38, 39, 40, 74, 122], "coordinat": 123, "copi": [25, 73, 92, 121], "corporation": [27, 125], "corr": 9, "corre": [20, 130, 131], "correccion": [25, 26, 55, 73, 121], "correcion": 121, "correct": [25, 35, 57, 60, 69, 73, 92, 118, 121], "correg": 121, "correspond": [4, 29, 30, 107, 108, 112, 113, 114, 115, 116, 117, 123], "correspondient": [6, 8, 17, 20, 31, 32, 33, 35, 36, 38, 39, 40, 68, 74, 82, 85, 97, 115], "corresponding": [119, 126], "corresponds": 123, "corrig": 121, "cort": [4, 6, 7, 8, 9, 13, 14, 15, 16, 20, 28, 29, 30, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 47, 52, 59, 61, 62, 63, 64, 65, 66, 67, 72, 74, 75, 79, 101, 108, 109, 112, 113, 114, 116, 119, 121, 122, 129, 131], "cos423": [41, 42], "cost": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131], "cost_": [16, 25], "cost_i": 16, "coste_invers": [6, 25], "count": [7, 35, 60, 92, 119, 126], "cours": [41, 42], "cp": 47, "cpacity": 123, "cpplint": 121, "cre": [3, 4, 5, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 24, 26, 35, 36, 44, 45, 47, 48, 49, 50, 52, 53, 57, 58, 59, 69, 71, 72, 77, 78, 81, 82, 83, 84, 85, 87, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 103, 104, 109, 111, 118, 121, 122, 125, 126, 127, 128, 130, 131], "creacion": [13, 23, 26, 121, 123], "creat": [3, 7, 13, 23, 25, 26, 30, 35, 36, 56, 57, 60, 73, 74, 85, 92, 94, 111, 121, 123, 126, 130, 131], "createdb": [7, 25, 26], "createextension": 26, "createus": 26, "creating": [35, 36, 56, 92], "creativ": [20, 27], "crecient": [58, 65, 66], "credit": 20, "cromat": 69, "cross_edg": 86, "cruc": [54, 74, 78], "crucz": [25, 73], "cs": [13, 41, 42], "csis": 27, "cuadr": [7, 75, 79, 130, 131], "cuales": 5, "cualqu": [27, 70, 125], "cualqui": [4, 9, 14, 15, 16, 25, 29, 30, 36, 41, 42, 43, 44, 47, 50, 56, 59, 62, 63, 64, 72, 101, 107, 108, 112, 113, 114, 119, 121, 125, 130, 131], "cuand": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 23, 25, 26, 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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 123, 124, 129], "cuant": [25, 73], "cuart": 25, "cuatr": [25, 130, 131], "cubr": 25, "cuch": 34, "cuent": [23, 25, 56, 60, 92, 125], "cuestion": 25, "cuid": 23, "cumpl": [4, 26, 29, 30], "cun": [25, 112], "cup": [16, 19, 25, 62], "current": 26, "customers": 94, "cuthill": [18, 24, 58], "cuy": [37, 47, 51, 92], "cu\u00e1les": 92, "cvrp": 5, "cvrppdtw": 5, "d": [5, 7, 13, 25, 94, 100, 112, 123], "d_clos": [5, 93, 94, 123], "d_node_": [5, 93, 94, 123], "d_op": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "d_y": [5, 94, 123], "da": [3, 23, 25, 77, 85, 86, 130], "dad": [3, 4, 5, 7, 10, 11, 12, 15, 16, 18, 19, 22, 23, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 65, 66, 67, 69, 72, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 127, 128, 129, 130, 131], "dag": [59, 103], "dan": [3, 35, 56, 57, 131], "daniel": 27, "dar": [86, 87], "dars": 56, "dat": [5, 20, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 122, 126, 130, 131], "datab": [26, 85, 123], "dav": 27, "ddoc_use_bootstrap": 26, "de_manej": 116, "dead": [13, 35, 92], "deb": [3, 5, 10, 13, 15, 19, 20, 23, 25, 26, 27, 29, 30, 35, 36, 52, 53, 54, 56, 57, 60, 73, 74, 88, 90, 91, 93, 121, 122, 126, 130], "debug": 125, "dec": [13, 25, 47, 59, 92], "decen": 85, "decent": 60, "decid": 92, "decision": 25, "declar": 90, "default": [13, 86, 94, 121, 123], "defect": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 19, 21, 23, 25, 26, 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, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "defin": [5, 16, 19, 25, 35, 36, 44, 56, 57, 77, 108, 111, 112, 113, 116], "definicion": [19, 34], "definition": 123, "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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "dej": 121, "delanter": [5, 93, 94], "delet": [25, 73, 86], "delimit": [7, 25, 75, 79], "deliveri": [94, 123], "delivery": [94, 123], "dels": [15, 43, 64, 114], "delt": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [93, 94, 123], "demas": [45, 47, 69, 72, 85, 92], "demasi": 25, "demonstrat": [130, 131], "demostr": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72], "demuestr": 26, "denis": 27, "denomin": [37, 118], "denot": 29, "dens": 75, "densid": 7, "dentr": [5, 17, 19, 20, 25, 48, 65, 66, 74, 77, 82, 97, 115, 122], "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, 130, 131], "depend": [3, 4, 5, 6, 10, 11, 12, 14, 15, 18, 19, 22, 23, 24, 25, 26, 42, 43, 44, 47, 48, 50, 52, 53, 58, 59, 63, 64, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 114, 123, 127, 128, 129, 130, 131], "dependen": 121, "dependent": [20, 25, 121], "depending": [126, 131], "deposit": [5, 18], "deprecat": [23, 88, 105, 116, 121], "deprecating": 121, "depreci": 121, "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, 130, 131], "derech": [3, 15, 25, 50, 61, 74, 92, 107, 108, 114, 115, 117, 123, 129], "des": [5, 25, 28], "desactiv": 26, "desarroll": [4, 25, 26, 27, 60, 73, 118, 121, 125], "desarticul": 70, "desc": [50, 61, 86], "descarg": [5, 26, 93, 94], "descendent": [50, 55, 61], "descompondran": 92, "desconect": [35, 46, 52, 53, 56, 80, 95, 101, 118, 124], "descontinu": 121, "describ": [3, 5, 15, 16, 17, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 49, 54, 59, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 81, 82, 83, 84, 89, 90, 91, 93, 94, 96, 97, 98, 99, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "descripcion": [0, 3, 4, 5, 7, 11, 13, 15, 16, 17, 19, 25, 93, 94, 123, 129, 130, 131], "descrit": [0, 7, 10, 25, 30, 35, 37, 45, 46, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 61, 69, 74, 75, 77, 78, 79, 80, 85, 86, 87, 88, 95, 100, 101, 102, 103, 104], "desd": [0, 5, 7, 8, 15, 16, 17, 18, 19, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 54, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 77, 79, 81, 82, 83, 85, 86, 89, 90, 91, 93, 94, 96, 97, 98, 99, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 129, 130, 131], "dese": [20, 26], "design": [85, 123], "desiguald": [4, 29, 30], "desplaz": [74, 123], "despues": [5, 13, 23, 25, 26, 56, 57, 73, 77, 92, 93, 94], "dest_": 111, "destin": [5, 9, 14, 16, 19, 20, 25, 28, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 49, 56, 57, 59, 61, 62, 63, 65, 66, 70, 71, 72, 85, 86, 89, 90, 91, 92, 93, 94, 99, 105, 108, 109, 112, 113, 114, 116, 121, 122, 126, 130, 131], "destination": 13, "desus": 121, "details": [23, 107, 112, 113, 114, 115, 116, 117, 121, 130, 131], "detall": [4, 12, 18, 19, 20, 23, 26, 76, 108, 112, 115, 116, 122], "detect": [23, 35, 77, 92, 121], "detects": [106, 107], "deten": 13, "detendr": 13, "determin": [13, 35, 46, 56, 57, 74, 101, 125, 127], "dev": [20, 26, 76, 110, 121, 125], "develop": 26, "devolv": [15, 19, 23, 34, 49, 65, 66, 71, 78, 90, 91, 99, 113, 114], "devuelt": [7, 14, 15, 19, 25, 42, 43, 48, 49, 53, 55, 61, 63, 64, 65, 66, 71, 75, 79, 81, 82, 83, 84, 90, 91, 96, 97, 98, 99, 100, 103, 104, 108, 112, 113, 114], "devuelv": [0, 6, 7, 8, 9, 14, 15, 16, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 78, 79, 80, 84, 89, 91, 93, 94, 100, 101, 103, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129], "dfrac": 7, "dfs": [11, 18, 20, 54, 102, 122, 128], "dibuj": [25, 78], "dic": 92, "dich": 25, "diferent": [4, 9, 15, 16, 23, 25, 26, 30, 41, 42, 43, 44, 46, 48, 50, 54, 57, 59, 61, 62, 63, 64, 72, 74, 93, 94, 108, 112, 113, 114, 121, 130, 131], "different": [94, 115, 123], "difier": [6, 8, 23, 29, 31, 32, 38, 39], "dig": [5, 6], "digits": 85, "dijkstr": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 119, 121, 122, 130, 131], "dimension": 5, "dindex": [94, 123], "dir": [36, 92], "direccion": [4, 8, 19, 25, 36, 49, 54, 71, 90, 99], "direccional": [20, 25, 57, 86, 92, 122, 126], "direct": [7, 13, 15, 16, 20, 23, 25, 26, 27, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 75, 77, 79, 85, 88, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 126, 131], "direction": [25, 36, 123], "directionality": 36, "directori": 26, "dirig": [0, 1, 3, 4, 6, 7, 8, 9, 10, 12, 15, 16, 18, 19, 20, 21, 23, 24, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 122, 124, 130, 131], "discontinu": 92, "discours": 125, "discrep": 121, "discusion": [4, 35, 57], "dise\u00f1": [25, 73, 121], "disjunt": [19, 20, 48, 122], "disminu": [13, 44, 55], "dispar": 121, "dispers": [45, 58, 79], "displaystyl": 16, "dispon": [6, 8, 27, 31, 32, 33, 38, 39, 40, 111, 125], "disponib": 27, "disponibil": [28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "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, 130, 131], "distanci": [4, 5, 7, 18, 20, 23, 29, 30, 44, 47, 74, 75, 79, 81, 82, 83, 93, 94, 96, 97, 98, 116, 119, 121, 122, 131], "distinct": 86, "distint": [5, 55, 77], "distribu": [5, 18, 93, 94], "divid": [36, 54, 60, 74, 86, 101], "division": [25, 73], "dn": 86, "do": [13, 107, 109, 121, 123], "dobl": [4, 25, 29, 30, 85], "doc": [6, 8, 26, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "doc_queries_generator": 26, "doc_use_bootstrap": 26, "docs": [23, 26, 121], "document": [1, 2, 3, 5, 10, 11, 12, 14, 15, 17, 18, 22, 23, 24, 25, 26, 27, 44, 47, 48, 50, 52, 53, 54, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 76, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 123, 125, 126, 127, 128, 129], "documentacion": [11, 100], "documentation": [25, 26, 105, 121, 123], "documentations": 123, "documents": 13, "does": [35, 56, 57, 60, 73, 86, 92, 105, 106, 107, 121, 130, 131], "doesn": 121, "doing": [106, 107], "domin": 84, "dominator_": 84, "don": [25, 86, 106, 107, 121, 123], "dond": [0, 3, 4, 5, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 35, 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, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 125, 129, 130, 131], "dos": [3, 7, 8, 9, 13, 19, 20, 21, 25, 28, 45, 48, 55, 65, 66, 69, 70, 73, 78, 85, 86, 87, 92, 100, 101, 108, 109, 112, 113, 114, 115, 121, 122, 125, 128, 130, 131], "dot": 7, "doubl": [23, 94, 105, 115, 121, 123], "doxy": 26, "doxyg": 26, "driving": [23, 108, 115, 116, 121], "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111], "dropdb": 26, "dropdowns": 121, "drt": [65, 66], "dry": 74, "dryrun": [60, 73, 74, 79], "dubinin": 27, "duplic": [0, 9, 14, 15, 16, 17, 19, 30, 41, 42, 43, 44, 47, 49, 50, 59, 61, 62, 63, 64, 68, 71, 72, 81, 82, 83, 86, 89, 90, 91, 96, 97, 98, 99, 108, 112, 113, 114, 115, 121], "dur": [4, 29, 30, 69], "duracion": [5, 30, 93, 94], "duralcion": [5, 93, 94], "dwith_doc": 26, "e2": [44, 71, 89, 99, 101, 121], "e_geom": [25, 54, 74], "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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_i": 16, "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpaths": 121, "edges": [13, 19, 23, 25, 28, 29, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 119, 121, 126, 130, 131], "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edit": 25, "edmonds": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "eficaz": 59, "eficient": [69, 77, 100], "egde_t": 56, "eid": [56, 60, 73, 86], "eids": 23, "ein": [35, 36, 56, 57], "ejecu": [6, 7, 8, 9, 10, 16, 21, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 78, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "ejecut": [7, 8, 13, 19, 25, 47, 49, 71, 75, 79, 90, 91, 99, 118, 121, 123], "ejempl": [3, 5, 10, 11, 12, 13, 18, 19, 20, 22, 23, 24, 26, 34, 37, 45, 46, 51, 52, 53, 58, 65, 66, 69, 75, 76, 77, 79, 80, 81, 82, 83, 87, 88, 93, 95, 96, 97, 98, 100, 102, 103, 104, 105, 110, 123, 127, 128, 130, 131], "elabor": 121, "electr": [13, 25, 60, 73], "eleg": 101, "element": [25, 84], "elemental": 77, "elimi": 121, "elimin": [13, 23, 26, 37, 45, 46, 51, 54, 55, 102, 121, 130, 131], "elizabeth": 58, "ell": 112, "ello": 125, "else": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117, 123], "ema": 27, "embal": 5, "embarg": [47, 72, 118], "empat": [68, 115], "empez": 25, "empres": 125, "empty": [19, 25, 34, 49, 52, 67, 70, 71, 80, 90, 91, 95, 99, 101, 106, 107, 117, 129], "empuj": [5, 19, 20, 93, 94, 122], "emtpy": 74, "encaj": 36, "encamin": [25, 73], "encapsul": 121, "encarecid": 25, "encog": 101, "encontr": [3, 4, 13, 25, 26, 27, 47, 65, 66, 67, 77, 93, 94, 101, 106, 107, 108, 112, 113, 114, 115, 117, 125, 129], "encuentr": [0, 1, 5, 8, 9, 13, 21, 25, 27, 35, 36, 45, 56, 57, 65, 66, 74, 80, 81, 82, 83, 93, 94, 95, 96, 97, 98, 100, 101, 116, 118, 121, 123, 124, 125, 129], "end": [13, 16, 19, 23, 25, 36, 60, 67, 73, 74, 106, 107, 108, 112, 117, 123], "end_": 16, "end_clos": [5, 93, 94], "end_id": [4, 29, 30], "end_node_": [5, 93], "end_op": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_vids": [44, 47, 59, 72, 108, 112, 113], "end_x": [5, 94], "end_y": [5, 94], "endcap": 74, "ending": 123, "endpoint": 73, "ends": [35, 92], "enfoqu": [11, 18, 54, 100, 119], "enrut": [20, 57, 86, 92, 93], "ense\u00f1": 23, "enter": [0, 1, 2, 3, 4, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 126, 127, 128, 129, 130, 131], "entidad": 27, "entonc": [4, 5, 13, 16, 17, 19, 23, 25, 29, 30, 33, 40, 48, 49, 56, 68, 71, 73, 78, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 103, 115, 130], "entorn": 121, "entrad": [3, 4, 7, 15, 18, 20, 34, 36, 43, 64, 73, 86, 87, 90, 91, 104, 114, 122, 125, 127, 131], "entran": 36, "entrant": [13, 19, 35, 36, 56, 57], "entrar": [26, 36], "entrecruz": 45, "entreg": 18, "entren": 36, "enumer": 77, "envi": [5, 19, 25, 90], "envoltori": 125, "envoltur": 121, "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": [130, 131], "equi": 68, "equicost": [23, 68, 115], "equival": 67, "equivalent": [5, 31, 37, 38, 49, 70, 71, 89, 90, 91, 99, 106, 107, 117], "equivoc": 36, "error": [0, 23, 35, 36, 50, 56, 57, 61, 81, 83, 96, 98, 103, 121, 125], "errors": 36, "escal": 25, "escenari": [35, 56, 57], "escib": 26, "escrib": [26, 35, 56, 57, 125], "escrit": 27, "esencial": 101, "esfuerz": [26, 121], "espaci": [13, 45, 55, 78, 92], "especial": [20, 122, 126], "especif": [25, 73, 74, 121], "esper": [5, 8, 9, 41, 42, 43, 93, 94], "esquem": [35, 36, 56, 57, 92, 121], "esquiv": [67, 106, 107, 117, 129], "establ": 34, "establec": [15, 36, 43, 64, 65, 66, 86, 114], "establezc": 13, "estacion": [65, 66], "estan": [1, 2, 3, 5, 11, 14, 15, 16, 17, 23, 27, 29, 47, 48, 60, 61, 65, 66, 67, 73, 74, 81, 82, 83, 84, 85, 92, 96, 97, 98, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "estand": [26, 47], "estandard": 26, "estandariz": [20, 23, 28, 31, 38, 62, 68, 81, 82, 83, 96, 97, 98, 115, 121], "esteb": 27, "esten": 92, "estrategi": 100, "estrell": [6, 8, 121], "estrict": 23, "estructur": [20, 35, 36, 56, 57, 121], "estructural": 110, "estudi": 4, "et": 4, "etc": [4, 27, 121, 130, 131], "etiquet": 125, "euclidean": [5, 18], "euclidian": 5, "evalu": [6, 45, 121], "everything": 123, "evit": [3, 25, 130], "exact": [4, 29, 30, 36, 101, 125], "exampl": [86, 94, 107, 117, 121, 123], "exced": 19, "excepcion": [3, 25, 93, 105, 106, 107, 108, 109, 129], "excepcional": 121, "except": [19, 123], "execut": [35, 57, 105, 106, 107, 117], "executing": [106, 107], "exist": [0, 3, 6, 7, 8, 10, 15, 16, 17, 19, 21, 23, 25, 28, 29, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "existen": 23, "existent": [23, 25, 69, 85, 88, 121], "exists": [35, 56, 57, 60, 73, 92, 111], "exit": [9, 16, 26, 41, 42, 43, 62, 63], "expans": 100, "expansion": [0, 1, 17, 20, 21, 50, 61, 68, 80, 81, 82, 83, 95, 96, 97, 98, 115, 118, 121, 122], "expect": [56, 57], "experiment": 72, "experimental": [3, 11, 12, 19, 20, 22, 24, 25, 37, 45, 46, 49, 51, 54, 55, 61, 65, 66, 70, 71, 73, 85, 88, 99, 100, 102, 119, 121, 127, 128], "explic": 45, "explicit": [121, 125], "expon": 74, "extend": [25, 27, 60], "extension": [7, 25, 26, 27, 77, 121], "exterior": 34, "extern": 121, "extiend": 20, "extra": [17, 26, 60, 68, 69, 73, 81, 82, 83, 96, 97, 98, 115, 119, 125, 126], "extraccion": [20, 26, 121], "extraid": [17, 68, 82, 97, 115], "extrem": [7, 121], "f": [5, 7, 13, 36, 56, 78, 92], "f12": 13, "f_box": 5, "facil": [25, 60], "facilit": 121, "fact": 23, "factibl": 36, "factor": [8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94], "fail": [35, 36, 56, 57], "failing": 121, "fall": 121, "fallthrugh": 121, "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "falt": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 25, 44, 47, 48, 50, 52, 53, 58, 59, 60, 67, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 106, 107, 109, 111, 117, 121, 127, 128, 129], "faltant": [25, 67, 106, 107, 117, 129], "famili": [14, 15, 18, 23, 25, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 49, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 70, 71, 73, 80, 81, 82, 83, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 102, 105, 107, 108, 112, 113, 114, 116, 117, 119, 121, 124, 130], "family": 131, "fas": 101, "favor": [26, 125], "fech": 76, "fedor": 121, "fenoy": 27, "fij": [15, 25, 29, 43, 64, 73, 74, 114, 121, 123, 130], "fil": [6, 8, 25, 29, 30, 31, 32, 33, 35, 38, 39, 40, 55, 56, 57, 69, 74, 85, 88, 93, 94, 100, 112, 121], "filling": 123, "filtr": [23, 77], "fin": [5, 9, 16, 41, 42, 43, 44, 47, 59, 61, 62, 63, 72, 103, 108, 112, 113], "final": [5, 7, 8, 9, 15, 16, 25, 26, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 59, 60, 62, 63, 64, 65, 66, 70, 71, 72, 73, 74, 75, 77, 79, 85, 89, 90, 91, 93, 94, 99, 104, 105, 108, 109, 112, 113, 114, 121, 126, 129, 130, 131], "final_temperatur": [29, 30], "finaliz": [5, 94], "financi": 27, "find": [107, 117], "finding": [106, 107, 117], "findpostgresql": 121, "finit": 44, "firm": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 119, 121, 126, 127, 128, 129, 130, 131], "first": [50, 58, 86, 106, 107, 109, 121], "first_edg": [25, 73], "first_search": 61, "first_segments": [25, 73], "fix": 121, "flag": [23, 106, 107, 109], "flat": 74, "flech": [85, 123, 130, 131], "flexibl": 13, "flip": [130, 131], "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "flori": 27, "flot": [93, 94], "flotant": [0, 1, 2, 3, 5, 7, 10, 11, 14, 15, 16, 17, 19, 21, 23, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "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, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 79, 122], "fluj": [18, 20, 49, 70, 71, 89, 90, 91, 99, 121, 122], "focal": 121, "following": [35, 57, 86, 93, 94, 121, 123], "follows": [105, 106, 107, 109, 117], "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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "forall": 16, "forbidden_vertic": 55, "ford": [44, 59, 72, 121], "form": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 34, 35, 44, 47, 48, 50, 52, 53, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 74, 75, 77, 78, 79, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 126, 127, 128, 129, 130, 131], "found": [35, 36, 56, 57, 92, 94, 105, 109], "frac": [5, 25], "fraccion": [74, 121, 130], "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, 130, 131], "frederic": 27, "freebsd": 121, "from": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "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, 130, 131], "front": [67, 106, 112, 123], "frontal": [5, 93, 94], "ft": [25, 36], "fuent": [9, 19, 20, 47, 49, 57, 65, 66, 71, 89, 90, 91, 92, 99, 130], "fuer": 74, "fuert": 102, "fuertement": [12, 20, 102, 122], "fug": 121, "fugaz": 121, "full": 73, "funcion": [1, 2, 14, 15, 17, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 121, 124, 129, 130], "funcional": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "function": [13, 23, 35, 88, 103, 117, 121], "functions": [121, 123, 126, 131], "fundacion": 27, "fundicion": 23, "fusion": 101, "futur": [13, 121], "g": [16, 19, 25, 26, 69, 85, 121, 124, 125, 127], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gaps": [35, 92], "garant": 19, "garantiz": [19, 29, 49, 61, 71, 90, 91, 99], "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetry": 123, "genealog": 25, "gener": [3, 4, 5, 10, 11, 12, 13, 18, 19, 21, 22, 24, 30, 36, 44, 47, 48, 50, 52, 53, 56, 58, 59, 60, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 119, 121, 127, 128], "general": [1, 5, 27, 47, 57, 73, 92, 105, 106, 107, 117, 125], "generaliz": 5, "generat": [86, 92, 123], "generate_seri": [94, 123], "gent": 27, "geoespacial": [20, 27], "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, 130, 131], "geom_is_original": 74, "geom_tabl": 36, "geometr": [15, 20, 34, 35, 36, 43, 56, 57, 64, 74, 87, 92, 114, 121, 122, 123, 126], "geometri": [35, 92], "geometry": [30, 34, 35, 36, 56, 57, 73, 74, 85, 92, 121, 123], "georepublic": [27, 125], "geospacial": 20, "gerald": 27, "get": 86, "getting": [106, 107], "gid": [7, 35, 56, 57], "gir": [3, 20, 25, 73, 86, 121, 122], "gis": 20, "git": [26, 76, 121], "github": [25, 26, 121], "giv": [106, 107, 117, 121], "glibc": 121, "global": [65, 66], "gloriet": 36, "gnu": 27, "goes": [60, 106, 107, 117], "going": [23, 86], "gonzalez": 27, "googl": 27, "got": [35, 57], "graci": 45, "grad": [5, 6, 58, 69, 100], "graf": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 19, 20, 21, 23, 24, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 124, 127, 128, 129, 130, 131], "grafic": [6, 7, 8, 9, 13, 16, 19, 25, 26, 31, 32, 35, 36, 38, 39, 41, 42, 43, 48, 54, 55, 60, 70, 74, 87, 89, 101, 102, 121], "grafoaf": 86, "gran": [25, 60], "grand": [8, 9, 13, 25, 41, 42, 43, 56, 73, 121], "grap": 58, "graph": [4, 6, 8, 21, 26, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 112, 113, 114, 115, 116, 117, 118, 121, 126, 130, 131], "graph_theory": 84, "graphs": [104, 107, 115, 117], "grosor": 44, "group": [60, 73, 92], "grouping": 121, "grraf": 78, "grup": [19, 20, 70, 122, 130], "gsoc": 121, "guarante": 105, "guard": [121, 130], "gudes": 27, "gui": [3, 25, 26, 27, 62, 88, 105], "gupt": 27, "gz": 26, "h": [6, 31, 32, 33, 38, 39, 40], "hab": 88, "habil": 130, "habilit": 20, "habr": [25, 54, 74, 123], "hac": [1, 2, 3, 4, 5, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 27, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "haci": [8, 19, 29, 30, 89, 119, 131], "hag": 123, "hagal": 125, "hall": 26, "hamilton": 4, "handouts": [41, 42], "hang": 27, "happ": 86, "happens": 104, "haran": 78, "hard": [5, 93, 94, 100], "harvard": 4, "has_rcost": 23, "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, 130, 131], "hassl": 4, "hast": [0, 5, 7, 8, 13, 15, 16, 17, 23, 25, 26, 28, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 52, 54, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 74, 75, 77, 79, 81, 82, 83, 91, 93, 94, 96, 97, 98, 101, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129], "hav": [121, 123], "hawick": 77, "headers": 121, "health": 77, "heap_paths": [28, 109, 116], "hech": [1, 2, 3, 11, 14, 15, 16, 17, 29, 60, 61, 65, 66, 67, 73, 85, 92, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "help": 126, "hem": [26, 77], "her": [60, 123], "hered": 121, "herramient": [25, 36, 121], "heurist": [8, 31, 32, 33, 38, 39, 40], "heuristic": [6, 31, 32, 33, 38, 39, 40, 121], "hic": 121, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "historial": 121, "history": [4, 121], "hit": 121, "hoj": [13, 45, 86], "holandes": [16, 62, 63, 64, 114], "honr": 121, "hor": [5, 93, 94], "horari": [5, 94], "hossain": 27, "houssem": 27, "how": [86, 130, 131], "hpp": 121, "hr": 5, "html": [6, 8, 23, 26, 31, 38, 47, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "http": 27, "https": [5, 6, 7, 8, 13, 19, 20, 23, 25, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 78, 84, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 111, 121, 123, 125], "huang": 27, "huec": 92, "i": [16, 19, 26, 47, 59, 67, 92, 106, 107, 117, 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, 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, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "ide": [5, 25, 101], "ident": 100, "identif": [0, 3, 5, 6, 7, 8, 10, 11, 14, 15, 16, 17, 19, 20, 21, 23, 25, 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, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "identifi": 123, "identific": 36, "identifiers": [85, 86, 107, 117], "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, 130, 131], "ids": [50, 61, 86], "if": [16, 19, 35, 56, 57, 60, 73, 92, 105, 108, 111, 126, 130, 131], "if5": 16, "if6": 16, "ignor": [0, 3, 9, 16, 17, 19, 20, 23, 25, 29, 30, 31, 32, 38, 39, 41, 42, 43, 44, 47, 49, 50, 54, 59, 61, 62, 63, 67, 68, 71, 72, 73, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 115, 117, 121, 129], "ignoring": [33, 40, 43, 64, 114], "igual": [5, 9, 15, 16, 17, 19, 41, 42, 43, 50, 59, 61, 62, 63, 64, 65, 66, 68, 69, 72, 82, 93, 97, 108, 113, 114, 115], "ilegal": 93, "ilimit": 13, "imag": [15, 30, 43, 50, 61, 64, 85, 92, 114], "imagen": [130, 131], "imaptools": 27, "impar": 48, "implement": [0, 1, 4, 5, 9, 13, 16, 19, 21, 29, 30, 37, 44, 45, 50, 51, 58, 59, 61, 62, 63, 64, 69, 75, 77, 78, 79, 80, 81, 82, 83, 95, 96, 97, 98, 100, 101, 114, 118, 124], "implementation": 94, "implic": [13, 25], "implicit": [3, 121], "impon": 59, "import": [23, 25, 35, 36, 56, 57, 60, 73, 121], "impos": 36, "improv": 121, "imre": 27, "in": [13, 16, 19, 23, 25, 29, 33, 35, 36, 40, 43, 49, 50, 56, 57, 61, 64, 67, 70, 71, 73, 85, 86, 89, 90, 91, 92, 94, 99, 101, 104, 105, 106, 112, 115, 121, 123, 126], "in_coming": [56, 73], "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, 130, 131], "inc": 27, "incident": [60, 121], "incidet": [119, 126], "inclu": [13, 17, 23, 25, 26, 27, 29, 55, 82, 86, 92, 97, 107, 108, 112, 113, 115, 116, 117, 118, 124, 125, 130, 131], "includ": [108, 115, 121], "incluid": [9, 15, 16, 41, 42, 43, 59, 62, 63, 64, 72, 114], "inclus": [25, 73], "inclusion": [17, 68, 81, 82, 83, 96, 97, 98, 115], "incorpor": [55, 92, 121], "incorrect": [25, 73, 92], "increas": 86, "increment": 56, "incrust": 60, "indefin": 86, "independient": [23, 25, 88], "index": [25, 121, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "indicat": 126, "individual": 26, "inesper": 121, "inf": [33, 40], "inferior": [15, 43, 64, 97, 114], "infinit": [7, 36, 75, 79], "infinity": 109, "influenci": 45, "info": [25, 27, 54, 74, 125], "inform": [3, 16, 20, 26, 29, 35, 36, 56, 57, 60, 76, 81, 83, 96, 98, 110, 119, 122, 123, 125, 126, 130, 131], "informacion2": 121, "informat": [16, 62, 63, 64, 114], "information": [25, 73, 86, 94, 123], "infraccion": [5, 93, 94], "infraestructur": 121, "infty": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "inical": 25, "inici": [5, 9, 14, 25, 26, 28, 31, 38, 41, 42, 44, 47, 56, 59, 60, 62, 63, 65, 66, 67, 68, 70, 72, 77, 93, 94, 105, 106, 107, 108, 109, 116, 117, 129], "inicial": [5, 8, 9, 15, 16, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 77, 89, 90, 91, 93, 94, 99, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "initial_sol": [5, 93, 94], "initial_temperatur": [29, 30], "inmediat": 84, "innecesari": 121, "inner": [86, 107], "input": 13, "insercion": [5, 93, 94], "insert": [3, 5, 13, 23, 25, 30, 48, 54, 73, 74, 78, 85, 86, 92, 93, 94, 111, 123, 130, 131], "inserting": 123, "inspeccion": [23, 92], "inspecting": 86, "instal": [20, 25, 121], "instalacoon": 26, "install": 26, "installation": 26, "instanci": 29, "inste": 121, "instruccion": [26, 93, 94, 123, 125], "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "integr": 121, "integral": 23, "intencion": 129, "intens": 101, "intent": [5, 25, 67, 100, 106, 107, 117, 129], "interactiv": 26, "interes": [25, 130, 131], "intereseccion": 92, "interior": 34, "intermedi": [18, 22, 45, 121], "intern": [3, 20, 23, 121], "internal": 121, "internally": [130, 131], "interpret": [9, 16, 41, 42, 43, 47, 62, 63, 130, 131], "interrel": 45, "interseccion": [25, 60, 73, 86, 92], "intersect": 92, "intersections": [35, 92], "into": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 92, 94, 111, 123], "introduc": [26, 36], "introduccion": 20, "introduzc": 92, "inval": 23, "invers": [58, 85, 86, 88, 92, 123], "inversion": 23, "invert": 36, "involucr": [5, 23, 26, 93, 94], "involv": 86, "ir": [13, 16, 25, 26, 28, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 73, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "is": [25, 35, 36, 56, 57, 69, 73, 86, 92, 94, 103, 104, 105, 106, 107, 108, 115, 117, 121, 123, 126, 130, 131], "is_a": [108, 112], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isolat": [35, 92], "issu": [121, 125], "it": [105, 106, 107, 108, 123], "itali": 125, "iter": [90, 91, 100], "iti": 13, "izquierd": [3, 15, 25, 50, 61, 74, 107, 108, 114, 115, 117, 123, 129], "jain": 27, "jam": [58, 77], "japon": 125, "jarnik": 118, "jay": 27, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "junod": 27, "junt": 48, "juntur": 92, "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, 130, 131], "k": [16, 20, 28, 31, 100, 109, 116, 119, 121, 122, 131], "k_": 78, "k_5": 78, "k_shortest_path_routing": 28, "kai": 27, "kalr": 4, "karp": [19, 20, 71, 122], "kastl": 27, "keeps": 123, "ken": 77, "kept": [121, 130, 131], "key": [3, 23, 74, 94, 111, 123], "kg": 5, "kirkm": 4, "kishor": 27, "kit": 13, "km": 5, "known": 123, "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kum": 27, "l": [15, 23, 25, 26, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "lad": [15, 23, 25, 74, 107, 108, 114, 117, 123, 129], "languag": 13, "lanz": [23, 45, 59, 103], "lanzamient": [1, 2, 3, 11, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "larg": [4, 29, 30, 130], "lat": [5, 6], "latest": 26, "latex": 26, "latitud": [5, 6], "lc101": [94, 123], "lc101_c": [94, 123], "lea": 26, "lectur": 13, "lecture16": 13, "lee": 92, "leer": [3, 20, 62, 121], "left": [25, 60, 73, 86, 106, 107], "leftrightarrow": [25, 85], "leg": 121, "leid": 8, "leng": 27, "lengau": 84, "lenguaj": 121, "lent": [5, 44], "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "lest": 44, "li": [94, 123], "libboost": 26, "liber": 92, "libr": [4, 20, 29, 30, 77], "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, 130, 131], "libs": [6, 8, 31, 38, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libtap": 26, "licenci": [20, 92], "licens": [20, 27], "lig": 121, "lik": 105, "lim": [94, 123], "limit": [0, 5, 17, 25, 50, 54, 57, 60, 61, 65, 66, 68, 74, 81, 82, 83, 90, 91, 94, 96, 97, 98, 115, 123], "limpi": [56, 121], "limpiez": [20, 121], "lin": [13, 18, 25, 60, 65, 66, 73, 85, 86, 103, 119, 127], "line": [29, 65, 66, 74, 78, 86], "line_graph": 86, "lineal": [55, 58, 59, 86, 103, 121], "linegraph_edg": 86, "liner": 13, "linesstring": [25, 36], "linestring": [25, 36, 54, 56, 73, 74], "links": 121, "linux": [26, 121], "list": [4, 20, 29, 30, 67, 68, 87, 106, 107, 115, 117, 121, 129], "listinf": 125, "lists": 125, "liv": 27, "llam": [3, 25, 47, 58, 60, 68, 74, 78, 84, 92, 115, 121, 123], "lleg": [0, 5, 16, 17, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 50, 59, 61, 62, 63, 65, 66, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 93, 94, 96, 97, 98, 99, 105, 108, 112, 113, 115, 116, 123, 130, 131], "llegant": [19, 49, 71, 90, 91, 99], "llen": [23, 35, 36, 56, 57], "llev": [7, 44], "lllen": 13, "llos": [25, 73], "loas": [32, 39], "local": [25, 73, 85, 86], "localiz": [74, 123], "locat": [130, 131], "locations": [107, 117, 123], "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 58, 62, 63, 65, 66, 79, 80, 81, 82, 83, 84, 90, 91, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logg": [56, 73], "logic": 36, "logr": [36, 130, 131], "logv": [10, 52, 53], "lon": [5, 6], "long": [33, 40, 43, 64, 114], "longitud": [5, 6, 48, 74], "lueg": [6, 8, 31, 32, 38, 39, 87], "lug": [5, 23, 34, 60, 93, 94, 121], "lugar": [5, 94], "m": [5, 6, 58], "m_": [5, 93, 94], "mac": 121, "mahadeok": 27, "mahmoud": 27, "mailm": 125, "main_sql": 73, "mak": 26, "make_connect": 87, "makefil": 26, "making": [106, 107], "man": 26, "manej": [20, 23, 74, 107, 108, 114, 117, 119, 122, 125], "maner": [3, 20, 25, 26, 29, 36, 55, 69, 103, 130], "manikat": 27, "manipul": [6, 31, 32, 33, 38, 39, 40, 93, 94], "manje": 23, "manten": [25, 27, 73, 86], "mantendran": 30, "manual": [20, 25, 27, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 70, 71, 72, 89, 90, 91, 99], "manupul": [6, 8, 31, 32, 33, 38, 39, 40], "many": [25, 105, 108, 121, 123], "manzan": 5, "maoguang": 27, "map": [25, 130], "maps": 86, "marc": [13, 74, 130], "march": [74, 123], "mari": 27, "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, 130, 131], "martin": 27, "martiz": 29, "mas": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 20, 23, 26, 28, 29, 30, 31, 32, 35, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 75, 77, 78, 79, 80, 85, 86, 87, 88, 93, 94, 95, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131], "matching_": 88, "matemat": [4, 118], "material": 20, "materializ": [25, 73], "math": [5, 6, 9, 13, 15, 16, 17, 31, 32, 33, 38, 39, 40, 41, 42, 43, 48, 59, 62, 63, 64, 65, 68, 72, 82, 85, 93, 94, 97, 113, 114], "mathworld": 85, "matricial": 5, "matrix": [20, 25, 29, 33, 40, 43, 64, 93, 114, 119, 122], "matriz": [4, 6, 7, 8, 9, 15, 16, 18, 20, 33, 40, 43, 58, 64, 74, 75, 79, 114, 121, 122], "max": [6, 15, 31, 32, 33, 38, 39, 40, 43, 46, 64, 86, 92, 114, 121, 123], "max_capacity": 93, "max_changes_per_temperatur": [29, 30], "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": [5, 13, 19, 20, 27, 49, 58, 61, 65, 66, 70, 71, 88, 89, 90, 91, 93, 94, 99, 100, 122], "maximiz": [49, 71, 99], "maximum_flow_problem": 19, "maximum_matching": 88, "mayor": [1, 2, 3, 11, 14, 15, 16, 17, 23, 25, 26, 27, 29, 45, 60, 61, 65, 66, 67, 73, 85, 88, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 123, 126, 127, 128, 129, 130, 131], "mcke": [18, 24, 58], "md": 121, "means": 123, "med": 5, "medi": [7, 8, 9, 15, 43, 64, 114], "mediant": [5, 11, 15, 18, 19, 22, 25, 26, 43, 45, 46, 49, 50, 54, 64, 71, 75, 79, 89, 90, 91, 96, 97, 99, 101, 102, 114, 119], "meg": 7, "mejor": [5, 20, 60, 65, 66, 72, 93, 94, 121, 125], "memori": [7, 77], "men": [5, 6, 13, 31, 32, 33, 34, 38, 39, 40, 74, 86, 93, 94, 101, 121, 125], "mencion": [25, 26], "meng": 4, "menor": [17, 21, 34, 68, 69, 82, 90, 91, 97, 100, 101, 115, 121], "mensaj": 23, "menud": 92, "mercanc": 5, "merrill": 4, "mesaj": 121, "met": [7, 20, 121], "method": 86, "metod": [25, 26, 55, 56], "metr": [5, 6, 65, 66], "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": [5, 25, 45], "miembr": [113, 114], "mientr": [28, 109, 116], "might": [105, 123], "migr": [3, 62], "migracion": [3, 27, 62, 88, 105], "migration": 23, "mileston": 121, "min": [5, 6, 15, 29, 31, 32, 33, 38, 39, 40, 43, 53, 64, 101, 114, 118, 121], "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, 130, 131], "mingw": 26, "minim": [0, 1, 11, 18, 19, 21, 29, 46, 47, 48, 54, 61, 69, 80, 81, 82, 83, 87, 91, 95, 96, 97, 98, 100, 101, 102, 118, 121, 124], "minimiz": [5, 21, 58, 80, 81, 82, 83, 90, 118], "minimum": 121, "minor": 121, "minut": 5, "mir": 36, "mism": [3, 5, 6, 7, 8, 14, 15, 19, 23, 25, 29, 30, 31, 32, 35, 36, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 52, 53, 56, 57, 63, 64, 65, 66, 69, 70, 71, 72, 74, 75, 79, 85, 86, 89, 90, 91, 92, 93, 94, 99, 101, 112, 113, 114, 130], "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "mod": [25, 46, 48, 85, 100], "modif": [115, 116, 121, 130], "modific": [13, 20, 23, 55, 108, 112, 113, 119, 121, 122, 126, 130], "modify": 121, "modul": 121, "moham": 27, "moment": [25, 93], "monetari": 27, "moor": 72, "mor": [123, 130, 131], "most": 109, "mostr": [5, 13, 130, 131], "mpas": [113, 116], "msvc": 121, "msys": 26, "much": [23, 60, 88, 121], "muert": [25, 60], "muestr": [5, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 130, 131], "mukul": 27, "multi": 121, "multipl": [5, 34, 77, 93, 94, 121], "multiplic": 4, "mund": 130, "my_dijkstr": [13, 23], "myare": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n": [4, 28, 109, 116], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nag": 27, "nam": [26, 115, 116, 121, 123, 131], "namespac": 121, "naranj": 86, "nardelli": 27, "navig": 105, "near": [35, 92], "neces": [23, 60, 73], "necesari": [3, 5, 6, 10, 11, 12, 13, 18, 19, 22, 23, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 74, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 123, 127, 128, 129], "necesit": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 25, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 125, 126, 127, 128, 129, 130, 131], "need": [123, 126], "needs": [94, 123, 126], "negat": [0, 3, 7, 9, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "negativ": [20, 85, 86, 107, 108, 117, 121, 123], "neq": [16, 19, 25], "net": 27, "netlab": 125, "network": 126, "networks": 105, "new": [86, 92, 106, 107, 108, 117, 121], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrictions": 23, "newpoint": [74, 123], "news": 121, "nextval": [86, 123], "nicol": 92, "ningun": [6, 8, 9, 16, 25, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 48, 59, 62, 63, 72, 92, 100, 108, 112, 121], "nitish": 27, "nivel": [50, 92], "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, 65, 66, 68, 69, 70, 71, 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, 100, 101, 102, 103, 104, 105, 108, 109, 110, 111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "nombr": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 30, 31, 35, 36, 38, 44, 47, 48, 50, 52, 53, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 72, 73, 76, 77, 78, 84, 85, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "nomenclatur": 121, "non": 108, "normal": [3, 25], "nort": 36, "not": [4, 23, 26, 29, 30, 35, 47, 49, 56, 57, 60, 70, 71, 73, 86, 89, 90, 91, 92, 94, 99, 103, 106, 107, 108, 109, 111, 123, 130, 131], "notacion": [35, 36, 56, 57], "notes": 35, "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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "notici": 27, "now": 86, "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "nucle": 121, "nuestr": [27, 92], "nuev": [3, 13, 17, 20, 26, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 76, 77, 78, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 109, 111, 112, 113, 114, 115, 116, 121, 125, 127, 130, 131], "nul": 56, "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "numer": [4, 5, 6, 7, 13, 25, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 47, 51, 55, 56, 57, 58, 60, 65, 66, 69, 77, 85, 87, 88, 92, 93, 94, 100, 121, 124, 130], "numeric": [0, 5, 50, 61, 74, 93, 94, 107, 108, 112, 113, 114, 115, 116, 117], "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, 130, 131], "nv": [25, 73], "obe": 27, "obedec": 29, "objet": [5, 9, 19, 25, 49, 50, 55, 71, 89, 90, 91, 99, 121, 130], "oblig": 29, "obligatori": [23, 25, 129, 130], "obselt": 121, "observ": 13, "obsolet": [3, 5, 10, 11, 12, 18, 19, 22, 23, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 105, 109, 111, 115, 121, 127, 128], "obtain": 109, "obten": [4, 5, 6, 7, 8, 16, 19, 20, 23, 28, 35, 57, 60, 73, 76, 77, 85, 92, 116, 119, 121, 122], "obteners": 28, "obteng": [16, 119], "obtien": [0, 25, 50, 56, 61], "ocurr": [5, 35, 56, 92, 93, 94, 121], "of": [4, 5, 25, 27, 35, 36, 56, 57, 60, 85, 86, 92, 93, 94, 103, 104, 105, 106, 108, 112, 119, 121, 123, 126, 130, 131], "off": 26, "oficial": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "oficin": [125, 130, 131], "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old_id": 92, "old_restrictions": 23, "omit": [14, 15, 19, 23, 25, 35, 42, 43, 49, 56, 57, 61, 63, 64, 71, 72, 73, 90, 91, 99, 108, 112, 113, 114], "on": [4, 23, 25, 26, 30, 54, 60, 74, 85, 92, 94, 104, 105, 106, 109, 117, 121, 123, 126, 130, 131], "one": [36, 103, 105, 106, 107, 108, 117, 121, 123, 126, 131], "oneway": 36, "only": [26, 94, 109, 115, 116, 121], "opcion": [4, 25, 28, 31, 32, 33, 35, 36, 38, 39, 40, 55, 56, 61, 65, 66, 67, 68, 73, 75, 79, 94, 107, 108, 109, 112, 113, 114, 115, 116, 117, 130, 131], "opcional": [23, 25, 26, 35, 36, 56, 121], "open": [25, 94, 123], "open_tim": 111, "openbsd": 121, "oper": [25, 26, 55, 76, 125], "operation": 13, "operations_ord": 13, "opos": 111, "oposit": 123, "optim": [4, 29, 30, 34, 69, 100], "optimic": [93, 94], "optimiz": [0, 4, 5, 9, 16, 17, 29, 30, 41, 42, 43, 44, 47, 50, 59, 61, 62, 63, 68, 72, 81, 82, 83, 93, 94, 96, 97, 98, 103, 108, 112, 113, 115], "optimization": 4, "option": [25, 54, 74], "optional": [115, 116, 121], "optionally": 123, "options": [50, 74, 92, 93], "opuest": 25, "or": [13, 23, 25, 35, 36, 56, 57, 67, 78, 92, 106, 126, 130, 131], "orden": [3, 6, 8, 13, 14, 15, 18, 23, 25, 31, 32, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 66, 67, 69, 72, 81, 82, 83, 84, 88, 96, 97, 98, 100, 102, 103, 104, 106, 107, 108, 112, 113, 114, 117, 121, 129], "order": [13, 23, 25, 29, 30, 45, 48, 50, 54, 56, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 94, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "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, 130, 131], "order_unit": 111, "ordering": 103, "ordern": 58, "orders": 93, "org": [5, 6, 8, 19, 20, 23, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 78, 84, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 111, 121, 125], "organiz": 125, "orig": [19, 20, 25, 26, 27, 29, 30, 35, 36, 47, 49, 50, 56, 57, 61, 70, 71, 72, 85, 86, 89, 90, 91, 92, 99, 121, 122, 126], "origen": [89, 99], "origin": 130, "original": [13, 19, 23, 25, 49, 54, 55, 71, 74, 85, 88, 90, 92, 99, 121, 130, 131], "original_": 86, "original_point": 74, "original_to_new_point": 74, "orkney": 27, "osge": [27, 125], "osgeo_community_projects": 27, "osgeoliv": 27, "osm": [7, 25, 73], "osm2pgrouting": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "otorg": [15, 20, 25, 107, 108, 112, 113, 114, 115, 116, 117, 122, 126, 129, 130, 131], "otpim": 69, "out": [13, 36, 73], "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, 130, 131], "out_going": [56, 73], "outall": 92, "output": [13, 116, 121], "over": [23, 67, 73, 74, 94, 106, 107, 117, 123], "overpass": 7, "owned": [86, 123], "p": [74, 94, 107, 108, 112, 113, 114, 115, 116, 117, 123], "p_clos": [5, 93, 94, 123], "p_node_": [5, 93, 94, 123], "p_op": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "p_y": [5, 94, 123], "pag": 121, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "pairs": 123, "pais": [25, 130], "palabr": [16, 25, 129], "par": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 26, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 103, 105, 106, 109, 110, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130], "paragon": [27, 125], "paragoncorporation": 125, "paragraf": 102, "paralel": [69, 77, 118], "paramet": [115, 116, 121], "parameters": [33, 40, 43, 64, 114, 121], "parametr": [14, 19, 20, 23, 121], "parcial": 74, "parec": [25, 60], "parentesis": 45, "pars": 26, "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, 28, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 126, 127, 128, 129, 130, 131], "partial": [25, 54, 74], "particion": 101, "particul": [19, 50, 59, 61], "partition": 74, "pas": [3, 7, 25, 26, 29, 34, 35, 45, 56, 57, 58, 92, 118, 121, 125], "pasch": 27, "pass": [67, 105, 106, 112], "password": 26, "path": [3, 16, 23, 25, 26, 73, 105, 106, 107, 108, 109, 117, 121, 123, 129], "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, 130, 131], "path_at": [108, 112], "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, 130, 131], "paths": [105, 106, 107, 109], "patron": 58, "patrushev": 27, "pcts": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "peaton": [25, 60, 65, 66, 73, 123], "peatonal": [65, 66], "ped": [5, 18, 20, 26, 33, 40, 93, 94, 121], "pens": 36, "penyngton": 4, "peor": [4, 9, 29, 30, 41, 42, 43, 72], "peque\u00f1": [25, 28, 58, 60, 74, 100, 109, 116, 123], "per": [1, 2, 3, 11, 14, 15, 16, 17, 19, 25, 29, 36, 44, 46, 48, 60, 61, 65, 66, 67, 73, 85, 86, 100, 101, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "perd": 121, "performanc": 121, "performing": [35, 36, 56, 57, 92], "performs": [106, 107], "perl": 26, "perl5": 121, "permanent": [121, 130], "permis": [20, 122, 126], "permit": [3, 5, 6, 13, 25, 26, 60, 65, 66, 74, 93, 94, 105, 106, 107, 108, 109, 121, 123, 129], "permut": 58, "personal": 25, "pertenc": 108, "pertenec": [14, 15, 37, 43, 46, 47, 54, 64, 74, 102, 112, 113, 114, 121], "pertenezc": [13, 47], "perturb": 45, "pes": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "pg": 121, "pg_prov": 26, "pg_prove_tests": [26, 121], "pgdijkstr": 27, "pgr": [19, 56, 57], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeoneway": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshall": 121, "pgr_articulationpoints": [12, 20, 121, 122], "pgr_ast": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdast": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstr": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktr": 41, "pgr_bddijstr": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentrality": [18, 20, 22, 121], "pgr_biconnectedcomponents": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostm": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcomponents": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contractgraph": [55, 121], "pgr_contraction": [13, 20, 25, 122], "pgr_create_topology": 57, "pgr_createtopology": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeordering": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstr": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstran": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravi": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivingdistanc": [16, 17, 20, 34, 115, 121, 122, 131], "pgr_edgecoloring": [11, 18, 121], "pgr_edgedisjointpaths": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshall": [7, 20, 79, 121, 122], "pgr_full_version": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuits": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplan": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstr": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbfs": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldfs": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphfull": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxcardinalitymatching": 121, "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatching": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclid": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovids": 121, "pgr_pointt": 121, "pgr_pointtoedgenod": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbfs": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdfs": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_ident": 121, "pgr_sequentialvertexcoloring": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcomponents": [12, 20, 121, 122], "pgr_texttopoints": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoints": [3, 107, 119, 121, 130], "pgr_trspvi": [3, 119, 121, 129], "pgr_trspvia_withpoints": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclid": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoints": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvi": [107, 119, 121, 129, 131], "pgrouting": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgrrouting": [74, 123], "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phi": 19, "pi": 16, "pickup": [94, 123], "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pindex": [94, 123], "pip": 26, "pist": 92, "pl": 26, "plac": 35, "plan": 78, "planar": 78, "plataform": [26, 121], "ple": [35, 36, 56, 57, 92], "plum": 5, "pm": 5, "poc": [25, 27], "pod": [23, 25, 26, 36, 47, 92], "poder": 36, "podr": [3, 5, 10, 11, 12, 13, 18, 19, 22, 24, 29, 36, 44, 47, 48, 50, 52, 53, 55, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 127, 128], "point": [35, 36, 56, 57, 73, 74, 107, 108, 112, 117, 121, 123, 130, 131], "point_sql": 74, "point_xy": 121, "points": [115, 121, 130, 131], "points_sql": [108, 112, 113, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "poligon": [34, 121], "poligonal": 34, "polinomi": 49, "pon": 125, "ponder": [16, 19, 25, 47, 59, 72, 101, 103, 118], "populating": 57, "pora": 121, "porqu": [13, 23, 29, 35, 36, 56, 57, 65, 66, 78, 86, 92], "portal": [25, 73], "portland": 7, "posibl": [1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 74, 77, 78, 80, 84, 85, 86, 87, 88, 89, 90, 91, 93, 94, 95, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 124, 126, 127, 128, 129, 130, 131], "posicion": [15, 16, 25, 28, 29, 31, 38, 41, 44, 47, 59, 62, 65, 67, 70, 72, 73, 74, 77, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "posicional": [35, 56, 57, 65, 66], "posit": [0, 1, 7, 9, 10, 15, 16, 19, 21, 25, 41, 42, 43, 44, 49, 52, 53, 55, 62, 63, 64, 71, 75, 79, 80, 81, 82, 83, 85, 88, 90, 91, 95, 96, 97, 98, 99, 101, 107, 108, 112, 113, 114, 115, 116, 117, 118, 124, 129, 130, 131], "positiv": [86, 107, 108, 117], "post": [17, 20, 122], "posterior": [5, 27, 93, 94, 121], "postgis": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_version": 26, "postgr": [26, 121], "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, 130, 131], "postm": [18, 52, 53, 121], "potencial": 36, "potential": [35, 36, 92], "potts": 27, "poz": 19, "practic": 77, "pratap": 27, "pre": [35, 36, 116], "precision": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecesor": [23, 27], "predetermin": [23, 30, 31, 34, 35, 36, 38, 56, 57, 65, 66, 74, 92, 114], "prefer": [29, 34, 130, 131], "prefij": 121, "prefix": 123, "pregunt": [4, 29, 30, 125], "prepar": [56, 60, 73], "prepare_cap": 74, "prerrequisit": 121, "presdecesor": [17, 68, 81, 82, 83, 96, 97, 98, 115], "present": [15, 25, 46, 77, 84, 86, 100, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "previ": 26, "previous": 121, "previus": 86, "prim": [0, 1, 3, 4, 7, 10, 15, 16, 17, 19, 20, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 122, 124, 129, 130, 131], "primari": 84, "primary": [3, 23, 74, 94, 111, 123], "primer": [4, 6, 8, 13, 25, 28, 29, 30, 31, 32, 38, 39, 44, 47, 50, 61, 65, 66, 70, 81, 82, 83, 87, 96, 97, 98, 105, 108, 109, 112, 116], "princeton": [4, 41, 42], "principal": [6, 7, 8, 9, 10, 14, 15, 16, 19, 21, 25, 27, 31, 32, 33, 35, 37, 38, 39, 40, 41, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 61, 64, 69, 70, 71, 72, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 112, 113, 114, 118, 121], "priorid": 73, "prioriz": 125, "priy": 27, "prob": [7, 26, 121, 125], "probabl": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "problem": [5, 6, 18, 19, 20, 23, 25, 27, 35, 36, 47, 52, 53, 56, 57, 58, 59, 60, 62, 63, 64, 69, 73, 77, 92, 93, 94, 100, 101, 114, 121, 123, 129, 130, 131], "problems": 36, "proced": [25, 26, 73], "procedent": 25, "proces": [0, 1, 6, 7, 8, 9, 10, 13, 15, 16, 17, 19, 20, 21, 25, 26, 28, 31, 32, 38, 39, 41, 42, 43, 44, 47, 49, 52, 53, 55, 56, 57, 59, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 90, 91, 95, 96, 97, 98, 99, 101, 103, 109, 112, 113, 114, 116, 118, 121, 122, 124, 130], "process": [57, 86, 104, 123, 130, 131], "processing": [35, 36, 56, 57, 92, 121], "produc": [16, 57, 59, 61, 62, 63, 64, 69, 100, 104, 114, 118], "product": 27, "profesional": 125, "profund": [0, 1, 17, 23, 47, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115, 119, 128], "progress": 7, "prohib": [3, 13, 23, 25, 55, 86, 105, 106, 107, 108, 109, 121, 129], "project": 27, "projects": 121, "projectweb": [94, 123], "promedi": [5, 6, 7, 72], "promov": [4, 20, 61, 65, 66, 85, 100, 121], "prompt": 26, "pronunci": 6, "prop": [3, 20, 23, 25, 119, 121, 122, 129, 130, 131], "propi": 121, "proporcion": [5, 13, 20, 23, 26, 50, 57, 61, 73, 87, 100, 116, 123, 125], "proposit": [0, 17, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "propuest": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 52, 53, 56, 58, 59, 61, 62, 63, 64, 69, 70, 71, 72, 74, 77, 78, 84, 86, 87, 88, 89, 90, 91, 93, 94, 99, 101, 103, 104, 105, 106, 107, 108, 109, 111, 117, 121, 122, 123, 126, 127, 128, 129, 130, 131], "propust": [1, 119, 128], "prototip": 105, "prove": 69, "proveedor": [25, 36, 73], "provid": 123, "providers": 125, "provien": [25, 73], "provoc": 92, "proxim": [1, 2, 3, 11, 14, 15, 16, 17, 23, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "proyeccion": [35, 56, 92], "proyect": [20, 25, 27, 121], "prueb": [1, 2, 3, 5, 7, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 61, 65, 66, 67, 69, 72, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "pseud": 55, "psql": [7, 25, 26], "public": [27, 35, 36, 44, 56, 57, 77, 92, 123], "publish": [94, 123], "pud": [35, 56, 57], "pued": [1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 29, 30, 35, 36, 37, 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, 69, 70, 71, 72, 73, 74, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 125, 126, 127, 128, 129, 130, 131], "puent": [12, 20, 25, 51, 73, 92, 122], "puert": 121, "pues": 23, "puest": 116, "pull": [27, 121], "punt": [3, 5, 6, 12, 20, 23, 30, 34, 37, 45, 54, 60, 73, 85, 92, 119, 121, 122], "punter": 121, "puntuacion": 45, "puntual": 74, "push": [89, 99], "push_relabel_max_flow": [89, 99], "python3": 121, "q": [26, 121], "q1": 29, "quad": [16, 19], "queri": [107, 121, 123], "query": [7, 35, 57, 86, 105], "questions": 125, "quier": [60, 77], "quit": 86, "quote_literal": 35, "r": [15, 23, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radi": 34, "radic": 72, "radius": 34, "raic": [0, 17, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "raise_exception": [56, 57], "raiz": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "raj": 27, "rajat": 27, "randomiz": [29, 30], "rang": [45, 100], "rap": [5, 8, 9, 25, 41, 42, 43, 47, 72, 121], "rasg": [25, 73], "rastr": 121, "razequl": 27, "reach": [115, 121], "reachability": 104, "readers": 121, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "realid": [25, 73, 121], "realiz": [0, 1, 3, 5, 7, 9, 10, 13, 15, 16, 19, 21, 25, 26, 33, 40, 41, 42, 43, 47, 49, 52, 53, 55, 60, 62, 63, 64, 71, 73, 74, 75, 79, 80, 81, 82, 83, 87, 90, 91, 93, 94, 95, 96, 97, 98, 99, 101, 112, 113, 114, 118, 124], "receiv": 105, "receptor": 19, "rechability": 104, "recib": [35, 57, 60, 73], "recien": [25, 73, 86], "recoc": [29, 30, 121], "recog": 18, "recomend": [7, 36, 75, 79], "recomendation": 123, "recomiend": [25, 123, 125], "reconstru": [20, 57, 122, 126], "reconstruccion": 57, "record": [13, 121], "recorr": [0, 1, 4, 17, 18, 29, 47, 50, 61, 67, 68, 81, 82, 83, 96, 97, 98, 100, 115, 119, 128], "recr": 92, "recre": 56, "rect": 78, "recurs": 101, "recursevly": [130, 131], "red": [3, 5, 13, 19, 20, 27, 35, 36, 37, 45, 46, 47, 51, 54, 56, 57, 58, 60, 62, 69, 75, 79, 80, 86, 87, 92, 94, 95, 100, 102, 113, 116, 121, 123], "reddy": 27, "reduc": [13, 25, 55], "reemplac": 121, "reemplaz": [3, 23, 94, 121], "reescrib": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 101, 103, 104, 109, 111, 127, 128], "reestructur": 121, "reetiquet": [19, 20, 122], "refactoriz": 121, "referenc": 121, "referenci": [56, 57, 92], "referent": [4, 5, 20, 35, 36, 56, 57, 76, 110, 122], "refin": [1, 2, 3, 11, 13, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "reflej": [15, 43, 64, 114], "regal": 27, "regclass": 123, "regin": 27, "registr": [7, 121, 125], "regl": 36, "regres": [4, 7, 11, 14, 15, 17, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129], "regresand": [32, 39], "regresion": 121, "reinstal": 26, "rel": [26, 121], "relabel": [89, 99], "relacion": [5, 25, 29, 30, 93, 94, 121, 130, 131], "relat": [5, 15, 16, 18, 22, 25, 28, 31, 38, 41, 44, 45, 47, 59, 62, 65, 67, 70, 72, 74, 77, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "relation": [35, 92], "release_not": 121, "relevant": 94, "rellen": [25, 35, 36], "remain": [107, 117], "remaing": [130, 131], "remov": [13, 23, 86, 106, 107, 115, 121], "removing": 121, "remplaz": 23, "rendimient": [20, 30, 77], "renombr": [27, 34, 49, 56, 57, 71, 88, 99, 121], "repar": 36, "repeat": [130, 131], "repert": [31, 32, 38, 39, 41, 42, 44, 59, 62, 63, 72], "replac": 13, "report": 20, "repositori": 26, "represent": [3, 7, 10, 13, 23, 25, 48, 52, 53, 55, 75, 78, 79, 88, 106, 115, 116, 126, 129, 130, 131], "reproduc": 125, "requer": [14, 25, 28, 32, 35, 36, 39, 42, 56, 57, 63, 73, 109, 116, 121, 130], "requests": [27, 121], "requier": [25, 26, 29, 54, 56, 74, 125], "requir": [25, 54, 74], "requirements": 121, "requisit": [25, 35, 36], "residu": [19, 49, 71, 90, 91, 99], "residual": [19, 25, 49, 71, 90, 99], "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, 130, 131], "resolv": [6, 25, 47, 73, 101, 121, 129], "respect": [44, 69, 85], "respectively": 85, "respet": [86, 121], "respons": [15, 43, 64, 114], "respuest": 103, "rest": [25, 56, 73, 74, 86], "restaur": [130, 131], "restriccion": [18, 20, 86, 119, 121, 122, 130], "restrict": [105, 106, 107], "restrict_sql": 23, "restriction": [105, 106, 107, 109], "restrictions": [3, 23, 86, 105, 106, 107, 108, 109, 121, 123], "restring": [6, 31, 32, 33, 38, 39, 40, 47, 121], "restructur": 121, "resuelt": 25, "resuelv": [16, 25, 59, 62, 63, 64, 77, 114], "result": [1, 6, 14, 16, 20, 21, 23, 35, 36, 56, 57, 118, 121, 124, 130, 131], "results": [35, 74, 92, 106, 107, 109, 121], "resum": [28, 29, 30, 31, 32, 33, 34, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 70, 71, 72, 74, 75, 77, 78, 79, 80, 84, 86, 89, 90, 91, 93, 94, 95, 99, 103, 104, 108, 112, 113, 114], "retorn": [34, 121], "retroaliment": [3, 5, 10, 11, 12, 18, 19, 22, 24, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 125, 127, 128], "retroced": 61, "retroces": [5, 93, 94], "return": [103, 104], "returns": [5, 13, 23, 89, 91, 92, 93, 94, 103, 109, 119, 126], "rev": [16, 19, 25, 36], "revers": [8, 23], "reverse_": 123, "reverse_capacity": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_category": 123, "reverse_category_": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "reves": 36, "revirt": 36, "revis": 121, "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": [74, 108], "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [35, 92], "rm": 26, "rn": 74, "road": 105, "rohith": 27, "roj": [13, 37, 123, 130, 131], "rol": 26, "rollback": 111, "romp": [25, 121], "root": 61, "rot": [68, 115], "round": [74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [86, 106, 107, 117, 123], "route": 25, "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, 130, 131], "routeplanning": 13, "routing": [25, 26, 108, 109, 121, 126], "routing_postgis": 121, "row": [5, 25, 30, 32, 34, 35, 36, 39, 42, 53, 54, 56, 57, 63, 66, 67, 73, 74, 76, 78, 86, 89, 91, 92, 93, 94, 101, 106, 107, 110, 113, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows": [13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "run": 74, "running": 86, "ruptur": [34, 62, 121], "rut": [4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 19, 20, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 49, 52, 53, 59, 61, 63, 64, 65, 66, 70, 71, 72, 75, 77, 79, 87, 89, 90, 91, 92, 99, 105, 108, 109, 112, 113, 114, 116, 119, 121, 122, 129, 130, 131], "rute": [3, 13, 18, 20, 27, 28, 65, 66, 86, 93, 94, 105, 119, 130, 131], "rykov": 27, "s": [5, 6, 7, 26, 85, 86, 89, 91, 94, 101, 109, 126], "s_in_rul": 36, "s_out_rul": 36, "sab": [25, 47], "sai": 27, "sakr": 27, "sal": [5, 7, 9, 15, 16, 19, 20, 23, 26, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 54, 55, 59, 62, 63, 64, 65, 66, 67, 70, 71, 72, 73, 74, 75, 79, 84, 89, 90, 91, 92, 93, 94, 99, 105, 106, 107, 108, 109, 112, 113, 114, 116, 117, 121, 129, 130, 131], "salient": [13, 19, 35, 36, 49, 56, 57, 71, 90, 91, 99], "salved": 58, "sam": [94, 104, 106, 107, 121, 123, 130, 131], "sampledat": [7, 25], "samu": 27, "sarthak": 27, "satisfech": 29, "sav": 123, "saving": 123, "search": [50, 121], "seccion": [5, 13, 23, 25, 35, 62, 67, 86, 107, 117, 129, 130, 131], "second": 123, "second_edg": [25, 73], "second_segments": [25, 73], "section": [130, 131], "secuenci": [3, 5, 13, 16, 25, 28, 29, 30, 31, 38, 41, 44, 47, 52, 55, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 119, 129], "secuencial": [0, 3, 5, 11, 15, 17, 19, 25, 28, 31, 38, 41, 44, 46, 47, 49, 50, 52, 54, 58, 59, 61, 62, 65, 67, 68, 70, 71, 72, 77, 81, 82, 83, 84, 85, 86, 87, 90, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "see": [104, 107, 117], "seg": 5, "segment": [4, 11, 18, 25, 29, 30, 35, 36, 56, 57, 60, 69, 74, 78, 92, 118, 123, 130], "segments": [35, 92, 103, 123], "segu": [13, 25, 92], "segun": [25, 130, 131], "segund": [0, 3, 4, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "seis": [93, 94], "seleccion": [6, 8, 25, 29, 31, 32, 35, 38, 39, 56, 57], "select": [3, 7, 13, 23, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self_loops": 86, "sencill": [35, 56, 57], "sent": [3, 36, 85], "seoptimiz": 93, "separ": [23, 85, 92, 101, 118, 121], "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, 130, 131], "sequenc": [86, 107, 123], "ser": [3, 5, 7, 10, 11, 12, 13, 14, 15, 18, 19, 22, 23, 24, 25, 26, 27, 29, 30, 35, 36, 42, 43, 44, 47, 48, 50, 52, 53, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 69, 72, 73, 75, 77, 78, 79, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 127, 128, 129, 130, 131], "seran": [3, 23, 25, 67, 106, 107, 117, 129], "seri": 5, "serial": [3, 23, 25, 73, 123], "serv": 26, "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "servici": [5, 93, 94, 125], "servidor": [3, 5, 7, 10, 11, 12, 18, 19, 22, 24, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111, 121, 125, 127, 128], "set": [5, 13, 19, 25, 30, 36, 49, 52, 54, 56, 60, 67, 70, 71, 73, 74, 80, 86, 90, 91, 93, 94, 95, 99, 101, 103, 106, 107, 111, 117, 119, 123, 125, 126, 129], "setof": [13, 23], "setval": [86, 123], "se\u00f1al": [25, 60], "sh": [26, 121], "shap": 25, "shar": [20, 27], "shind": 27, "shobhit": 27, "shooting": 121, "shooting_st": 121, "shortest": [105, 106, 107, 109, 117, 121], "shortest_path_faster_algorithm": 72, "showing": 94, "shp2pgsql": 25, "si": [3, 5, 6, 8, 13, 15, 16, 19, 23, 25, 26, 28, 29, 31, 32, 36, 38, 39, 47, 48, 54, 56, 57, 60, 67, 73, 74, 78, 84, 85, 87, 90, 91, 93, 101, 102, 103, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 125, 129, 130, 131], "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, 130, 131], "siempr": [20, 29, 35, 56, 57, 69, 85, 100], "siend": [23, 25, 130], "sient": 20, "sig": [16, 25, 44, 86, 92, 100, 123, 125, 130, 131], "sigl": 4, "sign": [25, 130], "signatur": [23, 88, 108, 115, 116, 121], "signif": [92, 113, 118], "signific": [5, 25, 72, 73, 121, 125], "siguent": 85, "siguient": [3, 4, 5, 7, 10, 11, 12, 13, 16, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35, 38, 41, 44, 47, 48, 50, 52, 53, 54, 55, 56, 57, 58, 59, 62, 65, 66, 67, 69, 70, 72, 73, 74, 77, 78, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 116, 117, 122, 123, 125, 126, 127, 128, 129, 130, 131], "simetr": [4, 7, 13, 14, 15, 29, 30, 32, 33, 39, 40, 42, 43, 58, 63, 64, 75, 79, 113, 114], "simil": [23, 25, 72, 73], "similar": 30, "simpl": [25, 36, 85, 121, 123], "simplement": 101, "simplicity": 85, "simplif": 121, "simplific": [25, 121], "simplifying": 121, "simul": [29, 30], "simulat": [33, 40, 43, 64, 114], "simultan": [8, 9], "singh": 27, "sink": [19, 36], "sino": 124, "sintef": [94, 123], "siqu": 3, "sir": 4, "sirv": 77, "sistem": [26, 74, 76, 125], "siti": [27, 125], "situ": 74, "siz": [7, 106, 107, 117], "skipp": 123, "skipping": [56, 57, 60, 73, 92], "small": 123, "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "sobr": [3, 4, 23, 25, 26, 45, 54, 62, 67, 73, 74, 76, 106, 110, 116, 123, 125], "sobrecarg": [5, 20, 28, 93, 94, 116, 121], "soft": 123, "softwar": 27, "sol": [0, 1, 3, 6, 7, 9, 10, 15, 16, 18, 19, 20, 21, 23, 25, 36, 37, 41, 42, 43, 46, 47, 48, 49, 51, 52, 53, 54, 55, 59, 62, 63, 64, 65, 66, 68, 71, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 88, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 103, 112, 113, 114, 115, 116, 118, 121, 122, 124, 130, 131], "solicit": 5, "solicitud": [5, 20, 121], "solomon_100_rc_101": 111, "solucion": [4, 5, 25, 29, 30, 54, 74, 92, 93, 94, 121], "solution": [94, 105, 106, 107], "solutions": [106, 107], "solv": [93, 94], "solving": [33, 40, 43, 64, 114], "som": [86, 123, 126], "sombr": 85, "something": 35, "sometim": [106, 107], "soport": [20, 26, 28, 29, 31, 34, 38, 41, 52, 75, 79, 110, 121], "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, 130, 131], "sorting": 103, "sourabh": 27, "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, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_": 86, "source_p": 23, "sourcehandl": 26, "sp": 74, "spe": 123, "specialized_variants": 47, "sphinx": [26, 121], "split": [25, 92], "splitting": [25, 54, 74], "spoon": 34, "spoon_radius": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "st_": 121, "st_are": 34, "st_astext": [25, 54, 73, 74], "st_buff": [7, 25, 35, 56, 57, 74], "st_centr": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehull": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_intersection": [25, 73], "st_intersects": 74, "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "st_y": [25, 30, 54, 73, 74, 123], "stackexchang": 20, "standard": 121, "standarization": 121, "standarizing": [116, 121], "start": [16, 23, 26, 44, 47, 59, 62, 63, 65, 66, 108, 112, 113], "start_": [4, 16, 29, 30], "start_clos": [5, 93, 94, 123], "start_node_": [5, 93], "start_op": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "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, 130, 131], "start_vids": [44, 47, 59, 72, 108, 112, 113], "start_x": [5, 94, 123], "start_y": [5, 94, 123], "starting": [65, 66, 123], "startpoint": 73, "starts": 123, "statement": [103, 123], "status": [67, 106, 108, 112], "step": [86, 106, 107, 108, 112], "steph": 27, "stev": 121, "sto": 101, "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, 130, 131], "stop_": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "stopping": 121, "stops": 109, "stor": 123, "street": [25, 36], "strict": [25, 67, 106, 107, 109, 117, 129], "string_to_array": 23, "strings": 121, "structur": 123, "studi": 121, "sub": [48, 60, 65, 66, 75, 79, 106], "sub_": 92, "subconjunt": [6, 19, 35, 46, 56, 57, 60, 101, 118], "subgraf": [25, 78, 86, 95, 101], "subgraph": 104, "subrog": [5, 93, 94], "subseteq": 25, "subyacent": 70, "successive_shortest_path_nonnegative_weights": [90, 91], "suced": [25, 36], "sud": 26, "sufij": 92, "sugier": 72, "suitabl": 126, "sum": [5, 7, 14, 15, 19, 32, 39, 42, 43, 49, 63, 64, 71, 75, 79, 90, 91, 93, 94, 99, 101, 106, 107, 113, 114], "sum_": 16, "sumaris": 42, "sumider": 19, "summ": 27, "summary": [5, 93, 94], "sup": [19, 49, 71, 90, 91, 99], "superior": [0, 7, 15, 17, 25, 43, 50, 60, 61, 64, 68, 81, 82, 83, 90, 91, 96, 97, 98, 114, 115], "supermerc": [130, 131], "supli": 126, "supon": [25, 26], "supong": 5, "support": 121, "suprim": 121, "suscrib": 125, "suscribet": 125, "swapnil": 27, "sylvain": 27, "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, 130, 131], "systemctl": 26, "t": [5, 13, 23, 25, 35, 36, 49, 56, 70, 71, 78, 89, 90, 91, 92, 99, 101, 108, 121], "t_in_rul": 36, "t_out_rul": 36, "tabl": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 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, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 128, 129, 130, 131], "tabla_bord": 56, "table_ending": 92, "table_of_contents": [65, 66], "tagg": 125, "takub": 27, "tal": [1, 2, 3, 11, 14, 15, 16, 17, 36, 44, 48, 60, 61, 65, 66, 67, 69, 73, 85, 92, 100, 103, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "tall": 25, "tama\u00f1": [7, 13, 25, 55, 60, 67, 101], "tambien": [20, 25, 121, 125], "tan": [25, 60, 72], "tant": [0, 3, 4, 6, 7, 8, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "tar": 26, "tard": [4, 27], "tare": [25, 73], "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, 130, 131], "target_": [23, 25], "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_p": 23, "targets_original_": 86, "tarj": [84, 102], "tarrival": 111, "tasc": 27, "tasks": 86, "tbd": [86, 111], "tdepart": 111, "tech": 27, "temp": 60, "temporal": [23, 72, 77, 112], "temporary": [130, 131], "ten": [5, 20, 23, 25, 35, 36, 44, 45, 56, 57, 60, 74, 94, 113, 122, 125, 126], "tendr": [25, 26, 92], "tendran": [25, 86], "teng": [23, 25, 29, 56, 69, 107, 117, 125, 129, 130], "teor": [25, 101], "teorem": [11, 18, 69], "terc": 25, "tercer": 4, "termin": [5, 8, 9, 16, 25, 35, 36, 41, 42, 43, 50, 52, 53, 61, 72, 73, 110, 121], "test": [26, 35, 57, 121], "testers": [26, 121], "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "that": [86, 105, 106, 107, 109, 115, 117, 121, 123, 131], "the": [4, 25, 26, 35, 36, 54, 57, 60, 73, 74, 85, 93, 103, 104, 105, 106, 109, 115, 119, 121, 126, 130, 131], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_inf": 111, "the_out": 73, "the_points": 73, "them": [26, 103, 130, 131], "then": [23, 25, 36, 67, 73, 74, 105, 106, 107, 108, 112, 117], "theory": 4, "ther": [86, 94, 106, 107, 123], "therefor": [106, 107, 130, 131], "therfor": 123, "thet": [45, 75], "they": [86, 104], "this": [25, 54, 74, 86, 94, 106, 107, 117, 123, 130, 131], "thom": 4, "thos": 105, "three_options": [25, 54, 74], "through": [106, 107, 117], "thru": 105, "thurkow": 27, "tidy": [20, 121], "tiemp": [6, 7, 8, 9, 10, 13, 16, 21, 25, 27, 31, 32, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 65, 66, 69, 71, 72, 75, 78, 79, 80, 81, 82, 83, 84, 86, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 118], "tien": [3, 5, 13, 17, 19, 23, 25, 26, 28, 31, 36, 38, 41, 44, 45, 47, 48, 49, 55, 58, 59, 60, 62, 65, 66, 67, 68, 70, 71, 72, 74, 77, 78, 81, 82, 83, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101, 104, 105, 106, 107, 108, 109, 113, 115, 116, 117, 121, 129], "till": 4, "tim": [5, 7, 13, 75, 79, 93, 94, 108, 112, 113], "tip": [0, 3, 4, 5, 6, 7, 10, 11, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 121, 129, 130, 131], "tipic": 25, "titul": 25, "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to": [23, 26, 35, 52, 57, 77, 94, 104, 105, 106, 107, 108, 109, 111, 115, 116, 117, 119, 121, 123, 125, 126, 130, 131], "to_cost": 23, "tod": [5, 17, 19, 21, 23, 25, 26, 27, 28, 29, 35, 36, 45, 47, 49, 54, 55, 56, 57, 60, 61, 65, 66, 67, 68, 69, 71, 72, 73, 77, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91, 92, 93, 94, 97, 99, 100, 101, 102, 106, 107, 109, 112, 115, 116, 117, 118, 121, 122, 124, 125, 129, 130, 131], "todav": [1, 2, 3, 11, 14, 15, 16, 17, 60, 61, 65, 66, 67, 73, 85, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 131], "toky": 27, "toler": [35, 56, 74, 92], "toleranc": 92, "tom": [3, 4, 25, 29, 92, 105, 106, 107, 108, 109, 129], "tools": [26, 121], "top": [25, 60, 94, 123], "topic": 125, "topolog": [20, 35, 36, 57, 59, 60, 87, 92, 103, 115, 116, 119, 121, 122], "topological": 103, "topological_sorting": [59, 103], "topologically": 103, "topology": [35, 36, 56, 92, 108, 121, 123, 126], "total": [5, 13, 21, 25, 32, 34, 35, 39, 54, 55, 63, 67, 74, 80, 81, 82, 83, 92, 93, 94, 106, 107, 117, 118, 129, 130, 131], "totals": 60, "tour": 29, "trabaj": [4, 5, 6, 25, 54, 60, 74, 121, 123], "track": 125, "tram": [3, 106], "transform": [18, 23, 29, 85, 104, 119, 130], "transit": 104, "transitiv": 104, "transitive_closur": 104, "transport": [5, 25, 73], "transversal": [50, 78, 87], "traser": [5, 93, 94], "trasl": 5, "traslad": [5, 121], "trat": [36, 69, 74, 92, 101], "trav": 123, "travel": 94, "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, 130, 131], "traveling": [5, 86, 93, 94], "traveltim": 111, "traversal": [18, 119], "traversing": 86, "traves": [4, 13, 19, 25, 49, 71, 86, 90, 91, 99, 121, 125], "travez": 23, "trayectori": [3, 53, 67, 106, 117, 121], "tres": [13, 25, 45, 54, 74, 87], "triangul": [4, 15, 29, 30, 34, 43, 64, 114], "tries_per_temperatur": [29, 30], "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "tru": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "trying": [106, 107], "tsp": [5, 121], "tsp_results": 30, "tunel": [25, 73, 92], "tupl": 25, "turn": [5, 86, 105, 106, 107], "turn_restrict_sql": 23, "tut": [119, 131], "tutorial": 125, "tuv": [23, 36, 130, 131], "two": [85, 107, 117, 126], "two_way_if_null": 36, "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, 130, 131], "types": 123, "u": [3, 4, 6, 7, 8, 9, 13, 14, 15, 16, 17, 25, 26, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 59, 62, 63, 64, 72, 75, 79, 82, 86, 90, 91, 97, 103, 106, 107, 108, 112, 113, 114], "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "u_turns": 86, "ubic": [5, 6, 93, 94, 108, 112, 113, 114, 115, 116, 119, 121, 130, 131], "ubicaclon": [5, 94], "ubuntu": 121, "uk": 27, "ultim": [4, 23, 25, 26, 27, 28, 29, 30, 31, 38, 41, 44, 47, 52, 59, 62, 65, 67, 70, 72, 77, 105, 106, 107, 108, 109, 112, 116, 117, 129], "undirect": [25, 104, 105, 116, 126], "unexpect": [56, 57], "unic": [5, 7, 14, 15, 18, 32, 39, 42, 43, 46, 47, 63, 64, 72, 74, 75, 79, 92, 113, 114, 121, 123], "unid": [5, 7, 35, 56, 92, 125], "unidad": [6, 31, 32, 33, 38, 39, 40, 74, 85, 93, 94], "unidireccional": 36, "unific": 121, "union": [5, 13, 25, 31, 38, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107, 121], "univers": 30, "universid": [4, 30], "university": 27, "unknown": [25, 36], "unlogg": [56, 73], "unnam": [115, 116, 121], "unnest": [13, 56, 60, 65, 66, 73, 74], "untouch": 92, "unus": 121, "up": 123, "updat": [13, 25, 26, 30, 36, 54, 56, 73, 74, 86, 121, 123], "updating": 86, "upgrad": 121, "usa": [13, 20, 23, 25, 34, 56, 60, 73, 88, 91, 92, 107, 108, 121], "usad": [5, 15, 19, 20, 23, 69, 93, 94, 129, 130, 131], "usag": 121, "usam": 75, "usan": 35, "usand": [0, 1, 17, 19, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 52, 54, 56, 57, 59, 60, 61, 63, 65, 66, 67, 68, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 89, 90, 91, 92, 95, 96, 97, 98, 99, 101, 105, 106, 107, 108, 109, 112, 114, 115, 116, 117, 121, 122, 129], "usar": [5, 9, 13, 15, 16, 20, 23, 25, 34, 35, 36, 43, 47, 60, 64, 73, 93, 94, 121, 122, 125, 130], "usarl": [20, 122, 126], "usaron": 7, "usars": 23, "use": [5, 15, 23, 25, 35, 36, 73, 86, 89, 106, 109, 112, 113, 114, 115, 116, 121, 129, 130, 131], "used": [88, 123], "user": [23, 26, 56, 57], "users": 125, "using": [25, 54, 60, 73, 74, 88, 106, 107, 109, 121], "uso": [1, 2, 3, 5, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 26, 33, 40, 43, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 64, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 108, 109, 111, 113, 114, 115, 116, 119, 121, 125, 126, 127, 128, 129, 130, 131], "usos": 121, "usted": [36, 125], "usuari": [13, 15, 20, 23, 25, 26, 27, 43, 64, 114, 121, 122, 125, 126], "utf8": 121, "util": [25, 74, 119, 121], "utilic": [7, 23, 26, 73, 75, 79, 121], "utiliz": [0, 4, 5, 6, 8, 11, 13, 15, 16, 17, 18, 20, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 92, 93, 94, 95, 96, 97, 98, 100, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 127, 129], "uturns": 86, "v": [4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 19, 25, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 69, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 108, 112, 113, 114, 118, 123, 127], "v1": [86, 121], "v2": [27, 121], "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "va": [25, 36, 56, 61, 65, 66, 92], "vac": [92, 121], "vaci": [3, 16, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129], "val": [6, 23, 25, 31, 32, 33, 38, 39, 40, 44, 59, 92, 103, 104, 115, 130, 131], "validez": 23, "valor": [0, 5, 6, 7, 8, 9, 11, 14, 15, 16, 17, 19, 20, 23, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "valu": [3, 23, 25, 30, 31, 32, 38, 39, 41, 42, 44, 47, 48, 49, 59, 62, 63, 70, 71, 72, 73, 74, 78, 85, 89, 90, 91, 94, 99, 105, 107, 108, 111, 112, 113, 116, 117, 123], "vam": 92, "van": [5, 13, 25, 36, 86], "varch": [35, 56, 57], "vari": [5, 19, 23, 26, 31, 36, 38, 41, 44, 46, 47, 59, 62, 68, 70, 72, 93, 94, 101, 115, 121], "variabl": [34, 121], "variacion": [47, 77], "variant": 5, "varied": 25, "varnothing": [16, 19], "ve": [29, 45], "vea": 25, "veas": [25, 56, 57], "vec": [3, 13, 55, 74, 101, 123], "vecin": 100, "vectorial": 25, "veenit": 27, "vehcil": [94, 123], "vehicl": [93, 94], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "vehicul": [18, 25, 36, 60, 73, 130], "veloc": [5, 6, 25, 72, 93, 94], "vem": 92, "vendedor": [5, 15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "venkat": 27, "ventan": [5, 93, 94, 121], "ver": [20, 25, 121, 125], "veran": [56, 57], "verd": [13, 74], "verdader": [13, 23, 60, 73, 90], "verg": 27, "verif": 92, "vers": 121, "versaterm": 27, "versatil": 44, "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, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "versions": [52, 121], "vertex": [60, 105, 107, 108, 109, 112, 117, 119, 123, 126, 130, 131], "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, 130, 131], "vertex_i": [106, 107, 117, 129], "vertex_map": 86, "vertic": [0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 53, 55, 57, 58, 59, 62, 63, 64, 65, 66, 69, 70, 71, 72, 75, 77, 78, 79, 80, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 99, 100, 101, 102, 103, 104, 105, 108, 109, 112, 113, 114, 116, 118, 119, 121, 122, 124, 126, 127, 129], "vertice_": 67, "vertice_i": 67, "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vetic": 55, "vetric": [25, 31, 38, 41, 44, 47, 59, 62, 70, 72], "vez": [1, 2, 3, 4, 11, 14, 15, 16, 17, 23, 25, 26, 29, 30, 36, 44, 60, 61, 65, 66, 67, 73, 84, 85, 92, 100, 105, 106, 107, 108, 112, 113, 114, 115, 116, 117, 118, 119, 126, 127, 128, 129, 130, 131], "via": [3, 23, 119, 121, 130, 131], "via_path": [23, 121], "viaj": [4, 5, 23, 29, 30, 93, 94, 112], "viajant": [5, 15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "vial": [3, 92], "vicky": 27, "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, 130, 131], "vidh": 27, "vids": [23, 31, 32, 38, 39, 41, 42, 44, 61, 65, 66, 72], "vien": [4, 25, 103], "vieron": 13, "viol": 93, "violacion": 5, "violat": 109, "virgini": 27, "vision": [57, 92], "visit": [3, 4, 5, 20, 25, 29, 30, 61, 81, 83, 96, 98, 115, 121, 129], "visits": [67, 106, 112], "vist": [25, 60, 73, 123], "visual": [25, 60, 121, 130, 131], "visualiz": 121, "vizing": [11, 18, 69], "vojt\u011bch": 118, "volatil": 13, "volt": [36, 121], "volum": 5, "volunt": 101, "volv": 25, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "vuelt": [3, 25], "vuelv": 121, "vumpl": 29, "w": 13, "wagn": 101, "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "waiting": [5, 93, 94], "wang": 27, "want": 86, "wanting": 123, "warning": 23, "warnings": 121, "warshall": [7, 20, 75, 79, 122], "was": [56, 57, 121, 123], "waterlo": [4, 30], "way": [36, 103, 126, 131], "ways": [7, 25, 36], "web": [27, 125, 130], "went": 35, "wer": 86, "wget": [7, 26], "when": [16, 19, 23, 25, 35, 36, 67, 73, 74, 86, 88, 104, 106, 107, 108, 109, 112, 117, 121, 123], "wher": [7, 13, 23, 25, 29, 30, 33, 35, 40, 43, 45, 49, 52, 53, 54, 56, 57, 60, 64, 67, 70, 71, 73, 74, 75, 79, 85, 86, 89, 90, 91, 92, 94, 95, 99, 101, 103, 104, 106, 107, 108, 111, 112, 117, 121, 123, 130, 131], "which": [86, 106, 107, 108, 123], "whitney": 4, "wi29": 30, "wiesenh": 27, "wiki": [5, 6, 8, 19, 26, 27, 28, 31, 38, 41, 42, 44, 47, 51, 59, 61, 62, 63, 65, 66, 67, 71, 72, 73, 84, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedi": [0, 1, 4, 5, 6, 8, 11, 19, 21, 25, 28, 29, 30, 31, 37, 38, 41, 42, 44, 46, 47, 48, 50, 51, 54, 58, 59, 61, 62, 63, 65, 66, 67, 69, 71, 72, 80, 81, 82, 83, 84, 85, 86, 88, 89, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 111, 118, 124], "will": [86, 103, 107, 117, 123, 130, 131], "william": 4, "windows": [26, 121], "winni": 121, "with": [7, 13, 25, 30, 33, 35, 36, 40, 43, 54, 56, 57, 60, 64, 73, 74, 85, 86, 92, 94, 105, 106, 107, 108, 109, 111, 114, 117, 121, 126, 130, 131], "with_doc": 26, "with_seq": [106, 107], "within": [115, 121], "withpoints": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "wl": 3, "wncontr": [108, 112], "woodbridg": [27, 121], "work": [130, 131], "working": 123, "workshop": [25, 27], "world": 105, "wrong": [35, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 26, 27, 31, 38, 41, 42, 49, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 130, 131], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yig": 27, "your": [35, 57, 125], "z": 13, "zia": 27, "zimanyi": 27, "\u00c9stas": 3, "\u00d3": 29, "\u00e9sta": [5, 20, 93, 94, 121], "\u00e9ste": [23, 25, 73]}, "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", "M\u00e9tricas - 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_betweennessCentrality", "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 Propuesto", "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 - Propuesto", "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", "Transformaci\u00f3n - Familia de funciones", "Traversal - Familia de funciones", "Via- Categoria", "withPoints- Categor\u00eda", "withPoints - Familia de funciones"], "titleterms": {"0": [20, 121], "01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "1": [13, 29, 62, 121], "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "2": [13, 62, 121], "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "3": [13, 20, 62, 121], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "4": [62, 121], "5": [62, 121], "6": [62, 121], "7": [20, 27, 62, 121], "8": [62, 121], "9": [62, 121], "A": [6, 8], "Con": [56, 107, 108, 112, 113, 114, 115, 117, 131], "El": 13, "En": [25, 73, 130, 131], "Estado": [67, 106], "La": [16, 67, 106, 123], "Las": [94, 123], "Los": [94, 123], "NO": [35, 56, 57], "No": [25, 113], "Sin": 13, "Un": 74, "Una": [67, 74, 106, 107, 117], "Uno": [23, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116], "Y": 25, "actializ": [13, 25, 73], "actualiz": [13, 25, 26, 73], "add": 86, "adding": 86, "additional": 103, "adicional": [13, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 99, 101, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "agreg": [30, 67, 106, 107, 117], "ajust": 25, "alfabet": 27, "algoritm": [3, 106, 107], "almacen": [13, 25, 30, 54, 74], "and": [62, 107, 117], "apoy": 123, "arbol": [25, 124], "arist": [0, 3, 7, 10, 13, 15, 16, 17, 19, 23, 25, 28, 31, 32, 33, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "asegur": [56, 73], "asimetr": 29, "astar": [6, 31, 32, 33, 38, 39, 40], "avanz": [6, 16, 19, 130, 131], "a\u00f1ad": [13, 25, 73], "bas": [13, 25, 26, 56, 73], "bfs": [0, 81, 96], "bidireccional": 8, "bidirectional": 9, "bord": [25, 35, 56, 57, 60], "calculat": 86, "callejon": [25, 60], "cambi": 121, "camin": [25, 73], "capac": 5, "caracterist": [4, 5, 9, 14, 15, 29, 30, 65, 66, 93, 94], "carg": 25, "cas": 13, "categor": [0, 1, 2, 5, 14, 15, 17, 20, 122, 124, 130], "categori": 129, "cercan": [25, 54, 65, 66, 74], "chines": 10, "cicl": 13, "ciudad": 30, "codig": 25, "coincid": [35, 56, 57], "colabor": 27, "color": 11, "column": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "com": [13, 25, 74, 85], "combin": [16, 19, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 123, 130, 131], "combinations": 123, "comercial": 125, "compar": 92, "compart": 85, "compil": 26, "complet": [56, 86], "component": [12, 25, 54, 74], "comprob": [25, 73], "comprueb": 25, "concept": [20, 25], "conduccion": [130, 131], "conect": [25, 29, 54, 74], "conexion": [25, 54, 74], "configur": 26, "conoc": 73, "consej": 25, "constru": 25, "construccion": 13, "consult": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "conten": [4, 5, 20, 23, 121, 130, 131], "contraccion": [13, 25, 55], "contraction": 13, "contraid": 13, "contribu": 25, "coorden": 30, "corpor": 27, "corre": 125, "cort": [2, 25, 26, 73], "cost": [14, 15, 25, 30, 62, 67, 106, 107, 117, 123], "cre": [25, 56, 73, 86], "creacion": [30, 56, 73, 130, 131], "creat": 86, "cruc": [25, 73], "cruz": [25, 73], "cuand": [35, 56, 57, 73, 130, 131], "cuentr": [25, 73], "dad": 74, "dat": [7, 13, 23, 25, 26, 29, 30, 56, 73, 86, 123], "defect": [35, 56, 57], "definicion": [4, 16, 25, 29, 30], "demand": 5, "dependent": 26, "derech": [112, 113, 116, 130, 131], "desconect": [25, 54, 74], "descripcion": [6, 8, 10, 21, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118], "destin": 13, "details": 108, "devolu": 34, "dfs": [1, 50, 61, 83, 98], "dijkstr": [9, 16, 65, 66], "direct": 123, "dirig": [13, 62, 85, 123], "dispon": 20, "distanci": [17, 68, 115], "divid": [25, 73], "document": [6, 16, 19, 130, 131], "dos": 74, "edge": 86, "edges": [86, 123], "ejecu": [60, 73, 74], "ejempl": [25, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 67, 68, 70, 71, 72, 73, 74, 78, 84, 85, 86, 89, 90, 91, 92, 94, 99, 101, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117], "element": 27, "elimin": [25, 73], "encontr": 74, "enfrent": [67, 106, 112], "entreg": [5, 93, 94, 123], "equivalent": 62, "estructur": [23, 25], "exampl": 103, "existent": 60, "expansion": [25, 124], "experimental": [5, 10, 18, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 77, 78, 84, 86, 87, 90, 91, 93, 94, 101, 103, 104, 109, 111], "factor": [5, 6], "famili": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 16, 19, 20, 21, 22, 24, 118, 122, 126, 127, 128, 131], "fil": 5, "filling": 86, "fin": 30, "final": [67, 106, 107, 117], "firm": [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, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 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, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117], "flow": 19, "fluj": [19, 25], "fly": [107, 108], "for": [107, 108], "from": 86, "front": [107, 108, 117], "fuent": 26, "fuer": 123, "funcion": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 118, 119, 122, 126, 127, 128, 131], "function": [106, 107], "gener": 29, "general": [4, 14, 15, 19, 20, 25, 129], "geometr": [25, 30, 73], "gir": 23, "gis": 125, "giv": 86, "grad": 60, "graf": [13, 25, 62, 73, 85, 123], "grafic": 85, "graph": [86, 108, 123], "guard": [25, 54, 74], "gui": 23, "habilit": 26, "heurist": 6, "id": 25, "idenifying": 86, "identif": [73, 85, 86], "imagen": [92, 123], "import": [113, 115, 130, 131], "in": [107, 108, 117], "incomplet": 29, "inform": [4, 13, 14, 15, 19, 25, 27, 54, 73, 74, 129], "inici": 29, "inspeccion": [56, 73], "instal": 26, "interes": [29, 74, 123], "intern": [0, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "introduccion": [3, 5, 7, 13, 16, 27, 127, 130, 131], "introduzc": [25, 73], "izquierd": [112, 113, 116, 130, 131], "k": 2, "kruskal": [21, 23], "ksp": [28, 109, 116], "lad": [112, 113, 115, 116, 130, 131], "lanzamient": [27, 121], "leaf": 86, "licenci": 27, "limpiez": [56, 73], "line": 73, "lineal": [13, 25, 60, 85], "list": 125, "lleg": [67, 106, 107, 117], "llen": [74, 123], "longitud": 25, "loops": 86, "main": 123, "manej": [5, 17, 68, 112, 113, 115, 116, 130, 131], "manipul": 5, "map": 86, "mapping": 86, "mas": [2, 25, 27, 54, 73, 74], "matrix": 15, "matriz": [5, 29, 93], "maxim": 74, "mayors": 121, "metric": 22, "migr": 23, "migracion": 23, "minors": 121, "much": [25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 74, 89, 90, 91, 99, 105, 108, 112, 113, 116], "muestr": [13, 123], "multipl": [23, 25, 50, 61, 68, 81, 82, 83, 96, 97, 98, 115], "newly": 86, "nod": [67, 86, 106, 107, 117], "not": [20, 121], "nuev": [23, 25, 73], "obten": [25, 26, 30, 54, 62, 74], "occidental": 30, "of": [107, 117], "oficial": 20, "on": [86, 107, 108], "opcional": [0, 4, 5, 6, 7, 15, 16, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 79, 81, 83, 85, 93, 94, 96, 98, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "oper": 13, "optional": 109, "or": [107, 108, 117], "orden": [5, 24, 27, 93, 94, 123], "orders": [94, 123], "orig": [4, 13], "original": [86, 94, 123], "par": [7, 25, 29, 30, 62, 107, 108, 112, 113, 114, 115, 116, 117, 121, 131], "parameters": 109, "parametr": [0, 3, 4, 5, 6, 7, 10, 15, 16, 17, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 129, 130, 131], "part": 60, "pas": [27, 67, 106, 112], "pass": [107, 108, 117], "patrocin": 27, "per": 20, "person": 27, "pertenec": 13, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeoneway": 36, "pgr_articulationpoints": 37, "pgr_ast": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdast": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstr": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentrality": 45, "pgr_biconnectedcomponents": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostm": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcomponents": 54, "pgr_contraction": 55, "pgr_createtopology": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeordering": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstr": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstran": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravi": [23, 67], "pgr_drivingdistanc": [23, 68], "pgr_edgecoloring": 69, "pgr_edgedisjointpaths": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshall": 75, "pgr_full_version": 76, "pgr_hawickcircuits": 77, "pgr_isplan": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbfs": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldfs": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphfull": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclid": 94, "pgr_prim": 95, "pgr_primbfs": [23, 96], "pgr_primdd": [23, 97], "pgr_primdfs": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcoloring": 100, "pgr_stoerwagn": 101, "pgr_strongcomponents": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoints": [23, 108], "pgr_trspvi": [23, 106], "pgr_trspvia_withpoints": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclid": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoints": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvi": [23, 117], "pgrouting": [20, 25, 121], "points": [107, 108, 117], "postm": 10, "prep": 25, "prepar": [25, 54, 74], "present": 27, "prim": [23, 118], "principal": [67, 106], "problem": [4, 10, 16, 29, 30, 125], "prop": [105, 106, 107, 108, 117], "propuest": [60, 65, 66, 67, 73, 85, 100, 112, 113, 114, 115, 116, 119], "propust": 61, "prueb": [26, 30, 60, 73], "punt": [15, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "query": 94, "recog": [5, 93, 94, 123], "recorr": 30, "red": [130, 131], "referent": 120, "removing": 86, "rendimient": [7, 25], "report": 125, "represent": 85, "respuest": 74, "restriccion": [3, 23, 25, 105, 106, 107, 108, 109, 123, 129], "restriction": 86, "result": [0, 5, 7, 11, 13, 15, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 129], "results": 86, "resum": 5, "reverse_cost": [25, 62, 123], "revis": [25, 54, 74], "routing": 86, "rut": [2, 25, 62, 67, 74, 106, 107, 117], "rute": [5, 25, 56, 73], "sah": 30, "sal": [13, 25, 56, 60], "sec": 74, "select": 25, "self": 86, "show": 108, "simplifying": 86, "sinopsis": [9, 15, 93, 94], "sobr": [130, 131], "sobrant": [25, 73], "sobrecarg": 25, "soft": 86, "solucion": 62, "soport": 125, "special": 109, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "status": [107, 117], "stor": 86, "subgraf": [13, 60], "sumul": [106, 107], "tabl": [4, 13, 20, 25, 30, 35, 56, 57, 60, 73, 74, 86, 123], "tambien": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "tant": 13, "temporal": [130, 131], "tercer": [67, 106, 107, 117], "the": [86, 94, 107, 108, 117, 123], "tiemp": 5, "tien": [56, 73], "to": 86, "tod": [7, 20, 74], "topolog": [25, 56, 73, 113, 123, 126], "total": 30, "tour": 30, "transform": [86, 127], "transformation": 86, "traversal": 128, "trsp": [3, 25], "tsp": [4, 29, 30], "ubiacion": 5, "undirect": [108, 123], "unic": [23, 50, 61, 68, 81, 82, 83, 85, 96, 97, 98, 115], "unidad": 5, "usand": [13, 23, 62], "usar": [112, 113, 114, 115, 116], "use": [107, 108, 117], "using": 86, "uso": [29, 35, 56, 57, 107, 112, 117], "utiliz": 23, "v3": 27, "valor": [34, 35, 56, 57], "valu": 86, "vari": 25, "variabl": 26, "variacion": [107, 112, 117], "vehicul": [5, 93, 94, 123], "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, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "veric": 86, "version": [20, 26, 27, 121], "vertex": 86, "vertic": [13, 23, 25, 29, 50, 54, 56, 60, 61, 67, 68, 73, 74, 81, 82, 83, 86, 96, 97, 98, 106, 107, 115, 117, 123, 130, 131], "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "viajant": 4, "viej": 23, "visit": [67, 106, 107, 112, 117], "visits": [107, 108, 117], "visual": 30, "wiki": 25, "with": 123, "withpoints": [130, 131], "withpointsksp": 116, "x": [25, 27, 121]}}) \ No newline at end of file diff --git a/3.7/es/spanningTree-family.html b/3.7/es/spanningTree-family.html index ba6ed250ce..baa7c9f94c 100644 --- a/3.7/es/spanningTree-family.html +++ b/3.7/es/spanningTree-family.html @@ -10,13 +10,13 @@ Árbol de expansión - Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -230,7 +230,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/support.html b/3.7/es/support.html index 8f79e145f7..811e680d10 100644 --- a/3.7/es/support.html +++ b/3.7/es/support.html @@ -10,13 +10,13 @@ Soporte — pgRouting Manual (3.7-dev) - + - + - + @@ -256,7 +256,7 @@

                    Listas de correo y GIS StackExchangeSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/topology-functions.html b/3.7/es/topology-functions.html index 5fc024c532..9d5afc955c 100644 --- a/3.7/es/topology-functions.html +++ b/3.7/es/topology-functions.html @@ -10,13 +10,13 @@ Topología - Familia de Funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -249,7 +249,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/transformation-family.html b/3.7/es/transformation-family.html index 3de163a83e..4af8931bf0 100644 --- a/3.7/es/transformation-family.html +++ b/3.7/es/transformation-family.html @@ -10,13 +10,13 @@ Transformación - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -258,7 +258,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/traversal-family.html b/3.7/es/traversal-family.html index aaf785d0f9..c10fc48a47 100644 --- a/3.7/es/traversal-family.html +++ b/3.7/es/traversal-family.html @@ -10,13 +10,13 @@ Traversal - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -263,7 +263,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/via-category.html b/3.7/es/via-category.html index b4416dc989..851199d895 100644 --- a/3.7/es/via-category.html +++ b/3.7/es/via-category.html @@ -10,13 +10,13 @@ Via- Categoria — pgRouting Manual (3.7-dev) - + - + - + @@ -634,7 +634,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/withPoints-category.html b/3.7/es/withPoints-category.html index 759fbef9f8..f8ab3d4b85 100644 --- a/3.7/es/withPoints-category.html +++ b/3.7/es/withPoints-category.html @@ -10,13 +10,13 @@ withPoints- Categoría — pgRouting Manual (3.7-dev) - + - + - + @@ -801,7 +801,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/es/withPoints-family.html b/3.7/es/withPoints-family.html index d5c0a307a1..42a2234a12 100644 --- a/3.7/es/withPoints-family.html +++ b/3.7/es/withPoints-family.html @@ -10,13 +10,13 @@ withPoints - Familia de funciones — pgRouting Manual (3.7-dev) - + - + - + @@ -785,7 +785,7 @@

                    Ver tambiénSphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/.buildinfo b/3.7/zh_Hans/.buildinfo index 37ef7f5c17..890a47826a 100644 --- a/3.7/zh_Hans/.buildinfo +++ b/3.7/zh_Hans/.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: b3db268bc2f732d88cd93ae041571ef2 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 99eb3865bee7e4cf43bad30023c2b25f tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/3.7/zh_Hans/BFS-category.html b/3.7/zh_Hans/BFS-category.html index 3e8a7cf077..ace38ae4d2 100644 --- a/3.7/zh_Hans/BFS-category.html +++ b/3.7/zh_Hans/BFS-category.html @@ -10,10 +10,10 @@ BFS - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -436,7 +436,7 @@

                    另请参阅Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/DFS-category.html b/3.7/zh_Hans/DFS-category.html index 9c9553c6f9..9d52481701 100644 --- a/3.7/zh_Hans/DFS-category.html +++ b/3.7/zh_Hans/DFS-category.html @@ -10,10 +10,10 @@ DFS - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -228,7 +228,7 @@

                    另请参阅Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/KSP-category.html b/3.7/zh_Hans/KSP-category.html index ef3b80b3b3..30e9847330 100644 --- a/3.7/zh_Hans/KSP-category.html +++ b/3.7/zh_Hans/KSP-category.html @@ -10,10 +10,10 @@ K最短路径 - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -213,7 +213,7 @@

                    K最短路径 - 类别Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/TRSP-family.html b/3.7/zh_Hans/TRSP-family.html index 6930be4dde..84ae9fcad7 100644 --- a/3.7/zh_Hans/TRSP-family.html +++ b/3.7/zh_Hans/TRSP-family.html @@ -10,10 +10,10 @@ TRSP - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -457,7 +457,7 @@

                    另请参阅Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/TSP-family.html b/3.7/zh_Hans/TSP-family.html index 93748d27a3..ef97287fe6 100644 --- a/3.7/zh_Hans/TSP-family.html +++ b/3.7/zh_Hans/TSP-family.html @@ -10,10 +10,10 @@ Traveling Sales Person - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -331,7 +331,7 @@

                    另请参阅 © Copyright pgRouting Contributors - Version v3.7.0-dev.
                    Last updated on 10月 10, 2024.
                    - Created using
                    Sphinx 8.0.2.
                    + Created using Sphinx 8.1.0.

                    diff --git a/3.7/zh_Hans/VRP-category.html b/3.7/zh_Hans/VRP-category.html index bbea6f8802..224a426381 100644 --- a/3.7/zh_Hans/VRP-category.html +++ b/3.7/zh_Hans/VRP-category.html @@ -10,10 +10,10 @@ 车辆路由功能 - 类别(实验) — pgRouting Manual (3.7-dev) - + - + @@ -1089,7 +1089,7 @@

                    时间处理
                  • 因数 应为 1

                  • 因子 > 1 时,行程时间更快

                  • -
                  • 因子 < 1 时,行程时间会变慢

                  • +
                  • 因子 < 1 时,行程时间会变慢

                @@ -1189,7 +1189,7 @@

                另请参阅 © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using
                Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/_static/basic.css b/3.7/zh_Hans/_static/basic.css index f316efcb47..7ebbd6d07b 100644 --- a/3.7/zh_Hans/_static/basic.css +++ b/3.7/zh_Hans/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -115,15 +108,11 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { diff --git a/3.7/zh_Hans/_static/doctools.js b/3.7/zh_Hans/_static/doctools.js index 4d67807d17..0398ebb9f0 100644 --- a/3.7/zh_Hans/_static/doctools.js +++ b/3.7/zh_Hans/_static/doctools.js @@ -1,12 +1,5 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * * Base JavaScript utilities for all Sphinx HTML documentation. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; diff --git a/3.7/zh_Hans/_static/graphviz.css b/3.7/zh_Hans/_static/graphviz.css index 027576e34d..30f3837b62 100644 --- a/3.7/zh_Hans/_static/graphviz.css +++ b/3.7/zh_Hans/_static/graphviz.css @@ -1,12 +1,5 @@ /* - * graphviz.css - * ~~~~~~~~~~~~ - * * Sphinx stylesheet -- graphviz extension. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ img.graphviz { diff --git a/3.7/zh_Hans/_static/language_data.js b/3.7/zh_Hans/_static/language_data.js index 367b8ed81b..c7fe6c6faf 100644 --- a/3.7/zh_Hans/_static/language_data.js +++ b/3.7/zh_Hans/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; diff --git a/3.7/zh_Hans/_static/searchtools.js b/3.7/zh_Hans/_static/searchtools.js index b08d58c9b9..2c774d17af 100644 --- a/3.7/zh_Hans/_static/searchtools.js +++ b/3.7/zh_Hans/_static/searchtools.js @@ -1,12 +1,5 @@ /* - * searchtools.js - * ~~~~~~~~~~~~~~~~ - * * Sphinx JavaScript utilities for the full-text search. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; @@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") { // and returns the new score. /* score: result => { - const [docname, title, anchor, descr, score, filename] = result + const [docname, title, anchor, descr, score, filename, kind] = result return score }, */ @@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") { }; } +// Global search result kind enum, used by themes to style search results. +class SearchResultKind { + static get index() { return "index"; } + static get object() { return "object"; } + static get text() { return "text"; } + static get title() { return "title"; } +} + const _removeChildren = (element) => { while (element && element.lastChild) element.removeChild(element.lastChild); }; @@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => { const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; const contentRoot = document.documentElement.dataset.content_root; - const [docName, title, anchor, descr, score, _filename] = item; + const [docName, title, anchor, descr, score, _filename, kind] = item; let listItem = document.createElement("li"); + // Add a class representing the item's type: + // can be used by a theme's CSS selector for styling + // See SearchResultKind for the class names. + listItem.classList.add(`kind-${kind}`); let requestUrl; let linkUrl; if (docBuilder === "dirhtml") { @@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => { "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." ); else - Search.status.innerText = _( - "Search finished, found ${resultCount} page(s) matching the search query." + Search.status.innerText = Documentation.ngettext( + "Search finished, found one page matching the search query.", + "Search finished, found ${resultCount} pages matching the search query.", + resultCount, ).replace('${resultCount}', resultCount); }; const _displayNextItem = ( @@ -138,7 +145,7 @@ const _displayNextItem = ( else _finishSearch(resultCount); }; // Helper function used by query() to order search results. -// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Each input is an array of [docname, title, anchor, descr, score, filename, kind]. // Order the results by score (in opposite order of appearance, since the // `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. const _orderResultsByScoreThenName = (a, b) => { @@ -248,6 +255,7 @@ const Search = { searchSummary.classList.add("search-summary"); searchSummary.innerText = ""; const searchList = document.createElement("ul"); + searchList.setAttribute("role", "list"); searchList.classList.add("search"); const out = document.getElementById("search-results"); @@ -318,7 +326,7 @@ const Search = { const indexEntries = Search._index.indexentries; // Collect multiple result groups to be sorted separately and then ordered. - // Each is an array of [docname, title, anchor, descr, score, filename]. + // Each is an array of [docname, title, anchor, descr, score, filename, kind]. const normalResults = []; const nonMainIndexResults = []; @@ -337,6 +345,7 @@ const Search = { null, score + boost, filenames[file], + SearchResultKind.title, ]); } } @@ -354,6 +363,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.index, ]; if (isMain) { normalResults.push(result); @@ -475,6 +485,7 @@ const Search = { descr, score, filenames[match[0]], + SearchResultKind.object, ]); }; Object.keys(objects).forEach((prefix) => @@ -585,6 +596,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.text, ]); } return results; diff --git a/3.7/zh_Hans/aStar-family.html b/3.7/zh_Hans/aStar-family.html index 45e6405586..deabdc676f 100644 --- a/3.7/zh_Hans/aStar-family.html +++ b/3.7/zh_Hans/aStar-family.html @@ -10,10 +10,10 @@ A* - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -366,7 +366,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/allpairs-family.html b/3.7/zh_Hans/allpairs-family.html index 3361fd8bb6..d8d4eda8cc 100644 --- a/3.7/zh_Hans/allpairs-family.html +++ b/3.7/zh_Hans/allpairs-family.html @@ -10,10 +10,10 @@ All Pairs - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -784,7 +784,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/bdAstar-family.html b/3.7/zh_Hans/bdAstar-family.html index 1806afdfe3..2d5adc5cdc 100644 --- a/3.7/zh_Hans/bdAstar-family.html +++ b/3.7/zh_Hans/bdAstar-family.html @@ -10,10 +10,10 @@ 双向A* - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -259,7 +259,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/bdDijkstra-family.html b/3.7/zh_Hans/bdDijkstra-family.html index 6e468b5674..10b09575d3 100644 --- a/3.7/zh_Hans/bdDijkstra-family.html +++ b/3.7/zh_Hans/bdDijkstra-family.html @@ -10,10 +10,10 @@ 双向 Dijkstra - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -250,7 +250,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/chinesePostmanProblem-family.html b/3.7/zh_Hans/chinesePostmanProblem-family.html index f63cbf425d..e3e8c0cf77 100644 --- a/3.7/zh_Hans/chinesePostmanProblem-family.html +++ b/3.7/zh_Hans/chinesePostmanProblem-family.html @@ -10,10 +10,10 @@ 中国邮递员问题 - 函数族(实验) — pgRouting Manual (3.7-dev) - + - + @@ -335,7 +335,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/coloring-family.html b/3.7/zh_Hans/coloring-family.html index 27e9840729..4a9f680b73 100644 --- a/3.7/zh_Hans/coloring-family.html +++ b/3.7/zh_Hans/coloring-family.html @@ -10,10 +10,10 @@ 着色 - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -320,7 +320,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/components-family.html b/3.7/zh_Hans/components-family.html index 15c445ddb3..84fffb944d 100644 --- a/3.7/zh_Hans/components-family.html +++ b/3.7/zh_Hans/components-family.html @@ -10,10 +10,10 @@ 分量 - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -242,7 +242,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/contraction-family.html b/3.7/zh_Hans/contraction-family.html index e25249f30a..0d971ec1ef 100644 --- a/3.7/zh_Hans/contraction-family.html +++ b/3.7/zh_Hans/contraction-family.html @@ -10,10 +10,10 @@ 收缩 - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -1195,7 +1195,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/cost-category.html b/3.7/zh_Hans/cost-category.html index c55eb24a4d..0aa278f0f9 100644 --- a/3.7/zh_Hans/cost-category.html +++ b/3.7/zh_Hans/cost-category.html @@ -10,10 +10,10 @@ 成本 - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -260,7 +260,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/costMatrix-category.html b/3.7/zh_Hans/costMatrix-category.html index 5ff2eff393..fe18013d89 100644 --- a/3.7/zh_Hans/costMatrix-category.html +++ b/3.7/zh_Hans/costMatrix-category.html @@ -10,10 +10,10 @@ 成本矩阵 - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -555,7 +555,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/dijkstra-family.html b/3.7/zh_Hans/dijkstra-family.html index 827ef7c3c3..530f81f344 100644 --- a/3.7/zh_Hans/dijkstra-family.html +++ b/3.7/zh_Hans/dijkstra-family.html @@ -10,10 +10,10 @@ Dijkstra - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -441,7 +441,7 @@

                问题定义(高级文档)
              • 顶点集 \(V\)

                  -
                • \(V = source \cup target \cup {start_{vid}} \cup {end_{vid}}\)

                • +
                • \(V = source \cup target \cup {start_v{vid}} \cup {end_{vid}}\)

              • 边集 \(E\)

                @@ -525,7 +525,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/drivingDistance-category.html b/3.7/zh_Hans/drivingDistance-category.html index 5cad16e214..b04897e583 100644 --- a/3.7/zh_Hans/drivingDistance-category.html +++ b/3.7/zh_Hans/drivingDistance-category.html @@ -10,10 +10,10 @@ 驾驶距离 - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -421,7 +421,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/experimental.html b/3.7/zh_Hans/experimental.html index 9adf8749e7..f7a5ff08d4 100644 --- a/3.7/zh_Hans/experimental.html +++ b/3.7/zh_Hans/experimental.html @@ -10,10 +10,10 @@ 实验函数 — pgRouting Manual (3.7-dev) - + - + @@ -303,7 +303,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/flow-family.html b/3.7/zh_Hans/flow-family.html index 8f22fe8203..e5d13e8e48 100644 --- a/3.7/zh_Hans/flow-family.html +++ b/3.7/zh_Hans/flow-family.html @@ -10,10 +10,10 @@ Flow - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -663,7 +663,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/genindex.html b/3.7/zh_Hans/genindex.html index 57fa2a062f..c23bc8f785 100644 --- a/3.7/zh_Hans/genindex.html +++ b/3.7/zh_Hans/genindex.html @@ -9,10 +9,10 @@ Index — pgRouting Manual (3.7-dev) - + - + @@ -695,7 +695,7 @@

                W

                © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/index.html b/3.7/zh_Hans/index.html index 5e069bc5e1..d6e6ae1186 100644 --- a/3.7/zh_Hans/index.html +++ b/3.7/zh_Hans/index.html @@ -10,10 +10,10 @@ 目录 — pgRouting Manual (3.7-dev) - + - + @@ -514,7 +514,7 @@

                所有版本Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/kruskal-family.html b/3.7/zh_Hans/kruskal-family.html index 2725dbc872..7b53214b58 100644 --- a/3.7/zh_Hans/kruskal-family.html +++ b/3.7/zh_Hans/kruskal-family.html @@ -10,10 +10,10 @@ Kruskal - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -305,7 +305,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/metrics-family.html b/3.7/zh_Hans/metrics-family.html index 6ab9eef104..efa7cff3bb 100644 --- a/3.7/zh_Hans/metrics-family.html +++ b/3.7/zh_Hans/metrics-family.html @@ -10,10 +10,10 @@ Metrics - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -235,7 +235,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/migration.html b/3.7/zh_Hans/migration.html index a93094e6a3..6cae90f352 100644 --- a/3.7/zh_Hans/migration.html +++ b/3.7/zh_Hans/migration.html @@ -10,10 +10,10 @@ 迁移指南 — pgRouting Manual (3.7-dev) - + - + @@ -3098,7 +3098,7 @@

                另请参阅 © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using
                Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/ordering-family.html b/3.7/zh_Hans/ordering-family.html index db7b8da646..5f7ee03023 100644 --- a/3.7/zh_Hans/ordering-family.html +++ b/3.7/zh_Hans/ordering-family.html @@ -10,10 +10,10 @@ 排序 - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -235,7 +235,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgRouting-concepts.html b/3.7/zh_Hans/pgRouting-concepts.html index cf2e4253f0..cdefb099a8 100644 --- a/3.7/zh_Hans/pgRouting-concepts.html +++ b/3.7/zh_Hans/pgRouting-concepts.html @@ -10,10 +10,10 @@ pgRouting 基本概念 — pgRouting Manual (3.7-dev) - + - + @@ -2820,7 +2820,7 @@

                如何贡献 © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using
                Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgRouting-installation.html b/3.7/zh_Hans/pgRouting-installation.html index efff1a8ab5..ac1c8fc819 100644 --- a/3.7/zh_Hans/pgRouting-installation.html +++ b/3.7/zh_Hans/pgRouting-installation.html @@ -10,10 +10,10 @@ 安装 — pgRouting Manual (3.7-dev) - + - + @@ -511,7 +511,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgRouting-introduction.html b/3.7/zh_Hans/pgRouting-introduction.html index b04b67fdef..e53337e8e8 100644 --- a/3.7/zh_Hans/pgRouting-introduction.html +++ b/3.7/zh_Hans/pgRouting-introduction.html @@ -10,10 +10,10 @@ 介绍 — pgRouting Manual (3.7-dev) - + - + @@ -361,7 +361,7 @@

                更多信息Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_KSP.html b/3.7/zh_Hans/pgr_KSP.html index 1bffabee67..fc76caa4be 100644 --- a/3.7/zh_Hans/pgr_KSP.html +++ b/3.7/zh_Hans/pgr_KSP.html @@ -10,10 +10,10 @@ pgr_KSP — pgRouting Manual (3.7-dev) - + - + @@ -1042,7 +1042,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_TSP.html b/3.7/zh_Hans/pgr_TSP.html index d7b0e50703..2dc80f2bb6 100644 --- a/3.7/zh_Hans/pgr_TSP.html +++ b/3.7/zh_Hans/pgr_TSP.html @@ -10,10 +10,10 @@ pgr_TSP — pgRouting Manual (3.7-dev) - + - + @@ -673,7 +673,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_TSPeuclidean.html b/3.7/zh_Hans/pgr_TSPeuclidean.html index aa30ab7983..f0bbc473d3 100644 --- a/3.7/zh_Hans/pgr_TSPeuclidean.html +++ b/3.7/zh_Hans/pgr_TSPeuclidean.html @@ -10,10 +10,10 @@ pgr_TSPeuclidean — pgRouting Manual (3.7-dev) - + - + @@ -607,7 +607,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_aStar.html b/3.7/zh_Hans/pgr_aStar.html index 6e038cc43d..495d3cf6e5 100644 --- a/3.7/zh_Hans/pgr_aStar.html +++ b/3.7/zh_Hans/pgr_aStar.html @@ -10,10 +10,10 @@ pgr_aStar — pgRouting Manual (3.7-dev) - + - + @@ -980,7 +980,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_aStarCost.html b/3.7/zh_Hans/pgr_aStarCost.html index cdef50a9bc..18115f44c3 100644 --- a/3.7/zh_Hans/pgr_aStarCost.html +++ b/3.7/zh_Hans/pgr_aStarCost.html @@ -10,10 +10,10 @@ pgr_aStarCost — pgRouting Manual (3.7-dev) - + - + @@ -841,7 +841,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_aStarCostMatrix.html b/3.7/zh_Hans/pgr_aStarCostMatrix.html index 38d4711762..cd57175c66 100644 --- a/3.7/zh_Hans/pgr_aStarCostMatrix.html +++ b/3.7/zh_Hans/pgr_aStarCostMatrix.html @@ -10,10 +10,10 @@ pgr_aStarCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -547,7 +547,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_alphaShape.html b/3.7/zh_Hans/pgr_alphaShape.html index 8b9fa73439..f3d9908e9e 100644 --- a/3.7/zh_Hans/pgr_alphaShape.html +++ b/3.7/zh_Hans/pgr_alphaShape.html @@ -10,10 +10,10 @@ pgr_alphaShape — pgRouting Manual (3.7-dev) - + - + @@ -324,7 +324,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_analyzeGraph.html b/3.7/zh_Hans/pgr_analyzeGraph.html index d0ba93b004..638417e760 100644 --- a/3.7/zh_Hans/pgr_analyzeGraph.html +++ b/3.7/zh_Hans/pgr_analyzeGraph.html @@ -10,10 +10,10 @@ pgr_analyzeGraph — pgRouting Manual (3.7-dev) - + - + @@ -934,7 +934,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_analyzeOneWay.html b/3.7/zh_Hans/pgr_analyzeOneWay.html index 2db94b0c58..ccfc26e3d4 100644 --- a/3.7/zh_Hans/pgr_analyzeOneWay.html +++ b/3.7/zh_Hans/pgr_analyzeOneWay.html @@ -10,10 +10,10 @@ pgr_analyzeOneWay — pgRouting Manual (3.7-dev) - + - + @@ -370,7 +370,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_articulationPoints.html b/3.7/zh_Hans/pgr_articulationPoints.html index df8d739faf..e509a6f982 100644 --- a/3.7/zh_Hans/pgr_articulationPoints.html +++ b/3.7/zh_Hans/pgr_articulationPoints.html @@ -10,10 +10,10 @@ pgr_articulationPoints — pgRouting Manual (3.7-dev) - + - + @@ -389,7 +389,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdAstar.html b/3.7/zh_Hans/pgr_bdAstar.html index b39d25ed98..7f5216d89f 100644 --- a/3.7/zh_Hans/pgr_bdAstar.html +++ b/3.7/zh_Hans/pgr_bdAstar.html @@ -10,10 +10,10 @@ pgr_bdAstar — pgRouting Manual (3.7-dev) - + - + @@ -981,7 +981,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdAstarCost.html b/3.7/zh_Hans/pgr_bdAstarCost.html index d2753fd4f6..8ecc2d226e 100644 --- a/3.7/zh_Hans/pgr_bdAstarCost.html +++ b/3.7/zh_Hans/pgr_bdAstarCost.html @@ -10,10 +10,10 @@ pgr_bdAstarCost — pgRouting Manual (3.7-dev) - + - + @@ -847,7 +847,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdAstarCostMatrix.html b/3.7/zh_Hans/pgr_bdAstarCostMatrix.html index 2d03c5446c..175f621a4d 100644 --- a/3.7/zh_Hans/pgr_bdAstarCostMatrix.html +++ b/3.7/zh_Hans/pgr_bdAstarCostMatrix.html @@ -10,10 +10,10 @@ pgr_bdAstarCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -550,7 +550,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdDijkstra.html b/3.7/zh_Hans/pgr_bdDijkstra.html index 1c8298f4f6..260d461e42 100644 --- a/3.7/zh_Hans/pgr_bdDijkstra.html +++ b/3.7/zh_Hans/pgr_bdDijkstra.html @@ -10,10 +10,10 @@ pgr_bdDijkstra — pgRouting Manual (3.7-dev) - + - + @@ -875,7 +875,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdDijkstraCost.html b/3.7/zh_Hans/pgr_bdDijkstraCost.html index 45e75cb396..b4ccb98f9b 100644 --- a/3.7/zh_Hans/pgr_bdDijkstraCost.html +++ b/3.7/zh_Hans/pgr_bdDijkstraCost.html @@ -10,10 +10,10 @@ pgr_bdDijkstraCost — pgRouting Manual (3.7-dev) - + - + @@ -757,7 +757,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bdDijkstraCostMatrix.html b/3.7/zh_Hans/pgr_bdDijkstraCostMatrix.html index 558ea4ab1f..2bf090eab6 100644 --- a/3.7/zh_Hans/pgr_bdDijkstraCostMatrix.html +++ b/3.7/zh_Hans/pgr_bdDijkstraCostMatrix.html @@ -10,10 +10,10 @@ pgr_bdDijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -544,7 +544,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bellmanFord.html b/3.7/zh_Hans/pgr_bellmanFord.html index 2e73a86b36..59d6ba522e 100644 --- a/3.7/zh_Hans/pgr_bellmanFord.html +++ b/3.7/zh_Hans/pgr_bellmanFord.html @@ -10,10 +10,10 @@ pgr_bellmanFord - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -874,7 +874,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_betweennessCentrality.html b/3.7/zh_Hans/pgr_betweennessCentrality.html index d3ba0f6852..8936da953d 100644 --- a/3.7/zh_Hans/pgr_betweennessCentrality.html +++ b/3.7/zh_Hans/pgr_betweennessCentrality.html @@ -10,10 +10,10 @@ pgr_betweennessCentrality — pgRouting Manual (3.7-dev) - + - + @@ -437,7 +437,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_biconnectedComponents.html b/3.7/zh_Hans/pgr_biconnectedComponents.html index 7ed4d9b18c..738b71d1d3 100644 --- a/3.7/zh_Hans/pgr_biconnectedComponents.html +++ b/3.7/zh_Hans/pgr_biconnectedComponents.html @@ -10,10 +10,10 @@ pgr_biconnectedComponents — pgRouting Manual (3.7-dev) - + - + @@ -421,7 +421,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_binaryBreadthFirstSearch.html b/3.7/zh_Hans/pgr_binaryBreadthFirstSearch.html index 0bed3629e7..6c3d666f6c 100644 --- a/3.7/zh_Hans/pgr_binaryBreadthFirstSearch.html +++ b/3.7/zh_Hans/pgr_binaryBreadthFirstSearch.html @@ -10,10 +10,10 @@ pgr_binaryBreadthFirstSearch - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -806,7 +806,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bipartite.html b/3.7/zh_Hans/pgr_bipartite.html index 4c69ec98ad..a03624cf75 100644 --- a/3.7/zh_Hans/pgr_bipartite.html +++ b/3.7/zh_Hans/pgr_bipartite.html @@ -10,10 +10,10 @@ pgr_bipartite -实验 — pgRouting Manual (3.7-dev) - + - + @@ -456,7 +456,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_boykovKolmogorov.html b/3.7/zh_Hans/pgr_boykovKolmogorov.html index f8ec2edbfb..4c19aef1c2 100644 --- a/3.7/zh_Hans/pgr_boykovKolmogorov.html +++ b/3.7/zh_Hans/pgr_boykovKolmogorov.html @@ -10,10 +10,10 @@ pgr_boykovKolmogorov — pgRouting Manual (3.7-dev) - + - + @@ -709,7 +709,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_breadthFirstSearch.html b/3.7/zh_Hans/pgr_breadthFirstSearch.html index 60e01977fe..d69b8ecf21 100644 --- a/3.7/zh_Hans/pgr_breadthFirstSearch.html +++ b/3.7/zh_Hans/pgr_breadthFirstSearch.html @@ -10,10 +10,10 @@ pgr_breadthFirstSearch - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -678,7 +678,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_bridges.html b/3.7/zh_Hans/pgr_bridges.html index 8341766e1f..c4667ba5e4 100644 --- a/3.7/zh_Hans/pgr_bridges.html +++ b/3.7/zh_Hans/pgr_bridges.html @@ -10,10 +10,10 @@ pgr_bridges — pgRouting Manual (3.7-dev) - + - + @@ -388,7 +388,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_chinesePostman.html b/3.7/zh_Hans/pgr_chinesePostman.html index 49ee5f13e2..8f83608b7e 100644 --- a/3.7/zh_Hans/pgr_chinesePostman.html +++ b/3.7/zh_Hans/pgr_chinesePostman.html @@ -10,10 +10,10 @@ pgr_chinesePostman - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -447,7 +447,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_chinesePostmanCost.html b/3.7/zh_Hans/pgr_chinesePostmanCost.html index 39ee3ba67e..5c0ebfc391 100644 --- a/3.7/zh_Hans/pgr_chinesePostmanCost.html +++ b/3.7/zh_Hans/pgr_chinesePostmanCost.html @@ -10,10 +10,10 @@ pgr_chinesePostmanCost - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -392,7 +392,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_connectedComponents.html b/3.7/zh_Hans/pgr_connectedComponents.html index 4aaa7b4029..03f330491a 100644 --- a/3.7/zh_Hans/pgr_connectedComponents.html +++ b/3.7/zh_Hans/pgr_connectedComponents.html @@ -10,10 +10,10 @@ pgr_connectedComponents — pgRouting Manual (3.7-dev) - + - + @@ -623,7 +623,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_contraction.html b/3.7/zh_Hans/pgr_contraction.html index 81ff2ac15f..811ab59814 100644 --- a/3.7/zh_Hans/pgr_contraction.html +++ b/3.7/zh_Hans/pgr_contraction.html @@ -10,10 +10,10 @@ pgr_contraction — pgRouting Manual (3.7-dev) - + - + @@ -575,7 +575,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_createTopology.html b/3.7/zh_Hans/pgr_createTopology.html index 2042e97846..1dcd662897 100644 --- a/3.7/zh_Hans/pgr_createTopology.html +++ b/3.7/zh_Hans/pgr_createTopology.html @@ -10,10 +10,10 @@ pgr_createTopology — pgRouting Manual (3.7-dev) - + - + @@ -769,7 +769,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_createVerticesTable.html b/3.7/zh_Hans/pgr_createVerticesTable.html index 7088d8fb78..2b57266ec4 100644 --- a/3.7/zh_Hans/pgr_createVerticesTable.html +++ b/3.7/zh_Hans/pgr_createVerticesTable.html @@ -10,10 +10,10 @@ pgr_createVerticesTable — pgRouting Manual (3.7-dev) - + - + @@ -782,7 +782,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_cuthillMckeeOrdering.html b/3.7/zh_Hans/pgr_cuthillMckeeOrdering.html index bca5d42ad6..f3a17ad60f 100644 --- a/3.7/zh_Hans/pgr_cuthillMckeeOrdering.html +++ b/3.7/zh_Hans/pgr_cuthillMckeeOrdering.html @@ -10,10 +10,10 @@ pgr_cuthillMckeeOrdering`` - 试验性的 — pgRouting Manual (3.7-dev) - + - + @@ -426,7 +426,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dagShortestPath.html b/3.7/zh_Hans/pgr_dagShortestPath.html index ee79cb5a6f..1acacc1f4f 100644 --- a/3.7/zh_Hans/pgr_dagShortestPath.html +++ b/3.7/zh_Hans/pgr_dagShortestPath.html @@ -10,10 +10,10 @@ pgr_dagShortestPath - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -794,7 +794,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_degree.html b/3.7/zh_Hans/pgr_degree.html index bbbc1d7cd4..d024d08f8a 100644 --- a/3.7/zh_Hans/pgr_degree.html +++ b/3.7/zh_Hans/pgr_degree.html @@ -10,10 +10,10 @@ pgr_degree -- 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -595,7 +595,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_depthFirstSearch.html b/3.7/zh_Hans/pgr_depthFirstSearch.html index 86cb82b82b..f158585699 100644 --- a/3.7/zh_Hans/pgr_depthFirstSearch.html +++ b/3.7/zh_Hans/pgr_depthFirstSearch.html @@ -10,10 +10,10 @@ pgr_depthFirstSearch - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -648,7 +648,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstra.html b/3.7/zh_Hans/pgr_dijkstra.html index 32cc445344..21ba46ed00 100644 --- a/3.7/zh_Hans/pgr_dijkstra.html +++ b/3.7/zh_Hans/pgr_dijkstra.html @@ -10,10 +10,10 @@ pgr_dijkstra` — pgRouting Manual (3.7-dev) - + - + @@ -1790,7 +1790,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstraCost.html b/3.7/zh_Hans/pgr_dijkstraCost.html index 04caca7bbd..1a5257a11b 100644 --- a/3.7/zh_Hans/pgr_dijkstraCost.html +++ b/3.7/zh_Hans/pgr_dijkstraCost.html @@ -10,10 +10,10 @@ pgr_dijkstraCost` — pgRouting Manual (3.7-dev) - + - + @@ -738,7 +738,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstraCostMatrix.html b/3.7/zh_Hans/pgr_dijkstraCostMatrix.html index 1bee4d2bb0..c80339ed07 100644 --- a/3.7/zh_Hans/pgr_dijkstraCostMatrix.html +++ b/3.7/zh_Hans/pgr_dijkstraCostMatrix.html @@ -10,10 +10,10 @@ pgr_dijkstraCostMatrix — pgRouting Manual (3.7-dev) - + - + @@ -514,7 +514,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstraNear.html b/3.7/zh_Hans/pgr_dijkstraNear.html index 3240d3f606..1e6d0db511 100644 --- a/3.7/zh_Hans/pgr_dijkstraNear.html +++ b/3.7/zh_Hans/pgr_dijkstraNear.html @@ -10,10 +10,10 @@ pgr_dijkstraNear - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -824,7 +824,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstraNearCost.html b/3.7/zh_Hans/pgr_dijkstraNearCost.html index be05af24ad..40d0ab8628 100644 --- a/3.7/zh_Hans/pgr_dijkstraNearCost.html +++ b/3.7/zh_Hans/pgr_dijkstraNearCost.html @@ -10,10 +10,10 @@ pgr_dijkstraNearCost - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -789,7 +789,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_dijkstraVia.html b/3.7/zh_Hans/pgr_dijkstraVia.html index cf5a2f1f0f..f0d3a100c9 100644 --- a/3.7/zh_Hans/pgr_dijkstraVia.html +++ b/3.7/zh_Hans/pgr_dijkstraVia.html @@ -10,10 +10,10 @@ pgr_dijkstraVia -拟议 — pgRouting Manual (3.7-dev) - + - + @@ -707,7 +707,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_drivingDistance.html b/3.7/zh_Hans/pgr_drivingDistance.html index d36e1ed0eb..d03c5acab6 100644 --- a/3.7/zh_Hans/pgr_drivingDistance.html +++ b/3.7/zh_Hans/pgr_drivingDistance.html @@ -10,10 +10,10 @@ 驾驶距离 — pgRouting Manual (3.7-dev) - + - + @@ -627,7 +627,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_edgeColoring.html b/3.7/zh_Hans/pgr_edgeColoring.html index 995220a1e4..3b3a1e56dc 100644 --- a/3.7/zh_Hans/pgr_edgeColoring.html +++ b/3.7/zh_Hans/pgr_edgeColoring.html @@ -10,10 +10,10 @@ pgr_edgeColoring - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -295,7 +295,7 @@

                签名
                示例:
                -

                Graph coloring of pgRouting 示例数据

                +

                pgRouting 示例数据 的图形着色

                SELECT * FROM pgr_edgeColoring(
                @@ -462,7 +462,7 @@ 

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_edgeDisjointPaths.html b/3.7/zh_Hans/pgr_edgeDisjointPaths.html index ffab867a9f..7e26114c1e 100644 --- a/3.7/zh_Hans/pgr_edgeDisjointPaths.html +++ b/3.7/zh_Hans/pgr_edgeDisjointPaths.html @@ -10,10 +10,10 @@ pgr_edgeDisjointPaths — pgRouting Manual (3.7-dev) - + - + @@ -808,7 +808,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_edmondsKarp.html b/3.7/zh_Hans/pgr_edmondsKarp.html index 7b4bb8bd21..33138c8ebd 100644 --- a/3.7/zh_Hans/pgr_edmondsKarp.html +++ b/3.7/zh_Hans/pgr_edmondsKarp.html @@ -10,10 +10,10 @@ pgr_edmondsKarp — pgRouting Manual (3.7-dev) - + - + @@ -710,7 +710,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_edwardMoore.html b/3.7/zh_Hans/pgr_edwardMoore.html index 8a05fef046..8f1f8fb935 100644 --- a/3.7/zh_Hans/pgr_edwardMoore.html +++ b/3.7/zh_Hans/pgr_edwardMoore.html @@ -10,10 +10,10 @@ pgr_edwardMoore - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -877,7 +877,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_extractVertices.html b/3.7/zh_Hans/pgr_extractVertices.html index 41e3f99f17..f4612a3d83 100644 --- a/3.7/zh_Hans/pgr_extractVertices.html +++ b/3.7/zh_Hans/pgr_extractVertices.html @@ -10,10 +10,10 @@ pgr_extractVertices -- 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -1037,7 +1037,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_findCloseEdges.html b/3.7/zh_Hans/pgr_findCloseEdges.html index e6710caff4..37768bbbfc 100644 --- a/3.7/zh_Hans/pgr_findCloseEdges.html +++ b/3.7/zh_Hans/pgr_findCloseEdges.html @@ -10,10 +10,10 @@ pgr_findCloseEdges — pgRouting Manual (3.7-dev) - + - + @@ -1391,7 +1391,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_floydWarshall.html b/3.7/zh_Hans/pgr_floydWarshall.html index d04c0043ea..4ed6816437 100644 --- a/3.7/zh_Hans/pgr_floydWarshall.html +++ b/3.7/zh_Hans/pgr_floydWarshall.html @@ -10,10 +10,10 @@ pgr_floydWarshall — pgRouting Manual (3.7-dev) - + - + @@ -440,7 +440,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_full_version.html b/3.7/zh_Hans/pgr_full_version.html index efc8e1b878..09bbb4d32c 100644 --- a/3.7/zh_Hans/pgr_full_version.html +++ b/3.7/zh_Hans/pgr_full_version.html @@ -10,10 +10,10 @@ pgr_full_version — pgRouting Manual (3.7-dev) - + - + @@ -295,7 +295,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_hawickCircuits.html b/3.7/zh_Hans/pgr_hawickCircuits.html index 5a7b0ed2d4..7b331bb04e 100644 --- a/3.7/zh_Hans/pgr_hawickCircuits.html +++ b/3.7/zh_Hans/pgr_hawickCircuits.html @@ -10,10 +10,10 @@ pgr_hawickCircuits - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -559,7 +559,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_isPlanar.html b/3.7/zh_Hans/pgr_isPlanar.html index de53b4c365..8caf41c05a 100644 --- a/3.7/zh_Hans/pgr_isPlanar.html +++ b/3.7/zh_Hans/pgr_isPlanar.html @@ -10,10 +10,10 @@ pgr_isPlanar - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -427,7 +427,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_johnson.html b/3.7/zh_Hans/pgr_johnson.html index 91ecb152a5..be6b50dd1b 100644 --- a/3.7/zh_Hans/pgr_johnson.html +++ b/3.7/zh_Hans/pgr_johnson.html @@ -10,10 +10,10 @@ pgr_johnson — pgRouting Manual (3.7-dev) - + - + @@ -430,7 +430,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_kruskal.html b/3.7/zh_Hans/pgr_kruskal.html index 7dc639701b..7cf3db17ee 100644 --- a/3.7/zh_Hans/pgr_kruskal.html +++ b/3.7/zh_Hans/pgr_kruskal.html @@ -10,10 +10,10 @@ pgr_kruskal — pgRouting Manual (3.7-dev) - + - + @@ -408,7 +408,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_kruskalBFS.html b/3.7/zh_Hans/pgr_kruskalBFS.html index ce244eadf7..c6d3419a54 100644 --- a/3.7/zh_Hans/pgr_kruskalBFS.html +++ b/3.7/zh_Hans/pgr_kruskalBFS.html @@ -10,10 +10,10 @@ pgr_kruskalBFS — pgRouting Manual (3.7-dev) - + - + @@ -569,7 +569,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_kruskalDD.html b/3.7/zh_Hans/pgr_kruskalDD.html index 897440bced..e012885fc9 100644 --- a/3.7/zh_Hans/pgr_kruskalDD.html +++ b/3.7/zh_Hans/pgr_kruskalDD.html @@ -10,10 +10,10 @@ pgr_kruskalDD — pgRouting Manual (3.7-dev) - + - + @@ -543,7 +543,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_kruskalDFS.html b/3.7/zh_Hans/pgr_kruskalDFS.html index 17305bcfcc..6e9aaa5144 100644 --- a/3.7/zh_Hans/pgr_kruskalDFS.html +++ b/3.7/zh_Hans/pgr_kruskalDFS.html @@ -10,10 +10,10 @@ pgr_kruskalDFS — pgRouting Manual (3.7-dev) - + - + @@ -569,7 +569,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_lengauerTarjanDominatorTree.html b/3.7/zh_Hans/pgr_lengauerTarjanDominatorTree.html index c75a44246d..a093eaeee4 100644 --- a/3.7/zh_Hans/pgr_lengauerTarjanDominatorTree.html +++ b/3.7/zh_Hans/pgr_lengauerTarjanDominatorTree.html @@ -10,10 +10,10 @@ pgr_lengauerTarjanDominatorTree -实验 — pgRouting Manual (3.7-dev) - + - + @@ -467,7 +467,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_lineGraph.html b/3.7/zh_Hans/pgr_lineGraph.html index 266308aca7..b87be490e2 100644 --- a/3.7/zh_Hans/pgr_lineGraph.html +++ b/3.7/zh_Hans/pgr_lineGraph.html @@ -10,10 +10,10 @@ pgr_lineGraph - Proposed — pgRouting Manual (3.7-dev) - + - + @@ -865,7 +865,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_lineGraphFull.html b/3.7/zh_Hans/pgr_lineGraphFull.html index 7d65c8bc04..e0d2517eac 100644 --- a/3.7/zh_Hans/pgr_lineGraphFull.html +++ b/3.7/zh_Hans/pgr_lineGraphFull.html @@ -10,10 +10,10 @@ pgr_lineGraphFull - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -1049,7 +1049,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_makeConnected.html b/3.7/zh_Hans/pgr_makeConnected.html index 1d84914c0a..9b1bfd609a 100644 --- a/3.7/zh_Hans/pgr_makeConnected.html +++ b/3.7/zh_Hans/pgr_makeConnected.html @@ -10,10 +10,10 @@ pgr_makeConnected - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -410,7 +410,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_maxCardinalityMatch.html b/3.7/zh_Hans/pgr_maxCardinalityMatch.html index 991a6bd8e0..5f292776ec 100644 --- a/3.7/zh_Hans/pgr_maxCardinalityMatch.html +++ b/3.7/zh_Hans/pgr_maxCardinalityMatch.html @@ -10,10 +10,10 @@ pgr_maxCardinalityMatch — pgRouting Manual (3.7-dev) - + - + @@ -415,7 +415,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_maxFlow.html b/3.7/zh_Hans/pgr_maxFlow.html index 7006571e1f..59fc7495d8 100644 --- a/3.7/zh_Hans/pgr_maxFlow.html +++ b/3.7/zh_Hans/pgr_maxFlow.html @@ -10,10 +10,10 @@ pgr_maxFlow — pgRouting Manual (3.7-dev) - + - + @@ -629,7 +629,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_maxFlowMinCost.html b/3.7/zh_Hans/pgr_maxFlowMinCost.html index 61578b6e8c..a009427182 100644 --- a/3.7/zh_Hans/pgr_maxFlowMinCost.html +++ b/3.7/zh_Hans/pgr_maxFlowMinCost.html @@ -10,10 +10,10 @@ pgr_maxFlowMinCost - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -755,7 +755,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_maxFlowMinCost_Cost.html b/3.7/zh_Hans/pgr_maxFlowMinCost_Cost.html index f22cd9480b..a80eeb3252 100644 --- a/3.7/zh_Hans/pgr_maxFlowMinCost_Cost.html +++ b/3.7/zh_Hans/pgr_maxFlowMinCost_Cost.html @@ -10,10 +10,10 @@ pgr_maxFlowMinCost_Cost - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -696,7 +696,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_nodeNetwork.html b/3.7/zh_Hans/pgr_nodeNetwork.html index c063a4d5a4..fb35333752 100644 --- a/3.7/zh_Hans/pgr_nodeNetwork.html +++ b/3.7/zh_Hans/pgr_nodeNetwork.html @@ -10,10 +10,10 @@ pgr_nodeNetwork — pgRouting Manual (3.7-dev) - + - + @@ -582,7 +582,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_pickDeliver.html b/3.7/zh_Hans/pgr_pickDeliver.html index e04bf53639..60a71af5ac 100644 --- a/3.7/zh_Hans/pgr_pickDeliver.html +++ b/3.7/zh_Hans/pgr_pickDeliver.html @@ -10,10 +10,10 @@ pgr_pickDeliver - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -807,7 +807,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_pickDeliverEuclidean.html b/3.7/zh_Hans/pgr_pickDeliverEuclidean.html index 6a238841ec..fb9fb8eb39 100644 --- a/3.7/zh_Hans/pgr_pickDeliverEuclidean.html +++ b/3.7/zh_Hans/pgr_pickDeliverEuclidean.html @@ -10,10 +10,10 @@ pgr_pickDeliverEuclidean - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -1014,7 +1014,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_prim.html b/3.7/zh_Hans/pgr_prim.html index 44f0c1bc5a..504bfb40e9 100644 --- a/3.7/zh_Hans/pgr_prim.html +++ b/3.7/zh_Hans/pgr_prim.html @@ -10,10 +10,10 @@ pgr_prim — pgRouting Manual (3.7-dev) - + - + @@ -404,7 +404,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_primBFS.html b/3.7/zh_Hans/pgr_primBFS.html index 63adace3e6..af955ef418 100644 --- a/3.7/zh_Hans/pgr_primBFS.html +++ b/3.7/zh_Hans/pgr_primBFS.html @@ -10,10 +10,10 @@ pgr_primBFS — pgRouting Manual (3.7-dev) - + - + @@ -574,7 +574,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_primDD.html b/3.7/zh_Hans/pgr_primDD.html index 312dea081e..27065f4471 100644 --- a/3.7/zh_Hans/pgr_primDD.html +++ b/3.7/zh_Hans/pgr_primDD.html @@ -10,10 +10,10 @@ pgr_primDD — pgRouting Manual (3.7-dev) - + - + @@ -550,7 +550,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_primDFS.html b/3.7/zh_Hans/pgr_primDFS.html index 4b29054d2c..609d571b52 100644 --- a/3.7/zh_Hans/pgr_primDFS.html +++ b/3.7/zh_Hans/pgr_primDFS.html @@ -10,10 +10,10 @@ pgr_primDFS — pgRouting Manual (3.7-dev) - + - + @@ -573,7 +573,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_pushRelabel.html b/3.7/zh_Hans/pgr_pushRelabel.html index 6b0cb77814..225caea143 100644 --- a/3.7/zh_Hans/pgr_pushRelabel.html +++ b/3.7/zh_Hans/pgr_pushRelabel.html @@ -10,10 +10,10 @@ pgr_pushRelabel — pgRouting Manual (3.7-dev) - + - + @@ -719,7 +719,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_sequentialVertexColoring.html b/3.7/zh_Hans/pgr_sequentialVertexColoring.html index 15af7a859c..56294ebca4 100644 --- a/3.7/zh_Hans/pgr_sequentialVertexColoring.html +++ b/3.7/zh_Hans/pgr_sequentialVertexColoring.html @@ -10,10 +10,10 @@ pgr_sequentialVertexColoring - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -263,7 +263,7 @@

                签名
                示例:
                -

                Graph coloring of pgRouting 示例数据

                +

                pgRouting 示例数据 的图形着色

                SELECT * FROM pgr_sequentialVertexColoring(
                @@ -429,7 +429,7 @@ 

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_stoerWagner.html b/3.7/zh_Hans/pgr_stoerWagner.html index 91ba220cbf..60ea0e56f7 100644 --- a/3.7/zh_Hans/pgr_stoerWagner.html +++ b/3.7/zh_Hans/pgr_stoerWagner.html @@ -10,10 +10,10 @@ pgr_stoerWagner - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -466,7 +466,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_strongComponents.html b/3.7/zh_Hans/pgr_strongComponents.html index 1226610d0b..f4ae65084b 100644 --- a/3.7/zh_Hans/pgr_strongComponents.html +++ b/3.7/zh_Hans/pgr_strongComponents.html @@ -10,10 +10,10 @@ pgr_strongComponents — pgRouting Manual (3.7-dev) - + - + @@ -420,7 +420,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_topologicalSort.html b/3.7/zh_Hans/pgr_topologicalSort.html index e3edec9cc2..4fba098a56 100644 --- a/3.7/zh_Hans/pgr_topologicalSort.html +++ b/3.7/zh_Hans/pgr_topologicalSort.html @@ -10,10 +10,10 @@ pgr_topologicalSort - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -479,7 +479,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_transitiveClosure.html b/3.7/zh_Hans/pgr_transitiveClosure.html index 80a86095a8..fe2cdae40e 100644 --- a/3.7/zh_Hans/pgr_transitiveClosure.html +++ b/3.7/zh_Hans/pgr_transitiveClosure.html @@ -10,10 +10,10 @@ pgr_transitiveClosure - 实验 — pgRouting Manual (3.7-dev) - + - + @@ -426,7 +426,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_trsp.html b/3.7/zh_Hans/pgr_trsp.html index 2c2fe9cf13..2db6d9f627 100644 --- a/3.7/zh_Hans/pgr_trsp.html +++ b/3.7/zh_Hans/pgr_trsp.html @@ -10,10 +10,10 @@ pgr_trsp - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -804,7 +804,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_trspVia.html b/3.7/zh_Hans/pgr_trspVia.html index da96e75fef..f797364a77 100644 --- a/3.7/zh_Hans/pgr_trspVia.html +++ b/3.7/zh_Hans/pgr_trspVia.html @@ -10,10 +10,10 @@ pgr_trspVia - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -914,7 +914,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_trspVia_withPoints.html b/3.7/zh_Hans/pgr_trspVia_withPoints.html index 7e874b9b97..83e2500706 100644 --- a/3.7/zh_Hans/pgr_trspVia_withPoints.html +++ b/3.7/zh_Hans/pgr_trspVia_withPoints.html @@ -10,10 +10,10 @@ pgr_trspVia_withPoints - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -1113,7 +1113,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_trsp_withPoints.html b/3.7/zh_Hans/pgr_trsp_withPoints.html index 0ecb28de60..ab56f68305 100644 --- a/3.7/zh_Hans/pgr_trsp_withPoints.html +++ b/3.7/zh_Hans/pgr_trsp_withPoints.html @@ -10,10 +10,10 @@ pgr_trsp_withPoints - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -1074,7 +1074,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_turnRestrictedPath.html b/3.7/zh_Hans/pgr_turnRestrictedPath.html index 7a1b650067..fb6ca5c74d 100644 --- a/3.7/zh_Hans/pgr_turnRestrictedPath.html +++ b/3.7/zh_Hans/pgr_turnRestrictedPath.html @@ -10,10 +10,10 @@ pgr_turnRestrictedPath - 实验性 — pgRouting Manual (3.7-dev) - + - + @@ -657,7 +657,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_version.html b/3.7/zh_Hans/pgr_version.html index 2878a6cc34..6e944215c6 100644 --- a/3.7/zh_Hans/pgr_version.html +++ b/3.7/zh_Hans/pgr_version.html @@ -10,10 +10,10 @@ pgr_version — pgRouting Manual (3.7-dev) - + - + @@ -267,7 +267,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_vrpOneDepot.html b/3.7/zh_Hans/pgr_vrpOneDepot.html index 3308951e5a..c941333969 100644 --- a/3.7/zh_Hans/pgr_vrpOneDepot.html +++ b/3.7/zh_Hans/pgr_vrpOneDepot.html @@ -10,10 +10,10 @@ pgr_vrpOneDepot -实验 — pgRouting Manual (3.7-dev) - + - + @@ -379,7 +379,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPoints.html b/3.7/zh_Hans/pgr_withPoints.html index 45045cd87c..ed505ce717 100644 --- a/3.7/zh_Hans/pgr_withPoints.html +++ b/3.7/zh_Hans/pgr_withPoints.html @@ -10,10 +10,10 @@ pgr_withPoints -拟议 — pgRouting Manual (3.7-dev) - + - + @@ -1112,7 +1112,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPointsCost.html b/3.7/zh_Hans/pgr_withPointsCost.html index 0fa93c979a..dddaeca2c5 100644 --- a/3.7/zh_Hans/pgr_withPointsCost.html +++ b/3.7/zh_Hans/pgr_withPointsCost.html @@ -10,10 +10,10 @@ pgr_withPointsCost -拟议 — pgRouting Manual (3.7-dev) - + - + @@ -928,7 +928,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPointsCostMatrix.html b/3.7/zh_Hans/pgr_withPointsCostMatrix.html index 2e2da7fe69..4f37928917 100644 --- a/3.7/zh_Hans/pgr_withPointsCostMatrix.html +++ b/3.7/zh_Hans/pgr_withPointsCostMatrix.html @@ -10,10 +10,10 @@ pgr_withPointsCostMatrix - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -680,7 +680,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPointsDD.html b/3.7/zh_Hans/pgr_withPointsDD.html index b4e7dcc210..6d3f8abe90 100644 --- a/3.7/zh_Hans/pgr_withPointsDD.html +++ b/3.7/zh_Hans/pgr_withPointsDD.html @@ -10,10 +10,10 @@ pgr_withPointsDD - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -831,7 +831,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPointsKSP.html b/3.7/zh_Hans/pgr_withPointsKSP.html index b6dffad1f9..1b1fcfca0a 100644 --- a/3.7/zh_Hans/pgr_withPointsKSP.html +++ b/3.7/zh_Hans/pgr_withPointsKSP.html @@ -10,10 +10,10 @@ pgr_withPointsKSP -拟议 — pgRouting Manual (3.7-dev) - + - + @@ -1035,7 +1035,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/pgr_withPointsVia.html b/3.7/zh_Hans/pgr_withPointsVia.html index 7fb28174f8..e69eb30f43 100644 --- a/3.7/zh_Hans/pgr_withPointsVia.html +++ b/3.7/zh_Hans/pgr_withPointsVia.html @@ -10,10 +10,10 @@ pgr_withPointsVia - 拟议 — pgRouting Manual (3.7-dev) - + - + @@ -876,7 +876,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/prim-family.html b/3.7/zh_Hans/prim-family.html index acfc916295..68b17e9c1f 100644 --- a/3.7/zh_Hans/prim-family.html +++ b/3.7/zh_Hans/prim-family.html @@ -10,10 +10,10 @@ Prim - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -309,7 +309,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/proposed.html b/3.7/zh_Hans/proposed.html index 7332fb9082..9e5f19547d 100644 --- a/3.7/zh_Hans/proposed.html +++ b/3.7/zh_Hans/proposed.html @@ -10,10 +10,10 @@ 拟议的功能 — pgRouting Manual (3.7-dev) - + - + @@ -304,7 +304,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/reference.html b/3.7/zh_Hans/reference.html index 932a65a8f1..64783e9d65 100644 --- a/3.7/zh_Hans/reference.html +++ b/3.7/zh_Hans/reference.html @@ -10,10 +10,10 @@ 参考 — pgRouting Manual (3.7-dev) - + - + @@ -204,7 +204,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/release_notes.html b/3.7/zh_Hans/release_notes.html index d167960a54..16e55b7b82 100644 --- a/3.7/zh_Hans/release_notes.html +++ b/3.7/zh_Hans/release_notes.html @@ -10,10 +10,10 @@ 发行说明 — pgRouting Manual (3.7-dev) - + - + @@ -2292,7 +2292,7 @@

                0.9.8 版的更改 © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using
                Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/routingFunctions.html b/3.7/zh_Hans/routingFunctions.html index c332c9d1fb..02fb51e594 100644 --- a/3.7/zh_Hans/routingFunctions.html +++ b/3.7/zh_Hans/routingFunctions.html @@ -10,10 +10,10 @@ 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -347,7 +347,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/sampledata.html b/3.7/zh_Hans/sampledata.html index 9312a7dfa3..328a38ff2c 100644 --- a/3.7/zh_Hans/sampledata.html +++ b/3.7/zh_Hans/sampledata.html @@ -10,10 +10,10 @@ 示例数据 — pgRouting Manual (3.7-dev) - + - + @@ -937,7 +937,7 @@

                订单Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/search.html b/3.7/zh_Hans/search.html index 1c83a74177..e37cd29309 100644 --- a/3.7/zh_Hans/search.html +++ b/3.7/zh_Hans/search.html @@ -9,10 +9,10 @@ Search — pgRouting Manual (3.7-dev) - + - + @@ -172,7 +172,7 @@

                Search

                © Copyright pgRouting Contributors - Version v3.7.0-dev.
                Last updated on 10月 10, 2024.
                - Created using Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/searchindex.js b/3.7/zh_Hans/searchindex.js index 0a96ad59b5..0030c4018c 100644 --- a/3.7/zh_Hans/searchindex.js +++ b/3.7/zh_Hans/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "0.9.8 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-0-9-8"]], "0.9.9 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-0-9-9"]], "1) \u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "path-from-6-to-10"]], "1.0 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0"]], "1.0.0a \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0-0a"]], "1.0.0b \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0-0b"]], "1.01 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-01"]], "1.02 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-02"]], "1.03 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-03"]], "1.05 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-05"]], "10) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id2"]], "11)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id3"]], "12)\u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id4"]], "13) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b9\u548c10\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-9-and-10"]], "14) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b10\u548c12\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-10-and-12"]], "15) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b9\u523012\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-9-to-12"]], "16) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b9\u523011\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17)\u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id5"]], "18) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id6"]], "19)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id7"]], "2) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "path-from-6-to-7"]], "2.x\u5c0f\u7248\u672c": [[121, "minors-2-x"]], "20) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id8"]], "21) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b17\u548c18\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-17-and-18"]], "22) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b18\u548c20\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-18-and-20"]], "23) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b17\u523020\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-17-to-20"]], "24) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b17\u523019\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) \u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id9"]], "26) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id10"]], "27)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id11"]], "28) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id12"]], "29) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b25\u548c26\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) \u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "path-from-12-to-10"]], "3.x\u5c0f\u7248\u672c": [[121, "minors-3-x"]], "30) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b26\u548c28\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-26-and-28"]], "31) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b25\u523028\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-25-to-28"]], "32) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b25\u523027\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) \u4f7f\u7528 \u4e00\u5bf9\u4e00": [[62, "using-one-to-one"]], "34)\u4f7f\u7528 \u4e00\u5bf9\u591a": [[62, "using-one-to-many"]], "35) \u4f7f\u7528 \u591a\u5bf9\u4e00": [[62, "using-many-to-one"]], "36) \u4f7f\u7528 \u591a\u5bf9\u591a": [[62, "using-many-to-many"]], "37) \u4f7f\u7528 \u7ec4\u5408": [[62, "using-combinations"]], "4) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "path-from-12-to-7"]], "5) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b1\u548c\u793a\u4f8b2\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-1-and-2"]], "6) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b2\u548c\u793a\u4f8b4\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-2-and-4"]], "7) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b1\u52304\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-1-to-4"]], "8) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b1\u52303\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9)\u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id1"]], "A* - \u51fd\u6570\u65cf": [[6, null]], "All Pairs - \u51fd\u6570\u65cf": [[7, null]], "BFS - \u7c7b\u522b": [[0, null]], "BFS\u53ef\u9009\u53c2\u6570": [[0, "bfs-optional-parameters"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "DFS - \u7c7b\u522b": [[1, null]], "DFS \u53ef\u9009\u53c2\u6570": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "dfs-optional-parameters"]], "Dijkstra - \u51fd\u6570\u65cf": [[16, null]], "Dijkstra \u53ef\u9009\u53c2\u6570": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "Flow - \u51fd\u6570\u65cf": [[19, null]], "Heuristic": [[6, "heuristic"]], "KSP \u53ef\u9009\u53c2\u6570": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Kruskal - \u51fd\u6570\u65cf": [[21, null]], "Kruskal multiple vertices": [[23, "kruskal-multiple-vertices"]], "Kruskal single vertex": [[23, "kruskal-single-vertex"]], "K\u6700\u77ed\u8def\u5f84 - \u7c7b\u522b": [[2, null]], "Line Graph of a directed graph represented with shared edges": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Line Graph of a directed graph represented with unique edges": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Metrics - Family of functions": [[22, null]], "Migration of pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migration of pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Pgrouting\u6982\u5ff5": [[20, "pgrouting-concepts"]], "Points SQL": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "Prim - \u51fd\u6570\u65cf": [[118, null]], "Prim multiple vertices": [[23, "prim-multiple-vertices"]], "Prim single vertex": [[23, "prim-single-vertex"]], "Representation as directed with shared edge identifiers": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representation as directed with unique edge identifiers": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restrictions SQL": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "TRSP - \u51fd\u6570\u65cf": [[3, null]], "TRSP\u7b97\u6cd5": [[3, "trsp-algorithm"]], "TSP \u53ef\u9009\u53c2\u6570": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Topology - \u51fd\u6570\u65cf": [[126, null]], "Transformation - Family of functions": [[127, null]], "Traveling Sales Person - \u51fd\u6570\u65cf": [[4, null]], "Traversal - \u51fd\u6570\u65cf": [[128, null]], "Vertex SQL": [[60, "vertex-sql"]], "Via - \u7c7b\u522b": [[129, null]], "Via \u51fd\u6570\u7684\u53c2\u6570": [[25, "parameters-for-the-via-functions"]], "Via\u53ef\u9009\u53c2\u6570": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "aStar \u53ef\u9009\u53c2\u6570": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.0.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-0-0-release-notes"]], "pgRouting 2.0.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-0-1-release-notes"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.1.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-1-0-release-notes"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.2.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-0-release-notes"]], "pgRouting 2.2.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-1-release-notes"]], "pgRouting 2.2.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-2-release-notes"]], "pgRouting 2.2.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-3-release-notes"]], "pgRouting 2.2.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-4-release-notes"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.3.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-0-release-notes"]], "pgRouting 2.3.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-1-release-notes"]], "pgRouting 2.3.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-2-release-notes"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.4.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-0-release-notes"]], "pgRouting 2.4.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-1-release-notes"]], "pgRouting 2.4.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-2-release-notes"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.5.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-0-release-notes"]], "pgRouting 2.5.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-1-release-notes"]], "pgRouting 2.5.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-2-release-notes"]], "pgRouting 2.5.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-3-release-notes"]], "pgRouting 2.5.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-4-release-notes"]], "pgRouting 2.5.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-5-release-notes"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-0-release-notes"]], "pgRouting 2.6.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-1-release-notes"]], "pgRouting 2.6.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-0-release-notes"]], "pgRouting 3.0.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-1-release-notes"]], "pgRouting 3.0.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-2-release-notes"]], "pgRouting 3.0.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-3-release-notes"]], "pgRouting 3.0.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-4-release-notes"]], "pgRouting 3.0.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.0.6 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-6-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-0-release-notes"]], "pgRouting 3.1.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-2-release-notes"]], "pgRouting 3.1.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.1.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-4-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.2.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-0-release-notes"]], "pgRouting 3.2.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-1-release-notes"]], "pgRouting 3.2.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-2-release-notes"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.3.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-0-release-notes"]], "pgRouting 3.3.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-1-release-notes"]], "pgRouting 3.3.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-2-release-notes"]], "pgRouting 3.3.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-3-release-notes"]], "pgRouting 3.3.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-4-release-notes"]], "pgRouting 3.3.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-5-release-notes"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.4.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-0-release-notes"]], "pgRouting 3.4.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-1-release-notes"]], "pgRouting 3.4.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-2-release-notes"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.5.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-5-0-release-notes"]], "pgRouting 3.5.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-5-1-release-notes"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.6.0 \u53d1\u5e03\u8bf4": [[121, "pgrouting-3-6-0-release-notes"]], "pgRouting 3.6.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-6-1-release-notes"]], "pgRouting 3.6.2 Release Notes": [[121, "pgrouting-3-6-2-release-notes"]], "pgRouting 3.6.3 Release Notes": [[121, "pgrouting-3-6-3-release-notes"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgRouting 3.7.0 \u53d1\u5e03\u8bf4\u660e": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "pgRouting \u57fa\u672c\u6982\u5ff5": [[25, null]], "pgr_KSP": [[28, null]], "pgr_KSP (\u4e00\u5bf9\u4e00)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStar \u8fc1\u79fb": [[23, "migration-of-pgr-astar"]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - \u5b9e\u9a8c": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - \u5b9e\u9a8c": [[47, null]], "pgr_bipartite -\u5b9e\u9a8c": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - \u5b9e\u9a8c": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - \u5b9e\u9a8c": [[52, null]], "pgr_chinesePostmanCost - \u5b9e\u9a8c": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering`` - \u8bd5\u9a8c\u6027\u7684": [[58, null]], "pgr_dagShortestPath - \u5b9e\u9a8c": [[59, null]], "pgr_degree -- \u62df\u8bae": [[60, null]], "pgr_depthFirstSearch - \u62df\u8bae": [[61, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraCost`": [[63, null]], "pgr_dijkstraNear - \u62df\u8bae": [[65, null]], "pgr_dijkstraNearCost - \u62df\u8bae": [[66, null]], "pgr_dijkstraVia -\u62df\u8bae": [[67, null]], "pgr_dijkstra`": [[62, null]], "pgr_drivingdistance (\u5355\u4e2a\u9876\u70b9)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_drivingdistance (\u591a\u4e2a\u9876\u70b9)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_edgeColoring - \u5b9e\u9a8c": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - \u5b9e\u9a8c": [[72, null]], "pgr_extractVertices -- \u62df\u8bae": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - \u5b9e\u9a8c": [[77, null]], "pgr_isPlanar - \u5b9e\u9a8c": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -\u5b9e\u9a8c": [[84, null]], "pgr_lineGraph - Proposed": [[85, null]], "pgr_lineGraphFull - \u5b9e\u9a8c": [[86, null]], "pgr_makeConnected - \u5b9e\u9a8c": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - \u5b9e\u9a8c": [[90, null]], "pgr_maxFlowMinCost_Cost - \u5b9e\u9a8c": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - \u5b9e\u9a8c": [[93, null]], "pgr_pickDeliverEuclidean - \u5b9e\u9a8c": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - \u62df\u8bae": [[100, null]], "pgr_stoerWagner - \u5b9e\u9a8c": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - \u5b9e\u9a8c": [[103, null]], "pgr_transitiveClosure - \u5b9e\u9a8c": [[104, null]], "pgr_trsp - \u62df\u8bae": [[105, null]], "pgr_trspVia - \u62df\u8bae": [[106, null]], "pgr_trspVia_withPoints - \u62df\u8bae": [[107, null]], "pgr_trsp_withPoints - \u62df\u8bae": [[108, null]], "pgr_turnRestrictedPath - \u5b9e\u9a8c\u6027": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot -\u5b9e\u9a8c": [[111, null]], "pgr_withPoints -\u62df\u8bae": [[112, null]], "pgr_withPointsCost -\u62df\u8bae": [[113, null]], "pgr_withPointsCostMatrix - \u62df\u8bae": [[114, null]], "pgr_withPointsDD (\u5355\u4e2a\u9876\u70b9)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD (\u591a\u4e2a\u9876\u70b9)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD - \u62df\u8bae": [[115, null]], "pgr_withPointsKSP (\u4e00\u5bf9\u4e00)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP -\u62df\u8bae": [[116, null]], "pgr_withPointsVia - \u62df\u8bae": [[117, null]], "withPoints - \u51fd\u6570\u65cf": [[131, null]], "withPoints - \u7c7b\u522b": [[130, null]], "withPointsKSP\u53ef\u9009\u53c2\u6570": [[116, "withpointsksp-optional-parameters"]], "\u4e00\u4e2a\u70b9": [[74, "one-point"]], "\u4e00\u4e2a\u7b54\u6848\uff0c\u6240\u6709\u5217": [[74, "one-answer-all-columns"]], "\u4e00\u5bf9\u4e00": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "one-to-one"]], "\u4e00\u5bf9\u591a": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "\u4e00\u6b21\u901a\u8fc7": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "\u4e00\u822c\u4fe1\u606f": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "\u4e00\u822c\u6ca1\u6709 id": [[25, "general-without-id"]], "\u4e0e pgr_TSP \u4e00\u8d77\u4f7f\u7528\u3002": [[114, "use-with-pgr-tsp"]], "\u4e0e\u9a71\u52a8\u7aef\u9a71\u52a8\u62d3\u6251\u65e0\u5173": [[113, "does-not-matter-driving-side-driving-topology"]], "\u4e2a\u4eba\u8d21\u732e\u8005\uff08\u6309\u5b57\u6bcd\u6392\u5e8f\uff09": [[27, "individuals-in-alphabetical-order"]], "\u4e2d\u56fd\u90ae\u9012\u5458\u95ee\u9898 - \u51fd\u6570\u65cf\uff08\u5b9e\u9a8c\uff09": [[10, null]], "\u4e3a\u8fde\u63a5\u4fe1\u606f\u51c6\u5907\u5b58\u50a8": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "\u4e3b\u56fe": [[123, "main-graph"]], "\u4e3b\u67e5\u8be2": [[67, "the-main-query"], [106, "the-main-query"]], "\u4e3b\u8981\u7248\u672c": [[121, "mayors"]], "\u4ea4\u53c9\u8fb9": [[25, "crossing-edges"], [73, "crossing-edges"]], "\u4ec5\u9002\u7528\u4e8e \u6709\u5411 \u56fe\uff0c\u4e14\u4ec5\u5305\u542b cost \u5217": [[62, "for-directed-graphs-only-with-cost-column"]], "\u4ec5\u9002\u7528\u4e8e\u5e26\u6709 cost \u5217\u7684 \u65e0\u5411 \u56fe": [[62, "for-undirected-graphs-only-with-cost-column"]], "\u4ecb\u7ecd": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "\u4ece\u524d\u65b9\u8d85\u8f66\u6216\u4ee5\u5de6\u4fa7\u9a7e\u9a76\u65b9\u5f0f\u884c\u9a76\u3002": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "\u4ece\u524d\u65b9\u8d85\u8f66\u6216\u53f3\u4fa7\u884c\u9a76\u6765\u8bbf\u3002": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "\u4ece\u524d\u9762\u7ecf\u8fc7\u6216\u53c2\u89c2\u3002": [[108, "pass-in-front-or-visits"]], "\u4ece\u539f\u59cb\u56fe\u4e2d\u6dfb\u52a0\u8fb9": [[86, "add-edges-from-the-original-graph"]], "\u4ece\u9876\u70b9 1 \u5f00\u59cb": [[29, "start-from-vertex-1"]], "\u4f01\u4e1a\u8d5e\u52a9\u5546\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "corporate-sponsors-in-alphabetical-order"]], "\u4f4d\u7f6e": [[5, "locations"]], "\u4f7f\u7528 pgr_dijkstra \u8fc1\u79fb pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "\u4f7f\u7528 pgr_dijkstraVia``\u8fc1\u79fb ``pgr_trspViaVertices": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "\u4f7f\u7528 pgr_trspVia_withPoints``\u8fc1\u79fb``pgr_trspViaEdges": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "\u4f7f\u7528 pgr_trspVia``\u8fc1\u79fb ``pgr_trspViaVertices": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "\u4f7f\u7528 pgr_trsp_withPoints \u8fc1\u79fb pgr_trsp \uff08\u8fb9\uff09": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "\u4f7f\u7528 pgr_trsp``\u8fc1\u79fb ``pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "\u4f7f\u7528 pgr_withPointsVia \u8fc1\u79fb pgr_trspViaEdges": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "\u4f7f\u7528 pgr_withPoints``\u8fc1\u79fb ``pgr_trsp \uff08\u8fb9\uff09": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "\u4f7f\u7528\u5174\u8da3\u70b9\u751f\u6210\u4e0d\u5bf9\u79f0\u77e9\u9635\u3002": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "\u4f7f\u7528\u6536\u7f29\u56fe": [[13, "using-the-contracted-graph"]], "\u4f7f\u7528\u8def\u7531\u56fe": [[86, "using-the-routing-graph"]], "\u4f7f\u7528\u9876\u70b9\u56fe\u8d4b\u4e88\u53f6\u9876\u70b9\u5176\u539f\u59cb\u503c\u3002": [[86, "using-the-vertex-map-give-the-leaf-verices-their-original-value"]], "\u4f9d\u8d56": [[26, "dependencies"]], "\u4fdd\u5b58\u8fb9\u8fde\u63a5\u4fe1\u606f": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "\u4fdd\u5b58\u9876\u70b9\u8fde\u63a5\u4fe1\u606f": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "save-the-vertices-connection-information"]], "\u5173\u4e8e\u79ef\u5206": [[130, "about-points"], [131, "about-points"]], "\u5174\u8da3\u70b9": [[74, "points-of-interest"], [123, "points-of-interest"]], "\u5174\u8da3\u70b9\u586b\u5145": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "\u5174\u8da3\u70b9\u8868": [[74, "a-point-of-interest-table"]], "\u5176\u4ed6\u793a\u4f8b": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [103, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "\u5177\u6709 cost \u548c reverse_cost \u7684\u65e0\u5411\u56fe": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "\u5177\u6709\u51e0\u4f55\u56fe\u5f62\u7684\u56fe": [[25, "graphs-with-geometries"]], "\u5185\u5bb9": [[5, "contents"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "\u5185\u90e8\u67e5\u8be2": [[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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "\u51c6\u5907\u6570\u636e\u5e93": [[25, "prepare-the-database"]], "\u51fd\u6570\u65cf": [[20, "routingfunctions"], [122, null]], "\u51fd\u6570\u7684\u7ed3\u6784": [[25, "function-s-structure"]], "\u51fd\u6570\u7684\u91cd\u8f7d": [[25, "function-s-overloads"]], "\u51fd\u6570\u8fc1\u79fb": [[23, "migration-of-functions"]], "\u5206\u91cf - \u51fd\u6570\u65cf": [[12, null]], "\u5206\u91cf SQL": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "combinations-sql"]], "\u521b\u5efa\u4e34\u65f6\u9876\u70b9": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "\u521b\u5efa\u6570\u636e\u8868\u5e76\u5b58\u50a8\u6570\u636e": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "\u521b\u5efa\u6620\u5c04\u8868": [[86, "create-the-mapping-table"]], "\u521b\u5efa\u6807\u8bc6\u53d8\u6362\u9876\u70b9\u7684\u8868": [[86, "creating-table-that-identifies-transformed-vertices"]], "\u521b\u5efa\u8868": [[25, "create-a-table"]], "\u521b\u5efa\u8def\u7531\u62d3\u6251": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "\u521b\u5efa\u8def\u7531\u6570\u636e\u5e93": [[25, "create-a-routing-database"]], "\u521b\u5efa\u9876\u70b9\u8868": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "\u5220\u9664\u53f6\u8282\u70b9\u4e0a\u7684\u81ea\u5faa\u73af": [[86, "removing-self-loops-on-leaf-nodes"]], "\u5230\u8fbe\u6240\u8bbf\u95ee\u9876\u70b9\u65f6\u7684\u8def\u7ebf\u603b\u6210\u672c\u3002": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"]], "\u52a0\u8f7d\u6570\u636e": [[25, "load-data"]], "\u5355\u70b9\u6a21\u62df\u6267\u884c": [[74, "one-point-dry-run-execution"]], "\u5355\u70b9\u793a\u4f8b": [[74, "one-point-examples"]], "\u5355\u9876\u70b9": [[50, "single-vertex"], [61, "single-vertex"], [68, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "\u539f\u59cb\u8ba2\u5355": [[94, "the-original-orders"], [123, "the-original-orders"]], "\u53bb\u9664\u591a\u4f59\u7684\u8fb9": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "\u53c2\u6570": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "\u53c2\u8003": [[120, null]], "\u53cc\u5411 Dijkstra - \u51fd\u6570\u65cf": [[9, null]], "\u53cc\u5411A* - \u51fd\u6570\u65cf": [[8, null]], "\u53d1\u884c\u8bf4\u660e": [[20, "release-notes"], [121, null]], "\u53d6\u8d27 & \u9001\u8d27": [[5, "pick-delivery"], [5, "pick-deliver"]], "\u53d6\u8d27-\u9001\u8d27\u53ef\u9009\u53c2\u6570": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "\u53d6\u8d27\u548c\u9001\u8d27\u6570\u636e": [[123, "pick-deliver-data"]], "\u53e6\u8bf7\u53c2\u9605": [[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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "\u53ef\u7528\u51fd\u6570\uff0c\u4f46\u4e0d\u662f\u5b98\u65b9 pgRouting \u51fd\u6570": [[20, "available-functions-but-not-official-pgrouting-functions"]], "\u53ef\u9009\u53c2\u6570": [[7, "optional-parameters"], [15, "optional-parameters"], [16, "optional-parameters"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "\u53ef\u9009\u6536\u7f29\u53c2\u6570": [[55, "contraction-optional-parameters"]], "\u53ef\u914d\u7f6e\u53d8\u91cf": [[26, "configurable-variables"]], "\u53f3\u4fa7\u9a7e\u9a76\u62d3\u6251": [[113, "right-side-driving-topology"]], "\u53f3\u9a7e\u9a76\u4fa7": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "\u5411\u9650\u5236\u6dfb\u52a0\u503c": [[86, "adding-a-value-to-the-restriction"]], "\u5546\u4e1a\u652f\u6301": [[125, "commercial-support"]], "\u56e0\u7d20": [[6, "factor"]], "\u56e0\u7d20\u5904\u7406": [[5, "factor-handling"]], "\u56fe": [[25, "graphs"]], "\u56fe\u4e4b\u5916\u7684\u70b9": [[123, "points-outside-the-graph"]], "\u56fe\u5b9a\u4e49": [[25, "graph-definition"]], "\u56fe\u7247": [[92, "images"], [123, "images"]], "\u56fe\u7684\u6536\u7f29": [[25, "contraction-of-a-graph"]], "\u5728 Points SQL \u4e2d\u4f7f\u7528 pgr_findCloseEdges \u51fd\u6570": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "\u5728 Points SQL \u4e2d\u4f7f\u7528 pgr_findCloseEdges\u3002": [[112, "use-pgr-findcloseedges-in-the-points-sql"], [113, "use-pgr-findcloseedges-in-the-points-sql"], [114, "use-pgr-findcloseedges-in-the-points-sql"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "\u5728\u53f3\u4fa7\u884c\u9a76\u7f51\u7edc": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "\u5728\u5de6\u4fa7\u9a7e\u9a76\u7f51\u7edc\u4e0a": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "\u5728\u6570\u636e\u5e93\u4e2d\u542f\u7528\u548c\u5347\u7ea7": [[26, "enabling-and-upgrading-in-the-database"]], "\u5728\u6b64\u7248\u672c v3.7.x \u4e2d\u7684\u4e2a\u4eba\u8d21\u732e\u8005\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "individuals-in-this-release-v3-7-x-in-alphabetical-order"]], "\u5728\u8fb9\u8868\u4e0a\u521b\u5efa\u8def\u7531\u62d3\u6251": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "\u5750\u6807SQL": [[30, "coordinates-sql"]], "\u586b\u5199\u6620\u5c04\u8868": [[86, "filling-the-mapping-table"]], "\u5904\u7406\u53c2\u6570": [[5, "handling-parameters"]], "\u591a\u4e2a\u9876\u70b9": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "\u591a\u5bf9\u4e00": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "\u591a\u5bf9\u591a": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "\u591a\u6761\u8def\u5f84": [[25, "multiple-paths"]], "\u591a\u70b9": [[74, "many-points"]], "\u591a\u70b9\u6a21\u62df\u6267\u884c": [[74, "many-points-dry-run-execution"]], "\u591a\u70b9\u793a\u4f8b": [[74, "many-points-examples"]], "\u591a\u8def\u5f84\u9009\u62e9\u6027\u3002": [[25, "selective-for-multiple-paths"]], "\u591a\u8def\u5f84\u975e\u9009\u62e9\u6027": [[25, "non-selective-for-multiple-paths"]], "\u591a\u9876\u70b9": [[68, "multiple-vertices"]], "\u5982\u4f55\u8d21\u732e": [[25, "how-to-contribute"]], "\u5b50\u56fe\u7684\u5ea6\u6570": [[60, "degree-of-a-sub-graph"]], "\u5b58\u50a8\u6536\u7f29\u4fe1\u606f": [[13, "store-contraction-information"]], "\u5b58\u50a8\u8fb9\u7ed3\u679c": [[86, "store-edge-results"]], "\u5b89\u88c5": [[26, null]], "\u5b8c\u6574\u7684\u8def\u7531\u56fe": [[86, "complete-routing-graph"]], "\u5b9e\u9a8c\u51fd\u6570": [[18, null]], "\u5bb9\u91cf\u548c\u9700\u6c42\u5355\u4f4d\u5904\u7406": [[5, "capacity-and-demand-units-handling"]], "\u5bf9\u4e8e TRSP \u51fd\u6570": [[25, "for-the-trsp-functions"]], "\u5bf9\u4e8e\u5e26\u6709 cost \u548c reverse_cost \u5217\u7684 \u65e0\u5411 \u56fe": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "\u5bf9\u4e8e\u5e26\u6709 cost \u548c reverse_cost \u5217\u7684 \u6709\u5411 \u56fe": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "\u5bf9\u4e8e\u8def\u7531\u529f\u80fd": [[25, "for-the-routing-functions"]], "\u5bf9\u52a8\u6001\u70b9\u4f7f\u7528 pgr_findCloseEdges": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "\u5bfb\u627e\u6700\u77ed\u8def\u5f84": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "\u5c06\u6210\u672c\u66f4\u65b0\u4e3a\u51e0\u4f55\u5f62\u72b6\u7684\u957f\u5ea6": [[25, "update-costs-to-length-of-geometry"]], "\u5c5e\u4e8e\u6536\u7f29\u56fe\u7684\u8fb9\u3002": [[13, "edges-that-belong-to-the-contracted-graph"]], "\u5c5e\u4e8e\u6536\u7f29\u56fe\u7684\u9876\u70b9\u3002": [[13, "vertices-that-belong-to-the-contracted-graph"]], "\u5de6\u4fa7\u9a7e\u9a76\u62d3\u6251": [[113, "left-side-driving-topology"]], "\u5de6\u9a7e\u9a76\u4fa7": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "\u5e26 cost \u548c reverse_cost \u7684\u6709\u5411\u56fe": [[123, "directed-graph-with-cost-and-reverse-cost"]], "\u5e26\u6709 cost \u548c``reverse_cost`` \u7684\u56fe": [[25, "graph-with-cost-and-reverse-cost"]], "\u5e26\u6709 cost \u7684\u65e0\u5411\u56fe": [[123, "undirected-graph-with-cost"]], "\u5e26\u6709\u5b8c\u6574\u8f93\u51fa": [[56, "with-full-output"]], "\u5e26\u70b9\u53ef\u9009\u53c2\u6570": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "\u5e38\u89c4": [[20, "general"], [25, "general"]], "\u5f53\u7ebf\u7684\u51e0\u4f55\u5f62\u72b6\u5df2\u77e5\u65f6": [[73, "when-line-geometry-is-known"]], "\u5f53\u8fb9\u8868\u7684\u5217\u4e0e\u9ed8\u8ba4\u503c\u4e0d\u5339\u914d\u65f6\u7684\u7528\u6cd5\uff1a": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"]], "\u5f53\u8fb9\u8868\u7684\u5217\u4e0e\u9ed8\u8ba4\u503c\u5339\u914d\u65f6\u7684\u7528\u6cd5\uff1a": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "\u5f53\u9876\u70b9\u51e0\u4f55\u5f62\u72b6\u5df2\u77e5\u65f6": [[73, "when-vertex-geometry-is-known"]], "\u5f53\u9876\u70b9\u7684\u6807\u8bc6\u7b26\u5df2\u77e5\u65f6": [[73, "when-identifiers-of-vertices-are-known"]], "\u5f53\u9a7e\u9a76\u4fa7\u65e0\u5173\u7d27\u8981\u65f6": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "\u5faa\u73af": [[13, "the-cycle"]], "\u6027\u80fd\u6280\u5de7": [[25, "performance-tips"]], "\u60c5\u51b5 2\uff1a\u6e90\u548c/\u6216\u76ee\u6807\u5c5e\u4e8e\u8fb9\u7f18\u5b50\u56fe\u3002": [[13, "case-2-source-and-or-target-belong-to-an-edge-subgraph"]], "\u60c5\u51b5 3\uff1a\u6e90\u548c/\u6216\u76ee\u6807\u5c5e\u4e8e\u4e00\u4e2a\u9876\u70b9\u3002": [[13, "case-3-source-and-or-target-belong-to-a-vertex"]], "\u60c5\u51b51\uff1a\u6e90\u548c\u76ee\u6807\u90fd\u5c5e\u4e8e\u6536\u7f29\u56fe\u3002": [[13, "case-1-both-source-and-target-belong-to-the-contracted-graph"]], "\u6210\u672c - \u7c7b\u522b": [[14, null]], "\u6210\u672c \u56fe": [[25, "graph-with-cost"]], "\u6210\u672c\u51fd\u6570\u7ed3\u679c\u5217": [[25, "result-columns-for-cost-functions"]], "\u6210\u672c\u77e9\u9635 - \u7c7b\u522b": [[15, null]], "\u6240\u6709\u5217\u6700\u591a\u6709\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers-with-all-columns"]], "\u6240\u6709\u7248\u672c": [[20, "all-releases"]], "\u62a5\u544a\u95ee\u9898": [[125, "reporting-problems"]], "\u62d3\u6251\u6570\u636e": [[123, "topology-data"]], "\u62d3\u6251\u7ed3\u6784": [[123, "the-topology"]], "\u62df\u8bae\u7684\u529f\u80fd": [[119, null]], "\u6309\u7c7b\u522b\u5212\u5206\u7684\u51fd\u6570": [[20, "functions-by-categories"], [122, "functions-by-categories"]], "\u6392\u5e8f - \u51fd\u6570\u65cf": [[24, null]], "\u63a5\u8fd1\u53ef\u9009\u53c2\u6570": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "\u63cf\u8ff0": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "\u63d2\u5165\u6570\u636e": [[25, "insert-the-data"], [73, "insert-the-data"]], "\u6458\u8981\u884c": [[5, "summary-row"]], "\u64cd\u4f5c\uff1a\u6b7b\u7aef\u6536\u7f29": [[13, "operation-dead-end-contraction"]], "\u64cd\u4f5c\uff1a\u7ebf\u6027\u6536\u7f29": [[13, "operation-linear-contraction"]], "\u652f\u6301": [[125, null]], "\u652f\u6301\u8868": [[123, "support-tables"]], "\u6536\u7f29 - \u51fd\u6570\u65cf": [[13, null]], "\u6536\u7f29\u56fe": [[13, "the-contracted-graph"], [13, "contracted-graph"]], "\u6536\u7f29\u793a\u4f8b\u6570\u636e": [[13, "contracting-sample-data"]], "\u6536\u7f29\u7ed3\u679c": [[13, "contraction-results"]], "\u6570\u636e": [[7, "data"], [86, "the-data"]], "\u6570\u636e\u5e93\u4e2d\u56fe\u7684\u6784\u5efa": [[13, "construction-of-the-graph-in-the-database"]], "\u65ad\u5f00\u8fde\u63a5\u7684\u56fe": [[25, "disconnected-graphs"]], "\u65b0\u7684\u9650\u5236\u7ed3\u6784": [[23, "new-restrictions-structure"]], "\u65c5\u6e38\u603b\u8d39\u7528": [[30, "total-tour-cost"]], "\u65e0\u5411\u56fe\u4e0a\u7684\u6b7b\u7aef\u9876\u70b9": [[13, "dead-end-vertex-on-undirected-graph"]], "\u65e0\u5411\u56fe\u4e0a\u7684\u7ebf\u6027\u9876\u70b9": [[13, "linear-vertex-on-undirected-graph"]], "\u65e7\u7684\u9650\u5236\u7ed3\u6784": [[23, "old-restrictions-structure"]], "\u65e7\u9650\u5236\u5185\u5bb9": [[23, "old-restrictions-contents"]], "\u65f6\u95f4\u5904\u7406": [[5, "time-handling"]], "\u663e\u793a\u65e0\u5411\u56fe\u7684\u8be6\u7ec6\u4fe1\u606f\u3002": [[108, "show-details-on-undirected-graph"]], "\u66f4\u591a\u4fe1\u606f": [[27, "more-information"]], "\u66f4\u65b0\u8fb9\u62d3\u6251": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "\u66f4\u65b0\u9876\u70b9\u62d3\u6251": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "\u6700\u591a\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers"]], "\u6700\u591a\u627e\u5230\u4e24\u6761\u5230\u8fbe\u7ed9\u5b9a\u70b9\u7684\u8def\u7ebf": [[74, "find-at-most-two-routes-to-a-given-point"]], "\u6709 cost \u7684\u6709\u5411\u56fe": [[123, "directed-graph-with-cost"]], "\u6709\u5411\u56fe\u4e0a\u7684\u6b7b\u7aef\u9876\u70b9": [[13, "dead-end-vertex-on-directed-graph"]], "\u6709\u5411\u56fe\u4e0a\u7684\u7ebf\u6027\u9876\u70b9": [[13, "linear-vertex-on-directed-graph"]], "\u672c\u6b21\u53d1\u5e03\u4e2d\u7684\u4f01\u4e1a\u8d5e\u52a9\u5546\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "\u6765\u81ea\u73b0\u6709\u8868\u7684\u5ea6\u6570": [[60, "degree-from-an-existing-table"]], "\u6784\u5efa": [[26, "building"]], "\u6784\u5efa\u8def\u7531\u62d3\u6251": [[25, "build-a-routing-topology"]], "\u67e5\u8be2": [[94, "the-query"]], "\u6807\u8bc6": [[93, "signature"], [94, "signature"], [110, "signature"]], "\u6839\u636e\u4ee3\u7801\u66f4\u65b0\u6210\u672c": [[25, "update-costs-based-on-codes"]], "\u68c0\u67e5\u4ea4\u53c9\u8fb9": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "\u68c0\u67e5\u7ec4\u4ef6": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "\u68c0\u67e5\u8def\u7531\u62d3\u6251": [[25, "check-the-routing-topology"], [56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "\u68c0\u67e5\u9876\u70b9\u8868": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "\u6982\u8981": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "\u6a21\u62df\u6267\u884c": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "\u6a21\u62df\u7b97\u6cd5\u7684\u5de5\u4f5c\u539f\u7406\u3002": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "\u6b64\u7248\u672c\u8d21\u732e\u8005": [[27, "this-release-contributors"]], "\u6b7b\u7aef": [[13, "dead-end"], [25, "dead-ends"], [60, "dead-ends"]], "\u6b7b\u7aef\u6536\u7f29": [[13, "dead-end-contraction"]], "\u6bcf\u4e2a\u70b9\u6700\u591a\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers-per-point"]], "\u6bcf\u70b9\u4e00\u4e2a\u7b54\u6848\uff0c\u6240\u6709\u5217": [[74, "one-answer-per-point-all-columns"]], "\u6bd4\u8f83\u7ed3\u679c": [[92, "comparing-the-results"]], "\u6ca1\u6709\u51e0\u4f55\u4fe1\u606f\u7684\u56fe": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "\u6d41": [[25, "flow"]], "\u6d41\u51fd\u6570\u4e00\u822c\u4fe1\u606f": [[19, "flow-functions-general-information"]], "\u6d41\u91cf\u51fd\u6570\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-flow-functions"]], "\u6d4b\u8bd5": [[26, "testing"]], "\u6d4b\u8bd5\u897f\u6492\u54c8\u62c929\u4e2a\u57ce\u5e02": [[30, "test-29-cities-of-western-sahara"]], "\u6dfb\u52a0\u51e0\u4f55\u56fe\u5f62\uff08\u7528\u4e8e\u89c6\u89c9\u76ee\u7684\uff09": [[30, "adding-a-geometry-for-visual-purposes"]], "\u6dfb\u52a0\u5206\u5272\u8fb9": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "\u6dfb\u52a0\u65b0\u7684\u9876\u70b9": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "\u6dfb\u52a0\u65b0\u8ba1\u7b97\u7684\u8fb9": [[86, "add-the-newly-calculated-edges"]], "\u6dfb\u52a0\u8f6f\u9650\u5236": [[86, "adding-a-soft-restriction"]], "\u6dfb\u52a0\u9644\u52a0\u5217": [[13, "add-additional-columns"]], "\u6e05\u7406\u8981\u521b\u5efa\u7684\u8def\u7531\u62d3\u6251\u7684\u5217": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "\u7279\u5f81": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "\u7279\u6b8a\u53ef\u9009\u53c2\u6570": [[109, "special-optional-parameters"]], "\u751f\u6210\u6811 - \u7c7b\u522b": [[124, null]], "\u751f\u6210\u6811\u51fd\u6570\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-spanning-tree-functions"]], "\u7528\u6cd5\u53d8\u5316": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "\u76ee\u5f55": [[4, "table-of-contents"], [20, null]], "\u7740\u8272 - \u51fd\u6570\u65cf": [[11, null]], "\u77e9\u9635SQL": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "\u786e\u4fdd\u6570\u636e\u5e93\u6ca1\u6709 vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "\u793a\u4f8b": [[92, "examples"], [94, "example"]], "\u793a\u4f8b\u6570\u636e": [[123, null]], "\u7b2c\u4e09\u6761\u8def\u5f84\u672b\u7aef\u7684\u8def\u5f84\u603b\u6210\u672c\u3002": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"]], "\u7b2c\u4e09\u6761\u8def\u5f84\u7684\u603b\u6210\u672c\u3002": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "\u7b7e\u540d": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "\u7b7e\u540d\u4e4b\u95f4\u7684\u7b49\u4ef7\u6027": [[62, "equvalences-between-signatures"]], "\u7b80\u5316\u53f6\u9876\u70b9": [[86, "simplifying-leaf-vertices"]], "\u7b80\u6d01\u7248\u672c": [[26, "short-version"]], "\u7ebf\u6027": [[13, "linear"]], "\u7ebf\u6027\u6536\u7f29": [[13, "linear-contraction"]], "\u7ebf\u6027\u8fb9": [[25, "linear-edges"], [60, "linear-edges"]], "\u7ec4\u5408": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "\u7ec4\u5408\u6570\u636e": [[123, "combinations-data"]], "\u7ed3\u679c": [[7, "results"]], "\u7ed3\u679c\u5217": [[0, "result-columns"], [5, "result-columns"], [7, "result-columns"], [11, "result-columns"], [15, "result-columns"], [17, "result-columns"], [19, "result-columns"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "\u7ef4\u57fa\u793a\u4f8b": [[25, "wiki-example"]], "\u8282\u70b9\u3001\u70b9\u7684\"\u901a\u8fc7\"\u6216\"\u8bbf\u95ee\"\u72b6\u6001\u3002": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "\u8282\u70b9\u7684 \"\u524d\u65b9\u901a\u8fc7 \"\u6216 \"\u8bbf\u95ee \"\u72b6\u6001\u3002": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "\u83b7\u53d6\u6700\u8fd1\u7684\u9876\u70b9": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "\u83b7\u53d6\u6765\u6e90": [[26, "get-the-sources"]], "\u83b7\u53d6\u6e38\u89c8\u7684\u51e0\u4f55\u5f62\u72b6": [[30, "getting-a-geometry-of-the-tour"]], "\u884c\u9a76\u8ddd\u79bb\u53ef\u9009\u53c2\u6570": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "\u8868\u73b0": [[7, "performance"]], "\u89c6\u89c9\u6548\u679c": [[30, "visual-results"]], "\u8ba2\u5355": [[94, "the-orders"], [123, "the-orders"]], "\u8ba2\u5355 SQL": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "\u8bb8\u53ef": [[27, "licensing"]], "\u8bc6\u522b\u9650\u5236": [[86, "idenifying-the-restriction"]], "\u8c03\u6574\u6210\u672c": [[25, "adjust-costs"]], "\u8d21\u732e\u8005": [[27, "contributors"]], "\u8d77\u6e90": [[4, "origin"]], "\u8def\u5f84\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-a-path"]], "\u8def\u7531\u4e2d\u8bbf\u95ee\u7684\u8282\u70b9\u3002": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "\u8f66\u8f86": [[94, "the-vehicles"], [123, "the-vehicles"]], "\u8f66\u8f86 SQL": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "\u8f66\u8f86\u8def\u7531\u529f\u80fd - \u7c7b\u522b\uff08\u5b9e\u9a8c\uff09": [[5, null]], "\u8f6c\u53d8": [[86, "the-transformation"]], "\u8f6c\u5f2f\u9650\u5236\u7684\u8fc1\u79fb": [[23, "migration-of-turn-restrictions"]], "\u8fb9": [[123, "edges"]], "\u8fb9\u6570\u636e": [[123, "edges-data"]], "\u8fb9\u7f18\u8868\u66f4\u65b0": [[13, "the-edge-table-update"]], "\u8fc1\u79fb": [[23, "migration"]], "\u8fc1\u79fb pgr_KSP": [[23, "migration-of-pgr-ksp"]], "\u8fc1\u79fb pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "\u8fc1\u79fb pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "\u8fc1\u79fb pgr_drivingdistance": [[23, "migration-of-pgr-drivingdistance"]], "\u8fc1\u79fb pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "\u8fc1\u79fb pgr_trsp \uff08\u8fb9\uff09": [[23, "migration-of-pgr-trsp-edges"]], "\u8fc1\u79fb pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migration-of-pgr-trsp-vertices"]], "\u8fc1\u79fb pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "\u8fc1\u79fb pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "\u8fc1\u79fb pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "\u8fc1\u79fb pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "\u8fc1\u79fb\u51fd\u6570": [[23, "migrating-functions"]], "\u8fc1\u79fb\u6307\u5357": [[23, null]], "\u8fc7\u53bb\u4e0e\u73b0\u5728\u7684\u8d21\u732e\u8005\uff1a": [[27, "contributors-past-present"]], "\u8fd4\u56de\u503c": [[34, "return-value"]], "\u8fd4\u56de\u5217": [[59, "return-columns"], [91, "return-columns"]], "\u8fde\u63a5\u4e0d\u5b8c\u6574\u6570\u636e": [[29, "connected-incomplete-data"]], "\u8fde\u63a5\u4e0d\u8fde\u901a\u7684\u7ec4\u4ef6": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "\u8fde\u63a5\u7ec4\u4ef6": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "\u901a\u5e38\u5e26\u6709\uff08X,Y)": [[25, "general-with-x-y"]], "\u90ae\u4ef6\u5217\u8868\u548c GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "\u914d\u7f6e": [[26, "configuring"]], "\u95ee\u9898\u5b9a\u4e49": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "\u95ee\u9898\u5b9a\u4e49\uff08\u9ad8\u7ea7\u6587\u6863\uff09": [[16, "the-problem-definition-advanced-documentation"]], "\u9644\u52a0\u793a\u4f8b": [[48, "additional-example"]], "\u9644\u52a0\u793a\u4f8b\uff1a": [[101, "additional-example"], [111, "additional-example"]], "\u9650\u5236": [[3, "restrictions"], [123, "restrictions"]], "\u9650\u5236\u6570\u636e": [[23, "restrictions-data"], [123, "restrictions-data"]], "\u9650\u5236\u8fc1\u79fb": [[23, "migration-of-restrictions"]], "\u9876\u70b9": [[123, "vertices"]], "\u9876\u70b9\u4fe1\u606f": [[25, "vertex-information"], [73, "vertex-information"]], "\u9876\u70b9\u6570\u636e": [[123, "vertices-data"]], "\u9876\u70b9\u8868\u66f4\u65b0": [[13, "the-vertex-table-update"]], "\u9a7e\u9a76\u4fa7": [[130, "driving-side"], [131, "driving-side"]], "\u9a7e\u9a76\u4fa7\u5e76\u4e0d\u91cd\u8981": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "\u9a7e\u9a76\u8ddd\u79bb": [[68, null]], "\u9a7e\u9a76\u8ddd\u79bb - \u7c7b\u522b": [[17, null]], "\u9ad8\u7ea7\u6587\u6863": [[6, "advanced-documentation"], [16, "advanced-documentation"], [19, "advanced-documentation"], [130, "advanced-documentation"], [131, "advanced-documentation"]]}, "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", "metrics-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_betweennessCentrality", "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bfs": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0git": 121, "0x": 26, "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "100s": 5, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [4, 7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1git": 121, "1km": 5, "1s": 5, "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "202": 121, "203": [85, 94, 121, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithm": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 121, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "22releas": 121, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theori": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "2git": 121, "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3a": 121, "3a2": 121, "3aclos": 121, "3git": 121, "3th": [108, 112], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4git": 121, "4th": [108, 112], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5git": 121, "5th": [108, 112], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6git": 121, "6min": 5, "6th": [108, 112], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 121, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "9c": 121, "__": [4, 23, 25, 27, 30, 54, 125], "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_box": 5, "_capac": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [67, 106, 107, 117], "_pgr_array_revers": 23, "_pgr_makedistancematrix": 121, "_radius": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_time": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vid": [44, 47, 59, 108, 112, 113], "_weight": 5, "aasheesh": 27, "abhinav": 27, "abs": [6, 31, 32, 33, 38, 39, 40, 108, 112], "academ": 13, "ackermann": 88, "ackermann_funct": 88, "act": 85, "acycl": 59, "add": [13, 25, 36, 54, 74, 92, 121], "added": [20, 23, 81, 82, 83, 96, 97, 98, 121], "addit": [23, 85], "aditya": 27, "adjac": 85, "adrien": 27, "adujst": 121, "advantag": 45, "affect": [23, 45], "afs": 13, "agarw": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggreg": [9, 16, 41, 42, 43, 62, 63, 97, 106, 107, 113], "akhil": 27, "akio": 27, "al": 23, "algo2": 13, "algorithm": [18, 22, 32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 96, 97, 108, 112, 113], "align": 25, "all": [19, 20, 25, 26, 45, 49, 71, 85, 90, 91, 99, 121, 122], "all_seg": [25, 73], "all_vertic": 60, "alpha": [7, 17, 20, 34, 68, 88, 121, 122], "also": 25, "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altert": 25, "alway": [85, 123], "am": 5, "amd": 7, "an": [16, 67, 85, 106], "analysi": [35, 36, 92], "analyz": [35, 36, 92], "and": [13, 19, 20, 23, 25, 26, 27, 29, 35, 36, 45, 49, 57, 67, 71, 73, 85, 86, 90, 91, 92, 96, 99, 106, 107, 113, 117, 121], "andrea": 27, "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, 130, 131], "annael": [33, 40, 43, 64, 114, 121], "anneal": [29, 30], "anthoni": 27, "anton": 27, "anyarray": [23, 105, 115, 121], "api": 7, "appro": [4, 29, 30], "approx": 5, "apt": 26, "archiv": [26, 41, 42], "are": [19, 23, 25, 45, 49, 71, 85, 89, 90, 91, 99, 130], "array": [0, 3, 13, 15, 16, 17, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arriv": [5, 93, 94], "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, 130, 131], "arrow": 85, "aryan": 27, "as": [7, 13, 19, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 45, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 86, 89, 90, 91, 92, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123], "ashish": 27, "ashraf": 27, "assigned_vertic": 86, "astar": 121, "astar_search": [6, 8, 31, 38], "at": [108, 112], "awar": 23, "bak": 27, "basa": 27, "bbox": 7, "bdastar": 121, "bddijkstra": 121, "be": [23, 45, 85], "begin": [16, 19, 25, 111], "behnck": 27, "being": 23, "bellman": [44, 59, 72, 121], "belong": 23, "benav": 27, "benchmark": [94, 123], "berchet": 27, "best": 94, "betwe": 45, "between": [18, 22, 45], "betweenness_centr": 45, "bfs": [20, 47, 50, 122, 128], "bgl": 26, "bidirect": [39, 41, 42], "bidirectional_search": [41, 42], "bigcup": [16, 19], "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigseri": [74, 123], "binari": 47, "bodi": 13, "boldsymbol": [16, 19], "bool": 26, "boolean": [7, 13, 15, 16, 23, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_vers": 121, "both": [23, 25, 26, 36, 45, 92], "box": 7, "boyer": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brand": [18, 22, 45], "breadth": 47, "breath": 96, "bridge_": 51, "buffer": 7, "bug": [55, 121], "build": 26, "build_doxi": 26, "build_html": 26, "build_latex": 26, "build_man": 26, "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, 130, 131], "but": [26, 56, 57], "by": [13, 20, 23, 25, 27, 29, 30, 45, 48, 50, 54, 56, 59, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123], "c_lc101": [94, 123], "ca": 30, "calcul": [18, 22, 45, 89, 97, 113], "camptocamp": 27, "can": 85, "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capac": [5, 19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacity_i": 19, "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, 130, 131], "cascad": [25, 111], "case": [16, 19, 23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "case_no": 111, "categori": 123, "category_id": 121, "cayetano": 27, "cd": 26, "ce": [25, 54, 74], "central": [18, 22, 45], "cgal": [34, 121], "ch": 118, "chang": [23, 121], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "chauhan": 27, "chaurasia": 27, "check": [35, 36, 56, 57, 92], "checkout": 26, "chk": [35, 36, 56, 57], "christian": 27, "chromat": 69, "ci": [20, 121], "circuit": 77, "circumcent": 34, "clang": [20, 121], "class": 13, "clean": [35, 36, 56, 92], "client_min_messag": [111, 125], "clone": 26, "close": [94, 121, 123], "close_tim": 111, "closest": [25, 54, 74], "closest_vertex": [25, 54, 74], "cm": 58, "cmake": [26, 121], "cmu": 13, "cname": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "code": [26, 27, 125], "collat": 123, "collect": 34, "color": [69, 100], "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, 130, 131], "column": [20, 23, 25, 36, 54, 56, 57, 74, 81, 82, 83, 85, 86, 92, 96, 97, 98, 121, 123], "com": [26, 27, 47, 121, 125], "combin": [16, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 121, 123, 130, 131], "combinations_t": 121, "come": 23, "common": 85, "communiti": 27, "compar": 23, "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, 130, 131], "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, 130, 131], "complet": [36, 85], "complete_graph": 86, "compon": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compulsori": 23, "condit": [35, 57], "connect": 26, "connected_compon": 54, "consider": 45, "contain": 23, "context": 103, "contract": [23, 55], "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, 130, 131], "contraction_ord": 55, "contraction_result": 13, "control": 45, "cooling_factor": [29, 30], "coordin": 30, "corpor": [27, 125], "correct": [35, 57], "correspond": 85, "cos423": [41, 42], "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "cost_": [16, 25], "cost_i": 16, "count": [7, 35, 60, 92], "cours": [41, 42], "cp": 47, "cpplint": 121, "cpu": 7, "creat": [3, 7, 13, 19, 23, 25, 26, 30, 35, 36, 45, 49, 56, 57, 60, 71, 73, 74, 85, 86, 90, 91, 92, 94, 96, 99, 111, 123], "createdb": [7, 25, 26], "createextens": 26, "createus": 26, "creativecommon": [20, 27], "cross_edg": 86, "cs": [13, 41, 42], "csis": 27, "cup": [16, 19, 25, 62], "current": [25, 26], "custom": 94, "cuthil": [18, 24, 58], "cvrp": 5, "cvrppdtw": 5, "cwi": 4, "d_close": [5, 93, 94, 123], "d_i": [5, 94, 123], "d_node_id": [5, 93, 94, 123], "d_open": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "dag": [59, 103], "daniel": 27, "data": [94, 123], "databas": [26, 85], "dave": 27, "david": 27, "dd": 92, "ddoc_use_bootstrap": 26, "de": 7, "dead": [35, 92], "debug": 125, "default": [13, 86, 94, 123], "defin": [56, 57, 108, 112, 113], "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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "delet": [25, 73, 86], "deliveri": [94, 123], "delta": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [5, 93, 94, 123], "deni": 27, "densiti": 7, "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, 130, 131], "depend": 25, "deprec": 23, "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, 130, 131], "desc": [50, 61, 86], "design": 85, "dest_id": 111, "destin": 13, "detail": [23, 107, 108, 112, 115, 116, 117, 121, 130, 131], "detect": [35, 92], "dev": [26, 76, 110, 121, 125], "develop": [26, 125], "dfrac": 7, "dfs": [11, 18, 20, 54, 102, 122, 128], "digit": 85, "dijkstra": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 116, 119, 121, 122, 130, 131], "dindex": [94, 123], "dir": [36, 92], "direct": [7, 13, 15, 16, 20, 23, 25, 28, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 75, 77, 79, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 131], "discours": 125, "disjoint": 70, "displaystyl": 16, "disrupt": 45, "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, 130, 131], "distinct": [55, 86], "dn": 86, "do": [13, 23], "doc": [6, 8, 23, 25, 26, 31, 38, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 105, 121], "doc_queries_gener": 26, "doc_use_bootstrap": 26, "document": [13, 26, 121], "doe": [20, 35, 56, 57, 60, 73, 85, 92, 121], "done": 121, "dot": 7, "doubl": [23, 85, 94, 105, 115, 121, 123], "doxi": [25, 26], "doxygen": 26, "drive": [23, 115, 116, 121], "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111], "dropdb": 26, "drt": [65, 66], "dryrun": [60, 73, 74], "dubinin": 27, "duplic": [19, 49, 71, 89, 90, 91, 99], "dwith_doc": 26, "e2": [44, 71, 89, 99, 101, 121], "e_geom": [25, 54, 74], "each": 85, "edg": [1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 14, 18, 20, 21, 22, 23, 24, 26, 27, 29, 30, 34, 35, 36, 56, 57, 76, 92, 93, 94, 110, 111, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpath": 121, "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edmond": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "ege_t": 56, "eid": [23, 56, 60, 73, 86], "ein": [35, 36, 56, 57], "elizabeth": 58, "els": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "ema": 27, "empti": [19, 25, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 91, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 113, 114, 115, 116, 117, 129], "emtpi": [29, 30, 60, 73, 74, 112, 116], "en": [5, 6, 8, 19, 23, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 86, 88, 89, 99, 101, 103, 104, 105, 111], "end": [16, 19, 23, 25, 28, 31, 32, 35, 36, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 85, 89, 90, 91, 92, 99, 105, 106, 107, 108, 109, 112, 113, 116, 117, 130, 131], "end_": 16, "end_clos": [5, 93, 94], "end_i": [5, 94], "end_id": [4, 29, 30], "end_node_id": [5, 93], "end_open": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_x": [5, 94], "endcap": 74, "endpoint": [73, 85], "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": 97, "equicost": [23, 68, 115], "error": [23, 35, 36, 56, 57, 103], "esteban": 27, "evalu": 45, "exampl": [23, 85], "execut": [35, 57], "exist": [23, 35, 56, 57, 60, 73, 85, 92, 111], "expect": [56, 57], "explan": 45, "explicit": 121, "extens": [7, 25, 26], "extent": 45, "extern": 121, "extract": [96, 97], "f12": 13, "factor": [5, 6, 8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94], "fail": [35, 36, 56, 57, 121], "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "famili": [18, 23, 119], "fedora": 121, "fenoy": 27, "file": [4, 121], "filter": 23, "final_temp": 29, "final_temperatur": 30, "find": [67, 106, 108, 112], "findpostgresql": 121, "first": [47, 96], "first_edg": [25, 73], "first_seg": [25, 73], "fix": 121, "flag": [20, 121], "flat": 74, "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "florian": 27, "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, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 122], "focal": 121, "follow": [35, 57, 85], "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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "foral": 16, "forbidden_vertic": 55, "ford": [44, 59, 72, 121], "found": [35, 36, 56, 57, 92, 113], "foundat": 27, "frac": [5, 25], "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, 130, 131], "freder": 27, "freebsd": 121, "from": [3, 7, 13, 19, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "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, 130, 131], "front": [67, 106, 107, 108, 112, 117], "ft": [25, 36], "full": 73, "function": [13, 18, 20, 23, 25, 32, 35, 39, 63, 88, 103, 119, 121], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gap": [35, 92], "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetri": 123, "generat": [92, 123], "generate_seri": [94, 123], "generic": [31, 38, 62, 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, 130, 131], "geom_is_origin": 74, "geom_tabl": 36, "geometri": [30, 34, 35, 36, 56, 57, 73, 74, 85, 92, 123], "georepubl": [27, 125], "gerald": 27, "get": 85, "gid": [7, 35, 56, 57], "gis": [20, 92], "git": [20, 26, 76, 121], "github": [26, 121, 125], "given": [85, 113], "glibc": 121, "global": [65, 66], "gnu": 27, "goe": 60, "going": 23, "gonzalez": 27, "googl": 27, "got": [35, 57], "gpl": 27, "graph": [6, 8, 23, 26, 31, 36, 38, 44, 45, 47, 49, 54, 59, 60, 65, 66, 67, 69, 71, 72, 77, 78, 87, 88, 89, 90, 91, 99, 100, 103, 106, 108, 112, 113, 118, 121], "group": [60, 73, 92], "gsoc": 121, "gudesa": 27, "gupta": 27, "gz": 26, "hamilton": 4, "handl": 130, "handout": [41, 42], "hang": 27, "hard": [4, 5, 29, 30, 69, 93, 94], "has": [19, 49, 71, 85, 89, 90, 91, 99], "has_rcost": 23, "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, 130, 131], "hassler": 4, "have": [23, 45, 92, 97], "hawick": 77, "head": 85, "health": 77, "heap": 116, "heap_path": [28, 109, 116], "here": 60, "heurist": [8, 31, 32, 33, 38, 39, 40], "high": 45, "higher": 45, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "histco": 4, "homepag": 4, "hossain": 27, "housseman": 27, "hpp": 121, "hr": 5, "html": [6, 8, 23, 25, 26, 27, 31, 38, 47, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 105], "https": [4, 5, 6, 7, 8, 13, 19, 20, 23, 25, 26, 27, 28, 30, 31, 38, 41, 42, 44, 47, 49, 51, 54, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 105, 111, 121, 123, 125], "huang": 27, "hundr": 85, "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "identifi": [20, 92, 121], "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, 130, 131], "if": [16, 19, 23, 35, 56, 57, 60, 73, 85, 92, 111], "if5": 16, "if6": 16, "ignor": [19, 20, 33, 40, 43, 49, 64, 71, 89, 90, 91, 99, 114, 121], "imag": 85, "imaptool": 27, "implement": [45, 59], "imr": 27, "in": [13, 16, 19, 23, 25, 29, 33, 35, 36, 40, 43, 45, 47, 49, 56, 57, 59, 64, 67, 70, 71, 73, 85, 86, 89, 90, 91, 92, 96, 99, 101, 104, 106, 107, 108, 112, 117], "in_com": [56, 73], "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, 130, 131], "inc": 27, "includ": [27, 108, 112, 113], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "inf": [33, 40], "infin": 109, "influenc": 45, "info": [25, 54, 74, 125], "inform": [25, 73, 96, 123], "infti": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "initial_sol": [5, 93, 94], "initial_temp": 29, "initial_temperatur": 30, "inner": 25, "input": 13, "insert": [3, 13, 23, 25, 30, 48, 54, 73, 74, 78, 85, 86, 92, 94, 111, 123], "instal": 26, "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "interact": 26, "intersect": [35, 92], "into": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 92, 94, 111, 123], "is": [17, 19, 23, 25, 27, 35, 36, 45, 49, 56, 57, 68, 71, 73, 81, 82, 83, 85, 86, 89, 90, 91, 92, 96, 97, 98, 99, 103, 115, 121, 131], "is_a": [108, 112], "is_bipartit": [11, 48], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isol": [35, 92], "issu": [121, 125], "it": [19, 23, 45, 49, 71, 90, 91, 99], "iti": 13, "its": 85, "jain": 27, "jame": [58, 77], "jarn": 118, "jay": 27, "jhonson": 79, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "junod": 27, "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, 130, 131], "k_": 78, "k_1": 78, "k_5": 78, "k_shortest_path_rout": 28, "kai": 27, "karl": 4, "karp": [19, 20, 71, 122], "kastl": 27, "ken": 77, "key": [3, 23, 74, 94, 111, 123], "kg": 5, "kind": 25, "kirkman": 4, "kishor": 27, "kit": 13, "km": 5, "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kumar": 27, "languag": 13, "languer": 84, "lat": 6, "later": 27, "latest": 26, "latex": 26, "lc101": [94, 123], "lc101_c": [94, 123], "leaf": 45, "lectur": 13, "lecture16": 13, "left": [25, 60, 73, 86, 106, 107], "leftrightarrow": [25, 85], "leng": 27, "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "less": 97, "lester": 44, "lex": 4, "li": [94, 123], "lib": [6, 8, 31, 38, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libboost": 26, "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, 130, 131], "libtap": 26, "licens": [20, 27], "license_1_0": 27, "lie": 45, "lim": [94, 123], "limit": [25, 54, 57, 74, 94, 123], "line": [29, 66], "line_graph": 86, "linegraph_edg": 86, "linesstr": [25, 36], "linestr": [25, 36, 54, 56, 73, 74], "linux": [26, 121], "list": 125, "listinfo": 125, "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 56, 58, 62, 63, 65, 66, 73, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logv": [10, 52, 53, 90, 91], "lon": 6, "longer": [33, 40, 43, 64, 114], "m_": [5, 93, 94], "ma_capac": 93, "maco": 121, "mahadeokar": 27, "mahmoud": 27, "mail": 125, "mailman": 125, "main_sql": 73, "make": 26, "make_connect": 87, "makefil": 26, "man": 26, "manikata": 27, "maoguang": 27, "mario": 27, "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, 130, 131], "martin": 27, "matching_": 88, "math": [4, 5, 25, 30, 54, 59, 67, 69, 72, 74, 85, 90, 91, 107, 108, 117], "mathworld": 85, "matrix": [5, 29, 93], "max": [6, 15, 31, 32, 33, 38, 39, 40, 43, 64, 86, 92, 114, 121, 123], "max_changes_per_temper": 29, "max_changes_per_temperatur": 30, "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": 27, "maximum": 89, "maximum_flow_problem": 19, "maximum_match": 88, "may": 45, "mckee": [18, 24, 58], "md": 121, "measur": 45, "mega": 7, "menger": 4, "merril": 4, "meta": 7, "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": 25, "mileston": 121, "min": [5, 6, 15, 29, 31, 32, 33, 38, 39, 40, 43, 64, 114], "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, 130, 131], "mingw": 26, "minimum": [96, 97, 121], "minor": 121, "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "modifi": [108, 112, 113], "moham": 27, "moor": 72, "most": 45, "msvc": 121, "msys": 26, "mukul": 27, "my_dijkstra": [13, 23], "myarea": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nagas": 27, "name": [23, 25, 26], "nardelli": 27, "near": [35, 92, 121], "need": 23, "negat": [20, 85, 121, 130], "neq": [16, 19, 25], "net": [25, 27], "netlab": 125, "network": 45, "new": [92, 125], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrict": 23, "newpoint": [74, 123], "news": 121, "nextval": [86, 123], "nicola": 92, "nitish": 27, "nl": 4, "no": [19, 33, 40, 43, 45, 49, 64, 71, 85, 89, 90, 91, 94, 99, 114, 123], "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, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "not": [4, 20, 23, 26, 29, 30, 35, 49, 56, 57, 60, 70, 71, 73, 85, 86, 89, 90, 91, 92, 94, 99, 103, 111, 121, 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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "now": 23, "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "number": [69, 85, 130], "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, 130, 131], "nv": [25, 73], "obe": 27, "of": [4, 5, 17, 18, 20, 25, 27, 30, 31, 32, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 49, 52, 55, 56, 57, 58, 60, 62, 63, 65, 68, 69, 70, 71, 72, 81, 82, 83, 87, 92, 93, 94, 96, 97, 98, 99, 100, 103, 104, 105, 108, 112, 113, 115, 119, 121, 130], "off": 26, "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old_id": 92, "old_restrict": 23, "on": [20, 23, 25, 26, 27, 30, 44, 45, 54, 60, 67, 72, 74, 85, 86, 92, 94, 106, 107, 121, 123], "one": [36, 85, 106, 107, 117, 121], "oneway": 36, "onli": [26, 85, 113], "open": [94, 123], "open_tim": 111, "openbsd": 121, "oper": 13, "operations_ord": 13, "opo": 111, "option": [23, 25, 28, 31, 32, 33, 35, 36, 38, 39, 40, 50, 54, 55, 56, 61, 65, 66, 67, 68, 74, 92, 93, 94, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "or": [13, 19, 23, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "order": [5, 13, 23, 25, 29, 30, 45, 48, 50, 54, 55, 56, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 93, 94, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "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, 130, 131], "order_unit": 111, "org": [5, 6, 8, 19, 20, 23, 25, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 54, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 105, 111, 121, 125], "origin": [23, 74, 92, 94, 123], "original_id": 86, "original_point": 74, "original_to_new_point": 74, "orkney": 27, "osgeo": [27, 125], "osgeol": 27, "osm": [7, 25, 73], "osm2pgrout": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other": [45, 85], "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "out": [7, 13, 23], "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, 130, 131], "out_go": [56, 73], "outal": [92, 121], "outer": 73, "output": [13, 20, 23, 121], "over": [23, 45, 67, 73, 74, 94, 106, 107, 117, 123], "overpass": 7, "own": [86, 123], "p_close": [5, 93, 94, 123], "p_i": [5, 94, 123], "p_node_id": [5, 93, 94, 123], "p_open": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "pair": [20, 25, 45, 85, 122], "paragon": [27, 125], "paragoncorpor": 125, "paramet": [23, 25, 33, 40, 43, 64, 114], "parenthesi": 45, "parser": 26, "part": 27, "partial": [25, 54, 74], "particular": 59, "partit": 74, "pasch": 27, "pass": [45, 67, 106, 107, 108, 112, 117], "password": 26, "path": [3, 16, 23, 25, 26, 32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 73, 105, 106, 107, 108, 109, 112, 113, 116, 123, 129], "path_at": [108, 112], "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, 130, 131], "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, 130, 131], "patrushev": 27, "pcts": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "penyngton": 4, "perform": [35, 36, 56, 57, 92, 121], "perl": 26, "perl5": 121, "person": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "pg": 121, "pg_prove": 26, "pg_prove_test": [26, 121], "pgdijkstra": 27, "pgr": [19, 56, 57, 79], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeoneway": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshal": 121, "pgr_array_revers": 23, "pgr_articulationpoint": [12, 20, 121, 122], "pgr_astar": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdastar": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstra": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktra": 41, "pgr_bddijstra": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentr": [18, 20, 22, 121], "pgr_biconnectedcompon": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostman": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcompon": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contract": [13, 20, 25, 122], "pgr_contractgraph": [55, 121], "pgr_create_topolog": 57, "pgr_createtopolog": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeord": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstra": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstranear": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravia": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivendist": 131, "pgr_drivingdist": [68, 121], "pgr_edgecolor": [11, 18, 121], "pgr_edgedisjointpath": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshal": [7, 20, 79, 121, 122], "pgr_full_vers": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuit": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplanar": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstra": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbf": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldf": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphful": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatch": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclidean": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovid": 121, "pgr_pointtoedgenod": 121, "pgr_pointtoid": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbf": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdf": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_id": 121, "pgr_sequentialvertexcolor": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcompon": [12, 20, 121, 122], "pgr_texttopoint": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoint": [3, 107, 119, 121, 130], "pgr_trspvia": [3, 119, 121, 129], "pgr_trspvia_withpoint": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclidean": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoint": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvia": [107, 119, 121, 129, 131], "pgrout": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 74, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phi": 19, "pi": 16, "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pindex": [94, 123], "pip": 26, "pl": 26, "place": 35, "pleas": [35, 36, 56, 57, 92], "pm": 5, "point": [56, 73, 74, 121], "point_sql": 74, "point_xi": 121, "points_sql": [108, 112, 113, 114, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "popul": 57, "portal": [25, 73], "portland": 7, "posit": 85, "postgi": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_vers": 26, "postgr": [26, 121], "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, 130, 131], "postgresql12": [20, 121], "potenti": [35, 36, 92], "pott": 27, "pratap": 27, "precis": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecessor": 23, "prepare_cap": 74, "prim": [0, 1, 17, 20, 25, 95, 96, 97, 98, 121, 122, 124], "primari": [3, 23, 74, 94, 111, 123], "princeton": [41, 42], "priya": 27, "problem": 36, "process": [35, 36, 56, 57, 92], "progress": 7, "project": 27, "projectweb": [94, 123], "propos": [119, 127], "provid": 125, "ps": 4, "psql": [7, 25, 26], "public": [35, 36, 56, 57, 92, 123], "pull": 121, "push": [19, 20, 89, 99, 122], "push_relabel_max_flow": [89, 99], "python3": 121, "q1": 29, "quad": [16, 19], "queri": [7, 25, 35, 57, 121], "question": 125, "quote_liter": 35, "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radius": 34, "raise_except": [56, 57], "raj": 27, "rajat": 27, "random": [29, 30], "rang": 45, "razequl": 27, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "record": [13, 121], "reddi": 27, "regclass": 123, "regina": 27, "relabel": [19, 20, 89, 99, 122], "relat": [18, 22, 35, 45, 92], "releas": [20, 26], "release_not": 121, "remov": 45, "renam": 23, "replac": 13, "request": 121, "requir": [25, 54, 74, 121], "residu": 19, "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, 130, 131], "respect": 85, "restrict": [23, 123], "restrict_sql": 23, "result": [20, 23, 31, 35, 38, 62, 70, 74, 81, 82, 83, 85, 86, 92, 96, 97, 98, 121], "return": [5, 13, 17, 23, 25, 31, 34, 35, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 49, 52, 53, 55, 56, 57, 58, 59, 60, 62, 65, 68, 69, 70, 71, 72, 73, 76, 78, 81, 82, 83, 85, 87, 89, 91, 92, 93, 94, 96, 97, 98, 99, 100, 103, 104, 105, 108, 110, 113, 115], "revers": [16, 19, 25, 36, 92, 123], "reverse_": 123, "reverse_capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_categori": 123, "reverse_category_id": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": 74, "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [35, 92], "rm": 26, "rn": 74, "rohith": 27, "role": 26, "rollback": 111, "root": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "round": [74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [26, 67, 106, 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, 130, 131], "routeplan": 13, "routing_postgi": 121, "row": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "run": 45, "rykov": 27, "s_in_rul": 36, "s_out_rul": 36, "sa": [20, 27], "sai": 27, "sakr": 27, "sale": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "same": [19, 49, 71, 85, 89, 90, 91, 99, 121], "sampledata": [7, 25], "samu": 27, "sarthak": 27, "schema": 121, "score": 45, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "sec": 5, "second_edg": [25, 73], "second_seg": [25, 73], "see": [85, 121], "segment": [35, 92], "select": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self_loop": 86, "separ": 85, "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, 130, 131], "sequenc": [86, 123], "serial": [3, 23, 25, 73, 123], "server": 26, "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "set": [5, 13, 17, 19, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 125, 129], "setof": [13, 23, 60, 73], "setval": [86, 123], "sever": 25, "sh": [26, 121], "shadow": 85, "shape": 34, "shapefil": 25, "shind": 27, "shobhit": 27, "shoot": 121, "shooting_star": 121, "short": [31, 38, 62, 121], "shortest": [32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 108, 112, 113], "shortest_path_faster_algorithm": 72, "shp2pgsql": 25, "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, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "sign": [25, 130], "signatur": 23, "similar": 23, "simplic": 85, "simplifi": 25, "simul": [29, 30, 33, 40, 43, 64, 114], "singh": 27, "singl": 85, "sink": [19, 36], "sintef": [94, 123], "size": [7, 67, 106, 107, 117], "skip": [56, 57, 60, 73, 92], "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "solomon_100_rc_101": 111, "solut": [106, 107], "solv": [33, 40, 43, 64, 114], "someth": 35, "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, 130, 131], "sourabh": 27, "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, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_id": 86, "source_po": 23, "sourcehandl": 26, "sp": 74, "space": 45, "span": [20, 96, 97, 121], "spars": 45, "spdx": 27, "specialized_vari": 47, "speed": [5, 93], "sphinx": [26, 121], "split": [25, 54, 74, 92], "spoon": 34, "spoon_radius": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "st_": 121, "st_area": 34, "st_astext": [25, 54, 73, 74], "st_buffer": [7, 25, 35, 56, 57, 74], "st_centroid": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehul": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_i": [25, 30, 54, 73, 74, 123], "st_intersect": [25, 73, 74], "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "stackexchang": 20, "standar": [20, 121], "standard": 23, "star": 121, "start": [15, 16, 23, 25, 26, 28, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 59, 62, 63, 64, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 109, 112, 113, 114, 116, 130, 131], "start_": 16, "start_clos": [5, 93, 94, 123], "start_i": [5, 94, 123], "start_id": [4, 29, 30], "start_node_id": [5, 93], "start_open": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "start_v": [16, 52, 77], "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, 130, 131], "start_x": [5, 94, 123], "startpoint": 73, "statement": 103, "status": [67, 106, 107, 108, 112, 117], "step": [108, 112], "stephen": 27, "steve": 121, "stoer": 101, "stoerwagn": 101, "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, 130, 131], "stop_id": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "store": 123, "street": 36, "strict": [25, 67, 106, 107, 109, 117, 129], "string_to_array": 23, "studio": 121, "sub": 60, "sub_id": 92, "subscrib": 125, "subseteq": 25, "successive_shortest_path_nonnegative_weight": [90, 91], "such": 85, "sudo": 26, "sum": [106, 107], "sum_": 16, "sumar": [32, 39, 63], "summari": [5, 93, 94], "summer": 27, "super": [19, 49, 71, 90, 91, 99], "support": [20, 121], "swapnil": 27, "sylvain": 27, "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, 130, 131], "systemctl": 26, "t_in_rul": 36, "t_out_rul": 36, "tabl": [3, 13, 23, 25, 30, 35, 36, 54, 56, 57, 60, 73, 74, 85, 86, 92, 94, 111, 123], "table_end": 92, "table_of_cont": [65, 66], "tag": 125, "take": 45, "takubo": 27, "tar": 26, "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, 130, 131], "target_": 25, "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_id": 23, "target_po": 23, "targets_original_id": 86, "targetss": [19, 49, 71, 90, 91, 99], "tarjan": 102, "tarriv": 111, "tarzan": 84, "tasca": 27, "tbd": [57, 86, 111], "tdepart": 111, "techer": 27, "temp": 60, "ten": 85, "test": [20, 26, 35, 57, 121], "tester": [26, 121], "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "than": [45, 97], "that": [67, 85, 97, 106], "the": [17, 19, 23, 25, 26, 27, 32, 35, 36, 39, 41, 42, 45, 47, 49, 54, 57, 59, 60, 63, 67, 68, 71, 73, 74, 81, 82, 83, 85, 89, 90, 91, 92, 94, 96, 97, 98, 99, 106, 108, 112, 113, 115, 121, 123, 130], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_info": 111, "the_out": 73, "the_point": 73, "their": [45, 85], "them": 45, "theme": 26, "then": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "there": [19, 25, 45, 49, 71, 85, 89, 90, 91, 99], "these": 45, "theta": [45, 75], "they": 92, "this": [23, 25, 45, 54, 74, 85, 121], "thoma": 4, "three": 45, "three_opt": [25, 54, 74], "through": 45, "throw": 45, "thurkow": 27, "tidi": [20, 121], "time": [5, 7, 13, 45, 75, 79, 93, 94, 108, 112, 113], "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to": [19, 23, 25, 26, 35, 44, 45, 49, 57, 71, 72, 85, 89, 90, 91, 97, 99, 108, 111, 112, 113, 121, 125], "to_cost": 23, "todo": 90, "tokyo": 27, "toler": [35, 56, 74, 92], "tool": [26, 121], "top": [94, 123], "topolog": [20, 35, 36, 56, 57, 60, 73, 92, 119, 122], "topological_sort": [59, 103], "total": [5, 32, 39, 60, 63, 92, 93, 94], "transform": [18, 119], "transitive_closur": 104, "travel": [5, 15, 20, 29, 30, 33, 40, 43, 64, 93, 94, 114, 122], "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, 130, 131], "traveltim": 111, "travers": [18, 119], "tree": [20, 96, 97, 121], "tries_per_temp": 29, "tries_per_temperatur": 30, "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "true": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "tsp": [5, 121], "tsp_result": 30, "turn_restrict_sql": 23, "two": [45, 85, 92], "two_way_if_nul": 36, "txt": 27, "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, 130, 131], "u_turn": 86, "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "ubuntu": 121, "uk": 27, "undirect": [45, 85], "unexpect": [56, 57], "union": [5, 13, 25, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107], "unit": 85, "univers": [4, 27, 30], "unknown": [25, 36], "unlog": [56, 73], "unnam": 23, "unnest": [13, 56, 60, 65, 66, 73, 74], "untouch": 92, "updat": [13, 25, 26, 30, 36, 54, 56, 73, 74, 86, 121, 123], "upgrad": 121, "use": [18, 20, 22, 23, 25, 32, 39, 41, 42, 44, 45, 54, 60, 62, 63, 73, 74, 85, 96, 97, 108, 112, 113, 121], "user": [26, 56, 57, 125], "utf8": 121, "uturn": 86, "uwaterloo": 30, "v1": [86, 121], "v2": 27, "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "valid": 25, "valu": [3, 15, 19, 20, 23, 25, 30, 31, 32, 38, 39, 41, 42, 44, 47, 48, 49, 59, 62, 63, 70, 71, 72, 73, 74, 78, 85, 89, 90, 91, 94, 99, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "varchar": [35, 56, 57], "varieti": 25, "varnoth": [16, 19], "vaul": [19, 49, 71, 89, 90, 91, 99], "ve": 45, "veenit": 27, "vehcil": [94, 123], "vehicl": [5, 93, 94], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "venkata": 27, "vergara": 27, "versaterm": 27, "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "vertex": [3, 16, 19, 44, 45, 72, 84, 85, 97, 107, 108, 112, 117, 119], "vertex_": [67, 106, 107, 117, 129], "vertex_i": [67, 106, 107, 117, 129], "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, 130, 131], "vertex_map": 86, "vertic": [3, 13, 25, 29, 30, 33, 34, 35, 36, 40, 43, 44, 45, 54, 56, 57, 60, 64, 67, 72, 73, 74, 85, 86, 92, 97, 106, 107, 117, 123, 129], "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vertix_id": 121, "via": [3, 119, 121], "via_path": [23, 121], "vicki": 27, "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, 130, 131], "vidhan": 27, "virginia": 27, "virtu": 45, "visit": [67, 96, 106, 107, 108, 112, 117], "visual": 121, "vize": [11, 18, 69], "vojt": 118, "volatil": 13, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "wagner": 101, "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "wang": 27, "warn": [23, 121], "warshal": [7, 20, 75, 122], "was": [23, 56, 57, 121], "waterloo": [4, 30], "way": [7, 25, 36, 85], "web": 130, "weight": 59, "went": 35, "were": 23, "wget": [7, 26], "when": [16, 19, 23, 25, 35, 36, 45, 49, 67, 71, 73, 74, 85, 89, 90, 91, 99, 106, 107, 108, 112, 115, 117, 121], "where": [7, 13, 23, 25, 29, 30, 33, 35, 40, 43, 45, 49, 52, 53, 54, 56, 57, 60, 64, 67, 70, 71, 73, 74, 75, 79, 85, 86, 89, 90, 91, 92, 94, 95, 99, 101, 103, 104, 106, 107, 108, 111, 112, 117, 121, 123, 130, 131], "which": [25, 45], "whitney": 4, "wi29": 30, "wiesenhaan": 27, "wiki": [5, 6, 8, 19, 25, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 73, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedia": [5, 6, 8, 19, 28, 31, 38, 41, 42, 44, 47, 51, 58, 59, 62, 63, 65, 66, 67, 71, 72, 85, 86, 88, 89, 99, 101, 103, 104, 111], "will": [25, 45], "william": 4, "window": [26, 121], "winni": 121, "with": [7, 13, 23, 25, 30, 33, 35, 36, 40, 43, 45, 54, 56, 57, 60, 64, 73, 74, 86, 92, 94, 106, 107, 111, 114, 121, 123, 130, 131], "with_doc": 26, "with_seq": [106, 107], "within": 97, "withpoint": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "woodbridg": [27, 121], "work": 45, "workshop": [25, 27], "world": 30, "wrong": [35, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 25, 26, 27, 30, 31, 38, 41, 42, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "yellow": 85, "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yige": 27, "your": [35, 57, 125], "zia": 27, "zimanyi": 27}, "titles": ["BFS - \u7c7b\u522b", "DFS - \u7c7b\u522b", "K\u6700\u77ed\u8def\u5f84 - \u7c7b\u522b", "TRSP - \u51fd\u6570\u65cf", "Traveling Sales Person - \u51fd\u6570\u65cf", "\u8f66\u8f86\u8def\u7531\u529f\u80fd - \u7c7b\u522b\uff08\u5b9e\u9a8c\uff09", "A* - \u51fd\u6570\u65cf", "All Pairs - \u51fd\u6570\u65cf", "\u53cc\u5411A* - \u51fd\u6570\u65cf", "\u53cc\u5411 Dijkstra - \u51fd\u6570\u65cf", "\u4e2d\u56fd\u90ae\u9012\u5458\u95ee\u9898 - \u51fd\u6570\u65cf\uff08\u5b9e\u9a8c\uff09", "\u7740\u8272 - \u51fd\u6570\u65cf", "\u5206\u91cf - \u51fd\u6570\u65cf", "\u6536\u7f29 - \u51fd\u6570\u65cf", "\u6210\u672c - \u7c7b\u522b", "\u6210\u672c\u77e9\u9635 - \u7c7b\u522b", "Dijkstra - \u51fd\u6570\u65cf", "\u9a7e\u9a76\u8ddd\u79bb - \u7c7b\u522b", "\u5b9e\u9a8c\u51fd\u6570", "Flow - \u51fd\u6570\u65cf", "\u76ee\u5f55", "Kruskal - \u51fd\u6570\u65cf", "Metrics - Family of functions", "\u8fc1\u79fb\u6307\u5357", "\u6392\u5e8f - \u51fd\u6570\u65cf", "pgRouting \u57fa\u672c\u6982\u5ff5", "\u5b89\u88c5", "\u4ecb\u7ecd", "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 - \u5b9e\u9a8c", "pgr_betweennessCentrality", "pgr_biconnectedComponents", "pgr_binaryBreadthFirstSearch - \u5b9e\u9a8c", "pgr_bipartite -\u5b9e\u9a8c", "pgr_boykovKolmogorov", "pgr_breadthFirstSearch - \u5b9e\u9a8c", "pgr_bridges", "pgr_chinesePostman - \u5b9e\u9a8c", "pgr_chinesePostmanCost - \u5b9e\u9a8c", "pgr_connectedComponents", "pgr_contraction", "pgr_createTopology", "pgr_createVerticesTable", "pgr_cuthillMckeeOrdering`` - \u8bd5\u9a8c\u6027\u7684", "pgr_dagShortestPath - \u5b9e\u9a8c", "pgr_degree -- \u62df\u8bae", "pgr_depthFirstSearch - \u62df\u8bae", "pgr_dijkstra`", "pgr_dijkstraCost`", "pgr_dijkstraCostMatrix", "pgr_dijkstraNear - \u62df\u8bae", "pgr_dijkstraNearCost - \u62df\u8bae", "pgr_dijkstraVia -\u62df\u8bae", "\u9a7e\u9a76\u8ddd\u79bb", "pgr_edgeColoring - \u5b9e\u9a8c", "pgr_edgeDisjointPaths", "pgr_edmondsKarp", "pgr_edwardMoore - \u5b9e\u9a8c", "pgr_extractVertices -- \u62df\u8bae", "pgr_findCloseEdges", "pgr_floydWarshall", "pgr_full_version", "pgr_hawickCircuits - \u5b9e\u9a8c", "pgr_isPlanar - \u5b9e\u9a8c", "pgr_johnson", "pgr_kruskal", "pgr_kruskalBFS", "pgr_kruskalDD", "pgr_kruskalDFS", "pgr_lengauerTarjanDominatorTree -\u5b9e\u9a8c", "pgr_lineGraph - Proposed", "pgr_lineGraphFull - \u5b9e\u9a8c", "pgr_makeConnected - \u5b9e\u9a8c", "pgr_maxCardinalityMatch", "pgr_maxFlow", "pgr_maxFlowMinCost - \u5b9e\u9a8c", "pgr_maxFlowMinCost_Cost - \u5b9e\u9a8c", "pgr_nodeNetwork", "pgr_pickDeliver - \u5b9e\u9a8c", "pgr_pickDeliverEuclidean - \u5b9e\u9a8c", "pgr_prim", "pgr_primBFS", "pgr_primDD", "pgr_primDFS", "pgr_pushRelabel", "pgr_sequentialVertexColoring - \u62df\u8bae", "pgr_stoerWagner - \u5b9e\u9a8c", "pgr_strongComponents", "pgr_topologicalSort - \u5b9e\u9a8c", "pgr_transitiveClosure - \u5b9e\u9a8c", "pgr_trsp - \u62df\u8bae", "pgr_trspVia - \u62df\u8bae", "pgr_trspVia_withPoints - \u62df\u8bae", "pgr_trsp_withPoints - \u62df\u8bae", "pgr_turnRestrictedPath - \u5b9e\u9a8c\u6027", "pgr_version", "pgr_vrpOneDepot -\u5b9e\u9a8c", "pgr_withPoints -\u62df\u8bae", "pgr_withPointsCost -\u62df\u8bae", "pgr_withPointsCostMatrix - \u62df\u8bae", "pgr_withPointsDD - \u62df\u8bae", "pgr_withPointsKSP -\u62df\u8bae", "pgr_withPointsVia - \u62df\u8bae", "Prim - \u51fd\u6570\u65cf", "\u62df\u8bae\u7684\u529f\u80fd", "\u53c2\u8003", "\u53d1\u884c\u8bf4\u660e", "\u51fd\u6570\u65cf", "\u793a\u4f8b\u6570\u636e", "\u751f\u6210\u6811 - \u7c7b\u522b", "\u652f\u6301", "Topology - \u51fd\u6570\u65cf", "Transformation - Family of functions", "Traversal - \u51fd\u6570\u65cf", "Via - \u7c7b\u522b", "withPoints - \u7c7b\u522b", "withPoints - \u51fd\u6570\u65cf"], "titleterms": {"01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "all": 7, "as": 85, "astar": [6, 31, 32, 33, 38, 39, 40], "bfs": [0, 81, 96], "cost": [25, 62, 123], "dfs": [1, 50, 61, 83, 98], "dijkstra": [9, 16, 65, 66], "direct": 85, "edg": [0, 3, 7, 10, 15, 16, 17, 19, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "famili": [22, 127], "flow": 19, "function": [22, 127], "gis": 125, "graph": 85, "heurist": 6, "id": 25, "identifi": 85, "kruskal": [21, 23], "ksp": [28, 109, 116], "line": 85, "metric": 22, "migrat": 23, "multipl": 23, "note": 121, "of": [22, 23, 85, 127], "pair": 7, "person": 4, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeoneway": 36, "pgr_articulationpoint": 37, "pgr_astar": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdastar": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstra": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentr": 45, "pgr_biconnectedcompon": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostman": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcompon": 54, "pgr_contract": 55, "pgr_createtopolog": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeord": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstra": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstranear": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravia": [23, 67], "pgr_drivingdist": 23, "pgr_edgecolor": 69, "pgr_edgedisjointpath": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshal": 75, "pgr_full_vers": 76, "pgr_hawickcircuit": 77, "pgr_isplanar": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbf": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldf": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphful": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclidean": 94, "pgr_prim": 95, "pgr_primbf": [23, 96], "pgr_primdd": [23, 97], "pgr_primdf": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcolor": 100, "pgr_stoerwagn": 101, "pgr_strongcompon": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoint": [23, 108], "pgr_trspvia": [23, 106], "pgr_trspvia_withpoint": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclidean": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoint": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvia": [23, 117], "pgrout": [20, 25, 121], "point": [15, 25, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "prim": [23, 118], "propos": 85, "releas": 121, "repres": 85, "represent": 85, "restrict": [3, 25, 105, 106, 107, 108, 109, 129], "reverse_cost": [25, 62, 123], "sale": 4, "share": 85, "singl": 23, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "topolog": 126, "transform": 127, "travel": 4, "travers": 128, "trsp": [3, 25], "tsp": [4, 29, 30], "uniqu": 85, "v3": 27, "vertex": [23, 60], "vertic": 23, "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "with": 85, "withpoint": [130, 131], "withpointsksp": 116}}) \ No newline at end of file +Search.setIndex({"alltitles": {"": [[25, null], [25, null], [28, null], [28, null], [28, null], [28, null], [28, null], [28, null], [29, "index-0"], [30, "index-0"], [31, null], [31, null], [31, null], [31, null], [31, null], [31, null], [32, null], [32, null], [32, null], [32, null], [32, null], [32, null], [33, null], [34, "index-0"], [35, null], [36, null], [37, null], [38, null], [38, null], [38, null], [38, null], [38, null], [38, null], [39, null], [39, null], [39, null], [39, null], [39, null], [39, null], [40, null], [41, null], [41, null], [41, null], [41, null], [41, null], [41, null], [42, null], [42, null], [42, null], [42, null], [42, null], [42, null], [43, null], [44, null], [44, null], [44, null], [44, null], [44, null], [44, null], [45, null], [46, null], [47, null], [47, null], [47, null], [47, null], [47, null], [47, null], [48, "index-0"], [49, null], [49, null], [49, null], [49, null], [49, null], [49, null], [50, null], [50, null], [50, null], [51, null], [52, "index-0"], [53, "index-0"], [54, null], [55, "index-0"], [56, null], [57, null], [58, "index-0"], [59, null], [59, null], [59, null], [59, null], [59, null], [59, null], [60, "index-0"], [61, null], [61, null], [61, null], [62, null], [62, null], [62, null], [62, null], [62, null], [62, null], [63, null], [63, null], [63, null], [63, null], [63, null], [63, null], [64, null], [65, null], [65, null], [65, null], [65, null], [65, null], [66, null], [66, null], [66, null], [66, null], [66, null], [67, null], [68, null], [68, null], [68, null], [69, "index-0"], [70, null], [70, null], [70, null], [70, null], [70, null], [70, null], [71, null], [71, null], [71, null], [71, null], [71, null], [71, null], [72, null], [72, null], [72, null], [72, null], [72, null], [72, null], [73, "index-0"], [74, null], [74, null], [74, null], [75, null], [76, null], [77, null], [78, "index-0"], [79, null], [80, null], [81, null], [81, null], [81, null], [82, null], [82, null], [82, null], [83, null], [83, null], [83, null], [84, null], [85, null], [86, null], [87, null], [88, "index-0"], [89, null], [89, null], [89, null], [89, null], [89, null], [89, null], [90, null], [90, null], [90, null], [90, null], [90, null], [90, null], [91, null], [91, null], [91, null], [91, null], [91, null], [91, null], [93, null], [93, null], [93, null], [94, null], [94, null], [94, null], [95, null], [96, null], [96, null], [96, null], [97, null], [97, null], [97, null], [98, null], [98, null], [98, null], [99, null], [99, null], [99, null], [99, null], [99, null], [99, null], [100, "index-0"], [101, "index-0"], [102, null], [103, "index-0"], [104, "index-0"], [105, null], [105, null], [105, null], [105, null], [105, null], [105, null], [106, null], [107, null], [108, null], [108, null], [108, null], [108, null], [108, null], [108, null], [109, "index-0"], [110, null], [112, null], [112, null], [112, null], [112, null], [112, null], [112, null], [113, null], [113, null], [113, null], [113, null], [113, null], [113, null], [114, null], [115, null], [115, null], [115, null], [116, null], [116, null], [116, null], [116, null], [116, null], [116, null], [117, null]], "0.9.8 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-0-9-8"]], "0.9.9 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-0-9-9"]], "1) \u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "path-from-6-to-10"]], "1.0 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0"]], "1.0.0a \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0-0a"]], "1.0.0b \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-0-0b"]], "1.01 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-01"]], "1.02 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-02"]], "1.03 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-03"]], "1.05 \u7248\u7684\u66f4\u6539": [[121, "changes-for-release-1-05"]], "10) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id2"]], "11)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id3"]], "12)\u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id4"]], "13) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b9\u548c10\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-9-and-10"]], "14) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b10\u548c12\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-10-and-12"]], "15) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b9\u523012\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-9-to-12"]], "16) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b9\u523011\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-9-to-11"]], "17)\u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id5"]], "18) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id6"]], "19)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id7"]], "2) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "path-from-6-to-7"]], "2.x\u5c0f\u7248\u672c": [[121, "minors-2-x"]], "20) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id8"]], "21) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b17\u548c18\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-17-and-18"]], "22) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b18\u548c20\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-18-and-20"]], "23) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b17\u523020\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-17-to-20"]], "24) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b17\u523019\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-17-to-19"]], "25) \u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id9"]], "26) \u4ece 6 \u5230 7 \u7684\u8def\u5f84": [[62, "id10"]], "27)\u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "id11"]], "28) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "id12"]], "29) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b25\u548c26\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-25-and-26"]], "3) \u4ece 12 \u5230 10 \u7684\u8def\u5f84": [[62, "path-from-12-to-10"]], "3.x\u5c0f\u7248\u672c": [[121, "minors-3-x"]], "30) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b26\u548c28\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-26-and-28"]], "31) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b25\u523028\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-25-to-28"]], "32) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b25\u523027\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-25-to-27"]], "33) \u4f7f\u7528 \u4e00\u5bf9\u4e00": [[62, "using-one-to-one"]], "34)\u4f7f\u7528 \u4e00\u5bf9\u591a": [[62, "using-one-to-many"]], "35) \u4f7f\u7528 \u591a\u5bf9\u4e00": [[62, "using-many-to-one"]], "36) \u4f7f\u7528 \u591a\u5bf9\u591a": [[62, "using-many-to-many"]], "37) \u4f7f\u7528 \u7ec4\u5408": [[62, "using-combinations"]], "4) \u4ece 12 \u5230 7 \u7684\u8def\u5f84": [[62, "path-from-12-to-7"]], "5) \u4f7f\u7528 \u4e00\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b1\u548c\u793a\u4f8b2\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-one-to-many-to-get-the-solution-of-examples-1-and-2"]], "6) \u4f7f\u7528 \u591a\u5bf9\u4e00 \u6765\u83b7\u53d6\u793a\u4f8b2\u548c\u793a\u4f8b4\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-one-to-get-the-solution-of-examples-2-and-4"]], "7) \u4f7f\u7528 \u591a\u5bf9\u591a \u6765\u83b7\u53d6\u793a\u4f8b1\u52304\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-many-to-many-to-get-the-solution-of-examples-1-to-4"]], "8) \u4f7f\u7528 \u7ec4\u5408 \u6765\u83b7\u53d6\u793a\u4f8b1\u52303\u7684\u89e3\u51b3\u65b9\u6848": [[62, "using-combinations-to-get-the-solution-of-examples-1-to-3"]], "9)\u4ece 6 \u5230 10 \u7684\u8def\u5f84": [[62, "id1"]], "A* - \u51fd\u6570\u65cf": [[6, null]], "All Pairs - \u51fd\u6570\u65cf": [[7, null]], "BFS - \u7c7b\u522b": [[0, null]], "BFS\u53ef\u9009\u53c2\u6570": [[0, "bfs-optional-parameters"], [81, "bfs-optional-parameters"], [96, "bfs-optional-parameters"]], "DFS - \u7c7b\u522b": [[1, null]], "DFS \u53ef\u9009\u53c2\u6570": [[50, "dfs-optional-parameters"], [61, "dfs-optional-parameters"], [83, "dfs-optional-parameters"], [98, "dfs-optional-parameters"]], "Dijkstra - \u51fd\u6570\u65cf": [[16, null]], "Dijkstra \u53ef\u9009\u53c2\u6570": [[65, "dijkstra-optional-parameters"], [66, "dijkstra-optional-parameters"]], "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"], [25, "edges-sql"], [28, "edges-sql"], [31, "edges-sql"], [32, "edges-sql"], [33, "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"], [54, "edges-sql"], [55, "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"], [74, "edges-sql"], [75, "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"], [90, "edges-sql"], [91, "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"], [108, "edges-sql"], [109, "edges-sql"], [112, "edges-sql"], [113, "edges-sql"], [114, "edges-sql"], [115, "edges-sql"], [116, "edges-sql"], [117, "edges-sql"], [129, "edges-sql"], [130, "edges-sql"], [131, "edges-sql"]], "Flow - \u51fd\u6570\u65cf": [[19, null]], "Heuristic": [[6, "heuristic"]], "KSP \u53ef\u9009\u53c2\u6570": [[28, "ksp-optional-parameters"], [109, "ksp-optional-parameters"], [116, "ksp-optional-parameters"]], "Kruskal - \u51fd\u6570\u65cf": [[21, null]], "Kruskal multiple vertices": [[23, "kruskal-multiple-vertices"]], "Kruskal single vertex": [[23, "kruskal-single-vertex"]], "K\u6700\u77ed\u8def\u5f84 - \u7c7b\u522b": [[2, null]], "Line Graph of a directed graph represented with shared edges": [[85, "line-graph-of-a-directed-graph-represented-with-shared-edges"]], "Line Graph of a directed graph represented with unique edges": [[85, "line-graph-of-a-directed-graph-represented-with-unique-edges"]], "Metrics - Family of functions": [[22, null]], "Migration of pgr_kruskalDD / pgr_kruskalBFS / pgr_kruskalDFS": [[23, "migration-of-pgr-kruskaldd-pgr-kruskalbfs-pgr-kruskaldfs"]], "Migration of pgr_primDD / pgr_primBFS / pgr_primDFS": [[23, "migration-of-pgr-primdd-pgr-primbfs-pgr-primdfs"]], "Pgrouting\u6982\u5ff5": [[20, "pgrouting-concepts"]], "Points SQL": [[15, "points-sql"], [25, "points-sql"], [107, "points-sql"], [108, "points-sql"], [112, "points-sql"], [113, "points-sql"], [114, "points-sql"], [115, "points-sql"], [116, "points-sql"], [117, "points-sql"], [129, "points-sql"], [130, "points-sql"], [131, "points-sql"]], "Prim - \u51fd\u6570\u65cf": [[118, null]], "Prim multiple vertices": [[23, "prim-multiple-vertices"]], "Prim single vertex": [[23, "prim-single-vertex"]], "Representation as directed with shared edge identifiers": [[85, "representation-as-directed-with-shared-edge-identifiers"]], "Representation as directed with unique edge identifiers": [[85, "representation-as-directed-with-unique-edge-identifiers"]], "Restrictions SQL": [[3, "restrictions-sql"], [25, "restrictions-sql"], [105, "restrictions-sql"], [106, "restrictions-sql"], [107, "restrictions-sql"], [108, "restrictions-sql"], [109, "restrictions-sql"], [129, "restrictions-sql"]], "TRSP - \u51fd\u6570\u65cf": [[3, null]], "TRSP\u7b97\u6cd5": [[3, "trsp-algorithm"]], "TSP \u53ef\u9009\u53c2\u6570": [[4, "tsp-optional-parameters"], [29, "tsp-optional-parameters"], [30, "tsp-optional-parameters"]], "Topology - \u51fd\u6570\u65cf": [[126, null]], "Transformation - Family of functions": [[127, null]], "Traveling Sales Person - \u51fd\u6570\u65cf": [[4, null]], "Traversal - \u51fd\u6570\u65cf": [[128, null]], "Vertex SQL": [[60, "vertex-sql"]], "Via - \u7c7b\u522b": [[129, null]], "Via \u51fd\u6570\u7684\u53c2\u6570": [[25, "parameters-for-the-via-functions"]], "Via\u53ef\u9009\u53c2\u6570": [[67, "via-optional-parameters"], [106, "via-optional-parameters"], [107, "via-optional-parameters"], [117, "via-optional-parameters"], [129, "via-optional-parameters"]], "aStar \u53ef\u9009\u53c2\u6570": [[6, "astar-optional-parameters"], [31, "astar-optional-parameters"], [32, "astar-optional-parameters"], [33, "astar-optional-parameters"], [38, "astar-optional-parameters"], [39, "astar-optional-parameters"], [40, "astar-optional-parameters"]], "pgRouting 1": [[121, "pgrouting-1"]], "pgRouting 1.0": [[121, "pgrouting-1-0"]], "pgRouting 2": [[121, "pgrouting-2"]], "pgRouting 2.0": [[121, "pgrouting-2-0"]], "pgRouting 2.0.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-0-0-release-notes"]], "pgRouting 2.0.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-0-1-release-notes"]], "pgRouting 2.1": [[121, "pgrouting-2-1"]], "pgRouting 2.1.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-1-0-release-notes"]], "pgRouting 2.2": [[121, "pgrouting-2-2"]], "pgRouting 2.2.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-0-release-notes"]], "pgRouting 2.2.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-1-release-notes"]], "pgRouting 2.2.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-2-release-notes"]], "pgRouting 2.2.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-3-release-notes"]], "pgRouting 2.2.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-2-4-release-notes"]], "pgRouting 2.3": [[121, "pgrouting-2-3"]], "pgRouting 2.3.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-0-release-notes"]], "pgRouting 2.3.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-1-release-notes"]], "pgRouting 2.3.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-3-2-release-notes"]], "pgRouting 2.4": [[121, "pgrouting-2-4"]], "pgRouting 2.4.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-0-release-notes"]], "pgRouting 2.4.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-1-release-notes"]], "pgRouting 2.4.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-4-2-release-notes"]], "pgRouting 2.5": [[121, "pgrouting-2-5"]], "pgRouting 2.5.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-0-release-notes"]], "pgRouting 2.5.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-1-release-notes"]], "pgRouting 2.5.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-2-release-notes"]], "pgRouting 2.5.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-3-release-notes"]], "pgRouting 2.5.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-4-release-notes"]], "pgRouting 2.5.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-5-5-release-notes"]], "pgRouting 2.6": [[121, "pgrouting-2-6"]], "pgRouting 2.6.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-0-release-notes"]], "pgRouting 2.6.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-1-release-notes"]], "pgRouting 2.6.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-2-release-notes"]], "pgRouting 2.6.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-2-6-3-release-notes"]], "pgRouting 3": [[121, "pgrouting-3"]], "pgRouting 3.0": [[121, "pgrouting-3-0"]], "pgRouting 3.0.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-0-release-notes"]], "pgRouting 3.0.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-1-release-notes"]], "pgRouting 3.0.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-2-release-notes"]], "pgRouting 3.0.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-3-release-notes"]], "pgRouting 3.0.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-4-release-notes"]], "pgRouting 3.0.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-5-release-notes"]], "pgRouting 3.0.6 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-0-6-release-notes"]], "pgRouting 3.1": [[121, "pgrouting-3-1"]], "pgRouting 3.1.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-0-release-notes"]], "pgRouting 3.1.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-1-release-notes"]], "pgRouting 3.1.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-2-release-notes"]], "pgRouting 3.1.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-3-release-notes"]], "pgRouting 3.1.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-1-4-release-notes"]], "pgRouting 3.2": [[121, "pgrouting-3-2"]], "pgRouting 3.2.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-0-release-notes"]], "pgRouting 3.2.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-1-release-notes"]], "pgRouting 3.2.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-2-2-release-notes"]], "pgRouting 3.3": [[121, "pgrouting-3-3"]], "pgRouting 3.3.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-0-release-notes"]], "pgRouting 3.3.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-1-release-notes"]], "pgRouting 3.3.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-2-release-notes"]], "pgRouting 3.3.3 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-3-release-notes"]], "pgRouting 3.3.4 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-4-release-notes"]], "pgRouting 3.3.5 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-3-5-release-notes"]], "pgRouting 3.4": [[121, "pgrouting-3-4"]], "pgRouting 3.4.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-0-release-notes"]], "pgRouting 3.4.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-1-release-notes"]], "pgRouting 3.4.2 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-4-2-release-notes"]], "pgRouting 3.5": [[121, "pgrouting-3-5"]], "pgRouting 3.5.0 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-5-0-release-notes"]], "pgRouting 3.5.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-5-1-release-notes"]], "pgRouting 3.6": [[121, "pgrouting-3-6"]], "pgRouting 3.6.0 \u53d1\u5e03\u8bf4": [[121, "pgrouting-3-6-0-release-notes"]], "pgRouting 3.6.1 \u53d1\u5e03\u8bf4\u660e": [[121, "pgrouting-3-6-1-release-notes"]], "pgRouting 3.6.2 Release Notes": [[121, "pgrouting-3-6-2-release-notes"]], "pgRouting 3.6.3 Release Notes": [[121, "pgrouting-3-6-3-release-notes"]], "pgRouting 3.7": [[121, "pgrouting-3-7"]], "pgRouting 3.7.0 \u53d1\u5e03\u8bf4\u660e": [[20, "pgrouting-3-7-0-release-notes"], [121, "pgrouting-3-7-0-release-notes"]], "pgRouting \u57fa\u672c\u6982\u5ff5": [[25, null]], "pgr_KSP": [[28, null]], "pgr_KSP (\u4e00\u5bf9\u4e00)": [[23, "pgr-ksp-one-to-one"]], "pgr_TSP": [[29, null]], "pgr_TSPeuclidean": [[30, null]], "pgr_aStar": [[31, null]], "pgr_aStar \u8fc1\u79fb": [[23, "migration-of-pgr-astar"]], "pgr_aStarCost": [[32, null]], "pgr_aStarCostMatrix": [[33, null]], "pgr_alphaShape": [[34, null]], "pgr_analyzeGraph": [[35, null]], "pgr_analyzeOneWay": [[36, null]], "pgr_articulationPoints": [[37, null]], "pgr_bdAstar": [[38, null]], "pgr_bdAstarCost": [[39, null]], "pgr_bdAstarCostMatrix": [[40, null]], "pgr_bdDijkstra": [[41, null]], "pgr_bdDijkstraCost": [[42, null]], "pgr_bdDijkstraCostMatrix": [[43, null]], "pgr_bellmanFord - \u5b9e\u9a8c": [[44, null]], "pgr_betweennessCentrality": [[45, null]], "pgr_biconnectedComponents": [[46, null]], "pgr_binaryBreadthFirstSearch - \u5b9e\u9a8c": [[47, null]], "pgr_bipartite -\u5b9e\u9a8c": [[48, null]], "pgr_boykovKolmogorov": [[49, null]], "pgr_breadthFirstSearch - \u5b9e\u9a8c": [[50, null]], "pgr_bridges": [[51, null]], "pgr_chinesePostman - \u5b9e\u9a8c": [[52, null]], "pgr_chinesePostmanCost - \u5b9e\u9a8c": [[53, null]], "pgr_connectedComponents": [[54, null]], "pgr_contraction": [[55, null]], "pgr_createTopology": [[56, null]], "pgr_createVerticesTable": [[57, null]], "pgr_cuthillMckeeOrdering`` - \u8bd5\u9a8c\u6027\u7684": [[58, null]], "pgr_dagShortestPath - \u5b9e\u9a8c": [[59, null]], "pgr_degree -- \u62df\u8bae": [[60, null]], "pgr_depthFirstSearch - \u62df\u8bae": [[61, null]], "pgr_dijkstraCostMatrix": [[64, null]], "pgr_dijkstraCost`": [[63, null]], "pgr_dijkstraNear - \u62df\u8bae": [[65, null]], "pgr_dijkstraNearCost - \u62df\u8bae": [[66, null]], "pgr_dijkstraVia -\u62df\u8bae": [[67, null]], "pgr_dijkstra`": [[62, null]], "pgr_drivingdistance (\u5355\u4e2a\u9876\u70b9)": [[23, "pgr-drivingdistance-single-vertex"]], "pgr_drivingdistance (\u591a\u4e2a\u9876\u70b9)": [[23, "pgr-drivingdistance-multiple-vertices"]], "pgr_edgeColoring - \u5b9e\u9a8c": [[69, null]], "pgr_edgeDisjointPaths": [[70, null]], "pgr_edmondsKarp": [[71, null]], "pgr_edwardMoore - \u5b9e\u9a8c": [[72, null]], "pgr_extractVertices -- \u62df\u8bae": [[73, null]], "pgr_findCloseEdges": [[74, null]], "pgr_floydWarshall": [[75, null]], "pgr_full_version": [[76, null]], "pgr_hawickCircuits - \u5b9e\u9a8c": [[77, null]], "pgr_isPlanar - \u5b9e\u9a8c": [[78, null]], "pgr_johnson": [[79, null]], "pgr_kruskal": [[80, null]], "pgr_kruskalBFS": [[81, null]], "pgr_kruskalDD": [[82, null]], "pgr_kruskalDFS": [[83, null]], "pgr_lengauerTarjanDominatorTree -\u5b9e\u9a8c": [[84, null]], "pgr_lineGraph - Proposed": [[85, null]], "pgr_lineGraphFull - \u5b9e\u9a8c": [[86, null]], "pgr_makeConnected - \u5b9e\u9a8c": [[87, null]], "pgr_maxCardinalityMatch": [[88, null]], "pgr_maxFlow": [[89, null]], "pgr_maxFlowMinCost - \u5b9e\u9a8c": [[90, null]], "pgr_maxFlowMinCost_Cost - \u5b9e\u9a8c": [[91, null]], "pgr_nodeNetwork": [[92, null]], "pgr_pickDeliver - \u5b9e\u9a8c": [[93, null]], "pgr_pickDeliverEuclidean - \u5b9e\u9a8c": [[94, null]], "pgr_prim": [[95, null]], "pgr_primBFS": [[96, null]], "pgr_primDD": [[97, null]], "pgr_primDFS": [[98, null]], "pgr_pushRelabel": [[99, null]], "pgr_sequentialVertexColoring - \u62df\u8bae": [[100, null]], "pgr_stoerWagner - \u5b9e\u9a8c": [[101, null]], "pgr_strongComponents": [[102, null]], "pgr_topologicalSort - \u5b9e\u9a8c": [[103, null]], "pgr_transitiveClosure - \u5b9e\u9a8c": [[104, null]], "pgr_trsp - \u62df\u8bae": [[105, null]], "pgr_trspVia - \u62df\u8bae": [[106, null]], "pgr_trspVia_withPoints - \u62df\u8bae": [[107, null]], "pgr_trsp_withPoints - \u62df\u8bae": [[108, null]], "pgr_turnRestrictedPath - \u5b9e\u9a8c\u6027": [[109, null]], "pgr_version": [[110, null]], "pgr_vrpOneDepot -\u5b9e\u9a8c": [[111, null]], "pgr_withPoints -\u62df\u8bae": [[112, null]], "pgr_withPointsCost -\u62df\u8bae": [[113, null]], "pgr_withPointsCostMatrix - \u62df\u8bae": [[114, null]], "pgr_withPointsDD (\u5355\u4e2a\u9876\u70b9)": [[23, "pgr-withpointsdd-single-vertex"]], "pgr_withPointsDD (\u591a\u4e2a\u9876\u70b9)": [[23, "pgr-withpointsdd-multiple-vertices"]], "pgr_withPointsDD - \u62df\u8bae": [[115, null]], "pgr_withPointsKSP (\u4e00\u5bf9\u4e00)": [[23, "pgr-withpointsksp-one-to-one"]], "pgr_withPointsKSP -\u62df\u8bae": [[116, null]], "pgr_withPointsVia - \u62df\u8bae": [[117, null]], "withPoints - \u51fd\u6570\u65cf": [[131, null]], "withPoints - \u7c7b\u522b": [[130, null]], "withPointsKSP\u53ef\u9009\u53c2\u6570": [[116, "withpointsksp-optional-parameters"]], "\u4e00\u4e2a\u70b9": [[74, "one-point"]], "\u4e00\u4e2a\u7b54\u6848\uff0c\u6240\u6709\u5217": [[74, "one-answer-all-columns"]], "\u4e00\u5bf9\u4e00": [[25, "one-to-one"], [28, "one-to-one"], [31, "one-to-one"], [32, "one-to-one"], [38, "one-to-one"], [39, "one-to-one"], [41, "one-to-one"], [42, "one-to-one"], [44, "one-to-one"], [47, "one-to-one"], [49, "one-to-one"], [59, "one-to-one"], [62, "one-to-one"], [63, "one-to-one"], [70, "one-to-one"], [71, "one-to-one"], [72, "one-to-one"], [89, "one-to-one"], [90, "one-to-one"], [91, "one-to-one"], [99, "one-to-one"], [105, "one-to-one"], [108, "one-to-one"], [112, "one-to-one"], [113, "one-to-one"], [116, "one-to-one"]], "\u4e00\u5bf9\u591a": [[25, "one-to-many"], [28, "one-to-many"], [31, "one-to-many"], [32, "one-to-many"], [38, "one-to-many"], [39, "one-to-many"], [41, "one-to-many"], [42, "one-to-many"], [44, "one-to-many"], [47, "one-to-many"], [49, "one-to-many"], [59, "one-to-many"], [62, "one-to-many"], [63, "one-to-many"], [65, "one-to-many"], [66, "one-to-many"], [70, "one-to-many"], [71, "one-to-many"], [72, "one-to-many"], [89, "one-to-many"], [90, "one-to-many"], [91, "one-to-many"], [99, "one-to-many"], [105, "one-to-many"], [108, "one-to-many"], [112, "one-to-many"], [113, "one-to-many"], [116, "one-to-many"]], "\u4e00\u6b21\u901a\u8fc7": [[67, "one-via"], [106, "one-via"], [107, "one-via"], [117, "one-via"]], "\u4e00\u822c\u4fe1\u606f": [[4, "general-information"], [14, "general-information"], [15, "general-information"], [129, "general-information"]], "\u4e00\u822c\u6ca1\u6709 id": [[25, "general-without-id"]], "\u4e0e pgr_TSP \u4e00\u8d77\u4f7f\u7528\u3002": [[114, "use-with-pgr-tsp"]], "\u4e0e\u9a71\u52a8\u7aef\u9a71\u52a8\u62d3\u6251\u65e0\u5173": [[113, "does-not-matter-driving-side-driving-topology"]], "\u4e2a\u4eba\u8d21\u732e\u8005\uff08\u6309\u5b57\u6bcd\u6392\u5e8f\uff09": [[27, "individuals-in-alphabetical-order"]], "\u4e2d\u56fd\u90ae\u9012\u5458\u95ee\u9898 - \u51fd\u6570\u65cf\uff08\u5b9e\u9a8c\uff09": [[10, null]], "\u4e3a\u8fde\u63a5\u4fe1\u606f\u51c6\u5907\u5b58\u50a8": [[25, "prepare-storage-for-connection-information"], [54, "prepare-storage-for-connection-information"], [74, "prepare-storage-for-connection-information"]], "\u4e3b\u56fe": [[123, "main-graph"]], "\u4e3b\u67e5\u8be2": [[67, "the-main-query"], [106, "the-main-query"]], "\u4e3b\u8981\u7248\u672c": [[121, "mayors"]], "\u4ea4\u53c9\u8fb9": [[25, "crossing-edges"], [73, "crossing-edges"]], "\u4ec5\u9002\u7528\u4e8e \u6709\u5411 \u56fe\uff0c\u4e14\u4ec5\u5305\u542b cost \u5217": [[62, "for-directed-graphs-only-with-cost-column"]], "\u4ec5\u9002\u7528\u4e8e\u5e26\u6709 cost \u5217\u7684 \u65e0\u5411 \u56fe": [[62, "for-undirected-graphs-only-with-cost-column"]], "\u4ecb\u7ecd": [[3, "introduction"], [5, "introduction"], [7, "introduction"], [13, "introduction"], [16, "introduction"], [27, null], [127, "introduction"], [130, "introduction"], [131, "introduction"]], "\u4ece\u524d\u65b9\u8d85\u8f66\u6216\u4ee5\u5de6\u4fa7\u9a7e\u9a76\u65b9\u5f0f\u884c\u9a76\u3002": [[112, "passes-in-front-or-visits-with-left-side-driving"]], "\u4ece\u524d\u65b9\u8d85\u8f66\u6216\u53f3\u4fa7\u884c\u9a76\u6765\u8bbf\u3002": [[112, "passes-in-front-or-visits-with-right-side-driving"]], "\u4ece\u524d\u9762\u7ecf\u8fc7\u6216\u53c2\u89c2\u3002": [[108, "pass-in-front-or-visits"]], "\u4ece\u539f\u59cb\u56fe\u4e2d\u6dfb\u52a0\u8fb9": [[86, "add-edges-from-the-original-graph"]], "\u4ece\u9876\u70b9 1 \u5f00\u59cb": [[29, "start-from-vertex-1"]], "\u4f01\u4e1a\u8d5e\u52a9\u5546\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "corporate-sponsors-in-alphabetical-order"]], "\u4f4d\u7f6e": [[5, "locations"]], "\u4f7f\u7528 pgr_dijkstra \u8fc1\u79fb pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migrating-pgr-trsp-vertices-using-pgr-dijkstra"]], "\u4f7f\u7528 pgr_dijkstraVia``\u8fc1\u79fb ``pgr_trspViaVertices": [[23, "migrating-pgr-trspviavertices-using-pgr-dijkstravia"]], "\u4f7f\u7528 pgr_trspVia_withPoints``\u8fc1\u79fb``pgr_trspViaEdges": [[23, "migrating-pgr-trspviaedges-using-pgr-trspvia-withpoints"]], "\u4f7f\u7528 pgr_trspVia``\u8fc1\u79fb ``pgr_trspViaVertices": [[23, "migrating-pgr-trspviavertices-using-pgr-trspvia"]], "\u4f7f\u7528 pgr_trsp_withPoints \u8fc1\u79fb pgr_trsp \uff08\u8fb9\uff09": [[23, "migrating-pgr-trsp-edges-using-pgr-trsp-withpoints"]], "\u4f7f\u7528 pgr_trsp``\u8fc1\u79fb ``pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migrating-pgr-trsp-vertices-using-pgr-trsp"]], "\u4f7f\u7528 pgr_withPointsVia \u8fc1\u79fb pgr_trspViaEdges": [[23, "migrating-pgr-trspviaedges-using-pgr-withpointsvia"]], "\u4f7f\u7528 pgr_withPoints``\u8fc1\u79fb ``pgr_trsp \uff08\u8fb9\uff09": [[23, "migrating-pgr-trsp-edges-using-pgr-withpoints"]], "\u4f7f\u7528\u5174\u8da3\u70b9\u751f\u6210\u4e0d\u5bf9\u79f0\u77e9\u9635\u3002": [[29, "using-points-of-interest-to-generate-an-asymetric-matrix"]], "\u4f7f\u7528\u6536\u7f29\u56fe": [[13, "using-the-contracted-graph"]], "\u4f7f\u7528\u8def\u7531\u56fe": [[86, "using-the-routing-graph"]], "\u4f7f\u7528\u9876\u70b9\u56fe\u8d4b\u4e88\u53f6\u9876\u70b9\u5176\u539f\u59cb\u503c\u3002": [[86, "using-the-vertex-map-give-the-leaf-verices-their-original-value"]], "\u4f9d\u8d56": [[26, "dependencies"]], "\u4fdd\u5b58\u8fb9\u8fde\u63a5\u4fe1\u606f": [[25, "save-the-edges-connection-information"], [54, "save-the-edges-connection-information"], [74, "save-the-edges-connection-information"]], "\u4fdd\u5b58\u9876\u70b9\u8fde\u63a5\u4fe1\u606f": [[25, "save-the-vertices-connection-information"], [54, "save-the-vertices-connection-information"], [74, "save-the-vertices-connection-information"]], "\u5173\u4e8e\u79ef\u5206": [[130, "about-points"], [131, "about-points"]], "\u5174\u8da3\u70b9": [[74, "points-of-interest"], [123, "points-of-interest"]], "\u5174\u8da3\u70b9\u586b\u5145": [[74, "points-of-interest-fillup"], [123, "points-of-interest-fillup"]], "\u5174\u8da3\u70b9\u8868": [[74, "a-point-of-interest-table"]], "\u5176\u4ed6\u793a\u4f8b": [[28, "additional-examples"], [29, "additional-examples"], [30, "additional-examples"], [31, "additional-examples"], [32, "additional-examples"], [33, "additional-examples"], [35, "additional-examples"], [36, "additional-examples"], [38, "additional-examples"], [39, "additional-examples"], [40, "additional-examples"], [41, "additional-examples"], [42, "additional-examples"], [43, "additional-examples"], [44, "additional-examples"], [47, "additional-examples"], [49, "additional-examples"], [50, "additional-examples"], [54, "additional-examples"], [55, "additional-examples"], [56, "additional-examples"], [57, "additional-examples"], [59, "additional-examples"], [60, "additional-examples"], [61, "additional-examples"], [62, "additional-examples"], [63, "additional-examples"], [64, "additional-examples"], [67, "additional-examples"], [68, "additional-examples"], [70, "additional-examples"], [71, "additional-examples"], [72, "additional-examples"], [73, "additional-examples"], [74, "additional-examples"], [78, "additional-examples"], [84, "additional-examples"], [85, "additional-examples"], [86, "additional-examples"], [89, "additional-examples"], [90, "additional-examples"], [91, "additional-examples"], [99, "additional-examples"], [103, "additional-examples"], [106, "additional-examples"], [107, "additional-examples"], [108, "additional-examples"], [109, "additional-examples"], [112, "additional-examples"], [113, "additional-examples"], [114, "additional-examples"], [115, "additional-examples"], [116, "additional-examples"], [117, "additional-examples"]], "\u5177\u6709 cost \u548c reverse_cost \u7684\u65e0\u5411\u56fe": [[123, "undirected-graph-with-cost-and-reverse-cost"]], "\u5177\u6709\u51e0\u4f55\u56fe\u5f62\u7684\u56fe": [[25, "graphs-with-geometries"]], "\u5185\u5bb9": [[5, "contents"], [23, "contents"], [23, "id1"], [121, "contents"], [121, "id1"], [121, "id2"], [121, "id3"], [121, "id4"], [121, "id5"], [121, "id6"], [121, "id7"], [121, "id9"], [121, "id10"], [121, "id11"], [121, "id12"], [121, "id13"], [121, "id14"], [121, "id15"], [130, "contents"], [131, "contents"]], "\u5185\u90e8\u67e5\u8be2": [[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"], [25, "inner-queries"], [28, "inner-queries"], [29, "inner-queries"], [30, "inner-queries"], [31, "inner-queries"], [32, "inner-queries"], [33, "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"], [54, "inner-queries"], [55, "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"], [74, "inner-queries"], [75, "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"], [90, "inner-queries"], [91, "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"], [108, "inner-queries"], [109, "inner-queries"], [111, "inner-queries"], [112, "inner-queries"], [113, "inner-queries"], [114, "inner-queries"], [115, "inner-queries"], [116, "inner-queries"], [117, "inner-queries"], [118, "inner-queries"], [129, "inner-queries"], [130, "inner-queries"], [131, "inner-queries"]], "\u51c6\u5907\u6570\u636e\u5e93": [[25, "prepare-the-database"]], "\u51fd\u6570\u65cf": [[20, "routingfunctions"], [122, null]], "\u51fd\u6570\u7684\u7ed3\u6784": [[25, "function-s-structure"]], "\u51fd\u6570\u7684\u91cd\u8f7d": [[25, "function-s-overloads"]], "\u51fd\u6570\u8fc1\u79fb": [[23, "migration-of-functions"]], "\u5206\u91cf - \u51fd\u6570\u65cf": [[12, null]], "\u5206\u91cf SQL": [[16, "combinations-sql"], [19, "combinations-sql"], [25, "combinations-sql"], [28, "combinations-sql"], [31, "combinations-sql"], [32, "combinations-sql"], [38, "combinations-sql"], [39, "combinations-sql"], [41, "combinations-sql"], [42, "combinations-sql"], [44, "combinations-sql"], [47, "combinations-sql"], [49, "combinations-sql"], [59, "combinations-sql"], [62, "combinations-sql"], [63, "combinations-sql"], [65, "combinations-sql"], [66, "combinations-sql"], [70, "combinations-sql"], [71, "combinations-sql"], [72, "combinations-sql"], [89, "combinations-sql"], [90, "combinations-sql"], [91, "combinations-sql"], [99, "combinations-sql"], [105, "combinations-sql"], [108, "combinations-sql"], [112, "combinations-sql"], [113, "combinations-sql"], [116, "combinations-sql"], [130, "combinations-sql"], [131, "combinations-sql"]], "\u521b\u5efa\u4e34\u65f6\u9876\u70b9": [[130, "creating-temporary-vertices"], [131, "creating-temporary-vertices"]], "\u521b\u5efa\u6570\u636e\u8868\u5e76\u5b58\u50a8\u6570\u636e": [[30, "creating-a-table-for-the-data-and-storing-the-data"]], "\u521b\u5efa\u6620\u5c04\u8868": [[86, "create-the-mapping-table"]], "\u521b\u5efa\u6807\u8bc6\u53d8\u6362\u9876\u70b9\u7684\u8868": [[86, "creating-table-that-identifies-transformed-vertices"]], "\u521b\u5efa\u8868": [[25, "create-a-table"]], "\u521b\u5efa\u8def\u7531\u62d3\u6251": [[56, "create-a-routing-topology"], [73, "create-a-routing-topology"]], "\u521b\u5efa\u8def\u7531\u6570\u636e\u5e93": [[25, "create-a-routing-database"]], "\u521b\u5efa\u9876\u70b9\u8868": [[56, "create-the-vertices-table"], [73, "create-the-vertices-table"]], "\u5220\u9664\u53f6\u8282\u70b9\u4e0a\u7684\u81ea\u5faa\u73af": [[86, "removing-self-loops-on-leaf-nodes"]], "\u5230\u8fbe\u6240\u8bbf\u95ee\u9876\u70b9\u65f6\u7684\u8def\u7ebf\u603b\u6210\u672c\u3002": [[67, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [106, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [107, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"], [117, "the-aggregate-costs-of-the-route-when-the-visited-vertices-are-reached"]], "\u52a0\u8f7d\u6570\u636e": [[25, "load-data"]], "\u5355\u70b9\u6a21\u62df\u6267\u884c": [[74, "one-point-dry-run-execution"]], "\u5355\u70b9\u793a\u4f8b": [[74, "one-point-examples"]], "\u5355\u9876\u70b9": [[50, "single-vertex"], [61, "single-vertex"], [68, "single-vertex"], [81, "single-vertex"], [82, "single-vertex"], [83, "single-vertex"], [96, "single-vertex"], [97, "single-vertex"], [98, "single-vertex"], [115, "single-vertex"]], "\u539f\u59cb\u8ba2\u5355": [[94, "the-original-orders"], [123, "the-original-orders"]], "\u53bb\u9664\u591a\u4f59\u7684\u8fb9": [[25, "removing-the-surplus-edges"], [73, "removing-the-surplus-edges"]], "\u53c2\u6570": [[0, "parameters"], [3, "parameters"], [5, "parameters"], [7, "parameters"], [10, "parameters"], [15, "parameters"], [16, "parameters"], [17, "parameters"], [25, "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"], [74, "parameters"], [75, "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"], [108, "parameters"], [109, "parameters"], [111, "parameters"], [112, "parameters"], [113, "parameters"], [114, "parameters"], [115, "parameters"], [116, "parameters"], [117, "parameters"], [129, "parameters"], [130, "parameters"], [131, "parameters"]], "\u53c2\u8003": [[120, null]], "\u53cc\u5411 Dijkstra - \u51fd\u6570\u65cf": [[9, null]], "\u53cc\u5411A* - \u51fd\u6570\u65cf": [[8, null]], "\u53d1\u884c\u8bf4\u660e": [[20, "release-notes"], [121, null]], "\u53d6\u8d27 & \u9001\u8d27": [[5, "pick-delivery"], [5, "pick-deliver"]], "\u53d6\u8d27-\u9001\u8d27\u53ef\u9009\u53c2\u6570": [[5, "pick-deliver-optional-parameters"], [93, "pick-deliver-optional-parameters"], [94, "pick-deliver-optional-parameters"]], "\u53d6\u8d27\u548c\u9001\u8d27\u6570\u636e": [[123, "pick-deliver-data"]], "\u53e6\u8bf7\u53c2\u9605": [[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"], [24, "see-also"], [26, "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"], [119, "see-also"], [120, "see-also"], [122, "see-also"], [124, "see-also"], [126, "see-also"], [127, "see-also"], [128, "see-also"], [129, "see-also"], [130, "see-also"], [131, "see-also"]], "\u53ef\u7528\u51fd\u6570\uff0c\u4f46\u4e0d\u662f\u5b98\u65b9 pgRouting \u51fd\u6570": [[20, "available-functions-but-not-official-pgrouting-functions"]], "\u53ef\u9009\u53c2\u6570": [[7, "optional-parameters"], [15, "optional-parameters"], [16, "optional-parameters"], [28, "optional-parameters"], [31, "optional-parameters"], [32, "optional-parameters"], [33, "optional-parameters"], [38, "optional-parameters"], [39, "optional-parameters"], [40, "optional-parameters"], [41, "optional-parameters"], [42, "optional-parameters"], [43, "optional-parameters"], [44, "optional-parameters"], [45, "optional-parameters"], [47, "optional-parameters"], [50, "optional-parameters"], [55, "optional-parameters"], [60, "optional-parameters"], [61, "optional-parameters"], [62, "optional-parameters"], [63, "optional-parameters"], [64, "optional-parameters"], [67, "optional-parameters"], [68, "optional-parameters"], [70, "optional-parameters"], [72, "optional-parameters"], [73, "optional-parameters"], [74, "optional-parameters"], [75, "optional-parameters"], [77, "optional-parameters"], [79, "optional-parameters"], [85, "optional-parameters"], [105, "optional-parameters"], [106, "optional-parameters"], [107, "optional-parameters"], [108, "optional-parameters"], [109, "optional-parameters"], [112, "optional-parameters"], [113, "optional-parameters"], [114, "optional-parameters"], [115, "optional-parameters"], [116, "optional-parameters"], [117, "optional-parameters"], [130, "optional-parameters"], [131, "optional-parameters"]], "\u53ef\u9009\u6536\u7f29\u53c2\u6570": [[55, "contraction-optional-parameters"]], "\u53ef\u914d\u7f6e\u53d8\u91cf": [[26, "configurable-variables"]], "\u53f3\u4fa7\u9a7e\u9a76\u62d3\u6251": [[113, "right-side-driving-topology"]], "\u53f3\u9a7e\u9a76\u4fa7": [[116, "right-driving-side"], [130, "right-driving-side"], [131, "right-driving-side"]], "\u5411\u9650\u5236\u6dfb\u52a0\u503c": [[86, "adding-a-value-to-the-restriction"]], "\u5546\u4e1a\u652f\u6301": [[125, "commercial-support"]], "\u56e0\u7d20": [[6, "factor"]], "\u56e0\u7d20\u5904\u7406": [[5, "factor-handling"]], "\u56fe": [[25, "graphs"]], "\u56fe\u4e4b\u5916\u7684\u70b9": [[123, "points-outside-the-graph"]], "\u56fe\u5b9a\u4e49": [[25, "graph-definition"]], "\u56fe\u7247": [[92, "images"], [123, "images"]], "\u56fe\u7684\u6536\u7f29": [[25, "contraction-of-a-graph"]], "\u5728 Points SQL \u4e2d\u4f7f\u7528 pgr_findCloseEdges \u51fd\u6570": [[117, "use-pgr-findcloseedges-in-the-points-sql"]], "\u5728 Points SQL \u4e2d\u4f7f\u7528 pgr_findCloseEdges\u3002": [[112, "use-pgr-findcloseedges-in-the-points-sql"], [113, "use-pgr-findcloseedges-in-the-points-sql"], [114, "use-pgr-findcloseedges-in-the-points-sql"], [115, "use-pgr-findcloseedges-in-the-points-sql"], [116, "use-pgr-findcloseedges-in-the-points-sql"]], "\u5728\u53f3\u4fa7\u884c\u9a76\u7f51\u7edc": [[130, "on-a-right-hand-side-driving-network"], [131, "on-a-right-hand-side-driving-network"]], "\u5728\u5de6\u4fa7\u9a7e\u9a76\u7f51\u7edc\u4e0a": [[130, "on-a-left-hand-side-driving-network"], [131, "on-a-left-hand-side-driving-network"]], "\u5728\u6570\u636e\u5e93\u4e2d\u542f\u7528\u548c\u5347\u7ea7": [[26, "enabling-and-upgrading-in-the-database"]], "\u5728\u6b64\u7248\u672c v3.7.x \u4e2d\u7684\u4e2a\u4eba\u8d21\u732e\u8005\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "individuals-in-this-release-v3-7-x-in-alphabetical-order"]], "\u5728\u8fb9\u8868\u4e0a\u521b\u5efa\u8def\u7531\u62d3\u6251": [[56, "create-the-routing-topology-on-the-edge-table"], [73, "create-the-routing-topology-on-the-edge-table"]], "\u5750\u6807SQL": [[30, "coordinates-sql"]], "\u586b\u5199\u6620\u5c04\u8868": [[86, "filling-the-mapping-table"]], "\u5904\u7406\u53c2\u6570": [[5, "handling-parameters"]], "\u591a\u4e2a\u9876\u70b9": [[50, "multiple-vertices"], [61, "multiple-vertices"], [81, "multiple-vertices"], [82, "multiple-vertices"], [83, "multiple-vertices"], [96, "multiple-vertices"], [97, "multiple-vertices"], [98, "multiple-vertices"], [115, "multiple-vertices"]], "\u591a\u5bf9\u4e00": [[25, "many-to-one"], [28, "many-to-one"], [31, "many-to-one"], [32, "many-to-one"], [38, "many-to-one"], [39, "many-to-one"], [41, "many-to-one"], [42, "many-to-one"], [44, "many-to-one"], [47, "many-to-one"], [49, "many-to-one"], [59, "many-to-one"], [62, "many-to-one"], [63, "many-to-one"], [65, "many-to-one"], [66, "many-to-one"], [70, "many-to-one"], [71, "many-to-one"], [72, "many-to-one"], [89, "many-to-one"], [90, "many-to-one"], [91, "many-to-one"], [99, "many-to-one"], [105, "many-to-one"], [108, "many-to-one"], [112, "many-to-one"], [113, "many-to-one"], [116, "many-to-one"]], "\u591a\u5bf9\u591a": [[25, "many-to-many"], [28, "many-to-many"], [31, "many-to-many"], [32, "many-to-many"], [38, "many-to-many"], [39, "many-to-many"], [41, "many-to-many"], [42, "many-to-many"], [44, "many-to-many"], [47, "many-to-many"], [49, "many-to-many"], [59, "many-to-many"], [62, "many-to-many"], [63, "many-to-many"], [65, "many-to-many"], [66, "many-to-many"], [70, "many-to-many"], [71, "many-to-many"], [72, "many-to-many"], [89, "many-to-many"], [90, "many-to-many"], [91, "many-to-many"], [99, "many-to-many"], [105, "many-to-many"], [108, "many-to-many"], [112, "many-to-many"], [113, "many-to-many"], [116, "many-to-many"]], "\u591a\u6761\u8def\u5f84": [[25, "multiple-paths"]], "\u591a\u70b9": [[74, "many-points"]], "\u591a\u70b9\u6a21\u62df\u6267\u884c": [[74, "many-points-dry-run-execution"]], "\u591a\u70b9\u793a\u4f8b": [[74, "many-points-examples"]], "\u591a\u8def\u5f84\u9009\u62e9\u6027\u3002": [[25, "selective-for-multiple-paths"]], "\u591a\u8def\u5f84\u975e\u9009\u62e9\u6027": [[25, "non-selective-for-multiple-paths"]], "\u591a\u9876\u70b9": [[68, "multiple-vertices"]], "\u5982\u4f55\u8d21\u732e": [[25, "how-to-contribute"]], "\u5b50\u56fe\u7684\u5ea6\u6570": [[60, "degree-of-a-sub-graph"]], "\u5b58\u50a8\u6536\u7f29\u4fe1\u606f": [[13, "store-contraction-information"]], "\u5b58\u50a8\u8fb9\u7ed3\u679c": [[86, "store-edge-results"]], "\u5b89\u88c5": [[26, null]], "\u5b8c\u6574\u7684\u8def\u7531\u56fe": [[86, "complete-routing-graph"]], "\u5b9e\u9a8c\u51fd\u6570": [[18, null]], "\u5bb9\u91cf\u548c\u9700\u6c42\u5355\u4f4d\u5904\u7406": [[5, "capacity-and-demand-units-handling"]], "\u5bf9\u4e8e TRSP \u51fd\u6570": [[25, "for-the-trsp-functions"]], "\u5bf9\u4e8e\u5e26\u6709 cost \u548c reverse_cost \u5217\u7684 \u65e0\u5411 \u56fe": [[62, "for-undirected-graphs-with-cost-and-reverse-cost-columns"]], "\u5bf9\u4e8e\u5e26\u6709 cost \u548c reverse_cost \u5217\u7684 \u6709\u5411 \u56fe": [[62, "for-directed-graphs-with-cost-and-reverse-cost-columns"]], "\u5bf9\u4e8e\u8def\u7531\u529f\u80fd": [[25, "for-the-routing-functions"]], "\u5bf9\u52a8\u6001\u70b9\u4f7f\u7528 pgr_findCloseEdges": [[107, "use-pgr-findcloseedges-for-points-on-the-fly"], [108, "use-pgr-findcloseedges-for-points-on-the-fly"]], "\u5bfb\u627e\u6700\u77ed\u8def\u5f84": [[25, "find-the-shortest-path"], [73, "find-the-shortest-path"]], "\u5c06\u6210\u672c\u66f4\u65b0\u4e3a\u51e0\u4f55\u5f62\u72b6\u7684\u957f\u5ea6": [[25, "update-costs-to-length-of-geometry"]], "\u5c5e\u4e8e\u6536\u7f29\u56fe\u7684\u8fb9\u3002": [[13, "edges-that-belong-to-the-contracted-graph"]], "\u5c5e\u4e8e\u6536\u7f29\u56fe\u7684\u9876\u70b9\u3002": [[13, "vertices-that-belong-to-the-contracted-graph"]], "\u5de6\u4fa7\u9a7e\u9a76\u62d3\u6251": [[113, "left-side-driving-topology"]], "\u5de6\u9a7e\u9a76\u4fa7": [[116, "left-driving-side"], [130, "left-driving-side"], [131, "left-driving-side"]], "\u5e26 cost \u548c reverse_cost \u7684\u6709\u5411\u56fe": [[123, "directed-graph-with-cost-and-reverse-cost"]], "\u5e26\u6709 cost \u548c``reverse_cost`` \u7684\u56fe": [[25, "graph-with-cost-and-reverse-cost"]], "\u5e26\u6709 cost \u7684\u65e0\u5411\u56fe": [[123, "undirected-graph-with-cost"]], "\u5e26\u6709\u5b8c\u6574\u8f93\u51fa": [[56, "with-full-output"]], "\u5e26\u70b9\u53ef\u9009\u53c2\u6570": [[107, "with-points-optional-parameters"], [108, "with-points-optional-parameters"], [112, "with-points-optional-parameters"], [113, "with-points-optional-parameters"], [114, "with-points-optional-parameters"], [115, "with-points-optional-parameters"], [117, "with-points-optional-parameters"], [131, "with-points-optional-parameters"]], "\u5e38\u89c4": [[20, "general"], [25, "general"]], "\u5f53\u7ebf\u7684\u51e0\u4f55\u5f62\u72b6\u5df2\u77e5\u65f6": [[73, "when-line-geometry-is-known"]], "\u5f53\u8fb9\u8868\u7684\u5217\u4e0e\u9ed8\u8ba4\u503c\u4e0d\u5339\u914d\u65f6\u7684\u7528\u6cd5\uff1a": [[35, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"], [57, "usage-when-the-edge-table-s-columns-do-not-match-the-default-values"]], "\u5f53\u8fb9\u8868\u7684\u5217\u4e0e\u9ed8\u8ba4\u503c\u5339\u914d\u65f6\u7684\u7528\u6cd5\uff1a": [[35, "usage-when-the-edge-table-s-columns-match-the-default-values"], [56, "usage-when-the-edge-table-s-columns-match-the-default-values"]], "\u5f53\u9876\u70b9\u51e0\u4f55\u5f62\u72b6\u5df2\u77e5\u65f6": [[73, "when-vertex-geometry-is-known"]], "\u5f53\u9876\u70b9\u7684\u6807\u8bc6\u7b26\u5df2\u77e5\u65f6": [[73, "when-identifiers-of-vertices-are-known"]], "\u5f53\u9a7e\u9a76\u4fa7\u65e0\u5173\u7d27\u8981\u65f6": [[130, "when-driving-side-does-not-matter"], [131, "when-driving-side-does-not-matter"]], "\u5faa\u73af": [[13, "the-cycle"]], "\u6027\u80fd\u6280\u5de7": [[25, "performance-tips"]], "\u60c5\u51b5 2\uff1a\u6e90\u548c/\u6216\u76ee\u6807\u5c5e\u4e8e\u8fb9\u7f18\u5b50\u56fe\u3002": [[13, "case-2-source-and-or-target-belong-to-an-edge-subgraph"]], "\u60c5\u51b5 3\uff1a\u6e90\u548c/\u6216\u76ee\u6807\u5c5e\u4e8e\u4e00\u4e2a\u9876\u70b9\u3002": [[13, "case-3-source-and-or-target-belong-to-a-vertex"]], "\u60c5\u51b51\uff1a\u6e90\u548c\u76ee\u6807\u90fd\u5c5e\u4e8e\u6536\u7f29\u56fe\u3002": [[13, "case-1-both-source-and-target-belong-to-the-contracted-graph"]], "\u6210\u672c - \u7c7b\u522b": [[14, null]], "\u6210\u672c \u56fe": [[25, "graph-with-cost"]], "\u6210\u672c\u51fd\u6570\u7ed3\u679c\u5217": [[25, "result-columns-for-cost-functions"]], "\u6210\u672c\u77e9\u9635 - \u7c7b\u522b": [[15, null]], "\u6240\u6709\u5217\u6700\u591a\u6709\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers-with-all-columns"]], "\u6240\u6709\u7248\u672c": [[20, "all-releases"]], "\u62a5\u544a\u95ee\u9898": [[125, "reporting-problems"]], "\u62d3\u6251\u6570\u636e": [[123, "topology-data"]], "\u62d3\u6251\u7ed3\u6784": [[123, "the-topology"]], "\u62df\u8bae\u7684\u529f\u80fd": [[119, null]], "\u6309\u7c7b\u522b\u5212\u5206\u7684\u51fd\u6570": [[20, "functions-by-categories"], [122, "functions-by-categories"]], "\u6392\u5e8f - \u51fd\u6570\u65cf": [[24, null]], "\u63a5\u8fd1\u53ef\u9009\u53c2\u6570": [[65, "near-optional-parameters"], [66, "near-optional-parameters"]], "\u63cf\u8ff0": [[6, "description"], [8, "description"], [10, "description"], [21, "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"], [91, "description"], [92, "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"], [117, "description"], [118, "description"]], "\u63d2\u5165\u6570\u636e": [[25, "insert-the-data"], [73, "insert-the-data"]], "\u6458\u8981\u884c": [[5, "summary-row"]], "\u64cd\u4f5c\uff1a\u6b7b\u7aef\u6536\u7f29": [[13, "operation-dead-end-contraction"]], "\u64cd\u4f5c\uff1a\u7ebf\u6027\u6536\u7f29": [[13, "operation-linear-contraction"]], "\u652f\u6301": [[125, null]], "\u652f\u6301\u8868": [[123, "support-tables"]], "\u6536\u7f29 - \u51fd\u6570\u65cf": [[13, null]], "\u6536\u7f29\u56fe": [[13, "the-contracted-graph"], [13, "contracted-graph"]], "\u6536\u7f29\u793a\u4f8b\u6570\u636e": [[13, "contracting-sample-data"]], "\u6536\u7f29\u7ed3\u679c": [[13, "contraction-results"]], "\u6570\u636e": [[7, "data"], [86, "the-data"]], "\u6570\u636e\u5e93\u4e2d\u56fe\u7684\u6784\u5efa": [[13, "construction-of-the-graph-in-the-database"]], "\u65ad\u5f00\u8fde\u63a5\u7684\u56fe": [[25, "disconnected-graphs"]], "\u65b0\u7684\u9650\u5236\u7ed3\u6784": [[23, "new-restrictions-structure"]], "\u65c5\u6e38\u603b\u8d39\u7528": [[30, "total-tour-cost"]], "\u65e0\u5411\u56fe\u4e0a\u7684\u6b7b\u7aef\u9876\u70b9": [[13, "dead-end-vertex-on-undirected-graph"]], "\u65e0\u5411\u56fe\u4e0a\u7684\u7ebf\u6027\u9876\u70b9": [[13, "linear-vertex-on-undirected-graph"]], "\u65e7\u7684\u9650\u5236\u7ed3\u6784": [[23, "old-restrictions-structure"]], "\u65e7\u9650\u5236\u5185\u5bb9": [[23, "old-restrictions-contents"]], "\u65f6\u95f4\u5904\u7406": [[5, "time-handling"]], "\u663e\u793a\u65e0\u5411\u56fe\u7684\u8be6\u7ec6\u4fe1\u606f\u3002": [[108, "show-details-on-undirected-graph"]], "\u66f4\u591a\u4fe1\u606f": [[27, "more-information"]], "\u66f4\u65b0\u8fb9\u62d3\u6251": [[25, "updating-edges-topology"], [73, "updating-edges-topology"]], "\u66f4\u65b0\u9876\u70b9\u62d3\u6251": [[25, "updating-vertices-topology"], [73, "updating-vertices-topology"]], "\u6700\u591a\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers"]], "\u6700\u591a\u627e\u5230\u4e24\u6761\u5230\u8fbe\u7ed9\u5b9a\u70b9\u7684\u8def\u7ebf": [[74, "find-at-most-two-routes-to-a-given-point"]], "\u6709 cost \u7684\u6709\u5411\u56fe": [[123, "directed-graph-with-cost"]], "\u6709\u5411\u56fe\u4e0a\u7684\u6b7b\u7aef\u9876\u70b9": [[13, "dead-end-vertex-on-directed-graph"]], "\u6709\u5411\u56fe\u4e0a\u7684\u7ebf\u6027\u9876\u70b9": [[13, "linear-vertex-on-directed-graph"]], "\u672c\u6b21\u53d1\u5e03\u4e2d\u7684\u4f01\u4e1a\u8d5e\u52a9\u5546\uff08\u6309\u5b57\u6bcd\u987a\u5e8f\u6392\u5217\uff09": [[27, "corporate-sponsors-in-this-release-in-alphabetical-order"]], "\u6765\u81ea\u73b0\u6709\u8868\u7684\u5ea6\u6570": [[60, "degree-from-an-existing-table"]], "\u6784\u5efa": [[26, "building"]], "\u6784\u5efa\u8def\u7531\u62d3\u6251": [[25, "build-a-routing-topology"]], "\u67e5\u8be2": [[94, "the-query"]], "\u6807\u8bc6": [[93, "signature"], [94, "signature"], [110, "signature"]], "\u6839\u636e\u4ee3\u7801\u66f4\u65b0\u6210\u672c": [[25, "update-costs-based-on-codes"]], "\u68c0\u67e5\u4ea4\u53c9\u8fb9": [[25, "checking-for-crossing-edges"], [73, "checking-for-crossing-edges"]], "\u68c0\u67e5\u7ec4\u4ef6": [[25, "checking-components"], [54, "checking-components"], [74, "checking-components"]], "\u68c0\u67e5\u8def\u7531\u62d3\u6251": [[25, "check-the-routing-topology"], [56, "inspect-the-routing-topology"], [73, "inspect-the-routing-topology"]], "\u68c0\u67e5\u9876\u70b9\u8868": [[56, "inspect-the-vertices-table"], [73, "inspect-the-vertices-table"]], "\u6982\u8981": [[9, "synopsis"], [15, "synopsis"], [93, "synopsis"], [94, "synopsis"]], "\u6a21\u62df\u6267\u884c": [[60, "dry-run-execution"], [73, "dry-run-execution"]], "\u6a21\u62df\u7b97\u6cd5\u7684\u5de5\u4f5c\u539f\u7406\u3002": [[106, "simulation-of-how-algorithm-works"], [107, "simulation-of-how-algorithm-works"]], "\u6b64\u7248\u672c\u8d21\u732e\u8005": [[27, "this-release-contributors"]], "\u6b7b\u7aef": [[13, "dead-end"], [25, "dead-ends"], [60, "dead-ends"]], "\u6b7b\u7aef\u6536\u7f29": [[13, "dead-end-contraction"]], "\u6bcf\u4e2a\u70b9\u6700\u591a\u4e24\u4e2a\u7b54\u6848": [[74, "at-most-two-answers-per-point"]], "\u6bcf\u70b9\u4e00\u4e2a\u7b54\u6848\uff0c\u6240\u6709\u5217": [[74, "one-answer-per-point-all-columns"]], "\u6bd4\u8f83\u7ed3\u679c": [[92, "comparing-the-results"]], "\u6ca1\u6709\u51e0\u4f55\u4fe1\u606f\u7684\u56fe": [[25, "graphs-without-geometries"], [73, "graphs-without-geometries"]], "\u6d41": [[25, "flow"]], "\u6d41\u51fd\u6570\u4e00\u822c\u4fe1\u606f": [[19, "flow-functions-general-information"]], "\u6d41\u91cf\u51fd\u6570\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-flow-functions"]], "\u6d4b\u8bd5": [[26, "testing"]], "\u6d4b\u8bd5\u897f\u6492\u54c8\u62c929\u4e2a\u57ce\u5e02": [[30, "test-29-cities-of-western-sahara"]], "\u6dfb\u52a0\u51e0\u4f55\u56fe\u5f62\uff08\u7528\u4e8e\u89c6\u89c9\u76ee\u7684\uff09": [[30, "adding-a-geometry-for-visual-purposes"]], "\u6dfb\u52a0\u5206\u5272\u8fb9": [[25, "adding-split-edges"], [73, "adding-split-edges"]], "\u6dfb\u52a0\u65b0\u7684\u9876\u70b9": [[25, "adding-new-vertices"], [73, "adding-new-vertices"]], "\u6dfb\u52a0\u65b0\u8ba1\u7b97\u7684\u8fb9": [[86, "add-the-newly-calculated-edges"]], "\u6dfb\u52a0\u8f6f\u9650\u5236": [[86, "adding-a-soft-restriction"]], "\u6dfb\u52a0\u9644\u52a0\u5217": [[13, "add-additional-columns"]], "\u6e05\u7406\u8981\u521b\u5efa\u7684\u8def\u7531\u62d3\u6251\u7684\u5217": [[56, "clean-up-the-columns-of-the-routing-topology-to-be-created"], [73, "clean-up-the-columns-of-the-routing-topology-to-be-created"]], "\u7279\u5f81": [[4, "characteristics"], [5, "characteristics"], [9, "characteristics"], [14, "characteristics"], [15, "characteristics"], [29, "characteristics"], [30, "characteristics"], [65, "characteristics"], [66, "characteristics"], [93, "characteristics"], [94, "characteristics"]], "\u7279\u6b8a\u53ef\u9009\u53c2\u6570": [[109, "special-optional-parameters"]], "\u751f\u6210\u6811 - \u7c7b\u522b": [[124, null]], "\u751f\u6210\u6811\u51fd\u6570\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-spanning-tree-functions"]], "\u7528\u6cd5\u53d8\u5316": [[107, "usage-variations"], [112, "usage-variations"], [117, "usage-variations"]], "\u76ee\u5f55": [[4, "table-of-contents"], [20, null]], "\u7740\u8272 - \u51fd\u6570\u65cf": [[11, null]], "\u77e9\u9635SQL": [[5, "matrix-sql"], [29, "matrix-sql"], [93, "matrix-sql"]], "\u786e\u4fdd\u6570\u636e\u5e93\u6ca1\u6709 vertices_table": [[56, "make-sure-the-database-does-not-have-the-vertices-table"], [73, "make-sure-the-database-does-not-have-the-vertices-table"]], "\u793a\u4f8b": [[92, "examples"], [94, "example"]], "\u793a\u4f8b\u6570\u636e": [[123, null]], "\u7b2c\u4e09\u6761\u8def\u5f84\u672b\u7aef\u7684\u8def\u5f84\u603b\u6210\u672c\u3002": [[67, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [106, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [107, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"], [117, "route-s-aggregate-cost-of-the-route-at-the-end-of-the-third-path"]], "\u7b2c\u4e09\u6761\u8def\u5f84\u7684\u603b\u6210\u672c\u3002": [[67, "aggregate-cost-of-the-third-path"], [106, "aggregate-cost-of-the-third-path"], [107, "aggregate-cost-of-the-third-path"], [117, "aggregate-cost-of-the-third-path"]], "\u7b7e\u540d": [[28, "signatures"], [29, "signatures"], [30, "signatures"], [31, "signatures"], [32, "signatures"], [33, "signatures"], [34, "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"], [90, "signatures"], [91, "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"], [108, "signatures"], [109, "signatures"], [111, "signatures"], [112, "signatures"], [113, "signatures"], [114, "signatures"], [115, "signatures"], [116, "signatures"], [117, "signatures"]], "\u7b7e\u540d\u4e4b\u95f4\u7684\u7b49\u4ef7\u6027": [[62, "equvalences-between-signatures"]], "\u7b80\u5316\u53f6\u9876\u70b9": [[86, "simplifying-leaf-vertices"]], "\u7b80\u6d01\u7248\u672c": [[26, "short-version"]], "\u7ebf\u6027": [[13, "linear"]], "\u7ebf\u6027\u6536\u7f29": [[13, "linear-contraction"]], "\u7ebf\u6027\u8fb9": [[25, "linear-edges"], [60, "linear-edges"]], "\u7ec4\u5408": [[25, "combinations"], [28, "combinations"], [31, "combinations"], [32, "combinations"], [38, "combinations"], [39, "combinations"], [41, "combinations"], [42, "combinations"], [44, "combinations"], [47, "combinations"], [49, "combinations"], [59, "combinations"], [62, "combinations"], [63, "combinations"], [65, "combinations"], [66, "combinations"], [70, "combinations"], [71, "combinations"], [72, "combinations"], [89, "combinations"], [90, "combinations"], [91, "combinations"], [99, "combinations"], [105, "combinations"], [108, "combinations"], [112, "combinations"], [113, "combinations"], [116, "combinations"], [123, "combinations"]], "\u7ec4\u5408\u6570\u636e": [[123, "combinations-data"]], "\u7ed3\u679c": [[7, "results"]], "\u7ed3\u679c\u5217": [[0, "result-columns"], [5, "result-columns"], [7, "result-columns"], [11, "result-columns"], [15, "result-columns"], [17, "result-columns"], [19, "result-columns"], [25, "result-columns"], [28, "result-columns"], [29, "result-columns"], [30, "result-columns"], [31, "result-columns"], [32, "result-columns"], [33, "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"], [54, "result-columns"], [55, "result-columns"], [58, "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"], [89, "result-columns"], [90, "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"], [116, "result-columns"], [117, "result-columns"], [129, "result-columns"]], "\u7ef4\u57fa\u793a\u4f8b": [[25, "wiki-example"]], "\u8282\u70b9\u3001\u70b9\u7684\"\u901a\u8fc7\"\u6216\"\u8bbf\u95ee\"\u72b6\u6001\u3002": [[107, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"], [117, "status-of-passes-in-front-or-visits-of-the-nodes-and-points"]], "\u8282\u70b9\u7684 \"\u524d\u65b9\u901a\u8fc7 \"\u6216 \"\u8bbf\u95ee \"\u72b6\u6001\u3002": [[67, "status-of-passes-in-front-or-visits-of-the-nodes"], [106, "status-of-passes-in-front-or-visits-of-the-nodes"]], "\u83b7\u53d6\u6700\u8fd1\u7684\u9876\u70b9": [[25, "get-the-closest-vertex"], [54, "get-the-closest-vertex"], [74, "get-the-closest-vertex"]], "\u83b7\u53d6\u6765\u6e90": [[26, "get-the-sources"]], "\u83b7\u53d6\u6e38\u89c8\u7684\u51e0\u4f55\u5f62\u72b6": [[30, "getting-a-geometry-of-the-tour"]], "\u884c\u9a76\u8ddd\u79bb\u53ef\u9009\u53c2\u6570": [[68, "driving-distance-optional-parameters"], [115, "driving-distance-optional-parameters"]], "\u8868\u73b0": [[7, "performance"]], "\u89c6\u89c9\u6548\u679c": [[30, "visual-results"]], "\u8ba2\u5355": [[94, "the-orders"], [123, "the-orders"]], "\u8ba2\u5355 SQL": [[5, "orders-sql"], [93, "orders-sql"], [94, "orders-sql"]], "\u8bb8\u53ef": [[27, "licensing"]], "\u8bc6\u522b\u9650\u5236": [[86, "idenifying-the-restriction"]], "\u8c03\u6574\u6210\u672c": [[25, "adjust-costs"]], "\u8d21\u732e\u8005": [[27, "contributors"]], "\u8d77\u6e90": [[4, "origin"]], "\u8def\u5f84\u7684\u7ed3\u679c\u5217": [[25, "result-columns-for-a-path"]], "\u8def\u7531\u4e2d\u8bbf\u95ee\u7684\u8282\u70b9\u3002": [[67, "nodes-visited-in-the-route"], [106, "nodes-visited-in-the-route"], [107, "nodes-visited-in-the-route"], [117, "nodes-visited-in-the-route"]], "\u8f66\u8f86": [[94, "the-vehicles"], [123, "the-vehicles"]], "\u8f66\u8f86 SQL": [[5, "vehicles-sql"], [93, "vehicles-sql"], [94, "vehicles-sql"]], "\u8f66\u8f86\u8def\u7531\u529f\u80fd - \u7c7b\u522b\uff08\u5b9e\u9a8c\uff09": [[5, null]], "\u8f6c\u53d8": [[86, "the-transformation"]], "\u8f6c\u5f2f\u9650\u5236\u7684\u8fc1\u79fb": [[23, "migration-of-turn-restrictions"]], "\u8fb9": [[123, "edges"]], "\u8fb9\u6570\u636e": [[123, "edges-data"]], "\u8fb9\u7f18\u8868\u66f4\u65b0": [[13, "the-edge-table-update"]], "\u8fc1\u79fb": [[23, "migration"]], "\u8fc1\u79fb pgr_KSP": [[23, "migration-of-pgr-ksp"]], "\u8fc1\u79fb pgr_bdAstar": [[23, "migration-of-pgr-bdastar"]], "\u8fc1\u79fb pgr_dijkstra": [[23, "migration-of-pgr-dijkstra"]], "\u8fc1\u79fb pgr_drivingdistance": [[23, "migration-of-pgr-drivingdistance"]], "\u8fc1\u79fb pgr_maxCardinalityMatch": [[23, "migration-of-pgr-maxcardinalitymatch"]], "\u8fc1\u79fb pgr_trsp \uff08\u8fb9\uff09": [[23, "migration-of-pgr-trsp-edges"]], "\u8fc1\u79fb pgr_trsp \uff08\u9876\u70b9\uff09": [[23, "migration-of-pgr-trsp-vertices"]], "\u8fc1\u79fb pgr_trspViaEdges": [[23, "migration-of-pgr-trspviaedges"]], "\u8fc1\u79fb pgr_trspViaVertices": [[23, "migration-of-pgr-trspviavertices"]], "\u8fc1\u79fb pgr_withPointsDD": [[23, "migration-of-pgr-withpointsdd"]], "\u8fc1\u79fb pgr_withPointsKSP": [[23, "migration-of-pgr-withpointsksp"]], "\u8fc1\u79fb\u51fd\u6570": [[23, "migrating-functions"]], "\u8fc1\u79fb\u6307\u5357": [[23, null]], "\u8fc7\u53bb\u4e0e\u73b0\u5728\u7684\u8d21\u732e\u8005\uff1a": [[27, "contributors-past-present"]], "\u8fd4\u56de\u503c": [[34, "return-value"]], "\u8fd4\u56de\u5217": [[59, "return-columns"], [91, "return-columns"]], "\u8fde\u63a5\u4e0d\u5b8c\u6574\u6570\u636e": [[29, "connected-incomplete-data"]], "\u8fde\u63a5\u4e0d\u8fde\u901a\u7684\u7ec4\u4ef6": [[54, "connecting-disconnected-components"], [74, "connecting-disconnected-components"]], "\u8fde\u63a5\u7ec4\u4ef6": [[25, "connecting-components"], [54, "connecting-components"], [74, "connecting-components"]], "\u901a\u5e38\u5e26\u6709\uff08X,Y)": [[25, "general-with-x-y"]], "\u90ae\u4ef6\u5217\u8868\u548c GIS StackExchange": [[125, "mailing-list-and-gis-stackexchange"]], "\u914d\u7f6e": [[26, "configuring"]], "\u95ee\u9898\u5b9a\u4e49": [[4, "problem-definition"], [29, "problem-definition"], [30, "problem-definition"]], "\u95ee\u9898\u5b9a\u4e49\uff08\u9ad8\u7ea7\u6587\u6863\uff09": [[16, "the-problem-definition-advanced-documentation"]], "\u9644\u52a0\u793a\u4f8b": [[48, "additional-example"]], "\u9644\u52a0\u793a\u4f8b\uff1a": [[101, "additional-example"], [111, "additional-example"]], "\u9650\u5236": [[3, "restrictions"], [123, "restrictions"]], "\u9650\u5236\u6570\u636e": [[23, "restrictions-data"], [123, "restrictions-data"]], "\u9650\u5236\u8fc1\u79fb": [[23, "migration-of-restrictions"]], "\u9876\u70b9": [[123, "vertices"]], "\u9876\u70b9\u4fe1\u606f": [[25, "vertex-information"], [73, "vertex-information"]], "\u9876\u70b9\u6570\u636e": [[123, "vertices-data"]], "\u9876\u70b9\u8868\u66f4\u65b0": [[13, "the-vertex-table-update"]], "\u9a7e\u9a76\u4fa7": [[130, "driving-side"], [131, "driving-side"]], "\u9a7e\u9a76\u4fa7\u5e76\u4e0d\u91cd\u8981": [[115, "driving-side-does-not-matter"], [130, "driving-side-does-not-matter"], [131, "driving-side-does-not-matter"]], "\u9a7e\u9a76\u8ddd\u79bb": [[68, null]], "\u9a7e\u9a76\u8ddd\u79bb - \u7c7b\u522b": [[17, null]], "\u9ad8\u7ea7\u6587\u6863": [[6, "advanced-documentation"], [16, "advanced-documentation"], [19, "advanced-documentation"], [130, "advanced-documentation"], [131, "advanced-documentation"]]}, "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", "metrics-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_betweennessCentrality", "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": 64, "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", "metrics-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_betweennessCentrality.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": [[34, "index-0", false]], "articulationpoints": [[37, "index-0", false]], "astar(many to many)": [[31, "index-3", false]], "astar(many to one)": [[31, "index-2", false]], "astar(one to many)": [[31, "index-1", false]], "astar(one to one)": [[31, "index-0", false]], "astarcost(combinations) - proposed on v3.2": [[31, "index-4", false], [32, "index-4", false]], "astarcost(many to many)": [[32, "index-3", false]], "astarcost(many to one)": [[32, "index-2", false]], "astarcost(one to many)": [[32, "index-1", false]], "astarcost(one to one)": [[32, "index-0", false]], "astarcostmatrix": [[33, "index-0", false]], "bdastar(combinations) - proposed on v3.2": [[38, "index-4", false]], "bdastar(many to many)": [[38, "index-3", false]], "bdastar(many to one)": [[38, "index-2", false]], "bdastar(one to many)": [[38, "index-1", false]], "bdastar(one to one)": [[38, "index-0", false]], "bdastarcost(combinations) - proposed on v3.2": [[39, "index-4", false]], "bdastarcost(many to many)": [[39, "index-3", false]], "bdastarcost(many to one)": [[39, "index-2", false]], "bdastarcost(one to many)": [[39, "index-1", false]], "bdastarcost(one to one)": [[39, "index-0", false]], "bdastarcostmatrix": [[40, "index-0", false]], "bddijkstra(combinations) - proposed on v3.2": [[41, "index-4", false]], "bddijkstra(many to many)": [[41, "index-3", false]], "bddijkstra(many to one)": [[41, "index-2", false]], "bddijkstra(one to many)": [[41, "index-1", false]], "bddijkstra(one to one)": [[41, "index-0", false]], "bddijkstracost(combinations) - proposed on v3.2": [[42, "index-4", false]], "bddijkstracost(many to many)": [[42, "index-3", false]], "bddijkstracost(many to one)": [[42, "index-2", false]], "bddijkstracost(one to many)": [[42, "index-1", false]], "bddijkstracost(one to one)": [[42, "index-0", false]], "bddijkstracostmatrix": [[43, "index-0", false]], "bellman_ford(many to one) - experimental on v3.0": [[44, "index-2", false]], "bellman_ford(one to one) - experimental on v3.0": [[44, "index-0", false]], "bellmanford(combinations) - experimental on v3.2": [[44, "index-4", false]], "bellmanford(many to many) - experimental on v3.0": [[44, "index-3", false]], "bellmanford(one to many) - experimental on v3.0": [[44, "index-1", false]], "biconnectedcomponents": [[46, "index-0", false]], "binarybreadthfirstsearch(combinations) - experimental on v3.2": [[47, "index-4", false]], "binarybreadthfirstsearch(many to many) - experimental on v3.0": [[47, "index-3", false]], "binarybreadthfirstsearch(many to one) - experimental on v3.0": [[47, "index-2", false]], "binarybreadthfirstsearch(one to many) - experimental on v3.0": [[47, "index-1", false]], "binarybreadthfirstsearch(one to one) - experimental on v3.0": [[47, "index-0", false]], "bipartite - experimental on v3.2": [[48, "index-0", false]], "boykovkolmogorov(combinations) - proposed on v3.2": [[49, "index-4", false]], "boykovkolmogorov(many to many)": [[49, "index-3", false]], "boykovkolmogorov(many to one)": [[49, "index-2", false]], "boykovkolmogorov(one to many)": [[49, "index-1", false]], "boykovkolmogorov(one to one)": [[49, "index-0", false]], "breadthfirstsearch(multiple vertices) - experimental on v3.0": [[50, "index-1", false]], "breadthfirstsearch(single vertex) - experimental on v3.0": [[50, "index-0", false]], "bridges": [[51, "index-0", false]], "chinesepostman - experimental on v3.0": [[52, "index-0", false]], "chinesepostmancost - experimental on v3.0": [[53, "index-0", false]], "connectedcomponents": [[54, "index-0", false]], "contraction": [[55, "index-0", false]], "cuthillmckeeordering - experimental on v3.4": [[58, "index-0", false]], "dagshortestpath(combinations) - experimental on v3.2": [[59, "index-4", false]], "dagshortestpath(many to many) - experimental on v3.0": [[59, "index-3", false]], "dagshortestpath(many to one) - experimental on v3.0": [[59, "index-2", false]], "dagshortestpath(one to many) - experimental on v3.0": [[59, "index-1", false]], "dagshortestpath(one to one) - experimental on v3.0": [[59, "index-0", false]], "depthfirstsearch(multiple vertices) - proposed on v3.3": [[61, "index-1", false]], "depthfirstsearch(single vertex) - proposed on v3.3": [[61, "index-0", false]], "dijkstra(combinations) - proposed on v3.1": [[62, "index-4", false]], "dijkstra(many to many)": [[62, "index-3", false]], "dijkstra(many to one)": [[62, "index-2", false]], "dijkstra(one to many)": [[62, "index-1", false]], "dijkstra(one to one)": [[62, "index-0", false]], "dijkstracost(combinations) - proposed on v3.1": [[63, "index-4", false]], "dijkstracost(many to many)": [[63, "index-3", false]], "dijkstracost(many to one)": [[63, "index-2", false]], "dijkstracost(one to many)": [[63, "index-1", false]], "dijkstracost(one to one)": [[63, "index-0", false]], "dijkstracostmatrix": [[64, "index-0", false]], "dijkstranear(combinations) - proposed on v3.3": [[65, "index-3", false]], "dijkstranear(many to many) - proposed on v3.3": [[65, "index-2", false]], "dijkstranear(many to one) - proposed on v3.3": [[65, "index-1", false]], "dijkstranear(one to many) - proposed on v3.3": [[65, "index-0", false]], "dijkstranearcost(combinations) - proposed on v3.3": [[66, "index-3", false]], "dijkstranearcost(many to many) - proposed on v3.3": [[66, "index-2", false]], "dijkstranearcost(many to one) - proposed on v3.3": [[66, "index-1", false]], "dijkstranearcost(one to many) - proposed on v3.3": [[66, "index-0", false]], "dijkstravia - proposed on 2.2": [[67, "index-0", false]], "drivingdistance(multiple vertices)": [[68, "index-1", false]], "drivingdistance(single vertex)": [[68, "index-0", false]], "edgecoloring - experimental on v3.3": [[69, "index-0", false]], "edgedisjointpaths(combinations) -- proposed on v3.2": [[70, "index-4", false]], "edgedisjointpaths(many to many)": [[70, "index-3", false]], "edgedisjointpaths(many to one)": [[70, "index-2", false]], "edgedisjointpaths(one to many)": [[70, "index-1", false]], "edgedisjointpaths(one to one)": [[70, "index-0", false]], "edmondskarp(combinations) - proposed on v3.2": [[71, "index-4", false]], "edmondskarp(many to many)": [[71, "index-3", false]], "edmondskarp(many to one)": [[71, "index-2", false]], "edmondskarp(one to many)": [[71, "index-1", false]], "edmondskarp(one to one)": [[71, "index-0", false]], "edwardmoore(combinations) - experimental on v3.2": [[72, "index-4", false]], "edwardmoore(many to many) - experimental on v3.0": [[72, "index-3", false]], "edwardmoore(many to one) - experimental on v3.0": [[72, "index-2", false]], "edwardmoore(one to many) - experimental on v3.0": [[72, "index-1", false]], "edwardmoore(one to one) - experimental on v3.0": [[72, "index-0", false]], "findcloseedges(many points)": [[74, "index-2", false]], "findcloseedges(one point)": [[74, "index-0", false], [74, "index-1", false]], "full_version": [[76, "index-0", false]], "hawick circuits - experimental on v3.4": [[77, "index-0", false]], "isplanar - experimental on v3.2": [[78, "index-0", false]], "kruskal": [[80, "index-0", false]], "kruskalbfs(multiple vertices)": [[81, "index-1", false]], "kruskalbfs(single vertex)": [[81, "index-0", false]], "kruskaldd(multiple vertices)": [[82, "index-1", false]], "kruskaldd(single vertex)": [[82, "index-0", false]], "kruskaldfs(multiple vertices)": [[83, "index-1", false]], "kruskaldfs(single vertex)": [[83, "index-0", false]], "ksp(combinations)": [[28, "index-4", false]], "ksp(many to many)": [[28, "index-3", false]], "ksp(many to one)": [[28, "index-2", false]], "ksp(one to many)": [[28, "index-1", false]], "ksp(one to one)": [[28, "index-0", false]], "lengauertarjandominatortree - experimental on v3.2": [[84, "index-0", false]], "linegraph - proposed on v3.7": [[85, "index-0", false]], "linegraphfull - experimental on v2.6": [[86, "index-0", false]], "makeconnected - experimental on v3.2": [[87, "index-0", false]], "maxflow(combinations) - proposed on v3.2": [[89, "index-4", false]], "maxflow(many to many)": [[89, "index-3", false]], "maxflow(many to one)": [[89, "index-2", false]], "maxflow(one to many)": [[89, "index-1", false]], "maxflow(one to one)": [[89, "index-0", false]], "maxflowmincost(combinations) -- experimental on v3.2": [[90, "index-4", false]], "maxflowmincost(many to many) - experimental on v3.0": [[90, "index-3", false]], "maxflowmincost(many to one) - experimental on v3.0": [[90, "index-2", false]], "maxflowmincost(one to many) - experimental on v3.0": [[90, "index-1", false]], "maxflowmincost(one to one) - experimental on v3.0": [[90, "index-0", false]], "maxflowmincost_cost(combinations) - experimental on v3.2": [[91, "index-4", false]], "maxflowmincost_cost(many to many) - experimental on v3.0": [[91, "index-3", false]], "maxflowmincost_cost(many to one) - experimental on v3.0": [[91, "index-2", false]], "maxflowmincost_cost(one to many) - experimental on v3.0": [[91, "index-1", false]], "maxflowmincost_cost(one to one) - experimental on v3.0": [[91, "index-0", false]], "maximumcardinalitymatch": [[88, "index-0", false]], "pgr_degree - proposed on v3.4": [[60, "index-0", false]], "pgr_extractvertices - proposed on v3.3": [[73, "index-0", false]], "pgr_nodenetwork": [[92, "index-0", false]], "pgr_pickdeliver - experimental on v3.0": [[93, "index-0", false]], "pgr_pickdelivereuclidean - experimental on 3.0": [[94, "index-0", false]], "prim": [[95, "index-0", false]], "primbfs(multiple vertices)": [[96, "index-1", false]], "primbfs(single vertex)": [[96, "index-0", false]], "primdd(multiple vertices)": [[97, "index-1", false]], "primdd(single vertex)": [[97, "index-0", false]], "primdfs(multiple vertices)": [[98, "index-1", false]], "primdfs(single vertex)": [[98, "index-0", false]], "pushrelabel(combinations) - proposed on v3.2": [[99, "index-4", false]], "pushrelabel(many to many)": [[99, "index-3", false]], "pushrelabel(many to one)": [[99, "index-2", false]], "pushrelabel(one to many)": [[99, "index-1", false]], "pushrelabel(one to one)": [[99, "index-0", false]], "sequentialvertexcoloring - proposed on v3.3": [[100, "index-0", false]], "stoerwagner - experimental on v3.0": [[101, "index-0", false]], "strongcomponents": [[102, "index-0", false]], "topologicalsort - experimental on v3.0": [[103, "index-0", false]], "transitiveclosure - experimental on v3.0": [[104, "index-0", false]], "trsp(combinations) - proposed on v3.4": [[105, "index-4", false]], "trsp(many to many) -- proposed on v3.4": [[105, "index-3", false]], "trsp(many to one) -- proposed on v3.4": [[105, "index-2", false]], "trsp(one to many) -- proposed on v3.4": [[105, "index-1", false]], "trsp(one to one) -- proposed on v3.4": [[105, "index-0", false]], "trsp_withpoints(combinations) - proposed on v3.4": [[108, "index-4", false]], "trsp_withpoints(many to many) - proposed on v3.4": [[108, "index-3", false]], "trsp_withpoints(many to one) - proposed on v3.4": [[108, "index-2", false]], "trsp_withpoints(one to many) - proposed on v3.4": [[108, "index-1", false]], "trsp_withpoints(one to one) - proposed on v3.4": [[108, "index-0", false]], "trspvia - proposed on v3.4": [[106, "index-0", false]], "trspvia_withpoints - proposed on v3.4": [[107, "index-0", false]], "tsp": [[29, "index-0", false]], "tspeuclidean": [[30, "index-0", false]], "turnrestrictedpath - experimental on v3.0": [[109, "index-0", false]], "version": [[110, "index-0", false]], "withpoints(combinations) - proposed on v3.2": [[112, "index-4", false]], "withpoints(many to many) - proposed on v2.2": [[112, "index-3", false]], "withpoints(many to one) - proposed on v2.2": [[112, "index-2", false]], "withpoints(one to many) - proposed on v2.2": [[112, "index-1", false]], "withpoints(one to one) - proposed on v2.2": [[112, "index-0", false]], "withpointscost(combinations) -- proposed on v3.2": [[113, "index-4", false]], "withpointscost(many to many) - proposed on v2.2": [[113, "index-3", false]], "withpointscost(many to one) - proposed on v2.2": [[113, "index-2", false]], "withpointscost(one to many) - proposed on v2.2": [[113, "index-1", false]], "withpointscost(one to one) - proposed on v2.2": [[113, "index-0", false]], "withpointscostmatrix - proposed": [[114, "index-0", false]], "withpointsdd(multiple vertices) - proposed on v2.2": [[115, "index-1", false]], "withpointsdd(single vertex) - proposed on v2.2": [[115, "index-0", false]], "withpointsksp - proposed on v2.2": [[116, "index-0", false]], "withpointsksp(combinations)": [[116, "index-5", false]], "withpointsksp(many to many)": [[116, "index-4", false]], "withpointsksp(many to one)": [[116, "index-3", false]], "withpointsksp(one to many)": [[116, "index-2", false]], "withpointsksp(one to one)": [[116, "index-1", false]], "withpointsvia - proposed on v3.4": [[117, "index-0", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"00": [5, 74], "0000": 30, "000000": 111, "0001": 35, "001": [7, 35, 36, 56, 92], "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": [56, 73, 123], "010100000000000000000000400000000000000000": [56, 73, 123], "010100000000000000000000400000000000000040": [56, 73, 123], "010100000000000000000000400000000000000840": [56, 73, 123], "010100000000000000000000400000000000001040": [56, 73, 123], "01010000000000000000000040000000000000f03f": [56, 73, 123], "010100000000000000000008400000000000000040": [56, 73, 123], "010100000000000000000008400000000000000840": [56, 73, 123], "01010000000000000000000840000000000000f03f": [56, 73, 123], "01010000000000000000000c400000000000001040": [56, 73, 123], "01010000000000000000000c406666666666660240": [56, 73, 123], "010100000000000000000010400000000000000040": [56, 73, 123], "010100000000000000000010400000000000000840": [56, 73, 123], "01010000000000000000001040000000000000f03f": [56, 73, 123], "0101000000000000000000e03f0000000000000c40": [56, 73, 123], "0101000000000000000000f03f0000000000000040": [56, 73, 123], "01010000003333333333330740cdccccccccccfc3f": 74, "0101000000333333333333d33fcdccccccccccfc3f": 74, "010100000068eeffffffffff3f0000000000000c40": [56, 73, 123], "01010000009a99999999990140333333333333fb3f": 74, "0101000000cdcccccccccc04409a99999999990940": 74, "0101000000cdcccccccccc10403333333333330340": 74, "0101000000cdccccccccccfc3f9a9999999999d93f": 74, "01020000001e000000f085c9545558d4400000000000b3d040000000000069d440107a36abaaaad040000000000018d54000000000001dd040107a36ab2a10d7401ff46c5655fdce40000000000025d740e10b93a9aa1ecf40f085c954d552d740e10b93a9aa62cc40107a36abaa99d7400000000000e1c940107a36ab4a8fd840e10b93a9ea26c840f085c954d5aad9401ff46c5655efc840f085c95455d0d940e10b93a9aa3cca40f085c9545585d940000000000052cc400000000080edd94000000000000dcb40a52c431c0776da40e10b93a9ea33ca40a52c431c6784da40e10b93a9aac9c940a52c431c8764da402c6519e2f87dc94000000000a0d1da4096b20c711c60c940f085c95455cada40000000000038c840f085c9545598da40e10b93a9aa03c740f085c954551bda40e10b93a9aad1c640f085c9545598da40000000000069c440107a36abaaa0da40e10b93a9aa47c440107a36abaa87da40e10b93a9aa34c340000000008089d94000000000009bc440f085c954d526d6401ff46c5655d6c840f085c954d5a9d540e10b93a9aaa6c9400000000000cdd4401ff46c56556cc940000000000018d5400000000000a3cb40f085c954d50dd6400000000000eecb40000000000018d5401ff46c56553bcd40f085c9545558d4400000000000b3d040": 30, "011": 7, "012": 7, "0122": 7, "013": 7, "014": 7, "015": 7, "016": 7, "017": 7, "0198539162": 4, "0198539169": 4, "01_bfs": 47, "01e": 7, "0251": 7, "0277hr": 5, "03": [7, 26], "04": [7, 121], "05": [7, 35, 56], "0608": 7, "06449510225": 30, "07e": 7, "08": 7, "09": 7, "0git": 121, "0x": 26, "10": [3, 4, 5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "100": [3, 23, 35, 36, 49, 56, 57, 71, 74, 86, 90, 94, 99, 123], "1000": 7, "10000": 7, "10000000000000009": 74, "1000m": 5, "1001": [94, 123], "1002": 121, "1004": 121, "1005": 121, "1006": 121, "100s": 5, "101": [94, 105, 106, 111, 123], "102": [85, 94, 123], "103": [94, 105, 106, 123], "10383": 30, "104": [85, 94, 111, 123], "10450": 30, "105": [94, 123], "10526": 7, "1054": [94, 123], "10550": 30, "106": [94, 111, 123], "1066": [94, 123], "1068": [94, 123], "107": 106, "108": 106, "109": [94, 106, 111, 123], "1098": 121, "10m": 5, "11": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "110": [106, 111], "111": 106, "1111": 30, "111319": [5, 6], "1127": [94, 123], "113": 106, "1146": 7, "1147101": 7, "1152": 121, "1153": 121, "116290": 7, "1165": 121, "11683": 30, "11783": 30, "11803398875": 30, "1185": 121, "1188": 121, "119": 111, "1193": 121, "1197": 7, "11e": 7, "12": [7, 13, 20, 23, 25, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 114, 115, 116, 117, 121, 123, 130, 131], "120": 111, "121": 111, "12132034356": 30, "1219": 121, "122": 7, "1236": [94, 123], "12365": 30, "124": [94, 123], "12400": 30, "12484": 7, "125": 111, "12716": 30, "12766": 30, "129": [94, 111, 123], "12992": 30, "13": [4, 7, 13, 23, 25, 28, 29, 30, 31, 38, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 87, 88, 92, 94, 95, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "130": [49, 71, 90, 99, 123], "1300": 121, "13016": 30, "1304": 121, "13051": 30, "131": 111, "13133": 30, "13203": 30, "13250": 30, "13415": 30, "13433": 30, "1346": 7, "1356": 121, "1360": 7, "1378": 121, "13850": 30, "139": 111, "14": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 38, 39, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 103, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123], "141": 111, "14150": 30, "14300": 30, "14354": 7, "144": [94, 111, 123], "145": 111, "14500": 30, "14533": 30, "146": [94, 123], "148": [94, 123], "1483629": 7, "149": [94, 111, 123], "14966": 30, "15": [7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 78, 80, 81, 82, 83, 84, 86, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 115, 116, 117, 123, 130, 131], "150": 90, "1500": 7, "15210": 13, "155": 111, "156": [94, 123], "1573": 7, "158": [94, 123], "15866": 30, "15933": 30, "16": [3, 5, 7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 44, 46, 47, 48, 49, 50, 52, 54, 55, 56, 57, 58, 59, 60, 61, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 77, 78, 80, 81, 82, 83, 84, 86, 88, 90, 92, 93, 94, 96, 97, 98, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 115, 116, 117, 123, 130, 131], "160": 90, "161": 111, "1616": 121, "162": 111, "1640": 121, "1647": 121, "16500": 30, "16503": 7, "166": [94, 123], "1667": 30, "169": [94, 123], "17": [7, 13, 23, 25, 28, 29, 30, 31, 35, 38, 41, 42, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 73, 74, 77, 80, 81, 82, 83, 84, 86, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 115, 116, 117, 123, 130, 131], "170": [94, 123], "17066": 30, "171": [94, 111, 123], "17100": 30, "172": 111, "1725": 121, "173": [94, 123], "1733": 121, "175": [5, 111], "1760": 121, "1770": 121, "1789": 7, "179": [94, 123], "17e": 7, "18": [4, 7, 13, 23, 25, 28, 30, 31, 35, 36, 38, 41, 44, 46, 47, 51, 52, 54, 56, 57, 68, 69, 70, 72, 73, 74, 77, 80, 86, 88, 92, 93, 94, 101, 105, 108, 111, 112, 115, 116, 121, 123], "1825": 121, "1846897": 7, "1849": 121, "1850": 121, "18581544581": 30, "186": [94, 123], "1861": 121, "18623": 7, "1883": 121, "18849": 7, "1891": 121, "18e": 7, "19": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 74, 77, 86, 94, 105, 108, 112, 115, 116, 123], "1930": 118, "1956": [16, 44, 62, 63, 64, 114], "1958": 44, "196": [94, 123], "1960": 4, "1975": 7, "1976": 4, "19999999999999996": 74, "1git": 121, "1km": 5, "1s": 5, "20": [7, 13, 25, 28, 29, 30, 31, 38, 41, 44, 49, 52, 54, 68, 70, 71, 72, 73, 74, 77, 86, 90, 93, 94, 99, 105, 108, 111, 112, 115, 116, 121, 123], "200": [74, 90, 94, 111, 123], "2000": 7, "2008": 77, "202": 121, "203": [85, 94, 121, 123], "2057": 121, "207030": 7, "20710": 7, "208": 111, "20833": 30, "2087": 121, "20900": 30, "2093": 121, "20algorithm": [41, 42], "20path": [41, 42], "20shortest": [41, 42], "21": [13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 92, 94, 105, 108, 112, 115, 116, 123], "21300": 30, "21600": 30, "218": [94, 123], "2189": 121, "22": [7, 13, 28, 30, 31, 38, 41, 44, 52, 68, 70, 72, 77, 86, 94, 105, 108, 111, 112, 116, 121, 123], "2201": 121, "2202": 121, "2203": 121, "2216": 121, "22183": 30, "2222": 30, "223": 7, "224": [94, 123], "225": [94, 123], "22583": 30, "2266": [30, 121], "22683": 30, "22752": 7, "2276": 121, "2281": 7, "22releas": 121, "23": [7, 28, 30, 52, 68, 70, 77, 86, 94, 105, 108, 112, 116, 123], "230": 89, "2312": 121, "232": 121, "235": [94, 123], "2357": 121, "2360679775": [30, 94], "23616": 30, "237": [94, 123], "23700": 30, "2378819357": 30, "238": [94, 123], "23883": 30, "239": [94, 123], "2394": 121, "2398": 121, "24": [7, 13, 28, 30, 52, 70, 77, 86, 92, 94, 105, 108, 112, 116, 121, 123], "240": [90, 111], "2400": 121, "2401": 121, "24166": 30, "2426406871": 94, "2427": 121, "2438298": 7, "24687": 7, "2490": 121, "24e": 7, "25": [28, 29, 30, 36, 45, 52, 70, 77, 86, 94, 105, 108, 111, 112, 116, 123], "250": 90, "2500": 7, "2504": 121, "2505": 121, "2512": 121, "25149": 30, "2516": 121, "2517": 121, "2521": 121, "2522": 121, "2523": 121, "254": [94, 123], "2544": 121, "2546": 121, "2547": 121, "2548": 121, "255": [94, 123], "2555": 121, "2559": 121, "2561": 121, "2565": 121, "257": [94, 123], "2588": [7, 121], "2599": [20, 121], "25m": [5, 6], "26": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "260": [90, 94, 123], "2605": [20, 121], "2607": [20, 121], "261": [94, 123], "26133": 30, "2614": [20, 121], "26150": 30, "262": [94, 123], "26283": 30, "2635": [20, 121], "264": [94, 123], "26433": 30, "265": [94, 123], "2655": 7, "26550": 30, "2656": [20, 121], "2669542759": 30, "26733": 30, "26861": 7, "27": [7, 28, 30, 52, 70, 77, 86, 94, 108, 111, 112, 116, 123], "27026": 30, "27096": 30, "27153": 30, "27166": 30, "27233": 30, "27266": 30, "27433": 30, "27462": 30, "27603": 30, "278": [94, 123], "27s_algorithm": [47, 62, 63, 65, 66, 67], "28": [7, 13, 28, 30, 52, 70, 77, 86, 94, 108, 112, 116, 123], "283": [94, 123], "285": [94, 123], "286": [94, 123], "28777": 30, "28e": 7, "28graph_theori": [51, 88], "29": [28, 51, 52, 70, 77, 88, 94, 108, 112, 116, 123], "29050": 7, "293": [94, 123], "2958": 7, "2git": 121, "30": [5, 7, 28, 30, 49, 52, 70, 71, 74, 77, 90, 93, 94, 99, 108, 111, 112, 123], "300": [74, 90], "3000": 7, "301": 85, "302": 85, "304": 85, "31": [28, 52, 70, 77, 94, 111, 112, 123], "3153": [5, 6], "3156007": 7, "316": [94, 123], "31693": 7, "317": [94, 123], "32": [28, 52, 70, 77, 94, 112, 123], "320": [90, 91], "321": [94, 123], "324": [94, 123], "3247": 7, "33": [28, 52, 70, 77, 94, 112, 123], "3333": 30, "336": [94, 123], "338": [94, 123], "33879": 7, "34": [7, 28, 52, 53, 70, 77, 93, 94, 111, 112, 123], "340": 89, "344": [94, 123], "345": [94, 123], "346930": 7, "347": [94, 123], "35": [7, 28, 52, 70, 77, 86, 94, 111, 112, 123], "350": 90, "3500": [7, 75, 79], "353": [94, 123], "357": [94, 123], "358": [7, 94, 123], "359": [94, 123], "35e": 7, "36": [5, 28, 70, 77, 94, 112, 123], "360": [89, 94, 123], "36287": 7, "368": [94, 123], "369": [94, 123], "36e": 7, "37": [7, 28, 70, 77, 86, 94, 112, 123], "38": [7, 13, 28, 70, 77, 94, 112, 123], "3803406571": 30, "383": [94, 123], "384": [94, 123], "38491": 7, "385": [94, 123], "387": [94, 123], "39": [28, 70, 77, 94, 112, 123], "390": 90, "3a": 121, "3a2": 121, "3aclos": 121, "3git": 121, "3th": [108, 112], "40": [13, 28, 70, 74, 77, 86, 94, 111, 112, 123], "4000": 7, "4000000000000004": 25, "403": 85, "405": [94, 123], "4090618": 7, "41": [28, 70, 77, 86, 94, 111, 112, 123], "410": [94, 123], "4110": 7, "412": [94, 123], "41421356237": [30, 94], "41e": 7, "42": [28, 70, 77, 94, 112, 123], "420": [94, 123], "429": [94, 123], "43": [7, 28, 77, 94, 112, 123], "430": [90, 91], "4330": 7, "434": [94, 123], "436": [94, 123], "44": [7, 28, 77, 94, 112, 123], "441": [94, 123], "4452": [5, 6], "447": 74, "448": [94, 123], "449": [94, 123], "45": [5, 6, 7, 28, 77, 94, 112, 123], "450": [90, 94, 123], "4500": 7, "456": [94, 123], "458": [94, 123], "46": [5, 6, 28, 77, 94, 112, 123], "460": 111, "469936": 7, "46e": 7, "47": [7, 28, 77, 94, 112, 123], "470": 7, "471": [94, 123], "475": [94, 123], "478": [94, 123], "4787086646": 94, "479": [94, 123], "48": [7, 28, 77, 94, 112, 123], "4854127": 30, "4868919": 7, "49": [7, 28, 77, 94, 112, 123], "499999999999": 30, "4g": 7, "4git": 121, "4th": [108, 112], "50": [28, 36, 49, 71, 77, 90, 93, 94, 99, 111, 112, 123], "500": 7, "5000": [7, 30], "504": [94, 123], "505": [94, 123], "509": [94, 123], "51": [7, 28, 77, 94, 111, 112, 123], "518": [94, 123], "52": [28, 77, 94, 112, 123], "520": 90, "522": [94, 123], "523": [94, 123], "528": [94, 123], "52e": 7, "53": [7, 28, 77, 94, 112, 121, 123], "531": [94, 123], "534": [94, 123], "54": [5, 28, 34, 77, 94, 112, 121, 123], "540": 5, "541": [94, 123], "5412705652799": 94, "546": [94, 123], "55": [28, 34, 77, 94, 112, 121, 123], "5500": 7, "551": [94, 123], "555": [94, 123], "55e": 7, "56": [7, 26, 28, 34, 77, 94, 112, 121, 123], "561": [94, 123], "562": [94, 123], "567": [94, 123], "5676": 7, "57": [28, 77, 94, 112, 123], "574": [94, 123], "58": [28, 77, 94, 112, 123], "580": 90, "58113883008": 30, "58113883009": 30, "583095189485": 30, "58e": 7, "59": [28, 77, 94, 112, 123], "593": [94, 123], "5git": 121, "5th": [108, 112], "60": [5, 7, 28, 74, 77, 90, 94, 111, 112, 123], "600": [5, 90, 94, 123], "6000": 7, "600m": 5, "605": [94, 123], "61": [7, 28, 77, 94, 112, 123], "610": [90, 94, 123], "6111": 30, "612": [94, 123], "613135": 7, "62": [7, 28, 77, 94, 111, 112, 123], "620": [94, 123], "621": [94, 123], "622": [94, 123], "624": [94, 123], "629": [94, 123], "63": [7, 28, 77, 94, 112, 123], "632": [94, 123], "639": 7, "64": [7, 28, 77, 94, 121, 123], "643": [94, 123], "645": [94, 123], "647": [94, 123], "64e": 7, "65": [7, 28, 77, 94, 123], "6500": 7, "65028153987": 30, "651": [94, 123], "652": [94, 123], "66": [28, 77, 94, 123], "665": [94, 123], "6667": 30, "668": [94, 123], "67": [7, 28, 77, 94, 123], "68": [7, 28, 77, 94, 123], "680": 90, "69": [28, 77, 94, 123], "690": 90, "693": [94, 123], "6git": 121, "6min": 5, "6th": [108, 112], "70": [28, 74, 77, 94, 123], "7000": 7, "701": [94, 123], "702": [94, 123], "708": [94, 123], "71": [28, 77, 94, 111, 123], "716": [94, 123], "7177": 7, "71834": 7, "72": [7, 28, 77, 94, 123], "721": [94, 123], "725": [94, 123], "726": [94, 123], "727": [94, 123], "73": [28, 77, 94, 123], "731": [94, 123], "732": [94, 123], "734": [94, 123], "737": [94, 123], "73e": 7, "74": [26, 28, 77, 94, 123], "740": [94, 123], "743": [94, 123], "75": [26, 28, 34, 36, 77, 94, 111, 121, 123], "7500": 7, "751": [94, 123], "76": [7, 28, 77, 94, 123], "760": [90, 91], "76695427589": 30, "769": [94, 123], "76e": 7, "77": [7, 28, 77, 94, 123], "770": 90, "777": [94, 123], "78": [7, 28, 77, 94, 123], "782": [94, 123], "786": [94, 123], "78846": [5, 6], "79": [28, 77, 94, 111, 123], "80": [7, 28, 44, 49, 71, 74, 77, 89, 90, 94, 99, 101, 111, 123], "8000": 7, "802": [94, 123], "81": [6, 77, 94, 123], "812": [94, 123], "815": [94, 123], "816": [94, 123], "81m": [5, 6], "82": [7, 77, 94, 123], "820": [90, 91, 94, 123], "8236683733": 30, "825": [94, 123], "826": [94, 123], "828": 94, "8284271247": 94, "83": [77, 94, 121, 123], "8333": 30, "836": [94, 123], "83e": 7, "84": [7, 77, 94, 123], "843": 7, "848093106": 30, "849304": 7, "85": [77, 94, 111, 123], "8500": 7, "854": 94, "86": [7, 77, 94, 123], "860232526704": 30, "87": [7, 77, 94, 123], "870": [94, 123], "875": [94, 123], "8778": 7, "88": [77, 94, 123], "880": [94, 123], "883": [94, 123], "889": [94, 123], "89": [74, 77, 94, 111, 123], "8999999999999999": 74, "89e": 7, "90": [7, 74, 77, 94, 123], "9000": 7, "91": [77, 94, 111, 123], "91173136": 30, "912": [94, 123], "914": [94, 123], "916": [94, 123], "92": [77, 94, 123], "9223372036854775807": [0, 50, 61, 81, 83, 96, 98], "93": [77, 94, 121, 123], "93e": 7, "93ford_algorithm": 44, "93karp_algorithm": 71, "93relabel_maximum_flow_algorithm": [89, 99], "93wagner_algorithm": 101, "94": [7, 77, 94, 111, 123], "9444": 30, "95": [7, 94, 111, 123], "9500": 7, "96": [94, 123], "9634358466": 30, "965": [94, 123], "9661270947": 30, "967": [94, 123], "969": [94, 123], "97": [94, 123], "978": 4, "98": [94, 123], "9833": 30, "99": [7, 94, 123], "990": 5, "996": 7, "997": [94, 123], "9999999": 30, "999999999998": 25, "999999999999": [25, 54, 56, 73, 74, 123], "9c": 121, "__": [4, 23, 25, 27, 30, 54, 125], "___pgr___test___": 26, "__glibc__": 121, "__linux__": 121, "_box": 5, "_capac": 19, "_capacity_i": 19, "_cost": [16, 29], "_cost_": 25, "_cost_i": 16, "_id": 19, "_id_i": 19, "_maxflow": 19, "_of": [67, 106, 107, 117], "_pgr_array_revers": 23, "_pgr_makedistancematrix": 121, "_radius": 34, "_search_algorithm": [6, 8, 31, 38], "_seq": 16, "_seq_": 16, "_seq_i": 16, "_sql": 19, "_time": [5, 93, 94], "_vertex": 19, "_vertices_pgr": [35, 36, 56, 57], "_vid": [44, 47, 59, 108, 112, 113], "_weight": 5, "aasheesh": 27, "abhinav": 27, "abs": [6, 31, 32, 33, 38, 39, 40, 108, 112], "academ": 13, "ackermann": 88, "ackermann_funct": 88, "act": 85, "acycl": 59, "add": [13, 25, 36, 54, 74, 92, 121], "added": [20, 23, 81, 82, 83, 96, 97, 98, 121], "addit": [23, 85], "aditya": 27, "adjac": 85, "adrien": 27, "adujst": 121, "advantag": 45, "affect": [23, 45], "afs": 13, "agarw": 27, "agg": [16, 29], "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, 130, 131], "agg_in": 73, "agg_out": 73, "aggreg": [9, 16, 41, 42, 43, 62, 63, 97, 106, 107, 113], "akhil": 27, "akio": 27, "al": 23, "algo2": 13, "algorithm": [18, 22, 32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 96, 97, 108, 112, 113], "align": 25, "all": [19, 20, 25, 26, 45, 49, 71, 85, 90, 91, 99, 121, 122], "all_seg": [25, 73], "all_vertic": 60, "alpha": [7, 17, 20, 34, 68, 88, 121, 122], "also": 25, "alter": [13, 25, 26, 36, 54, 56, 73, 74, 86, 92, 123], "altert": 25, "alway": [85, 123], "am": 5, "amd": 7, "an": [16, 67, 85, 106], "analysi": [35, 36, 92], "analyz": [35, 36, 92], "and": [13, 19, 20, 23, 25, 26, 27, 29, 35, 36, 45, 49, 57, 67, 71, 73, 85, 86, 90, 91, 92, 96, 99, 106, 107, 113, 117, 121], "andrea": 27, "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, 130, 131], "annael": [33, 40, 43, 64, 114, 121], "anneal": [29, 30], "anthoni": 27, "anton": 27, "anyarray": [23, 105, 115, 121], "api": 7, "appro": [4, 29, 30], "approx": 5, "apt": 26, "archiv": [26, 41, 42], "are": [19, 23, 25, 45, 49, 71, 85, 89, 90, 91, 99], "array": [0, 3, 13, 15, 16, 17, 23, 25, 28, 29, 30, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 47, 49, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 74, 81, 82, 83, 89, 90, 91, 96, 97, 98, 99, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "array_agg": [25, 29, 33, 40, 43, 54, 64, 73, 74, 86, 93], "array_length": [25, 60], "array_prepend": 23, "arriv": [5, 93, 94], "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, 130, 131], "arrow": 85, "aryan": 27, "as": [7, 13, 19, 23, 25, 30, 31, 32, 35, 38, 39, 41, 42, 44, 45, 47, 49, 54, 56, 57, 59, 60, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 86, 89, 90, 91, 92, 93, 94, 99, 103, 105, 106, 107, 108, 111, 112, 113, 114, 115, 116, 117, 123], "ashish": 27, "ashraf": 27, "assigned_vertic": 86, "astar": 121, "astar_search": [6, 8, 31, 38], "at": [108, 112], "awar": 23, "bak": 27, "basa": 27, "bbox": 7, "bdastar": 121, "bddijkstra": 121, "be": [23, 45, 85], "begin": [16, 19, 25, 111], "behnck": 27, "being": 23, "bellman": [44, 59, 72, 121], "belong": 23, "benav": 27, "benchmark": [94, 123], "berchet": 27, "best": 94, "betwe": 45, "between": [18, 22, 45], "betweenness_centr": 45, "bfs": [20, 47, 50, 122, 128], "bgl": 26, "bidirect": [39, 41, 42], "bidirectional_search": [41, 42], "bigcup": [16, 19], "bigint": [0, 3, 5, 7, 10, 11, 13, 15, 16, 17, 19, 21, 23, 25, 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, 77, 78, 79, 80, 81, 82, 83, 84, 85, 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, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "bigseri": [74, 123], "binari": 47, "bodi": 13, "boldsymbol": [16, 19], "bool": 26, "boolean": [7, 13, 15, 16, 23, 25, 28, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "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, 130, 131], "bootstrap": 26, "bootstrap_vers": 121, "both": [23, 25, 26, 36, 45, 92], "box": 7, "boyer": 78, "boyer_myrvold": 78, "boykov": [19, 20, 49, 122], "boykov_kolmogorov_max_flow": 49, "brand": [18, 22, 45], "breadth": 47, "breath": 96, "bridge_": 51, "buffer": 7, "bug": [55, 121], "build": 26, "build_doxi": 26, "build_html": 26, "build_latex": 26, "build_man": 26, "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, 130, 131], "but": [26, 56, 57], "by": [13, 20, 23, 25, 27, 29, 30, 45, 48, 50, 54, 56, 59, 60, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123], "c_lc101": [94, 123], "ca": 30, "calcul": [18, 22, 45, 89, 97, 113], "camptocamp": 27, "can": 85, "cap": [65, 66, 74, 107, 108, 112, 113, 114, 115, 116, 117], "capac": [5, 19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 93, 94, 99, 111, 123], "capacity_i": 19, "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, 130, 131], "cascad": [25, 111], "case": [16, 19, 23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "case_no": 111, "categori": 123, "category_id": 121, "cayetano": 27, "cd": 26, "ce": [25, 54, 74], "central": [18, 22, 45], "cgal": [34, 121], "ch": 118, "chang": [23, 121], "char": [15, 25, 74, 107, 108, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "charact": [23, 115, 121], "chauhan": 27, "chaurasia": 27, "check": [35, 36, 56, 57, 92], "checkout": 26, "chk": [35, 36, 56, 57], "christian": 27, "chromat": 69, "ci": [20, 121], "circuit": 77, "circumcent": 34, "clang": [20, 121], "class": 13, "clean": [35, 36, 56, 92], "client_min_messag": [111, 125], "clone": 26, "close": [94, 121, 123], "close_tim": 111, "closest": [25, 54, 74], "closest_vertex": [25, 54, 74], "cm": 58, "cmake": [26, 121], "cmu": 13, "cname": 121, "cnt": [35, 36, 56, 57, 92], "coalesc": [60, 73, 106, 107, 123], "code": [26, 27, 125], "collat": 123, "collect": 34, "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, 130, 131], "column": [20, 23, 25, 36, 54, 56, 57, 74, 81, 82, 83, 85, 86, 92, 96, 97, 98, 121, 123], "com": [26, 27, 47, 121, 125], "combin": [16, 25, 28, 31, 32, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 112, 113, 116, 121, 123, 130, 131], "combinations_t": 121, "come": 23, "common": 85, "communiti": 27, "compar": 23, "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, 130, 131], "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, 130, 131], "complet": [36, 85], "complete_graph": 86, "compon": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "compulsori": 23, "condit": [35, 57], "connect": 26, "connected_compon": 54, "consider": 45, "contain": 23, "context": 103, "contract": [23, 55], "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, 130, 131], "contraction_ord": 55, "contraction_result": 13, "control": 45, "cooling_factor": [29, 30], "coordin": 30, "corpor": [27, 125], "correct": [35, 57], "correspond": 85, "cos423": [41, 42], "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "cost_": [16, 25], "cost_i": 16, "count": [7, 35, 60, 92], "cours": [41, 42], "cp": 47, "cpplint": 121, "cpu": 7, "creat": [3, 7, 13, 19, 23, 25, 26, 30, 35, 36, 45, 49, 56, 57, 60, 71, 73, 74, 85, 86, 90, 91, 92, 94, 96, 99, 111, 123], "createdb": [7, 25, 26], "createextens": 26, "createus": 26, "creativecommon": [20, 27], "cross_edg": 86, "cs": [13, 41, 42], "csis": 27, "cup": [16, 19, 25, 62], "current": [25, 26], "custom": 94, "cuthil": [18, 24, 58], "cvrp": 5, "cvrppdtw": 5, "cwi": 4, "d_close": [5, 93, 94, 123], "d_i": [5, 94, 123], "d_node_id": [5, 93, 94, 123], "d_open": [5, 93, 94, 123], "d_servic": [5, 93, 94, 123], "d_x": [5, 94, 123], "dag": [59, 103], "daniel": 27, "data": [94, 123], "databas": [26, 85], "dave": 27, "david": 27, "dd": 92, "ddoc_use_bootstrap": 26, "de": 7, "dead": [35, 92], "debug": 125, "default": [13, 86, 94, 123], "defin": [56, 57, 108, 112, 113], "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, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "delet": [25, 73, 86], "deliveri": [94, 123], "delta": [6, 31, 32, 33, 38, 39, 40, 69], "demand": [5, 93, 94, 123], "deni": 27, "densiti": 7, "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, 130, 131], "depend": 25, "deprec": 23, "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, 130, 131], "desc": [50, 61, 86], "design": 85, "dest_id": 111, "destin": 13, "detail": [23, 107, 108, 112, 115, 116, 117, 121, 130, 131], "detect": [35, 92], "dev": [26, 76, 110, 121, 125], "develop": [26, 125], "dfrac": 7, "dfs": [11, 18, 20, 54, 102, 122, 128], "digit": 85, "dijkstra": [3, 6, 17, 20, 25, 28, 29, 41, 42, 43, 44, 47, 59, 62, 63, 64, 67, 68, 105, 108, 112, 113, 114, 115, 116, 119, 121, 122, 130, 131], "dindex": [94, 123], "dir": [36, 92], "direct": [7, 13, 15, 16, 20, 23, 25, 28, 29, 31, 32, 33, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 75, 77, 79, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 131], "discours": 125, "disjoint": 70, "displaystyl": 16, "disrupt": 45, "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, 130, 131], "distinct": [55, 86], "dn": 86, "do": [13, 23], "doc": [6, 8, 23, 25, 26, 31, 38, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 105, 121], "doc_queries_gener": 26, "doc_use_bootstrap": 26, "document": [13, 26, 121], "doe": [20, 35, 56, 57, 60, 73, 85, 92, 121], "done": 121, "dot": 7, "doubl": [23, 85, 94, 105, 115, 121, 123], "doxi": [25, 26], "doxygen": 26, "drive": [23, 115, 116, 121], "driving_sid": [23, 107, 108, 112, 113, 114, 115, 116, 117, 121, 130, 131], "drop": [25, 35, 56, 57, 60, 73, 92, 111], "dropdb": 26, "drt": [65, 66], "dryrun": [60, 73, 74], "dubinin": 27, "duplic": [19, 49, 71, 89, 90, 91, 99], "dwith_doc": 26, "e2": [44, 71, 89, 99, 101, 121], "e_geom": [25, 54, 74], "each": 85, "edg": [1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 14, 18, 20, 21, 22, 23, 24, 26, 27, 29, 30, 34, 35, 36, 56, 57, 76, 92, 93, 94, 110, 111, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128], "edge1": 74, "edge2": 74, "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, 130, 131], "edge_t": [13, 35, 36, 56, 57, 92, 121], "edge_table_nod": 92, "edge_table_vertices_pgr": 13, "edgedisjointpath": 121, "edges_nod": 92, "edges_noded_vertices_pgr": 92, "edges_shar": 85, "edges_sql": [19, 25, 49, 71, 74, 90, 99, 112, 113], "edges_to_expand": 13, "edges_uniqu": 85, "edges_vertices_pgr": [35, 36, 56, 57, 92], "edmond": [19, 20, 71, 122], "edmonds_karp_max_flow": 71, "edsger": [16, 62, 63, 64, 114], "edu": [13, 41, 42], "edward": 72, "ege_t": 56, "eid": [23, 56, 60, 73, 86], "ein": [35, 36, 56, 57], "elizabeth": 58, "els": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "ema": 27, "empti": [19, 25, 28, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 55, 58, 59, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 90, 91, 95, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 113, 114, 115, 116, 117, 129], "emtpi": [29, 30, 60, 73, 74, 112, 116], "en": [5, 6, 8, 19, 23, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 86, 88, 89, 99, 101, 103, 104, 105, 111], "end": [16, 19, 23, 25, 28, 31, 32, 35, 36, 38, 39, 41, 42, 44, 47, 49, 59, 62, 63, 65, 66, 67, 70, 71, 72, 73, 74, 85, 89, 90, 91, 92, 99, 105, 106, 107, 108, 109, 112, 113, 116, 117, 130, 131], "end_": 16, "end_clos": [5, 93, 94], "end_i": [5, 94], "end_id": [4, 29, 30], "end_node_id": [5, 93], "end_open": [5, 93, 94], "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, 130, 131], "end_servic": [5, 93, 94], "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, 130, 131], "end_x": [5, 94], "endcap": 74, "endpoint": [73, 85], "eout": [35, 36, 56, 57], "ep": 74, "epp": [41, 42], "epsilon": [6, 31, 32, 33, 38, 39, 40], "equal": 97, "equicost": [23, 68, 115], "error": [23, 35, 36, 56, 57, 103], "esteban": 27, "evalu": 45, "exampl": [23, 85], "execut": [35, 57], "exist": [23, 35, 56, 57, 60, 73, 85, 92, 111], "expect": [56, 57], "explan": 45, "explicit": 121, "extens": [7, 25, 26], "extent": 45, "extern": 121, "extract": [96, 97], "f12": 13, "factor": [5, 6, 8, 25, 31, 32, 33, 38, 39, 40, 73, 93, 94], "fail": [35, 36, 56, 57, 121], "fals": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 88, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "famili": [18, 23, 119], "fedora": 121, "fenoy": 27, "file": [4, 121], "filter": 23, "final_temp": 29, "final_temperatur": 30, "find": [67, 106, 108, 112], "findpostgresql": 121, "first": [47, 96], "first_edg": [25, 73], "first_seg": [25, 73], "fix": 121, "flag": [20, 121], "flat": 74, "float": [0, 3, 5, 6, 7, 10, 13, 15, 16, 17, 19, 21, 23, 25, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 118, 121, 123, 129, 130, 131], "float8": [23, 35, 56, 92, 111, 121], "florian": 27, "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, 130, 131], "flow_i": 19, "floyd": [7, 20, 75, 122], "focal": 121, "follow": [35, 57, 85], "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, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "foral": 16, "forbidden_vertic": 55, "ford": [44, 59, 72, 121], "found": [35, 36, 56, 57, 92, 113], "foundat": 27, "frac": [5, 25], "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, 130, 131], "freder": 27, "freebsd": 121, "from": [3, 7, 13, 19, 23, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 121, 123, 130, 131], "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, 130, 131], "front": [67, 106, 107, 108, 112, 117], "ft": [25, 36], "full": 73, "function": [13, 18, 20, 23, 25, 32, 35, 39, 63, 88, 103, 119, 121], "g1": 74, "g2": 74, "g_d": [16, 25], "g_edg": 60, "g_u": 16, "g_vertic": 60, "gap": [35, 92], "garg": 27, "gaul": 121, "gcc": 121, "ge": 25, "geisberger_dipl": 13, "gemetri": 123, "generat": [92, 123], "generate_seri": [94, 123], "generic": [31, 38, 62, 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, 130, 131], "geom_is_origin": 74, "geom_tabl": 36, "geometri": [30, 34, 35, 36, 56, 57, 73, 74, 85, 92, 123], "georepubl": [27, 125], "gerald": 27, "get": 85, "gid": [7, 35, 56, 57], "gis": [20, 92], "git": [20, 26, 76, 121], "github": [26, 121, 125], "given": [85, 113], "glibc": 121, "global": [65, 66], "gnu": 27, "goe": 60, "going": 23, "gonzalez": 27, "googl": 27, "got": [35, 57], "gpl": 27, "graph": [6, 8, 23, 26, 31, 36, 38, 44, 45, 47, 49, 54, 59, 60, 65, 66, 67, 71, 72, 77, 78, 87, 88, 89, 90, 91, 99, 103, 106, 108, 112, 113, 118, 121], "group": [60, 73, 92], "gsoc": 121, "gudesa": 27, "gupta": 27, "gz": 26, "hamilton": 4, "handout": [41, 42], "hang": 27, "hard": [4, 5, 29, 30, 69, 93, 94], "has": [19, 49, 71, 85, 89, 90, 91, 99], "has_rcost": 23, "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, 130, 131], "hassler": 4, "have": [23, 45, 92, 97], "hawick": 77, "head": 85, "health": 77, "heap": 116, "heap_path": [28, 109, 116], "here": 60, "heurist": [8, 31, 32, 33, 38, 39, 40], "high": 45, "higher": 45, "himanshu": 27, "hint": [33, 40, 43, 56, 57, 64, 103, 114], "histco": 4, "homepag": 4, "hossain": 27, "housseman": 27, "hpp": 121, "hr": 5, "html": [6, 8, 23, 25, 26, 27, 31, 38, 47, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99, 105], "https": [4, 5, 6, 7, 8, 13, 19, 20, 23, 25, 26, 27, 28, 30, 31, 38, 41, 42, 44, 47, 49, 51, 54, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 94, 99, 101, 103, 104, 105, 111, 121, 123, 125], "huang": 27, "hundr": 85, "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, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "id1": 23, "id2": 23, "id3": 23, "id_": 16, "id_i": [16, 19], "identifi": [20, 92, 121], "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, 130, 131], "if": [16, 19, 23, 35, 56, 57, 60, 73, 85, 92, 111], "if5": 16, "if6": 16, "ignor": [19, 20, 33, 40, 43, 49, 64, 71, 89, 90, 91, 99, 114, 121], "imag": 85, "imaptool": 27, "implement": [45, 59], "imr": 27, "in": [13, 16, 19, 23, 25, 29, 33, 35, 36, 40, 43, 45, 47, 49, 56, 57, 59, 64, 67, 70, 71, 73, 85, 86, 89, 90, 91, 92, 96, 99, 101, 104, 106, 107, 108, 112, 117], "in_com": [56, 73], "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, 130, 131], "inc": 27, "includ": [27, 108, 112, 113], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "inf": [33, 40], "infin": 109, "influenc": 45, "info": [25, 54, 74, 125], "inform": [25, 73, 96, 123], "infti": [6, 8, 9, 15, 16, 31, 32, 38, 39, 41, 42, 43, 44, 59, 62, 63, 64, 72, 113, 114], "initial_sol": [5, 93, 94], "initial_temp": 29, "initial_temperatur": 30, "inner": 25, "input": 13, "insert": [3, 13, 23, 25, 30, 48, 54, 73, 74, 78, 85, 86, 92, 94, 111, 123], "instal": 26, "int": [19, 25, 49, 52, 71, 90, 99, 101], "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, 130, 131], "interact": 26, "intersect": [35, 92], "into": [3, 13, 23, 25, 30, 48, 54, 56, 73, 74, 78, 85, 86, 92, 94, 111, 123], "is": [17, 19, 23, 25, 27, 35, 36, 45, 49, 56, 57, 68, 71, 73, 81, 82, 83, 85, 86, 89, 90, 91, 92, 96, 97, 98, 99, 103, 115, 121, 131], "is_a": [108, 112], "is_bipartit": [11, 48], "is_contract": 13, "is_new": 13, "isbn": 4, "islam": 27, "isol": [35, 92], "issu": [121, 125], "it": [19, 23, 45, 49, 71, 90, 91, 99], "iti": 13, "its": 85, "jain": 27, "jame": [58, 77], "jarn": 118, "jay": 27, "jhonson": 79, "jinfu": 27, "johnson": [7, 20, 77, 79, 122], "join": [25, 30, 54, 60, 73, 74, 86, 92, 94, 106, 107, 123], "joshi": 27, "junod": 27, "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, 130, 131], "k_": 78, "k_1": 78, "k_5": 78, "k_shortest_path_rout": 28, "kai": 27, "karl": 4, "karp": [19, 20, 71, 122], "kastl": 27, "ken": 77, "key": [3, 23, 74, 94, 111, 123], "kg": 5, "kind": 25, "kirkman": 4, "kishor": 27, "kit": 13, "km": 5, "ko": 27, "kolmogorov": [19, 20, 49, 122], "kondeti": 27, "kruskal": [0, 1, 17, 20, 25, 80, 81, 82, 83, 121, 122, 124], "kumar": 27, "languag": 13, "languer": 84, "lat": 6, "later": 27, "latest": 26, "latex": 26, "lc101": [94, 123], "lc101_c": [94, 123], "leaf": 45, "lectur": 13, "lecture16": 13, "left": [25, 60, 73, 86, 106, 107], "leftrightarrow": [25, 85], "leng": 27, "leopark": 27, "leq": [81, 82, 83, 96, 97, 98], "less": 97, "lester": 44, "lex": 4, "li": [94, 123], "lib": [6, 8, 31, 38, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 99], "libboost": 26, "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, 130, 131], "libtap": 26, "licens": [20, 27], "license_1_0": 27, "lie": 45, "lim": [94, 123], "limit": [25, 54, 57, 74, 94, 123], "line": [29, 66], "line_graph": 86, "linegraph_edg": 86, "linesstr": [25, 36], "linestr": [25, 36, 54, 56, 73, 74], "linux": [26, 121], "list": 125, "listinfo": 125, "log": [6, 8, 9, 16, 21, 31, 32, 38, 39, 41, 42, 43, 47, 56, 58, 62, 63, 65, 66, 73, 79, 80, 81, 82, 83, 84, 95, 96, 97, 98, 101, 108, 112, 113, 118], "logv": [10, 52, 53, 90, 91], "lon": 6, "longer": [33, 40, 43, 64, 114], "m_": [5, 93, 94], "ma_capac": 93, "maco": 121, "mahadeokar": 27, "mahmoud": 27, "mail": 125, "mailman": 125, "main_sql": 73, "make": 26, "make_connect": 87, "makefil": 26, "man": 26, "manikata": 27, "maoguang": 27, "mario": 27, "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, 130, 131], "martin": 27, "matching_": 88, "math": [4, 5, 25, 30, 54, 59, 67, 69, 72, 74, 85, 90, 91, 107, 108, 117], "mathworld": 85, "matrix": [5, 29, 93], "max": [6, 15, 31, 32, 33, 38, 39, 40, 43, 64, 86, 92, 114, 121, 123], "max_changes_per_temper": 29, "max_changes_per_temperatur": 30, "max_consecutive_non_chang": [29, 30], "max_cycl": [5, 13, 55, 93, 94], "max_depth": [0, 50, 61, 81, 83, 96, 98], "max_flow": 121, "max_processing_tim": [29, 30], "maxim": 27, "maximum": 89, "maximum_flow_problem": 19, "maximum_match": 88, "may": 45, "mckee": [18, 24, 58], "md": 121, "measur": 45, "mega": 7, "menger": 4, "merril": 4, "meta": 7, "metric": [4, 18, 20, 29, 30, 121], "metric_tsp_approx": 121, "mid": 25, "mileston": 121, "min": [5, 6, 15, 29, 31, 32, 33, 38, 39, 40, 43, 64, 114], "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, 130, 131], "mingw": 26, "minimum": [96, 97, 121], "minor": 121, "mit": [27, 92], "miyawaki": 27, "mkdir": 26, "modifi": [108, 112, 113], "moham": 27, "moor": 72, "most": 45, "msvc": 121, "msys": 26, "mukul": 27, "my_dijkstra": [13, 23], "myarea": 25, "mygeom": [35, 56, 57], "myhous": 35, "myrvold": 78, "mytabl": [35, 56, 57], "mytable_vertices_pgr": [35, 57], "n_": [5, 93, 94], "n_seq": [46, 54, 102], "nagas": 27, "name": [23, 25, 26], "nardelli": 27, "near": [35, 92, 121], "need": 23, "negat": [20, 85, 121], "neq": [16, 19, 25], "net": [25, 27], "netlab": 125, "network": 45, "new": [92, 125], "new_graph": 86, "new_graph_id_seq": 86, "new_lin": 74, "new_point": 74, "new_restrict": 23, "newpoint": [74, 123], "news": 121, "nextval": [86, 123], "nicola": 92, "nitish": 27, "nl": 4, "no": [19, 33, 40, 43, 45, 49, 64, 71, 85, 89, 90, 91, 94, 99, 114, 123], "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, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "node_": 16, "node_1": 16, "node_i": 16, "node_k": 16, "node_seq": [67, 106, 107, 117], "not": [4, 20, 23, 26, 29, 30, 35, 49, 56, 57, 60, 70, 71, 73, 85, 86, 89, 90, 91, 92, 94, 99, 103, 111, 121, 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, 130, 131], "notic": [33, 35, 36, 40, 43, 56, 57, 60, 64, 73, 74, 92, 111, 114, 125], "now": 23, "np": [4, 5, 29, 30, 58, 69, 93, 94, 100], "null": [3, 15, 23, 25, 35, 36, 54, 56, 57, 73, 74, 86, 92, 94, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "nullabl": 123, "number": [69, 85], "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, 130, 131], "nv": [25, 73], "obe": 27, "of": [4, 5, 17, 18, 20, 25, 27, 30, 31, 32, 35, 36, 37, 38, 39, 41, 44, 45, 46, 47, 48, 49, 52, 55, 56, 57, 58, 60, 62, 63, 65, 68, 69, 70, 71, 72, 81, 82, 83, 87, 92, 93, 94, 96, 97, 98, 99, 100, 103, 104, 105, 108, 112, 113, 115, 119, 121], "off": 26, "ogr2ogr": 25, "oid": 111, "ok": [35, 36, 56, 57, 92], "old_id": 92, "old_restrict": 23, "on": [20, 23, 25, 26, 27, 30, 44, 45, 54, 60, 67, 72, 74, 85, 86, 92, 94, 106, 107, 121, 123], "one": [36, 85, 106, 107, 117, 121], "oneway": 36, "onli": [26, 85, 113], "open": [94, 123], "open_tim": 111, "openbsd": 121, "oper": 13, "operations_ord": 13, "opo": 111, "option": [23, 25, 28, 31, 32, 33, 35, 36, 38, 39, 40, 50, 54, 55, 56, 61, 65, 66, 67, 68, 74, 92, 93, 94, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "or": [13, 19, 23, 25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 51, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 97, 99, 100, 101, 102, 103, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117], "order": [5, 13, 23, 25, 29, 30, 45, 48, 50, 54, 55, 56, 61, 65, 66, 67, 69, 73, 74, 75, 79, 80, 81, 82, 83, 84, 86, 92, 93, 94, 95, 96, 97, 98, 100, 104, 106, 107, 108, 112, 113, 114, 115, 116, 117, 123], "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, 130, 131], "order_unit": 111, "org": [5, 6, 8, 19, 20, 23, 25, 26, 27, 28, 31, 38, 41, 42, 44, 47, 49, 51, 54, 59, 62, 63, 65, 66, 67, 71, 72, 78, 86, 87, 88, 89, 90, 91, 99, 101, 103, 104, 105, 111, 121, 125], "origin": [23, 74, 92, 94, 123], "original_id": 86, "original_point": 74, "original_to_new_point": 74, "orkney": 27, "osgeo": [27, 125], "osgeol": 27, "osm": [7, 25, 73], "osm2pgrout": [7, 25, 27, 73], "osm2pgsql": 25, "osx": 121, "other": [45, 85], "other_geom": [35, 56, 57], "othergeom": 57, "othert": [35, 56, 57], "out": [7, 13, 23], "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, 130, 131], "out_go": [56, 73], "outal": [92, 121], "outer": 73, "output": [13, 20, 23, 121], "over": [23, 45, 67, 73, 74, 94, 106, 107, 117, 123], "overpass": 7, "own": [86, 123], "p_close": [5, 93, 94, 123], "p_i": [5, 94, 123], "p_node_id": [5, 93, 94, 123], "p_open": [5, 93, 94, 123], "p_servic": [5, 93, 94, 123], "p_x": [5, 94, 123], "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "pair": [20, 25, 45, 85, 122], "paragon": [27, 125], "paragoncorpor": 125, "paramet": [23, 25, 33, 40, 43, 64, 114], "parenthesi": 45, "parser": 26, "part": 27, "partial": [25, 54, 74], "particular": 59, "partit": 74, "pasch": 27, "pass": [45, 67, 106, 107, 108, 112, 117], "password": 26, "path": [3, 16, 23, 25, 26, 32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 73, 105, 106, 107, 108, 109, 112, 113, 116, 123, 129], "path_at": [108, 112], "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, 130, 131], "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, 130, 131], "patrushev": 27, "pcts": 23, "pdf": [13, 26, 41, 42], "pdptw": [94, 123], "penyngton": 4, "perform": [35, 36, 56, 57, 92, 121], "perl": 26, "perl5": 121, "person": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "pg": 121, "pg_prove": 26, "pg_prove_test": [26, 121], "pgdijkstra": 27, "pgr": [19, 56, 57, 79], "pgr_": [25, 121], "pgr_alphashap": [17, 20, 68, 115, 121, 122], "pgr_analyzeggraph": 36, "pgr_analyzegraph": [20, 36, 56, 57, 92, 122, 126], "pgr_analyzeoneway": [20, 35, 56, 57, 92, 122, 126], "pgr_apspjohnson": 121, "pgr_apspwarshal": 121, "pgr_array_revers": 23, "pgr_articulationpoint": [12, 20, 121, 122], "pgr_astar": [6, 8, 20, 33, 40, 121, 122], "pgr_astarcost": [6, 14, 20, 121, 122], "pgr_astarcostmatrix": [6, 15, 20, 121, 122], "pgr_bdastar": [8, 20, 40, 121, 122], "pgr_bdastarcost": [8, 14, 20, 121, 122], "pgr_bdastarcostmatrix": [8, 15, 20, 121, 122], "pgr_bddijkstra": [9, 20, 43, 121, 122], "pgr_bddijkstracost": [9, 14, 20, 121, 122], "pgr_bddijkstracostmatrix": [9, 15, 20, 121, 122], "pgr_bddijsktra": 41, "pgr_bddijstra": 121, "pgr_bellmanford": [18, 121], "pgr_betweennesscentr": [18, 20, 22, 121], "pgr_biconnectedcompon": [12, 20, 121, 122], "pgr_binarybreadthfirstsearch": [18, 121, 128], "pgr_bipartit": [11, 18, 121], "pgr_boykovkolmogorov": [19, 20, 25, 70, 71, 99, 121, 122], "pgr_breadthfirstsearch": [18, 121, 128], "pgr_bridg": [12, 20, 121, 122], "pgr_chinesepostman": [10, 18, 121], "pgr_chinesepostmancost": [10, 18, 121], "pgr_connectedcompon": [12, 20, 25, 74, 101, 104, 121, 122], "pgr_contract": [13, 20, 25, 122], "pgr_contractgraph": [55, 121], "pgr_create_topolog": 57, "pgr_createtopolog": [20, 35, 36, 57, 92, 121, 122, 126], "pgr_createverticest": [20, 35, 36, 56, 73, 121, 122, 126], "pgr_cuthillmckeeord": [18, 24, 121], "pgr_dagshortestpath": [18, 121], "pgr_degre": [119, 121, 126], "pgr_depthfirstsearch": [1, 119, 121, 128], "pgr_dijkstra": [2, 6, 9, 13, 16, 20, 25, 31, 32, 33, 38, 39, 40, 41, 42, 43, 64, 73, 86, 121, 122, 131], "pgr_dijkstracost": [14, 16, 20, 121, 122, 131], "pgr_dijkstracostmatrix": [15, 16, 20, 29, 93, 121, 122, 131], "pgr_dijkstranear": [16, 25, 66, 86, 119, 121], "pgr_dijkstranearcost": [14, 16, 20, 65, 119, 121, 122], "pgr_dijkstravia": [16, 25, 106, 117, 119, 121, 129, 131], "pgr_drivendist": 131, "pgr_drivingdist": [68, 121], "pgr_edgecolor": [11, 18, 121], "pgr_edgedisjointpath": [19, 20, 121, 122], "pgr_edmondskarp": [19, 20, 25, 49, 99, 121, 122], "pgr_edwardmoor": [18, 121], "pgr_endpoint": 121, "pgr_euclediantsp": [30, 121], "pgr_extractvertic": [25, 56, 60, 86, 119, 121, 123, 126], "pgr_findcloseedg": [25, 54, 119, 121, 130], "pgr_flip_edg": 121, "pgr_flipedg": 121, "pgr_floydwarshal": [7, 20, 79, 121, 122], "pgr_full_vers": [20, 110, 120, 122], "pgr_getcolumnnam": 121, "pgr_gettablenam": 121, "pgr_gsoc_vrppdtw": [94, 121], "pgr_hawickcircuit": [18, 121], "pgr_iscolumncndex": 121, "pgr_iscolumnint": 121, "pgr_isplanar": [18, 121], "pgr_johnson": [7, 20, 75, 121, 122], "pgr_kdijkstra": 121, "pgr_kdijkstracost": 121, "pgr_kdijkstrapath": 121, "pgr_kruskal": [20, 21, 25, 121, 122], "pgr_kruskalbf": [0, 20, 21, 121, 122], "pgr_kruskaldd": [17, 20, 21, 121, 122], "pgr_kruskaldf": [1, 20, 21, 121, 122], "pgr_ksp": [2, 16, 20, 121, 122, 131], "pgr_labelgraph": 121, "pgr_lengauertarjandominatortre": [18, 121], "pgr_linegraph": [20, 119, 121, 127], "pgr_linegraphful": [18, 121, 127], "pgr_makeconnect": [12, 18, 121], "pgr_makedistancematrix": 121, "pgr_maxcardinalitymatch": [19, 20, 121, 122], "pgr_maxflow": [19, 20, 49, 71, 90, 91, 99, 121, 122], "pgr_maxflowboykovkolmogorov": [49, 121], "pgr_maxflowedmondskarp": [71, 121], "pgr_maxflowmincost": [18, 19, 25, 91, 121], "pgr_maxflowmincost_cost": [18, 19, 25, 121], "pgr_maxflowpushrelabel": [99, 121], "pgr_maximumcardinalitymatch": [88, 121], "pgr_nodenetwork": [20, 35, 121, 122, 126], "pgr_pgr_lengauertarjandominatortre": 121, "pgr_pickdeliv": [5, 18, 121], "pgr_pickdelivereuclidean": [5, 18, 121], "pgr_pointsaspolygon": 121, "pgr_pointstodmatrix": 121, "pgr_pointstovid": 121, "pgr_pointtoedgenod": 121, "pgr_pointtoid": 121, "pgr_prim": [20, 25, 118, 121, 122], "pgr_primbf": [0, 20, 118, 121, 122], "pgr_primdd": [17, 20, 118, 121, 122], "pgr_primdf": [1, 20, 118, 121, 122], "pgr_pushrelabel": [19, 20, 25, 49, 71, 89, 121, 122], "pgr_quote_id": 121, "pgr_sequentialvertexcolor": [11, 119, 121], "pgr_startpoint": 121, "pgr_stoerwagn": [18, 121], "pgr_strongcompon": [12, 20, 121, 122], "pgr_texttopoint": 121, "pgr_topologicalsort": [18, 121], "pgr_transitiveclosur": [18, 121], "pgr_trsp": [3, 20, 25, 106, 107, 119, 121, 122], "pgr_trsp_withpoint": [3, 107, 119, 121, 130], "pgr_trspvia": [3, 119, 121, 129], "pgr_trspvia_withpoint": [3, 119, 121, 129, 130], "pgr_trspviaedg": [105, 121], "pgr_trspviavertic": [105, 121], "pgr_tsp": [4, 15, 20, 33, 40, 43, 64, 121, 122], "pgr_tspeuclidean": [4, 20, 121, 122], "pgr_turnrestrictedpath": [3, 18, 121], "pgr_version": [20, 26, 76, 120, 121, 122], "pgr_versionless": 121, "pgr_vidstodmatrix": 121, "pgr_vronedepot": 121, "pgr_vrponedepot": [5, 18, 121], "pgr_vrppdtw": 121, "pgr_withpoint": [2, 17, 25, 74, 114, 119, 121, 131], "pgr_withpointscost": [14, 119, 121, 131], "pgr_withpointscostmatrix": [15, 29, 119, 121, 131], "pgr_withpointsdd": [17, 119, 121, 131], "pgr_withpointsksp": [2, 119, 121, 131], "pgr_withpointsvia": [107, 119, 121, 129, 131], "pgrout": [3, 5, 7, 10, 11, 12, 18, 19, 22, 23, 24, 26, 27, 44, 47, 48, 50, 52, 53, 58, 59, 69, 72, 73, 74, 76, 77, 78, 84, 86, 87, 90, 91, 92, 93, 94, 100, 101, 103, 104, 105, 109, 110, 111, 123, 125, 126, 127, 128], "pgroutinglay": 27, "pgsql": 76, "pgtap": [1, 2, 3, 5, 10, 11, 12, 14, 15, 16, 17, 18, 19, 22, 24, 26, 44, 47, 48, 50, 52, 53, 58, 59, 60, 61, 65, 66, 67, 69, 72, 73, 77, 78, 84, 85, 86, 87, 90, 91, 93, 94, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131], "phi": 19, "pi": 16, "pid": [15, 23, 25, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 129, 130, 131], "pindex": [94, 123], "pip": 26, "pl": 26, "place": 35, "pleas": [35, 36, 56, 57, 92], "pm": 5, "point": [56, 73, 74, 121], "point_sql": 74, "point_xi": 121, "points_sql": [108, 112, 113, 114, 121], "pointsofinterest": [23, 29, 74, 107, 108, 112, 113, 114, 115, 116, 117, 123, 130, 131], "pointsofinterset": 29, "popul": 57, "portal": [25, 73], "portland": 7, "posit": 85, "postgi": [7, 20, 25, 26, 27, 34, 121, 125], "postgis_full_vers": 26, "postgr": [26, 121], "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, 130, 131], "postgresql12": [20, 121], "potenti": [35, 36, 92], "pott": 27, "pratap": 27, "precis": [23, 94, 105, 115, 121, 123], "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, 130, 131], "predecessor": 23, "prepare_cap": 74, "prim": [0, 1, 17, 20, 25, 95, 96, 97, 98, 121, 122, 124], "primari": [3, 23, 74, 94, 111, 123], "princeton": [41, 42], "priya": 27, "problem": 36, "process": [35, 36, 56, 57, 92], "progress": 7, "project": 27, "projectweb": [94, 123], "propos": [119, 127], "provid": 125, "ps": 4, "psql": [7, 25, 26], "public": [35, 36, 56, 57, 92, 123], "pull": 121, "push": [19, 20, 89, 99, 122], "push_relabel_max_flow": [89, 99], "python3": 121, "q1": 29, "quad": [16, 19], "queri": [7, 25, 35, 57, 121], "question": 125, "quote_liter": 35, "r1": 3, "r2": 3, "r3": 3, "r4": 3, "radius": 34, "raise_except": [56, 57], "raj": 27, "rajat": 27, "random": [29, 30], "rang": 45, "razequl": 27, "real": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "record": [13, 121], "reddi": 27, "regclass": 123, "regina": 27, "relabel": [19, 20, 89, 99, 122], "relat": [18, 22, 35, 45, 92], "releas": [20, 26], "release_not": 121, "remov": 45, "renam": 23, "replac": 13, "request": 121, "requir": [25, 54, 74, 121], "residu": 19, "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, 130, 131], "respect": 85, "restrict": [23, 123], "restrict_sql": 23, "result": [20, 23, 31, 35, 38, 62, 70, 74, 81, 82, 83, 85, 86, 92, 96, 97, 98, 121], "return": [5, 13, 17, 23, 25, 31, 34, 35, 36, 37, 38, 41, 42, 44, 45, 46, 47, 48, 49, 52, 53, 55, 56, 57, 58, 59, 60, 62, 65, 68, 69, 70, 71, 72, 73, 76, 78, 81, 82, 83, 85, 87, 89, 91, 92, 93, 94, 96, 97, 98, 99, 100, 103, 104, 105, 108, 110, 113, 115], "revers": [16, 19, 25, 36, 92, 123], "reverse_": 123, "reverse_capac": [19, 25, 49, 54, 71, 73, 74, 89, 90, 91, 99, 123], "reverse_categori": 123, "reverse_category_id": 121, "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, 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, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 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, 130, 131], "rf": 26, "rhel": 121, "ribot": 92, "richard": 44, "rid": 23, "right": 74, "rightarrow": [13, 23, 25, 29, 48, 62, 65, 66, 73, 74, 85, 106, 107], "rightarrow3": 23, "rightarrow5": 23, "rightarrow6": 23, "rightarrow9": 23, "ring": [35, 92], "rm": 26, "rn": 74, "rohith": 27, "role": 26, "rollback": 111, "root": [0, 17, 50, 61, 68, 81, 82, 83, 84, 96, 97, 98, 115], "round": [74, 107, 108, 112, 113, 114, 115, 116, 117], "rout": [26, 67, 106, 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, 130, 131], "routeplan": 13, "routing_postgi": 121, "row": [5, 7, 13, 23, 25, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "row_numb": [23, 67, 73, 74, 94, 106, 107, 117, 123], "row_wher": 121, "rowam": 4, "rows_wher": [35, 36, 56, 57, 92], "rubric": 121, "run": 45, "rykov": 27, "s_in_rul": 36, "s_out_rul": 36, "sa": [20, 27], "sai": 27, "sakr": 27, "sale": [15, 20, 29, 30, 33, 40, 43, 64, 114, 122], "same": [19, 49, 71, 85, 89, 90, 91, 99, 121], "sampledata": [7, 25], "samu": 27, "sarthak": 27, "schema": 121, "score": 45, "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, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 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, 126, 127, 128, 129, 130, 131], "sec": 5, "second_edg": [25, 73], "second_seg": [25, 73], "see": [85, 121], "segment": [35, 92], "select": [3, 7, 13, 23, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 123, 130, 131], "self_loop": 86, "separ": 85, "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, 130, 131], "sequenc": [86, 123], "serial": [3, 23, 25, 73, 123], "server": 26, "servic": [5, 26, 93, 94, 123, 125], "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, 130, 131], "set": [5, 13, 17, 19, 25, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 123, 125, 129], "setof": [13, 23, 60, 73], "setval": [86, 123], "sever": 25, "sh": [26, 121], "shadow": 85, "shape": 34, "shapefil": 25, "shind": 27, "shobhit": 27, "shoot": 121, "shooting_star": 121, "short": [31, 38, 62, 121], "shortest": [32, 39, 41, 42, 44, 45, 47, 59, 62, 63, 108, 112, 113], "shortest_path_faster_algorithm": 72, "shp2pgsql": 25, "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, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "sign": 25, "signatur": 23, "similar": 23, "simplic": 85, "simplifi": 25, "simul": [29, 30, 33, 40, 43, 64, 114], "singh": 27, "singl": 85, "sink": [19, 36], "sintef": [94, 123], "size": [7, 67, 106, 107, 117], "skip": [56, 57, 60, 73, 92], "smallint": [0, 3, 5, 7, 10, 15, 16, 17, 19, 21, 25, 28, 31, 32, 33, 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, 75, 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, 108, 109, 112, 113, 114, 115, 116, 117, 118, 129, 130, 131], "solomon_100_rc_101": 111, "solut": [106, 107], "solv": [33, 40, 43, 64, 114], "someth": 35, "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, 130, 131], "sourabh": 27, "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, 130, 131], "source_": 25, "source_edg": 23, "source_i": [16, 19, 25], "source_original_id": 86, "source_po": 23, "sourcehandl": 26, "sp": 74, "space": 45, "span": [20, 96, 97, 121], "spars": 45, "spdx": 27, "specialized_vari": 47, "speed": [5, 93], "sphinx": [26, 121], "split": [25, 54, 74, 92], "spoon": 34, "spoon_radius": 34, "spr06": [41, 42], "sql": [13, 23, 26, 121, 125], "sqrt": [6, 31, 32, 33, 34, 38, 39, 40, 111], "src": [35, 56, 57], "src_id": 111, "srid": [35, 56, 57, 73, 74], "sssp": 47, "st_": 121, "st_area": 34, "st_astext": [25, 54, 73, 74], "st_buffer": [7, 25, 35, 56, 57, 74], "st_centroid": 7, "st_closestpoint": 74, "st_collect": 34, "st_concavehul": 34, "st_cross": [25, 73], "st_delaunytriangl": 34, "st_dump": [25, 73], "st_dwithin": 74, "st_endpoint": [25, 54, 73, 74, 123], "st_envelop": 7, "st_extent": 7, "st_i": [25, 30, 54, 73, 74, 123], "st_intersect": [25, 73, 74], "st_length": 25, "st_linelocatepoint": [25, 73, 74], "st_makelin": [25, 30, 54, 74, 85, 123], "st_makepoint": 30, "st_point": [35, 56, 57, 74, 85, 107, 108, 112, 113, 114, 115, 116, 117, 123], "st_split": [25, 73], "st_srid": 35, "st_startpoint": [25, 54, 73, 74, 123], "st_x": [25, 30, 54, 73, 74, 123], "stackexchang": 20, "standar": [20, 121], "standard": 23, "star": 121, "start": [15, 16, 23, 25, 26, 28, 31, 32, 33, 38, 39, 40, 41, 42, 43, 44, 47, 49, 59, 62, 63, 64, 65, 66, 70, 71, 72, 89, 90, 91, 99, 105, 108, 109, 112, 113, 114, 116, 130, 131], "start_": 16, "start_clos": [5, 93, 94, 123], "start_i": [5, 94, 123], "start_id": [4, 29, 30], "start_node_id": [5, 93], "start_open": [5, 93, 94, 123], "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, 130, 131], "start_servic": [5, 93, 94], "start_v": [16, 52, 77], "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, 130, 131], "start_x": [5, 94, 123], "startpoint": 73, "statement": 103, "status": [67, 106, 107, 108, 112, 117], "step": [108, 112], "stephen": 27, "steve": 121, "stoer": 101, "stoerwagn": 101, "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, 130, 131], "stop_id": 93, "stop_on_first": 109, "stop_seq": [5, 93, 94], "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, 130, 131], "store": 123, "street": 36, "strict": [25, 67, 106, 107, 109, 117, 129], "string_to_array": 23, "studio": 121, "sub": 60, "sub_id": 92, "subscrib": 125, "subseteq": 25, "successive_shortest_path_nonnegative_weight": [90, 91], "such": 85, "sudo": 26, "sum": [106, 107], "sum_": 16, "sumar": [32, 39, 63], "summari": [5, 93, 94], "summer": 27, "super": [19, 49, 71, 90, 91, 99], "support": [20, 121], "swapnil": 27, "sylvain": 27, "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, 130, 131], "systemctl": 26, "t_in_rul": 36, "t_out_rul": 36, "tabl": [3, 13, 23, 25, 30, 35, 36, 54, 56, 57, 60, 73, 74, 85, 86, 92, 94, 111, 123], "table_end": 92, "table_of_cont": [65, 66], "tag": 125, "take": 45, "takubo": 27, "tar": 26, "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, 130, 131], "target_": 25, "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, 130, 131], "target_edg": 23, "target_i": [16, 19, 25], "target_id": 23, "target_po": 23, "targets_original_id": 86, "targetss": [19, 49, 71, 90, 91, 99], "tarjan": 102, "tarriv": 111, "tarzan": 84, "tasca": 27, "tbd": [57, 86, 111], "tdepart": 111, "techer": 27, "temp": 60, "ten": 85, "test": [20, 26, 35, 57, 121], "tester": [26, 121], "texliv": 26, "text": [0, 3, 5, 7, 10, 15, 16, 17, 19, 23, 25, 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, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 121, 129, 130, 131], "tf": [25, 36], "tgt": [35, 56, 57], "th": [5, 93, 94, 108, 112], "than": [45, 97], "that": [67, 85, 97, 106], "the": [17, 19, 23, 25, 26, 27, 32, 35, 36, 39, 41, 42, 45, 47, 49, 54, 57, 59, 60, 63, 67, 68, 71, 73, 74, 81, 82, 83, 85, 89, 90, 91, 92, 94, 96, 97, 98, 99, 106, 108, 112, 113, 115, 121, 123], "the_geom": [7, 35, 36, 56, 57, 92, 121], "the_in": 73, "the_matrix_info": 111, "the_out": 73, "the_point": 73, "their": [45, 85], "them": 45, "theme": 26, "then": [23, 25, 36, 67, 73, 74, 106, 107, 108, 112, 117], "there": [19, 25, 45, 49, 71, 85, 89, 90, 91, 99], "these": 45, "theta": [45, 75], "they": 92, "this": [23, 25, 45, 54, 74, 85, 121], "thoma": 4, "three": 45, "three_opt": [25, 54, 74], "through": 45, "throw": 45, "thurkow": 27, "tidi": [20, 121], "time": [5, 7, 13, 45, 75, 79, 93, 94, 108, 112, 113], "tiwari": 27, "tmp_edges_vertices_pgr": 60, "to": [19, 23, 25, 26, 35, 44, 45, 49, 57, 71, 72, 85, 89, 90, 91, 97, 99, 108, 111, 112, 113, 121, 125], "to_cost": 23, "todo": 90, "tokyo": 27, "toler": [35, 56, 74, 92], "tool": [26, 121], "top": [94, 123], "topolog": [20, 35, 36, 56, 57, 60, 73, 92, 119, 122], "topological_sort": [59, 103], "total": [5, 32, 39, 60, 63, 92, 93, 94], "transform": [18, 119], "transitive_closur": 104, "travel": [5, 15, 20, 29, 30, 33, 40, 43, 64, 93, 94, 114, 122], "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, 130, 131], "traveltim": 111, "travers": [18, 119], "tree": [20, 96, 97, 121], "tries_per_temp": 29, "tries_per_temperatur": 30, "trsp": [18, 20, 23, 105, 106, 107, 108, 119, 121, 122, 130, 131], "trspviaedg": 121, "true": [7, 13, 15, 16, 23, 25, 28, 29, 31, 32, 33, 35, 36, 38, 39, 40, 41, 42, 43, 44, 45, 47, 50, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 70, 72, 73, 74, 75, 77, 78, 79, 85, 92, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "tsp": [5, 121], "tsp_result": 30, "turn_restrict_sql": 23, "two": [45, 85, 92], "two_way_if_nul": 36, "txt": 27, "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, 130, 131], "u_turn": 86, "u_turn_on_edg": [25, 67, 106, 107, 117, 129], "ubuntu": 121, "uk": 27, "undirect": [45, 85], "unexpect": [56, 57], "union": [5, 13, 25, 54, 65, 66, 73, 74, 93, 94, 103, 106, 107], "unit": 85, "univers": [4, 27, 30], "unknown": [25, 36], "unlog": [56, 73], "unnam": 23, "unnest": [13, 56, 60, 65, 66, 73, 74], "untouch": 92, "updat": [13, 25, 26, 30, 36, 54, 56, 73, 74, 86, 121, 123], "upgrad": 121, "use": [18, 20, 22, 23, 25, 32, 39, 41, 42, 44, 45, 54, 60, 62, 63, 73, 74, 85, 96, 97, 108, 112, 113, 121], "user": [26, 56, 57, 125], "utf8": 121, "uturn": 86, "uwaterloo": 30, "v1": [86, 121], "v2": 27, "v3": [20, 23, 26, 121], "v_lc101": [94, 123], "valid": 25, "valu": [3, 15, 19, 20, 23, 25, 30, 31, 32, 38, 39, 41, 42, 44, 47, 48, 49, 59, 62, 63, 70, 71, 72, 73, 74, 78, 85, 89, 90, 91, 94, 99, 105, 107, 108, 111, 112, 113, 114, 115, 116, 117, 121, 123, 129, 130, 131], "varchar": [35, 56, 57], "varieti": 25, "varnoth": [16, 19], "vaul": [19, 49, 71, 89, 90, 91, 99], "ve": 45, "veenit": 27, "vehcil": [94, 123], "vehicl": [5, 93, 94], "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, 130, 131], "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, 130, 131], "vehicle_routing_problem": [5, 111], "vehicle_seq": [5, 93, 94], "venkata": 27, "vergara": 27, "versaterm": 27, "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, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "vertex": [3, 16, 19, 44, 45, 72, 84, 85, 97, 107, 108, 112, 117, 119], "vertex_": [67, 106, 107, 117, 129], "vertex_i": [67, 106, 107, 117, 129], "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, 130, 131], "vertex_map": 86, "vertic": [3, 13, 25, 29, 30, 33, 34, 35, 36, 40, 43, 44, 45, 54, 56, 57, 60, 64, 67, 72, 73, 74, 85, 86, 92, 97, 106, 107, 117, 123, 129], "vertices_id_seq": 123, "vertices_in_graph": 13, "vertices_to_expand": 13, "vertix_id": 121, "via": [3, 119, 121], "via_path": [23, 121], "vicki": 27, "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, 130, 131], "vidhan": 27, "virginia": 27, "virtu": 45, "visit": [67, 96, 106, 107, 108, 112, 117], "visual": 121, "vize": [11, 18, 69], "vojt": 118, "volatil": 13, "vrp": [5, 121], "vrp_distanc": 111, "vrp_vehicl": 111, "vrppd": 5, "vrptw": 5, "wagner": 101, "wait": [5, 35, 36, 56, 57, 92, 93, 94], "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, 130, 131], "wang": 27, "warn": [23, 121], "warshal": [7, 20, 75, 122], "was": [23, 56, 57, 121], "waterloo": [4, 30], "way": [7, 25, 36, 85], "web": 130, "weight": 59, "went": 35, "were": 23, "wget": [7, 26], "when": [16, 19, 23, 25, 35, 36, 45, 49, 67, 71, 73, 74, 85, 89, 90, 91, 99, 106, 107, 108, 112, 115, 117, 121], "where": [7, 13, 23, 25, 29, 30, 33, 35, 40, 43, 45, 49, 52, 53, 54, 56, 57, 60, 64, 67, 70, 71, 73, 74, 75, 79, 85, 86, 89, 90, 91, 92, 94, 95, 99, 101, 103, 104, 106, 107, 108, 111, 112, 117, 121, 123, 130, 131], "which": [25, 45], "whitney": 4, "wi29": 30, "wiesenhaan": 27, "wiki": [5, 6, 8, 19, 25, 28, 31, 38, 41, 42, 44, 47, 51, 59, 62, 63, 65, 66, 67, 71, 72, 73, 86, 88, 89, 99, 101, 103, 104, 111], "wikipedia": [5, 6, 8, 19, 28, 31, 38, 41, 42, 44, 47, 51, 58, 59, 62, 63, 65, 66, 67, 71, 72, 85, 86, 88, 89, 99, 101, 103, 104, 111], "will": [25, 45], "william": 4, "window": [26, 121], "winni": 121, "with": [7, 13, 23, 25, 30, 33, 35, 36, 40, 43, 45, 54, 56, 57, 60, 64, 73, 74, 86, 92, 94, 106, 107, 111, 114, 121, 123, 130, 131], "with_doc": 26, "with_seq": [106, 107], "within": 97, "withpoint": [23, 25, 74, 107, 108, 112, 113, 114, 116, 117, 119, 121], "woodbridg": [27, 121], "work": 45, "workshop": [25, 27], "world": 30, "wrong": [35, 56, 57], "wu": 27, "www": [6, 7, 8, 13, 25, 26, 27, 30, 31, 38, 41, 42, 49, 54, 65, 66, 71, 78, 87, 88, 89, 90, 91, 94, 99, 123, 125], "x1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "x_0": 6, "x_1": 6, "xapi": 7, "xvfz": 26, "y1": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y2": [23, 25, 31, 32, 33, 38, 39, 40, 54, 56, 73, 74, 123], "y_0": 6, "y_1": 6, "yellow": 85, "yen": [2, 16, 20, 28, 109, 116, 119, 122], "yige": 27, "your": [35, 57, 125], "zia": 27, "zimanyi": 27}, "titles": ["BFS - \u7c7b\u522b", "DFS - \u7c7b\u522b", "K\u6700\u77ed\u8def\u5f84 - \u7c7b\u522b", "TRSP - \u51fd\u6570\u65cf", "Traveling Sales Person - \u51fd\u6570\u65cf", "\u8f66\u8f86\u8def\u7531\u529f\u80fd - \u7c7b\u522b\uff08\u5b9e\u9a8c\uff09", "A* - \u51fd\u6570\u65cf", "All Pairs - \u51fd\u6570\u65cf", "\u53cc\u5411A* - \u51fd\u6570\u65cf", "\u53cc\u5411 Dijkstra - \u51fd\u6570\u65cf", "\u4e2d\u56fd\u90ae\u9012\u5458\u95ee\u9898 - \u51fd\u6570\u65cf\uff08\u5b9e\u9a8c\uff09", "\u7740\u8272 - \u51fd\u6570\u65cf", "\u5206\u91cf - \u51fd\u6570\u65cf", "\u6536\u7f29 - \u51fd\u6570\u65cf", "\u6210\u672c - \u7c7b\u522b", "\u6210\u672c\u77e9\u9635 - \u7c7b\u522b", "Dijkstra - \u51fd\u6570\u65cf", "\u9a7e\u9a76\u8ddd\u79bb - \u7c7b\u522b", "\u5b9e\u9a8c\u51fd\u6570", "Flow - \u51fd\u6570\u65cf", "\u76ee\u5f55", "Kruskal - \u51fd\u6570\u65cf", "Metrics - Family of functions", "\u8fc1\u79fb\u6307\u5357", "\u6392\u5e8f - \u51fd\u6570\u65cf", "pgRouting \u57fa\u672c\u6982\u5ff5", "\u5b89\u88c5", "\u4ecb\u7ecd", "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 - \u5b9e\u9a8c", "pgr_betweennessCentrality", "pgr_biconnectedComponents", "pgr_binaryBreadthFirstSearch - \u5b9e\u9a8c", "pgr_bipartite -\u5b9e\u9a8c", "pgr_boykovKolmogorov", "pgr_breadthFirstSearch - \u5b9e\u9a8c", "pgr_bridges", "pgr_chinesePostman - \u5b9e\u9a8c", "pgr_chinesePostmanCost - \u5b9e\u9a8c", "pgr_connectedComponents", "pgr_contraction", "pgr_createTopology", "pgr_createVerticesTable", "pgr_cuthillMckeeOrdering`` - \u8bd5\u9a8c\u6027\u7684", "pgr_dagShortestPath - \u5b9e\u9a8c", "pgr_degree -- \u62df\u8bae", "pgr_depthFirstSearch - \u62df\u8bae", "pgr_dijkstra`", "pgr_dijkstraCost`", "pgr_dijkstraCostMatrix", "pgr_dijkstraNear - \u62df\u8bae", "pgr_dijkstraNearCost - \u62df\u8bae", "pgr_dijkstraVia -\u62df\u8bae", "\u9a7e\u9a76\u8ddd\u79bb", "pgr_edgeColoring - \u5b9e\u9a8c", "pgr_edgeDisjointPaths", "pgr_edmondsKarp", "pgr_edwardMoore - \u5b9e\u9a8c", "pgr_extractVertices -- \u62df\u8bae", "pgr_findCloseEdges", "pgr_floydWarshall", "pgr_full_version", "pgr_hawickCircuits - \u5b9e\u9a8c", "pgr_isPlanar - \u5b9e\u9a8c", "pgr_johnson", "pgr_kruskal", "pgr_kruskalBFS", "pgr_kruskalDD", "pgr_kruskalDFS", "pgr_lengauerTarjanDominatorTree -\u5b9e\u9a8c", "pgr_lineGraph - Proposed", "pgr_lineGraphFull - \u5b9e\u9a8c", "pgr_makeConnected - \u5b9e\u9a8c", "pgr_maxCardinalityMatch", "pgr_maxFlow", "pgr_maxFlowMinCost - \u5b9e\u9a8c", "pgr_maxFlowMinCost_Cost - \u5b9e\u9a8c", "pgr_nodeNetwork", "pgr_pickDeliver - \u5b9e\u9a8c", "pgr_pickDeliverEuclidean - \u5b9e\u9a8c", "pgr_prim", "pgr_primBFS", "pgr_primDD", "pgr_primDFS", "pgr_pushRelabel", "pgr_sequentialVertexColoring - \u62df\u8bae", "pgr_stoerWagner - \u5b9e\u9a8c", "pgr_strongComponents", "pgr_topologicalSort - \u5b9e\u9a8c", "pgr_transitiveClosure - \u5b9e\u9a8c", "pgr_trsp - \u62df\u8bae", "pgr_trspVia - \u62df\u8bae", "pgr_trspVia_withPoints - \u62df\u8bae", "pgr_trsp_withPoints - \u62df\u8bae", "pgr_turnRestrictedPath - \u5b9e\u9a8c\u6027", "pgr_version", "pgr_vrpOneDepot -\u5b9e\u9a8c", "pgr_withPoints -\u62df\u8bae", "pgr_withPointsCost -\u62df\u8bae", "pgr_withPointsCostMatrix - \u62df\u8bae", "pgr_withPointsDD - \u62df\u8bae", "pgr_withPointsKSP -\u62df\u8bae", "pgr_withPointsVia - \u62df\u8bae", "Prim - \u51fd\u6570\u65cf", "\u62df\u8bae\u7684\u529f\u80fd", "\u53c2\u8003", "\u53d1\u884c\u8bf4\u660e", "\u51fd\u6570\u65cf", "\u793a\u4f8b\u6570\u636e", "\u751f\u6210\u6811 - \u7c7b\u522b", "\u652f\u6301", "Topology - \u51fd\u6570\u65cf", "Transformation - Family of functions", "Traversal - \u51fd\u6570\u65cf", "Via - \u7c7b\u522b", "withPoints - \u7c7b\u522b", "withPoints - \u51fd\u6570\u65cf"], "titleterms": {"01": 121, "02": 121, "03": 121, "05": 121, "0a": 121, "0b": 121, "10": 62, "11": 62, "12": 62, "13": 62, "14": 62, "15": 62, "16": 62, "17": 62, "18": 62, "19": 62, "20": 62, "21": 62, "22": 62, "23": 62, "24": 62, "25": 62, "26": 62, "27": 62, "28": 62, "29": [30, 62], "30": 62, "31": 62, "32": 62, "33": 62, "34": 62, "35": 62, "36": 62, "37": 62, "all": 7, "as": 85, "astar": [6, 31, 32, 33, 38, 39, 40], "bfs": [0, 81, 96], "cost": [25, 62, 123], "dfs": [1, 50, 61, 83, 98], "dijkstra": [9, 16, 65, 66], "direct": 85, "edg": [0, 3, 7, 10, 15, 16, 17, 19, 25, 28, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "famili": [22, 127], "flow": 19, "function": [22, 127], "gis": 125, "graph": 85, "heurist": 6, "id": 25, "identifi": 85, "kruskal": [21, 23], "ksp": [28, 109, 116], "line": 85, "metric": 22, "migrat": 23, "multipl": 23, "note": 121, "of": [22, 23, 85, 127], "pair": 7, "person": 4, "pgr_alphashap": 34, "pgr_analyzegraph": 35, "pgr_analyzeoneway": 36, "pgr_articulationpoint": 37, "pgr_astar": [23, 31], "pgr_astarcost": 32, "pgr_astarcostmatrix": 33, "pgr_bdastar": [23, 38], "pgr_bdastarcost": 39, "pgr_bdastarcostmatrix": 40, "pgr_bddijkstra": 41, "pgr_bddijkstracost": 42, "pgr_bddijkstracostmatrix": 43, "pgr_bellmanford": 44, "pgr_betweennesscentr": 45, "pgr_biconnectedcompon": 46, "pgr_binarybreadthfirstsearch": 47, "pgr_bipartit": 48, "pgr_boykovkolmogorov": 49, "pgr_breadthfirstsearch": 50, "pgr_bridg": 51, "pgr_chinesepostman": 52, "pgr_chinesepostmancost": 53, "pgr_connectedcompon": 54, "pgr_contract": 55, "pgr_createtopolog": 56, "pgr_createverticest": 57, "pgr_cuthillmckeeord": 58, "pgr_dagshortestpath": 59, "pgr_degre": 60, "pgr_depthfirstsearch": 61, "pgr_dijkstra": [23, 62], "pgr_dijkstracost": 63, "pgr_dijkstracostmatrix": 64, "pgr_dijkstranear": 65, "pgr_dijkstranearcost": 66, "pgr_dijkstravia": [23, 67], "pgr_drivingdist": 23, "pgr_edgecolor": 69, "pgr_edgedisjointpath": 70, "pgr_edmondskarp": 71, "pgr_edwardmoor": 72, "pgr_extractvertic": 73, "pgr_findcloseedg": [74, 107, 108, 112, 113, 114, 115, 116, 117], "pgr_floydwarshal": 75, "pgr_full_vers": 76, "pgr_hawickcircuit": 77, "pgr_isplanar": 78, "pgr_johnson": 79, "pgr_kruskal": 80, "pgr_kruskalbf": [23, 81], "pgr_kruskaldd": [23, 82], "pgr_kruskaldf": [23, 83], "pgr_ksp": [23, 28], "pgr_lengauertarjandominatortre": 84, "pgr_linegraph": 85, "pgr_linegraphful": 86, "pgr_makeconnect": 87, "pgr_maxcardinalitymatch": [23, 88], "pgr_maxflow": 89, "pgr_maxflowmincost": 90, "pgr_maxflowmincost_cost": 91, "pgr_nodenetwork": 92, "pgr_pickdeliv": 93, "pgr_pickdelivereuclidean": 94, "pgr_prim": 95, "pgr_primbf": [23, 96], "pgr_primdd": [23, 97], "pgr_primdf": [23, 98], "pgr_pushrelabel": 99, "pgr_sequentialvertexcolor": 100, "pgr_stoerwagn": 101, "pgr_strongcompon": 102, "pgr_topologicalsort": 103, "pgr_transitiveclosur": 104, "pgr_trsp": [23, 105], "pgr_trsp_withpoint": [23, 108], "pgr_trspvia": [23, 106], "pgr_trspvia_withpoint": [23, 107], "pgr_trspviaedg": 23, "pgr_trspviavertic": 23, "pgr_tsp": [29, 114], "pgr_tspeuclidean": 30, "pgr_turnrestrictedpath": 109, "pgr_version": 110, "pgr_vrponedepot": 111, "pgr_withpoint": [23, 112], "pgr_withpointscost": 113, "pgr_withpointscostmatrix": 114, "pgr_withpointsdd": [23, 115], "pgr_withpointsksp": [23, 116], "pgr_withpointsvia": [23, 117], "pgrout": [20, 25, 121], "point": [15, 25, 107, 108, 112, 113, 114, 115, 116, 117, 129, 130, 131], "prim": [23, 118], "propos": 85, "releas": 121, "repres": 85, "represent": 85, "restrict": [3, 25, 105, 106, 107, 108, 109, 129], "reverse_cost": [25, 62, 123], "sale": 4, "share": 85, "singl": 23, "sql": [0, 3, 5, 7, 10, 15, 16, 17, 19, 25, 28, 29, 30, 31, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 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, 87, 88, 89, 90, 91, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 112, 113, 114, 115, 116, 117, 129, 130, 131], "stackexchang": 125, "topolog": 126, "transform": 127, "travel": 4, "travers": 128, "trsp": [3, 25], "tsp": [4, 29, 30], "uniqu": 85, "v3": 27, "vertex": [23, 60], "vertic": 23, "vertices_t": [56, 73], "via": [25, 67, 106, 107, 117, 129], "with": 85, "withpoint": [130, 131], "withpointsksp": 116}}) \ No newline at end of file diff --git a/3.7/zh_Hans/spanningTree-family.html b/3.7/zh_Hans/spanningTree-family.html index e82a4eef63..8f7511a204 100644 --- a/3.7/zh_Hans/spanningTree-family.html +++ b/3.7/zh_Hans/spanningTree-family.html @@ -10,10 +10,10 @@ 生成树 - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -229,7 +229,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/support.html b/3.7/zh_Hans/support.html index 2f31d2895c..d17a1dd378 100644 --- a/3.7/zh_Hans/support.html +++ b/3.7/zh_Hans/support.html @@ -10,10 +10,10 @@ 支持 — pgRouting Manual (3.7-dev) - + - + @@ -255,7 +255,7 @@

                邮件列表和 GIS StackExchangeSphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/topology-functions.html b/3.7/zh_Hans/topology-functions.html index cb6f1cfa5a..41f831a0c6 100644 --- a/3.7/zh_Hans/topology-functions.html +++ b/3.7/zh_Hans/topology-functions.html @@ -10,10 +10,10 @@ Topology - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -243,7 +243,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/transformation-family.html b/3.7/zh_Hans/transformation-family.html index b1aada77ee..128fc4a865 100644 --- a/3.7/zh_Hans/transformation-family.html +++ b/3.7/zh_Hans/transformation-family.html @@ -10,10 +10,10 @@ Transformation - Family of functions — pgRouting Manual (3.7-dev) - + - + @@ -257,7 +257,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/traversal-family.html b/3.7/zh_Hans/traversal-family.html index a0a636f0e3..ffd948162c 100644 --- a/3.7/zh_Hans/traversal-family.html +++ b/3.7/zh_Hans/traversal-family.html @@ -10,10 +10,10 @@ Traversal - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -262,7 +262,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/via-category.html b/3.7/zh_Hans/via-category.html index fa05949560..069b28f328 100644 --- a/3.7/zh_Hans/via-category.html +++ b/3.7/zh_Hans/via-category.html @@ -10,10 +10,10 @@ Via - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -633,7 +633,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/withPoints-category.html b/3.7/zh_Hans/withPoints-category.html index a7be5b7096..30d08d9c7e 100644 --- a/3.7/zh_Hans/withPoints-category.html +++ b/3.7/zh_Hans/withPoints-category.html @@ -10,10 +10,10 @@ withPoints - 类别 — pgRouting Manual (3.7-dev) - + - + @@ -297,7 +297,7 @@

                介绍Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.

                diff --git a/3.7/zh_Hans/withPoints-family.html b/3.7/zh_Hans/withPoints-family.html index 6d6c44a552..989cff15eb 100644 --- a/3.7/zh_Hans/withPoints-family.html +++ b/3.7/zh_Hans/withPoints-family.html @@ -10,10 +10,10 @@ withPoints - 函数族 — pgRouting Manual (3.7-dev) - + - + @@ -773,7 +773,7 @@

                另请参阅Sphinx 8.0.2.
                + Created using Sphinx 8.1.0.