Update some text files for upcoming 0.5.

* NEWS: Update for upcoming 0.5.
* HACKING: Update Automake requirement.
* README: Mention the mailing list.
* bench/ltlcounter/README: More text.
* configure.ac: Report bugs to spot@lrde.epita.fr.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-29 18:18:25 +01:00
parent 7d5f493fb2
commit c00a80a2fc
6 changed files with 109 additions and 4 deletions

View file

@ -1,6 +1,22 @@
In the following paper by Rozier & Vardi, a class of LTL formula
describing counters was used to stress many translators.
@InProceedings{ rozier.07.spin,
author = {Kristin Y. Rozier and Moshe Y. Vardi},
title = {LTL Satisfiability Checking},
booktitle = {Proc. the 12th International SPIN Workshop on
Model Checking of Software (SPIN'07)},
pages = {149--167},
year = {2007},
volume = {4595},
series = {LNCS},
publisher = {Springer-Verlag}
}
This benchmark uses the ltlcounter scripts of Kristin Y. Rozier (See
src/tgbatest/ltlcounter/) to plot the performance of the ltl2tgba_fm
algorithm.
algorithm. Studying the behaviour of ltl2tgba_fm on this class of
formulae helped us to improve the translation.
Execute "./run" to compute the raw numbers, then execture
"gnuplot plot.gnu" to plot the figures.