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 3f3fd24 + 922627f commit e17e5c6Copy full SHA for e17e5c6
regression/ebmc/BDD/deadend1.desc
@@ -0,0 +1,12 @@
1
+CORE
2
+deadend1.smv
3
+--bdd
4
+^\[spec1\] AX FALSE: PROVED$
5
+^\[spec2\] EX FALSE: PROVED$
6
+^\[spec3\] AX TRUE: PROVED$
7
+^\[spec4\] EX TRUE: PROVED
8
+^EXIT=0$
9
+^SIGNAL=0$
10
+--
11
+^warning: ignoring
12
regression/ebmc/BDD/deadend1.smv
@@ -0,0 +1,20 @@
+MODULE main
+
+VAR some_var : boolean;
+INIT some_var = FALSE
+-- the initial state is a deadend state
+TRANS FALSE
+-- should pass
+SPEC AX FALSE
13
14
+SPEC EX FALSE
15
16
17
+SPEC AX TRUE
18
19
20
+SPEC EX TRUE
0 commit comments