* NEWS: Update the news about minimization.
This commit is contained in:
parent
d72a2f0a31
commit
aadef1fd87
2 changed files with 18 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-12-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* NEWS: Update the news about minimization.
|
||||||
|
|
||||||
2010-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Speed up wdba.test, it was too slow for our buildfarm.
|
Speed up wdba.test, it was too slow for our buildfarm.
|
||||||
|
|
|
||||||
7
NEWS
7
NEWS
|
|
@ -17,6 +17,10 @@ New in spot 0.6a:
|
||||||
* Degeneralization has again been improved in two ways:
|
* Degeneralization has again been improved in two ways:
|
||||||
- It will merge the degeneralized transitions that can be merged.
|
- It will merge the degeneralized transitions that can be merged.
|
||||||
- It uses a cache to speed up the improvement introduced in 0.6.
|
- It uses a cache to speed up the improvement introduced in 0.6.
|
||||||
|
* An implementation of Dax et al.'s paper for minimizing obligation
|
||||||
|
formulae has been integrated. Use ltl2tgba -Rm to enable this
|
||||||
|
optimization; it will have no effect if the property is not an
|
||||||
|
obligation.
|
||||||
* New ltl2tgba options:
|
* New ltl2tgba options:
|
||||||
-XN: read an input automaton as a neverclaim.
|
-XN: read an input automaton as a neverclaim.
|
||||||
-C, -CR: Compute (and display) a counterexample after running the
|
-C, -CR: Compute (and display) a counterexample after running the
|
||||||
|
|
@ -27,6 +31,9 @@ New in spot 0.6a:
|
||||||
-ks: traverse the automaton to compute its number of states and
|
-ks: traverse the automaton to compute its number of states and
|
||||||
transitions (this is faster than -k whichi will also count
|
transitions (this is faster than -k whichi will also count
|
||||||
SCCs and paths).
|
SCCs and paths).
|
||||||
|
-Rn: Minimize automata for obligation formulae.
|
||||||
|
-M: Build a deterministic monitor.
|
||||||
|
-O: Tell whether an automaton is a safety automaton.
|
||||||
* Bug fixes:
|
* Bug fixes:
|
||||||
- Location of the errors messages in the TGBA parser where inaccurate.
|
- Location of the errors messages in the TGBA parser where inaccurate.
|
||||||
- Various warning fixes for different versions of GCC and Clang.
|
- Various warning fixes for different versions of GCC and Clang.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue