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
da571a15
Commit
da571a15
authored
Jan 06, 2011
by
Alexandre Duret-Lutz
Browse files
* NEWS: Convert to utf-8 and fix a few typos.
parent
256eb5bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
da571a15
2011-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* NEWS: Convert to utf-8 and fix a few typos.
2011-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
'([]a && XXXX!a)' was not properly minimized because its
...
...
NEWS
View file @
da571a15
...
...
@@ -11,7 +11,7 @@ New in spot 0.6a:
* src/ltltest/genltl is a new tool that generates some interesting
families of LTL formulae, for testing purpose.
* bench/ltlclasses/ uses the above tool to conduct the same benchmark
as in the DepCoS'09 paper by Cich
ón
et al. The resulting benchmark
as in the DepCoS'09 paper by Cich
oń
et al. The resulting benchmark
completes in 12min, while it tooks days (or crashed) when the paper
was written (using Spot 0.4).
* Degeneralization has again been improved in two ways:
...
...
@@ -23,7 +23,8 @@ New in spot 0.6a:
obligation.
* bench/wdba/ conducts a benchmark similar to the one on Dax's
webpage, comparing the size of the automata expressing obligation
formula before and after minimization.
formula before and after minimization. See bench/wdba/README for
results.
* New ltl2tgba options:
-XN: read an input automaton as a neverclaim.
-C, -CR: Compute (and display) a counterexample after running the
...
...
@@ -42,7 +43,7 @@ New in spot 0.6a:
- Various warning fixes for different versions of GCC and Clang.
- The neverclaim output with ltl2tgba -N or -NN used to ignore any
automaton simplification performed after degeneralization.
- The formula simplification based on universality and eventual
l
ity
- The formula simplification based on universality and eventuality
had a quadratic run-time.
New in spot 0.6 (16-04-2010):
...
...
@@ -111,14 +112,14 @@ New in spot 0.5 (2010-02-01):
* The data structures used to represent LTL formulae have been
overhauled, and it resulted in a big performence improvement
(in time and memory consumption) for the LTL translation.
* Two complementation algorithms for state-based B
ü
chi automata
* Two complementation algorithms for state-based B
üc
hi automata
have been implemented:
- tgba_kv_complement is an on-the-fly implementation of the
Kupferman-Vardi construction (TCS'05) for generalized acceptance
conditions.
- tgba_safra_complement is an implementation of Safra's
complementation. This algorithm takes a degeneralized B
ü
chi
automaton as input, but our implementation for the Streett->B
ü
chi
complementation. This algorithm takes a degeneralized B
üc
hi
automaton as input, but our implementation for the Streett->B
üc
hi
step will produce a generalized automaton in the end.
* ltl2tgba has gained several options and the help text has been
reorganized. Please run src/tgbatest/ltl2tgba without arguments
...
...
@@ -323,7 +324,7 @@ New in spot 0.0h (2003-08-18):
* More python bindings:
- "import buddy" works (see wrap/python/tests/bddnqueen.py for an example),
- almost all the Spot API is now available via "import spot".
* wrap/python/cgi/ltl2tgba.py is an LTL-to-B
ü
chi translator that
* wrap/python/cgi/ltl2tgba.py is an LTL-to-B
üc
hi translator that
work as as a cgi script.
* Couvreur's FM'99 ltl-to-tgba translation.
...
...
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