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

From LRDE

Line 10: Line 10:
 
| publisher = Springer
 
| publisher = Springer
 
| urllrde = 201310-ATVAb
 
| urllrde = 201310-ATVAb
| 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 Spota 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.
+
| 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.
 
| 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
 
| type = inproceedings
 
| type = inproceedings
 
| id = fronc.13.atva
 
| id = fronc.13.atva
Line 34: Line 35:
 
library of model-checking algorithms. We show the
 
library of model-checking algorithms. We show the
 
architecture of Neco and explain how it was combined with
 
architecture of Neco and explain how it was combined with
Spot to build an LTL model checker.<nowiki>}</nowiki>
+
Spot to build an LTL model checker.<nowiki>}</nowiki>,
  +
lrdeprojects = <nowiki>{</nowiki>Spot<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
   

Revision as of 18:07, 4 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.},
  lrdeprojects	= {Spot}
}