ltldo: add support for -n

Fixes #287.

* bin/ltldo.cc: Implement it.
* tests/core/ltldo.test: Test it.
* NEWS: Mention the new feature.
This commit is contained in:
Alexandre Duret-Lutz 2017-10-05 17:17:57 +02:00
parent 584430803d
commit 33af116fb8
3 changed files with 33 additions and 5 deletions

2
NEWS
View file

@ -34,6 +34,8 @@ New in spot 2.4.1.dev (not yet released)
- ltlsynt is a new tool for synthesizing AIGER circuits from LTL/PSL
formulas.
- ltldo learned to limit the number of automata it outputs using -n.
Library:
- Rename three methods of spot::scc_info. New names are clearer. The