translate: add a quick syntactic simplification before relabeling
This fixes #412. * spot/twaalgos/translate.cc: Add the quick syntactic simplification. * spot/twaalgos/relabel.cc: Do not register old unused APs. * tests/core/ltl2tgba2.test: Add test case. * tests/core/bdd.test, tests/python/automata.ipynb: Adjust. * NEWS: Mention this.
This commit is contained in:
parent
1c5468a93a
commit
b17376879d
6 changed files with 108 additions and 70 deletions
3
NEWS
3
NEWS
|
|
@ -45,6 +45,9 @@ New in spot 2.9.3.dev (not yet released)
|
|||
file. With this refactoring, we can retrieve both a kripke or a
|
||||
kripkecube from a PINS file.
|
||||
|
||||
- Translations for formulas such as FGp1 & FGp2 &...& FGp32 which
|
||||
used to take ages are now instantaneous. (See issue #412.)
|
||||
|
||||
Bugs fixed:
|
||||
|
||||
- Handle xor and <-> in a more natural way when translating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue