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 e17e5c6 + 7a0058b commit 87310daCopy full SHA for 87310da
regression/ebmc/BMC/AX1.desc
@@ -0,0 +1,11 @@
1
+KNOWNBUG
2
+AX1.smv
3
+--bound 2
4
+^\[spec1\] AX some_var = TRUE: REFUTED$
5
+^\[spec2\] AX some_var = FALSE: PROVED up to bound 2$
6
+^EXIT=10$
7
+^SIGNAL=0$
8
+--
9
+^warning: ignoring
10
11
+The BMC encoding fails on the temporal operator.
regression/ebmc/BMC/AX1.smv
+MODULE main
+
+VAR some_var : boolean;
+INVAR some_var = FALSE
+-- should fail
+SPEC AX some_var = TRUE
+-- should pass
+SPEC AX some_var = FALSE
0 commit comments