Commented old opening and closing lemmas out and switched back from Z3 to VF standard SMT solver

This commit is contained in:
Tobias Reinhard 2022-11-28 12:20:30 -05:00
parent c0df2a2894
commit 2048fb85da
2 changed files with 5 additions and 4 deletions

View file

@ -13,6 +13,7 @@ PP_SCRIPT_DIR="$START_WD/custom_build_scripts_RP2040"
PP_SCRIPT="./preprocess_tasks_c.sh"
PP_TASK_C="$START_WD/preprocessed_files/tasks__pp.c"
#FONT_SIZE=20
FONT_SIZE=17
# Flags to SKIP expensive proofs:
@ -38,6 +39,6 @@ echo "\n\nPreprocessing script finished\n\n"
-I proofs \
-codeFont "$FONT_SIZE" -traceFont "$FONT_SIZE" \
-assume_no_provenance \
-prover z3v4.5
# -prover z3v4.5
# -target 32bit -prover z3v4.5 \
# TODO: If we set the target to 32bit, VF create `uint` chunks instead of `char` chunks during malloc