* NEWS: rephrase some items

This commit is contained in:
Alexandre Duret-Lutz 2012-10-26 07:56:47 +02:00
parent 301ad1ebf0
commit e2ed5f6b98

11
NEWS
View file

@ -43,7 +43,9 @@ New in spot 0.9.2a:
test versions of genltl and randltl have been removed from the
source tree. The old version of ltl2tgba with its gazillion
options is still is src/tgbatest/ and is meant to be used for
testing only.
testing only. Although ltlcross is meant to replace LBTT, we
are still using both tools in this release, but this is likely
the last time we redistribute LBTT.
* New features in the Spot library:
@ -85,9 +87,10 @@ New in spot 0.9.2a:
automaton.
- The enumerate_cycles class implements the Loizou-Thanisch
algorithm to enumerate the cycles of a SCC. As an example of
use, the is_weak_scc() function will tell whether an SCC is weak
(all its cycles are accepting, or none of them are).
algorithm to enumerate elementary cycles in a SCC. As an
example of use, is_weak_scc() will tell whether an SCC is
inherently weak (all its cycles are accepting, or none of them
are).
- parse_lbt() will parse an LTL formula expressed in the prefix
syntax used (at least) by LBT, LBTT and Scheck.