Add a decompose_strength() function.

* src/twaalgos/strength.cc, src/twaalgos/strength.hh
(decompose_stregth): New function.
* src/bin/autfilt.cc: Add a --decompose-strength option.
* src/bin/man/autfilt.x: Add bibliography.
* src/tests/strength.test: Test it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-08 16:57:53 +01:00
parent 3428fb32cd
commit a7db0b5435
6 changed files with 635 additions and 1 deletions

5
NEWS
View file

@ -2,7 +2,10 @@ New in spot 1.99.5a (not yet released)
Command-line tools:
* autfilt has two now filters: --is-weak and --is-terminal.
* autfilt has two new filters: --is-weak and --is-terminal.
* autfilt has a new transformation: --decompose-strength,
implementing the decomposition of our TACAS'13 paper.
* All tools that output HOA files accept a --check=strength option
to request automata to be marked as "weak" or "terminal" as