forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.conf
54 lines (54 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#----------------------
# 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 | N
#----------------------
# 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 | Y
vrp_basic | N | Y | Y
withPoints | Y | Y | Y
lineGraph | Y | Y | Y
components | Y | Y | Y
bellman_ford | Y | Y | Y
cpp_common | Y | N | N
dagShortestPath | Y | Y | Y
chinese | Y | Y | Y
spanningTree | Y | Y | Y
mincut | Y | Y | Y
version | Y | Y | Y
topologicalSort | Y | Y | Y
transitiveClosure | Y | Y | Y
breadthFirstSearch | Y | Y | Y
traversal | Y | Y | Y
coloring | Y | Y | Y
planar | Y | Y | Y
dominator | Y | Y | Y
ordering | Y | Y | Y
circuits | Y | Y | Y
#----------------------
# SQL only directories
#----------------------
topology | N | Y | Y
utilities | N | Y | Y
deprecated | N | Y | N