Difference between revisions of "Publications/renault.16.sttt"

From LRDE

 
Line 16: Line 16:
 
| type = article
 
| type = article
 
| id = renault.16.sttt
 
| id = renault.16.sttt
  +
| identifier = doi:10.1007/s10009-016-0422-5
 
| bibtex =
 
| bibtex =
 
@Article<nowiki>{</nowiki> renault.16.sttt,
 
@Article<nowiki>{</nowiki> renault.16.sttt,
Line 46: Line 47:
 
experimentation of our algorithms and their variations show
 
experimentation of our algorithms and their variations show
 
encouraging performances, especially when the decomposition
 
encouraging performances, especially when the decomposition
technique is used.<nowiki>}</nowiki>
+
technique is used.<nowiki>}</nowiki>,
  +
doi = <nowiki>{</nowiki>10.1007/s10009-016-0422-5<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
   

Latest revision as of 11:30, 1 April 2019

Abstract

We present new parallel explicit emptiness checks for LTL model checking. Unlike existing parallel emptiness checksthese are based on a Strongly Connected Component (SCC) enumeration, support generalized Büchi acceptance, and require no synchronization points nor recomputing procedures. A salient feature of our algorithms is the use of a global union-find data structure in which multiple threads share structural information about the automaton checked. Besides these basic algorithms, we present one architectural variant isolating threads that write to the union-find, and one extension that decomposes the automaton based on the strength of its SCCs to use more optimized emptiness checks. The results from an extensive experimentation of our algorithms and their variations show encouraging performances, especially when the decomposition technique is used.

Documents

Bibtex (lrde.bib)

@Article{	  renault.16.sttt,
  author	= {Etienne Renault and Alexandre Duret-Lutz and Fabrice
		  Kordon and Denis Poitrenaud},
  title		= {Variations on Parallel Explicit Model Checking for
		  Generalized {B\"u}chi Automata},
  journal	= {International Journal on Software Tools for Technology
		  Transfer (STTT)},
  year		= 2017,
  note		= {First published online on 26 April 2016.},
  volume	= 19,
  number	= 6,
  pages		= {653--673},
  month		= apr,
  publisher	= {Springer},
  abstract	= { We present new parallel explicit emptiness checks for LTL
		  model checking. Unlike existing parallel emptiness checks,
		  these are based on a Strongly Connected Component (SCC)
		  enumeration, support generalized {B\"u}chi acceptance, and
		  require no synchronization points nor recomputing
		  procedures. A salient feature of our algorithms is the use
		  of a global union-find data structure in which multiple
		  threads share structural information about the automaton
		  checked. Besides these basic algorithms, we present one
		  architectural variant isolating threads that write to the
		  union-find, and one extension that decomposes the automaton
		  based on the strength of its SCCs to use more optimized
		  emptiness checks. The results from an extensive
		  experimentation of our algorithms and their variations show
		  encouraging performances, especially when the decomposition
		  technique is used.},
  doi		= {10.1007/s10009-016-0422-5}
}