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 7a489d3 commit 063e6f8Copy full SHA for 063e6f8
proofs/cbmc/polyvec_matrix_expand/Makefile
@@ -26,7 +26,8 @@ USE_DYNAMIC_FRAMES=1
26
27
# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
28
EXTERNAL_SAT_SOLVER=
29
-CBMCFLAGS=--smt2 --arrays-uf-always --slice-formula
+CBMCFLAGS=--external-smt2-solver $(PROOF_ROOT)/lib/z3_no_bv_extract --z3
30
+CBMCFLAGS += --slice-formula
31
32
FUNCTION_NAME = polyvec_matrix_expand
33
0 commit comments