Difference between revisions of "Publications/demaille.13.ciaa"

From LRDE

(Created page with "{{Publication | date = 2013-07-01 | authors = Akim Demaille, Alexandre Duret-Lutz, Sylvain Lombardy, Jacques Sakarovitch | title = Implementation Concepts in Vaucanson 2 | boo...")
 
Line 14: Line 14:
 
| 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.
 
| 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.
 
| lrdeinc = demaille.13.ciaa.inc
 
| lrdeinc = demaille.13.ciaa.inc
  +
| lrdeslides = http://www.lrde.epita.fr/dload/papers/demaille.13.ciaa.slides.pdf
  +
| lrdepaper = http://www.lrde.epita.fr/dload/papers/demaille.13.ciaa.pdf
 
| type = inproceedings
 
| type = inproceedings
 
| id = demaille.13.ciaa
 
| id = demaille.13.ciaa

Revision as of 15:42, 22 October 2013

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)},
  optpages	= {96--107},
  year		= 2013,
  opteditor	= {Oscar H. Ibarra and Zhe Dang},
  optpublisher	= {Springer},
  optvolume	= 2759,
  optseries	= {Lecture Notes in Computer Science},
  optaddress	= {Santa Barbara, CA, USA},
  month		= jul,
  project	= {Vaucanson},
  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.}
}