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 871c15c commit 49a1977Copy full SHA for 49a1977
smoketest.sh
100644
100755
@@ -1 +1,2 @@
1
-./start.sh example/mix000.opt.i --witness example/mix000.opt.i.graphml --mode normal<witnessfile>
+#!/bin/bash
2
+./start.sh example/mix000.opt.i --witness example/mix000.opt.i.graphml --mode permissive
svcomp.c
@@ -34,7 +34,7 @@ void reach_error() {
34
exit(74);
35
}
36
37
-atomic_int c2tt_global_counter = ATOMIC_VAR_INIT(0);
+atomic_int c2tt_global_counter = 0;
38
mtx_t c2tt_mtx;
39
cnd_t c2tt_cv;
40
_Bool c2tt_init;
0 commit comments