slackbuilds_ponce/academic/pgrouting
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
pgrouting.info
pgrouting.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.

The following algorithms are compiled:
* All Pairs Shortest Path, Johnsons 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).