spot/bench/ltlcounter
Alexandre Duret-Lutz 17dc2f8654 Rename src/tests/ltl2tgba as src/tests/ikwiad.
Fixes #23.

* src/tests/ltl2tgba.cc: Rename as ...
* src/tests/ikwiad.cc: ... this.
* src/tests/Makefile.am, src/tests/babiak.test, src/tests/checkta.cc,
src/tests/complementation.test, src/tests/cycles.test,
src/tests/dbacomp.test, src/tests/degendet.test,
src/tests/degenid.test, src/tests/det.test, src/tests/dfs.test,
src/tests/dstar.test, src/tests/dupexp.test, src/tests/emptchke.test,
src/tests/kv.test, src/tests/ltl2neverclaim-lbtt.test,
src/tests/ltl2neverclaim.test, src/tests/ltl2tgba.test,
src/tests/ltlcounter.test, src/tests/ltlcross.test,
src/tests/neverclaimread.test, src/tests/obligation.test,
src/tests/parseaut.test, src/tests/randaut.test,
src/tests/randpsl.test, src/tests/renault.test,
src/tests/satmin2.test, src/tests/sccsimpl.test, src/tests/sim2.test,
src/tests/simdet.test, src/tests/spotlbtt.test, src/tests/wdba.test,
src/tests/wdba2.test, bench/emptchk/README, bench/emptchk/defs.in,
bench/ltlclasses/run, bench/ltlcounter/run, bench/wdba/run: Adjust.
2015-06-12 20:52:34 +02:00
..
.gitignore more files to ignore 2011-01-27 21:47:47 +01:00
Makefile.am Remove ltl2tgba_lacim and all supporting classes. 2014-07-09 18:08:44 +02:00
plot.gnu Remove ltl2tgba_lacim and all supporting classes. 2014-07-09 18:08:44 +02:00
README Remove ltl2tgba_lacim and all supporting classes. 2014-07-09 18:08:44 +02:00
run Rename src/tests/ltl2tgba as src/tests/ikwiad. 2015-06-12 20:52:34 +02: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 execute
"gnuplot plot.gnu" to plot the figures.