README 650 B

12345678910111213141516171819
  1. pgRouting extends the PostGIS / PostgreSQL geospatial database to
  2. provide geospatial routing functionality.
  3. The following algorithms are compiled:
  4. * All Pairs Shortest Path, Johnson's Algorithm
  5. * All Pairs Shortest Path, Floyd-Warshall Algorithm
  6. * Shortest Path A*
  7. * Bi-directional Dijkstra Shortest Path
  8. * Bi-directional A* Shortest Path
  9. * Shortest Path Dijkstra
  10. * Driving Distance
  11. * K-Shortest Path, Multiple Alternative Paths
  12. * K-Dijkstra, One to Many Shortest Path
  13. * Traveling Sales Person
  14. * Turn Restriction Shortest Path
  15. To build the pgRouting documentation, pass WITH_DOC=ON to the script
  16. (this requires the Sphinx package to be installed).