The Hanoi Omega-Automata Format

From LRDE

Revision as of 17:33, 26 April 2015 by Bot (talk | contribs) (Created page with "{{Publication | published = true | date = 2015-04-27 | authors = Tomáš Babiak, František Blahoudek, Alexandre Duret-Lutz, Joachim Klein, Jan Kv retínský, David Müller, D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

We propose a flexible exchange format for ω-automata, as typically used in formal verification, and implement support for it in a range of established tools. Our aim is to simplify the interaction of tools, helping the research community to build upon other people's work. A key feature of the format is the use of very generic acceptance conditions, specified by Boolean combinations of acceptance primitives, rather than being limited to common cases such as Büchi, Streett, or Rabin. Such flexibility in the choice of acceptance conditions can be exploited in applications, for example in probabilistic model checking, and furthermore encourages the development of acceptance-agnostic tools for automata manipulations. The format allows acceptance conditions that are either state-based or transition-based, and also supports alternating automata.


Bibtex (lrde.bib)

@InProceedings{	  babiak.15.cav,
  author	= {Tom{\'{a}\v{s}} Babiak and Franti{\v{s}}ek Blahoudek and
		  Alexandre Duret-Lutz and Joachim Klein and Jan K{\v
		  r}et{\'{\i}}nsk{\'{y}} and David M{\"u}ller and David
		  Parker and Jan Strej{\v{c}}ek},
  title		= {The Hanoi Omega-Automata Format},
  booktitle	= {Proceedings of the 27th International Conference on
		  Computer Aided Verification (CAV'15)},
  year		= 2015,
  volume	= {???},
  series	= {Lecture Notes in Computer Science},
  pages		= {???--???},
  month		= jul,
  publisher	= {Springer},
  abstract	= { We propose a flexible exchange format for
		  $\omega$-automata, as typically used in formal
		  verification, and implement support for it in a range of
		  established tools. Our aim is to simplify the interaction
		  of tools, helping the research community to build upon
		  other people's work. A key feature of the format is the use
		  of very generic acceptance conditions, specified by Boolean
		  combinations of acceptance primitives, rather than being
		  limited to common cases such as B\"uchi, Streett, or Rabin.
		  Such flexibility in the choice of acceptance conditions can
		  be exploited in applications, for example in probabilistic
		  model checking, and furthermore encourages the development
		  of acceptance-agnostic tools for automata manipulations.
		  The format allows acceptance conditions that are either
		  state-based or transition-based, and also supports
		  alternating automata.},
  note		= {To appear.}
}