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 0c80385 commit a883c34Copy full SHA for a883c34
regression/smv/LTL/smv_ltlspec_F4.desc
@@ -0,0 +1,10 @@
1
+KNOWNBUG
2
+smv_ltlspec_F4.smv
3
+--bound 3
4
+^\[spec1\] F \(some_input <-> X some_input\): REFUTED$
5
+^EXIT=10$
6
+^SIGNAL=0$
7
+--
8
+^warning: ignoring
9
10
+The BMC engine gives the wrong answer.
regression/smv/LTL/smv_ltlspec_F4.smv
@@ -0,0 +1,6 @@
+MODULE main
+
+VAR some_input : boolean;
+-- Expected to fail. The input can alternate infinitely often.
+LTLSPEC F (some_input <-> X some_input)
0 commit comments