File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ KNOWNBUG
2
+ smv_ltlspec_FG1.smv
3
+ --bdd
4
+ ^\[spec1\] F G !buechi_state: PROVED$
5
+ ^EXIT=0$
6
+ ^SIGNAL=0$
7
+ --
8
+ ^warning: ignoring
9
+ --
10
+ The BDD engine returns the wrong answer.
Original file line number Diff line number Diff line change
1
+ KNOWNBUG
2
+ smv_ltlspec_FG1.smv
3
+ --bound 3
4
+ ^\[spec1\] F G !buechi_state: PROVED$
5
+ ^EXIT=0$
6
+ ^SIGNAL=0$
7
+ --
8
+ ^warning: ignoring
9
+ --
10
+ The BMC engine returns the wrong answer.
Original file line number Diff line number Diff line change
1
+ MODULE main
2
+
3
+ VAR flag : boolean;
4
+ VAR buechi_state : boolean;
5
+
6
+ TRANS next(flag) = !flag
7
+
8
+ TRANS !buechi_state & !next(buechi_state)
9
+ | !buechi_state & !flag & next(buechi_state)
10
+ | buechi_state & flag & next(buechi_state)
11
+
12
+ LTLSPEC F G !buechi_state
You can’t perform that action at this time.
0 commit comments