llt2tgba_fm: fix translation of ":" in some SERE

* src/tgbaalgos/ltl2tgba_fm.cc: Here.
* src/ltltest/reduccmp.test: Add a test case.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2014-05-13 17:08:18 +02:00
parent 48471b5114
commit 362862dace
3 changed files with 11 additions and 6 deletions

2
NEWS
View file

@ -17,6 +17,8 @@ New in spot 1.2.3a (not yet released)
- Fix three incorrect simplifications rules, all related to the
factorization of Boolean subformulas in operands of the
non-length-matching "&" SERE operator.
- Fix incorrect translation of the fusion operator (":") in SERE
such as {xx;1}:yy[*] where the left operand has 1 as tail.
New in spot 1.2.3 (2014-02-11)