Skip to content

Commit

Permalink
tweaking parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Aug 16, 2024
1 parent 473bcd7 commit 1c9abbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions kontrol.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
[build.default]
foundry-project-root = '.'
regen = false
rekompile = false
regen = true
rekompile = true
verbose = true
debug = false
require = 'test/kontrol/lido-lemmas.k'
module-import = 'VetoSignallingTest:LIDO-LEMMAS'

[prove.default]
foundry-project-root = '.'
verbose = true
verbose = false
debug = false
max-depth = 10000
max-depth = 100000
max-iterations = 10000
reinit = false
cse = false
workers = 16
workers = 1
max-frontier-parallel = 6
maintenance-rate = 24
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 = 1000
smt-retry-limit = 5
smt-timeout = 64000
smt-retry-limit = 0
break-every-step = false
break-on-jumpi = false
break-on-calls = false
Expand Down

0 comments on commit 1c9abbc

Please sign in to comment.