isdet: simplify is_deterministic(), add is_complete().

* src/tgbaalgos/isdet.cc: Simplify determinism check.
* src/tgbaalgos/isdet.hh, src/tgbaalgos/isdet.cc (is_complete): New
function.
* src/tgbaalgos/stats.cc, src/tgbaalgos/stats.hh, src/bin/dstar2tgba.cc
src/bin/ltl2tgba.cc: Add escape sequence %p to the possible statistics
to show whether an automaton is complete.
* src/tgbatest/nondet.test: Add a couple more tests.
This commit is contained in:
Alexandre Duret-Lutz 2013-08-21 14:23:11 +02:00
parent bcd794c608
commit 4dd8d80292
8 changed files with 84 additions and 30 deletions

3
NEWS
View file

@ -53,6 +53,9 @@ New in spot 1.1.4a (not relased)
This makes it more homogeneous with the --stats option of the
new dstar2tgba command.
Additionally, the %p escape can now be used to show whether the
output automaton is complete.
* All the parsers implemented in Spot now use the same type
to store locations.