forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.routing
48 lines (33 loc) · 1.41 KB
/
README.routing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
==========================================================
pgRouting - Routing Functionalities on PostgreSQL
==========================================================
INTRODUCTION
----------------------------------------------------------
This library contains following features:
* Dijkstra algorithm - Shortest path algorithm, which named in honor
of Prof. Dr. Edsger Wybe Dijkstra who has invented it
* A-star (A*) algorithm - Shortest path algorithm using heuristical
function
* Driving distance - area person can cover in certain time from start
point using road network
* TSP - Travelling Salesman Problem solution with default mazimum of
40 points
* Shooting star (Shooting*) algorithm - Shortest path algorithm for
real road networks with turn restrictions, traffic lights and one
way streets.
REQUIREMENT
----------------------------------------------------------
See online documentation:
http://www.pgrouting.org/docs/1.x/install.html
INSTALLATION
----------------------------------------------------------
See online documentation:
http://www.pgrouting.org/docs/1.x/install.html
USAGE
----------------------------------------------------------
See online documentation:
http://www.pgrouting.org/docs/1.x/index.html
LICENCE
----------------------------------------------------------
Most features are available under GPL.
Some Boost extesions are available under Boost license (see LICENSE_1_0.txt)