mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
gis/pgrouting: Fix README.
This commit is contained in:
parent
91938644ae
commit
4b28f8077c
1 changed files with 6 additions and 6 deletions
|
@ -2,15 +2,15 @@ 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
|
||||
* 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
|
||||
* 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
|
||||
* K-Shortest Path, Multiple Alternative Paths
|
||||
* K-Dijkstra, One to Many Shortest Path
|
||||
* Traveling Sales Person
|
||||
* Turn Restriction Shortest Path
|
||||
|
||||
|
|
Loading…
Reference in a new issue