Preliminary benchmark using genltl, introduced earlier.
* bench/ltlclasses/: New benchmark. * bench/Makefile.am: Add it. * configure.ac: Adjust.
This commit is contained in:
parent
c4a7efb9e0
commit
d42deb7fa4
9 changed files with 210 additions and 2 deletions
21
bench/ltlclasses/README
Normal file
21
bench/ltlclasses/README
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
This benchmark plots the performance of the ltl2tgba_fm algorithm
|
||||
for tanslating some classes of LTL formula.
|
||||
|
||||
Execute "./run" to compute the raw numbers, then execture
|
||||
"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},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue