complement: reset the terminal property

Reported by Thomas Medioni.

* spot/twaalgos/complement.cc: Here.
* tests/core/complement.test: Add a test case.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-27 21:39:16 +02:00
parent cdf699ff23
commit 73bb562bf5
3 changed files with 38 additions and 13 deletions

4
NEWS
View file

@ -8,6 +8,10 @@ New in spot 2.3.2.dev (not yet released)
- The output of 'genltl --r-left=1 --r-right=1 --format=%F'
had typos.
- 'ltl2tgba Fa | autfilt --complement' would incorrectly claim that
the output is "terminal" because dtwa_complement() failed to reset
that property.
New in spot 2.3.2 (2017-03-15)
Tools: