summaryrefslogtreecommitdiffstats
path: root/academic/pgrouting/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/pgrouting/README')
-rw-r--r--academic/pgrouting/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/academic/pgrouting/README b/academic/pgrouting/README
deleted file mode 100644
index 149c889866..0000000000
--- a/academic/pgrouting/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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).