Skip to content

Commit

Permalink
Adjust Certora flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Nov 12, 2024
1 parent 2e6e3e8 commit 745ffd7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions certora/LockstakeEngine.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@
],
"verify": "LockstakeEngine:certora/LockstakeEngine.spec",
"prover_args": [
"-rewriteMSizeAllocations true",
"-smt_easy_LIA true"
],
"-smt_nonLinearArithmetic true",
"-adaptiveSolverConfig false",
"-depth 0",
"-s [z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]"
],
"smt_timeout": "7000",
"rule_sanity": "basic",
"optimistic_loop": true,
Expand Down

0 comments on commit 745ffd7

Please sign in to comment.