* NEWS: rephrase some items
This commit is contained in:
parent
301ad1ebf0
commit
e2ed5f6b98
1 changed files with 12 additions and 9 deletions
11
NEWS
11
NEWS
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue