ltlcross: Add a --seed option.

* src/bin/ltlcross.cc: Here.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2013-05-12 17:28:09 +02:00
parent 6b5b002ff9
commit 9e589422d1
2 changed files with 13 additions and 0 deletions

3
NEWS
View file

@ -30,6 +30,9 @@ New in spot 1.1a (not yet released):
the automaton. scc_filter_state() should be used when
post-processing TGBAs that actually represent BAs.
- ltlcross has a new option --seed, that makes it possible to
change the seed used by the random graph generator.
* Bug fixes:
- genltl --gh-r generated the wrong formulas due to a typo.