Difference between revisions of "Publications/fronc.13.atva"

From LRDE

Line 1: Line 1:
 
{{Publication
 
{{Publication
| date = 2013-10-01
+
| date = 2013-06-15
 
| authors = Łukasz Fronc, Alexandre Duret-Lutz
 
| authors = Łukasz Fronc, Alexandre Duret-Lutz
 
| title = LTL Model Checking with Neco
 
| title = LTL Model Checking with Neco
Line 13: Line 13:
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/fronc.13.atva.pdf
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/fronc.13.atva.pdf
 
| lrdeprojects = Spot
 
| lrdeprojects = Spot
  +
| lrdenewsdate = 2013-06-15
 
| type = inproceedings
 
| type = inproceedings
 
| id = fronc.13.atva
 
| id = fronc.13.atva

Revision as of 16:45, 5 November 2013

Abstract

We introduce neco-spot, an LTL model checker for Petri net models. It builds upon Neco, a compiler turning Petri nets into native shared libraries that allows fast on-the-fly exploration of the state-space, and upon Spot, a C++ library of model-checking algorithms. We show the architecture of Neco and explain how it was combined with Spot to build an LTL model checker.

Documents

Bibtex (lrde.bib)

@InProceedings{	  fronc.13.atva,
  author	= {{\L}ukasz Fronc and Alexandre Duret-Lutz},
  title		= {{LTL} Model Checking with {N}eco},
  booktitle	= {Proceedings of the 11th International Symposium on
		  Automated Technology for Verification and Analysis
		  (ATVA'13)},
  year		= 2013,
  series	= {Lecture Notes in Computer Science},
  volume	= {8172},
  pages		= {451--454},
  address	= {Hanoi, Vietnam},
  month		= oct,
  publisher	= {Springer},
  abstract	= {We introduce neco-spot, an LTL model checker for Petri net
		  models. It builds upon Neco, a compiler turning Petri nets
		  into native shared libraries that allows fast on-the-fly
		  exploration of the state-space, and upon Spot, a C++
		  library of model-checking algorithms. We show the
		  architecture of Neco and explain how it was combined with
		  Spot to build an LTL model checker.}
}