-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontrol.toml
50 lines (48 loc) · 1.68 KB
/
kontrol.toml
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
[build.default]
foundry-project-root = '.'
regen = true
rekompile = true
verbose = false
debug = false
require = 'test/solady-lemmas.k'
module-import = 'FixedPointMathLibVerification:SOLADY-LEMMAS'
ast = true
auxiliary-lemmas = true
[prove.default]
foundry-project-root = '.'
verbose = false
debug = false
max-depth = 100000
max-iterations = 10000
reinit = false
cse = false
workers = 1
max-frontier-parallel = 16
maintenance-rate = 128
assume-defined = true
no-log-rewrites = true
kore-rpc-command = 'kore-rpc-booster --no-post-exec-simplify'
failure-information = true
counterexample-information = true
minimize-proofs = false
fail-fast = true
smt-timeout = 16000
smt-retry-limit = 0
break-every-step = false
break-on-jumpi = false
break-on-calls = false
break-on-storage = false
break-on-basic-blocks = false
break-on-cheatcodes = false
auto_abstract = true
run-constructor = false
match-test = [
"FixedPointMathLibVerification.testMulWad(uint256,uint256)",
"FixedPointMathLibVerification.testMulWadUp",
"FixedPointMathLibVerification.testLog2"
]
ast = true
[show.default]
foundry-project-root = '.'
verbose = true
debug = false