File: configuration.conf

package info (click to toggle)
pgrouting 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,332 kB
  • sloc: cpp: 21,315; sql: 10,419; ansic: 9,795; perl: 1,142; sh: 919; javascript: 314; xml: 182; makefile: 29
file content (54 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download
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
legacy              | Y | N | N
allpairs            | Y | Y | Y
astar               | Y | Y | Y
driving_distance    | Y | Y | Y
ksp                 | Y | Y | Y
tsp                 | 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 | N
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
transitiveClosure   | Y | Y | Y
breadthFirstSearch  | Y | Y | N
traversal           | Y | Y | Y
coloring            | Y | Y | Y
planar              | Y | Y | Y
dominator           | Y | Y | Y
ordering            | Y | Y | Y
circuits            | Y | Y | Y
metrics             | Y | Y | Y
categories          | N | N | Y

#----------------------
# SQL only directories
#----------------------
utilities           | N | Y | Y