Difference between revisions of "Publications/duret.16.atva2"

From LRDE

Line 7: Line 7:
 
| series = Lecture Notes in Computer Science
 
| series = Lecture Notes in Computer Science
 
| publisher = Springer
 
| publisher = Springer
| volume = ????
+
| volume = 9938
| pages = ?? to ??
+
| pages = 122 to 129
| pdf = adl/duret.16.atva2.pdf
 
 
| abstract = We present Spot 2.0, a C++ library with Python bindings and an assortment of command-line tools designed to manipulate LTL and <math>ω</math>-automata in batch. New automata-manipulation tools were introduced in Spot 2.0; they support arbitrary acceptance conditions, as expressible in the Hanoi Omega Automaton format. Besides being useful to researchers who have automata to process, its Python bindings can also be used in interactive environments to teach <math>ω</math>-automata and model checking.
 
| abstract = We present Spot 2.0, a C++ library with Python bindings and an assortment of command-line tools designed to manipulate LTL and <math>ω</math>-automata in batch. New automata-manipulation tools were introduced in Spot 2.0; they support arbitrary acceptance conditions, as expressible in the Hanoi Omega Automaton format. Besides being useful to researchers who have automata to process, its Python bindings can also be used in interactive environments to teach <math>ω</math>-automata and model checking.
 
| lrdeprojects = Spot
 
| lrdeprojects = Spot
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/duret.16.atva2.pdf
 
| lrdepaper = http://www.lrde.epita.fr/dload/papers/duret.16.atva2.pdf
 
| lrdenewsdate = 2016-06-17
 
| lrdenewsdate = 2016-06-17
| note = To appear.
 
 
| type = inproceedings
 
| type = inproceedings
 
| id = duret.16.atva2
 
| id = duret.16.atva2
Line 29: Line 27:
 
series = <nowiki>{</nowiki>Lecture Notes in Computer Science<nowiki>}</nowiki>,
 
series = <nowiki>{</nowiki>Lecture Notes in Computer Science<nowiki>}</nowiki>,
 
publisher = <nowiki>{</nowiki>Springer<nowiki>}</nowiki>,
 
publisher = <nowiki>{</nowiki>Springer<nowiki>}</nowiki>,
volume = <nowiki>{</nowiki>????<nowiki>}</nowiki>,
+
volume = <nowiki>{</nowiki>9938<nowiki>}</nowiki>,
pages = <nowiki>{</nowiki>??--??<nowiki>}</nowiki>,
+
pages = <nowiki>{</nowiki>122--129<nowiki>}</nowiki>,
 
year = <nowiki>{</nowiki>2016<nowiki>}</nowiki>,
 
year = <nowiki>{</nowiki>2016<nowiki>}</nowiki>,
 
month = oct,
 
month = oct,
pdf = <nowiki>{</nowiki>adl/duret.16.atva2.pdf<nowiki>}</nowiki>,
 
 
abstract = <nowiki>{</nowiki>We present Spot 2.0, a C++ library with Python bindings
 
abstract = <nowiki>{</nowiki>We present Spot 2.0, a C++ library with Python bindings
 
and an assortment of command-line tools designed to
 
and an assortment of command-line tools designed to
Line 42: Line 39:
 
being useful to researchers who have automata to process,
 
being useful to researchers who have automata to process,
 
its Python bindings can also be used in interactive
 
its Python bindings can also be used in interactive
environments to teach $\omega$-automata and model checking.<nowiki>}</nowiki>,
+
environments to teach $\omega$-automata and model checking.<nowiki>}</nowiki>
note = <nowiki>{</nowiki>To appear.<nowiki>}</nowiki>
 
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
   

Revision as of 13:07, 9 November 2016

Abstract

We present Spot 2.0, a C++ library with Python bindings and an assortment of command-line tools designed to manipulate LTL and Failed to parse (syntax error): {\displaystyle ω} -automata in batch. New automata-manipulation tools were introduced in Spot 2.0; they support arbitrary acceptance conditions, as expressible in the Hanoi Omega Automaton format. Besides being useful to researchers who have automata to process, its Python bindings can also be used in interactive environments to teach Failed to parse (syntax error): {\displaystyle ω} -automata and model checking.

Documents

Bibtex (lrde.bib)

@InProceedings{	  duret.16.atva2,
  author	= {Alexandre Duret-Lutz and Alexandre Lewkowicz and Amaury
		  Fauchille and Thibaud Michaud and Etienne Renault and
		  Laurent Xu},
  title		= {Spot 2.0 --- a framework for {LTL} and $\omega$-automata
		  manipulation},
  booktitle	= {Proceedings of the 14th International Symposium on
		  Automated Technology for Verification and Analysis
		  (ATVA'16)},
  series	= {Lecture Notes in Computer Science},
  publisher	= {Springer},
  volume	= {9938},
  pages		= {122--129},
  year		= {2016},
  month		= oct,
  abstract	= {We present Spot 2.0, a C++ library with Python bindings
		  and an assortment of command-line tools designed to
		  manipulate LTL and $\omega$-automata in batch. New
		  automata-manipulation tools were introduced in Spot 2.0;
		  they support arbitrary acceptance conditions, as
		  expressible in the Hanoi Omega Automaton format. Besides
		  being useful to researchers who have automata to process,
		  its Python bindings can also be used in interactive
		  environments to teach $\omega$-automata and model checking.}
}