document autfilt and randaut

* NEWS: Mention these tools.
* doc/org/autfilt.org, doc/org/randaut.org: New files.
* doc/org/tools.org, doc/Makefile.am: Add them.
This commit is contained in:
Alexandre Duret-Lutz 2014-11-29 18:03:56 +01:00
parent c5842c3a0a
commit e6e416e1e1
5 changed files with 488 additions and 4 deletions

7
NEWS
View file

@ -7,7 +7,7 @@ New in spot 1.99a (not yet released)
already installed on the system.
- ltlgrind is a new tool that mutates LTL or PSL formulas. If you
have a tool that is bogus on some formula that is tool large to
have a tool that is bogus on some formula that is too large to
debug, you can use ltlgrind to generate smaller derived formulas
and see if you can reproduce the bug on those.
@ -15,6 +15,11 @@ New in spot 1.99a (not yet released)
size of any bogus formula it discovers, while still exhibiting
the bug.
- randaut is a new tool that generates random automata.
- autfilt is a new tool that converts/filters/transforms a
stream of automata.
- "ltlfilt --stutter-invariant" will now work with PSL formula.
The implementation is actually much more efficient
than the previous implementation that was only for LTL.