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 dc975d5 commit ad626fdCopy full SHA for ad626fd
regression/cbmc/z3/Issue5977.c
@@ -0,0 +1,8 @@
1
+#include <assert.h>
2
+
3
+void main()
4
+{
5
+ int i;
6
+ __CPROVER_assume(i % 2 == 0);
7
+ assert(__CPROVER_exists { int j ; i == j + j });
8
+}
regression/cbmc/z3/Issue5977.desc
@@ -0,0 +1,9 @@
+CORE smt-backend broken-cprover-smt-backend
+Issue5977.c
+--z3
+^EXIT=10$
+^SIGNAL=0$
+^SMT2 solver returned "unknown"$
+--
9
+This tests that an "unknown" result from the SMT solver is reported.
0 commit comments