summaryrefslogtreecommitdiffstats
path: root/gis/pgrouting/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/pgrouting/README')
-rw-r--r--gis/pgrouting/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/gis/pgrouting/README b/gis/pgrouting/README
new file mode 100644
index 0000000000..149c889866
--- /dev/null
+++ b/gis/pgrouting/README
@@ -0,0 +1,18 @@
+pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
+geospatial routing functionality.
+
+The following algorithms are compiled:
+* All Pairs Shortest Path, Johnson’s Algorithm
+* All Pairs Shortest Path, Floyd-Warshall Algorithm
+* Shortest Path A*
+* Bi-directional Dijkstra Shortest Path
+* Bi-directional A* Shortest Path
+* Shortest Path Dijkstra
+* Driving Distance
+* K-Shortest Path, Multiple Alternative Paths
+* K-Dijkstra, One to Many Shortest Path
+* Traveling Sales Person
+* Turn Restriction Shortest Path
+
+To build the pgRouting documentation, pass WITH_DOC=YES to the script
+(this requires the Sphinx package to be installed).