Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
5f6c262a
Commit
5f6c262a
authored
Oct 20, 2012
by
Alexandre Duret-Lutz
Browse files
* NEWS: Document to_wring_string().
parent
877082bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
5f6c262a
...
...
@@ -82,16 +82,19 @@ New in spot 0.9.2a:
simulations in a loop as long as it diminishes the size of the
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).
- 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).
- parse_lbt() will parse an LTL formula expressed in the prefix
syntax used (at least) by LBT, LBTT and Scheck.
to_lbt_string() can be used to print an LTL formula using this
syntax.
- to_wring_string() can be used to print an LTL formula into
Wring's syntax.
- The LTL/PSL parser now has a lenient mode that can be usefull
to interpret atomic proposition with language-specific constructs.
In lenient mode, any (...) or {...} block that cannot be parsed
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment