forked from vorpal-research/kex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kex-test.ini
56 lines (46 loc) · 929 Bytes
/
kex-test.ini
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
;suppress inspection "DuplicateKeyInSection" for whole file
[easy-random]
depth = 10
minCollectionSize = 0
maxCollectionSize = 100
minStringLength = 0
maxStringLength = 100
generationAttempts = 100
[runner]
timeout = 10000
[inliner]
enabled = true
depth = 5
ir-inlining = false
ignore = org.jetbrains.research.kex.test.Intrinsics
ignore = kotlin.jvm.internal.Intrinsics
[annotations]
enabled = true
path = ./annotations
printAnnotationInfo = false
[loop]
deroll-count = 3
max-deroll-count = 0
[smt]
engine = z3
timeout = 1000
defaultAllocationSize = 512
ps-inlining = true
memspacing = true
slicing = true
logQuery = true
logFormulae = true
logSMTLib = true
simplifyFormulae = true
[z3]
tacticsFile = z3.tactics
paramFile = z3.params
[apiGeneration]
enabled = true
use-concrete-impl = true
visibility = public
maxStackSize = 5
maxQuerySize = 1000
maxSearchDepth = 10000
maxGenerationDepth = 100
maxConvertionDepth = 10