randltl: accept a number of atomic propositions

Suggested by Joachim Klein.

* src/bin/randltl.cc: Implement it.
* src/ltltest/rand.test: Test it.
* doc/org/randltl.org, NEWS: Document it.
This commit is contained in:
Alexandre Duret-Lutz 2014-08-21 13:17:18 +02:00
parent 310a98c15a
commit 44fc323e7b
4 changed files with 84 additions and 12 deletions

2
NEWS
View file

@ -12,6 +12,8 @@ New in spot 1.2.4a (not yet released)
The corresponding C++ function is spot::hoaf_reachable() in
tgbaalgos/hoaf.hh.
- 'randltl 4' is now a shorthand for 'randltl p0 p1 p2 p3'.
* Documentation:
- The man page for ltl2tgba has some new notes and references