spot/bench/ltlcounter
Alexandre Duret-Lutz 16c7bc1975 bench: delete useless defs.in files.
* bench/wdba/defs.in, bench/ltlclasses/defs.in,
bench/ltlcounter/defs.in: Delete.
* bench/wdba/run, bench/ltlclasses/run, bench/ltlcounter/run: Adjust not
to use them.
* configure.ac: Do not output the associated defs files.
2013-01-06 19:13:18 +01:00
..
.gitignore more files to ignore 2011-01-27 21:47:47 +01:00
Makefile.am Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
plot.gnu Add a benchmark using Kristin Y. Rozier's LTLcounter scripts. 2009-11-09 12:15:24 +01:00
README Remove Kristin Rozier's LTLcounter.pl scripts, now that we can 2011-06-06 17:57:55 +02:00
run bench: delete useless defs.in files. 2013-01-06 19:13:18 +01:00

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}
}

For a description of these formulae, you may also see
http://ti.arc.nasa.gov/m/profile/kyrozier/benchmarking_scripts/node5.html

This benchmark used this familly of formulae to plot the performance
of the ltl2tgba_fm 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.