Implementation Concepts in Vaucanson 2

From LRDE

Revision as of 10:30, 1 April 2019 by Bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Abstract

Vaucanson is an open source C++ platform dedicated to the computation with finite weighted automata. It is generic: it allows to write algorithms that apply on a wide set of mathematical objects. Initiated ten years ago, several shortcomings were discovered along the years, especially problems related to code complexity and obfuscation as well as performance issues. This paper presents the concepts underlying Vaucanson 2, a complete rewrite of the platform that addresses these issues.

Documents

Videos

Bibtex (lrde.bib)

@InProceedings{	  demaille.13.ciaa,
  author	= {Akim Demaille and Alexandre Duret-Lutz and Sylvain
		  Lombardy and Jacques Sakarovitch},
  title		= {Implementation Concepts in {V}aucanson 2},
  booktitle	= {Proceedings of Implementation and Application of Automata,
		  18th International Conference (CIAA'13)},
  pages		= {122--133},
  year		= 2013,
  editor	= {Stavros Konstantinidis},
  publisher	= {Springer},
  isbn		= {978-3-642-39274-0},
  volume	= 7982,
  series	= {Lecture Notes in Computer Science},
  address	= {Halifax, NS, Canada},
  month		= jul,
  abstract	= {Vaucanson is an open source C++ platform dedicated to the
		  computation with finite weighted automata. It is generic:
		  it allows to write algorithms that apply on a wide set of
		  mathematical objects. Initiated ten years ago, several
		  shortcomings were discovered along the years, especially
		  problems related to code complexity and obfuscation as well
		  as performance issues. This paper presents the concepts
		  underlying Vaucanson 2, a complete rewrite of the platform
		  that addresses these issues.},
  doi		= {10.1007/978-3-642-39274-0_12}
}