forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.conf
40 lines (40 loc) · 1.18 KB
/
configuration.conf
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
#----------------------
# Configuration file for compilation
#
# Once in the file, do not change the order
#
# Directory | has C/C++ | has SQL | has DOC
#----------------------
#----------------------
# common must be first can not be removed
#----------------------
common | Y | Y | Y
#----------------------
# dijkstra can not be removed
# Has the command needed to link with prostgresl
#----------------------
dijkstra | Y | Y | Y
allpairs | Y | Y | Y
astar | Y | Y | Y
driving_distance | Y | Y | Y
ksp | Y | Y | Y
tsp | Y | Y | Y
alpha_shape | Y | Y | Y
bdAstar | Y | Y | Y
bdDijkstra | Y | Y | Y
trsp | Y | Y | Y
max_flow | Y | Y | Y
contraction | Y | Y | Y
pickDeliver | Y | Y | N
vrp_basic | N | Y | Y
vrppdtw | N | Y | Y
withPoints | Y | Y | Y
lineGraph | Y | Y | Y
components | Y | Y | Y
#----------------------
# SQL only directories
#----------------------
topology | N | Y | Y
label_graph | N | Y | Y
costMatrix | N | Y | Y
deprecated | N | Y | N