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 28b34a8 commit 3858c8dCopy full SHA for 3858c8d
cbmc.inc
@@ -8,7 +8,7 @@ TOOL_NAME=CBMC
8
run()
9
{
10
if [ "$PROP" = "termination" ] ; then
11
- PROPERTY="$PROPERTY --no-assertions"
+ PROPERTY="$PROPERTY --no-assertions --no-self-loops-to-assumptions"
12
fi
13
14
timeout 875 bash -c ' \
0 commit comments