Skip to content

Commit 4ba4257

Browse files
committed
fix: deprecated flag
1 parent 44f676d commit 4ba4257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certora/confs/ExactMath.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"-depth 5",
1010
"-mediumTimeout 5",
1111
"-timeout 3600",
12-
"-adaptiveSolverConfig false",
12+
"-backendStrategy singlerace",
1313
"-smt_nonLinearArithmetic true",
1414
"-solvers [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:lia2]"
1515
],

certora/confs/LiquidateBuffer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"-depth 5",
1010
"-mediumTimeout 20",
1111
"-timeout 3600",
12-
"-adaptiveSolverConfig false",
12+
"-backendStrategy singlerace",
1313
"-smt_nonLinearArithmetic true",
1414
"-destructiveOptimizations twostage",
1515
"-solvers [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}]"

0 commit comments

Comments
 (0)