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.
2 parents d69e0d2 + 4fd1cf8 commit a395044Copy full SHA for a395044
regression/contracts-dfcc/chain.sh
@@ -59,4 +59,4 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
59
rm "${name}${dfcc_suffix}-mod.c"
60
fi
61
$goto_instrument --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
62
-$cbmc "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
+$cbmc --sat-solver cadical "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}
0 commit comments