Skip to content

Commit b11d111

Browse files
rod-chapmanmkannwischer
authored andcommitted
Use z3_smt_only for this proof.
This stabilizes proof time for all parameter sets, with and without MLD_CONDIG_REDUCE_RAM, and on all platforms. Signed-off-by: Rod Chapman <rodchap@amazon.com>
1 parent 3bf3db9 commit b11d111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proofs/cbmc/poly_ntt_c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USE_DYNAMIC_FRAMES=1
2626

2727
# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
2828
EXTERNAL_SAT_SOLVER=
29-
CBMCFLAGS=--bitwuzla
29+
CBMCFLAGS=--external-smt2-solver $(PROOF_ROOT)/lib/z3_smt_only --z3
3030

3131
FUNCTION_NAME = mld_poly_ntt_c
3232

0 commit comments

Comments
 (0)