-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault_config.json
executable file
·87 lines (87 loc) · 1.96 KB
/
default_config.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"DefineClassTask": {
"rankingDir": "./result/"
},
"CategoryLookupTask": {
"out_dir": "./graphs/",
"graphPaths": "/Users/cedricrichter/Documents/Arbeit/Ranking/PyPRSVT/static/results-tb-raw/",
"max_size": 1000
},
"GraphIndexTask": {
"out_dir": "./result/",
"categories": [
"array-examples",
"array-industry-pattern",
"bitvector-loops",
"bitvector-regression",
"bitvector",
"ddv-machzwd",
"eca-rers2012",
"float-benchs",
"floats-cbmc-regression",
"floats-cdfpl",
"float-esbmc-regression",
"forester-heap",
"heap-manipulation",
"ldv-challenges",
"ldv-commit-tester",
"ldv-consumption",
"ldv-linux-3.0",
"ldv-linux-3.4-simple",
"ldv-linux-3.7.3",
"ldv-linux-3.12-rc1",
"ldv-linux-3.14",
"ldv-linux-3.16-rc1",
"ldv-linux-4.0-rc1-mav",
"ldv-linux-4.2-rc1",
"ldv-regression",
"ldv-validator-v0.6",
"ldv-validator-v0.8",
"list-ext-properties",
"list-ext2-properties",
"list-properties",
"locks",
"loop-acceleration",
"loop-industy-pattern",
"loop-invgen",
"loop-lit",
"loop-new",
"loops",
"ntdrivers-simplified",
"ntdrivers",
"product-lines",
"psyco",
"recursive-simple",
"reducercommutativity",
"seq-mthreaded",
"seq-pthread",
"ssh-simplified",
"ssh",
"systemc"
]
},
"GraphSubTask": {
"graphOut": "./graphs/",
"cpaChecker": "/Users/cedricrichter/Documents/Arbeit/Ranking/cpachecker",
"heap": "16384m"
},
"GraphConvertTask": {
"graphOut": "./graphs/"
},
"GraphPruningTask":{
"graphOut": "./graphs",
"allowedTypes" : [1, 2, 3, 4]
},
"PrepareKernelTask": {
"graphOut": "./gram/"
},
"WLCollectorTask": {
"out_dir": "./gram/"
},
"WLKernelTask": {
"out_dir": "./gram/"
},
"NormalizedWLKernelTask": {
"out_dir": "./gram/"
}
}