We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8918d commit f55f72cCopy full SHA for f55f72c
proofs/cbmc/pack_pk/Makefile
@@ -25,7 +25,7 @@ USE_DYNAMIC_FRAMES=1
25
26
# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
27
EXTERNAL_SAT_SOLVER=
28
-CBMCFLAGS=--smt2
+CBMCFLAGS=--smt2 --no-array-field-sensitivity --slice-formula
29
30
FUNCTION_NAME = pack_pk
31
proofs/cbmc/pointwise_sum_of_products/Makefile
@@ -26,7 +26,7 @@ USE_DYNAMIC_FRAMES=1
-CBMCFLAGS=--smt2 --slice-formula
+CBMCFLAGS=--smt2 --slice-formula --no-array-field-sensitivity
FUNCTION_NAME = pointwise_sum_of_products
32
0 commit comments