The neverclaim output by spin -f '([]a && XXXX!a)' was not
understood by Spot. * src/neverparse/neverclaimparse.yy: Support "if :: false fi;" instructions. Spin sometimes output these on dead states. Also rewrite the "transitions" rule as a left recursion. * src/tgbatest/neverclaimread.test: Adjust output because of the right->left recursion change, and add two more formula to submit to Spin to test its output.
This commit is contained in:
parent
6cb5df0bd7
commit
df2a950ed4
3 changed files with 75 additions and 32 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,3 +1,15 @@
|
|||
2011-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
The neverclaim output by spin -f '([]a && XXXX!a)' was not
|
||||
understood by Spot.
|
||||
|
||||
* src/neverparse/neverclaimparse.yy: Support "if :: false fi;"
|
||||
instructions. Spin sometimes output these on dead states.
|
||||
Also rewrite the "transitions" rule as a left recursion.
|
||||
* src/tgbatest/neverclaimread.test: Adjust output because
|
||||
of the right->left recursion change, and add two more formula
|
||||
to submit to Spin to test its output.
|
||||
|
||||
2011-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Speed up computation of non_final states for minimize_wdba.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue