isdet: update prop_deterministic in count_nondet_states()

* spot/twaalgos/isdet.cc: Here.
* bin/ltlcross.cc: Simplify.
* NEWS: Update.
This commit is contained in:
Alexandre Duret-Lutz 2016-07-13 15:09:32 +02:00
parent a2f0b22810
commit fafb135c87
3 changed files with 12 additions and 17 deletions

5
NEWS
View file

@ -55,8 +55,9 @@ New in spot 2.0.3a (not yet released)
future.
* is_deterministic(), is_terminal(), is_weak(), and
is_inherently_weak() will update the corresponding properties of
the automaton as a side-effect of their check.
is_inherently_weak(), count_nondet_states() will update the
corresponding properties of the automaton as a side-effect of
their check.
* language_containment_checker now has default values for all
parameters of its constructor.