autfilt: Add --dualize option

* NEWS: Mention this addition.
* bin/autfilt.cc: Add dualize option
* tests/Makefile.am: Add dualize option test file to the suite.
* tests/core/dualize.test: Test the dualize option.
This commit is contained in:
Thomas Medioni 2017-03-29 15:56:34 +02:00
parent 152b5d0d30
commit 0d884d4a93
4 changed files with 87 additions and 0 deletions

3
NEWS
View file

@ -8,6 +8,9 @@ New in spot 2.3.2.dev (not yet released)
- In autfilt, the options --sum(--sum-or) and --sum-and are
implemented.
- In autfilt, the option --dualize is now available to obtain the dual
of any automaton.
- genltl learned --spec-patterns as an alias for --dac-patterns; it
also learned two new sets of LTL formulas under --hkrss-patterns
(a.k.a. --liberouter-patterns) and --p-patterns