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 67f3589 commit c83ec7cCopy full SHA for c83ec7c
proofs/cbmc/matvec_mul/Makefile
@@ -35,7 +35,7 @@ CBMCFLAGS=--smt2
35
#
36
# For functions that use large and multi-dimensional arrays, this yields
37
# a substantial improvement in proof performance.
38
-CBMCFLAGS += --no-array-field-sensitivity
+CBMCFLAGS += --arrays-uf-always
39
CBMCFLAGS += --slice-formula
40
41
FUNCTION_NAME = mlk_matvec_mul
0 commit comments