spot/bench/ltlclasses
Alexandre Duret-Lutz 98e7e4e49a bench: make ltlcross and ltlclass work again
They were not updated since we moved binaries around in Spot 2.0.
Let them use ltl2tgba directly.

* bench/ltlclasses/plot.gnu, bench/ltlclasses/run,
bench/ltlcounter/plot.gnu, bench/ltlcounter/run: Adjust.
2017-07-24 13:25:19 +02:00
..
.gitignore more files to ignore 2010-12-07 18:34:32 +01:00
Makefile.am Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
plot.gnu bench: make ltlcross and ltlclass work again 2017-07-24 13:25:19 +02:00
README * bench/ltlclasses/README: Fix a typo. 2012-06-06 15:51:28 +02:00
run bench: make ltlcross and ltlclass work again 2017-07-24 13:25:19 +02:00

This benchmark plots the performance of the ltl2tgba_fm algorithm
for translating some classes of LTL formula.

Execute "./run" to compute the raw numbers, then execute
"gnuplot plot.gnu" to plot the figures.

The authors of the following paper defined 5 classes of LTL formulae
to stress the LTL-to-Büchi translators.

@InProceedings{cichon.09.depcos,
  author = 	 {Jacek Cicho{\'n} and Adam Czubak and Andrzej Jasi{\'n}ski},
  title = 	 {Minimal {B\"uchi} Automata for Certain Classes
                  of {LTL} Formulas},
  booktitle =	 {Proceedings of the Fourth International
                  Conference on Dependability of Computer Systems},
  pages =	 {17--24},
  year =	 {2009},
  publisher =	 {IEEE Computer Society},
}