Skip to content

Commit a86fbc4

Browse files
rod-chapmanhanno-becker
authored andcommitted
Use --arrays-uf-always here to improve proof speed.
Signed-off-by: Rod Chapman <rodchap@amazon.com>
1 parent 08888cd commit a86fbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/matvec_mul/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CBMCFLAGS=--smt2
3535
#
3636
# For functions that use large and multi-dimensional arrays, this yields
3737
# a substantial improvement in proof performance.
38-
CBMCFLAGS += --no-array-field-sensitivity
38+
CBMCFLAGS += --arrays-uf-always
3939
CBMCFLAGS += --slice-formula
4040

4141
FUNCTION_NAME = mlk_matvec_mul

0 commit comments

Comments
 (0)