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

From LRDE

Line 4: Line 4:
 
| title = Implementation Concepts in Vaucanson 2
 
| title = Implementation Concepts in Vaucanson 2
 
| booktitle = Proceedings of Implementation and Application of Automata18th International Conference (CIAA'13)
 
| booktitle = Proceedings of Implementation and Application of Automata18th International Conference (CIAA'13)
| optpages = 96--107
+
| pages = 96 to 107
| opteditor = Oscar H. Ibarra and Zhe Dang
+
| editors = Oscar H Ibarra, Zhe Dang
| optpublisher = Springer
+
| publisher = Springer
| optvolume = 2759
+
| volume = 2759
| optseries = Lecture Notes in Computer Science
+
| series = Lecture Notes in Computer Science
| optaddress = Santa Barbara, CA, USA
+
| address = Santa Barbara, CA, USA
 
| project = Vaucanson
 
| project = Vaucanson
 
| urllrde = 201307-CIAA
 
| urllrde = 201307-CIAA
Line 25: Line 25:
 
booktitle = <nowiki>{</nowiki>Proceedings of Implementation and Application of Automata,
 
booktitle = <nowiki>{</nowiki>Proceedings of Implementation and Application of Automata,
 
18th International Conference (CIAA'13)<nowiki>}</nowiki>,
 
18th International Conference (CIAA'13)<nowiki>}</nowiki>,
optpages = <nowiki>{</nowiki>96--107<nowiki>}</nowiki>,
+
pages = <nowiki>{</nowiki>96--107<nowiki>}</nowiki>,
 
year = 2013,
 
year = 2013,
opteditor = <nowiki>{</nowiki>Oscar H. Ibarra and Zhe Dang<nowiki>}</nowiki>,
+
editor = <nowiki>{</nowiki>Oscar H. Ibarra and Zhe Dang<nowiki>}</nowiki>,
optpublisher = <nowiki>{</nowiki>Springer<nowiki>}</nowiki>,
+
publisher = <nowiki>{</nowiki>Springer<nowiki>}</nowiki>,
optvolume = 2759,
+
volume = 2759,
optseries = <nowiki>{</nowiki>Lecture Notes in Computer Science<nowiki>}</nowiki>,
+
series = <nowiki>{</nowiki>Lecture Notes in Computer Science<nowiki>}</nowiki>,
optaddress = <nowiki>{</nowiki>Santa Barbara, CA, USA<nowiki>}</nowiki>,
+
address = <nowiki>{</nowiki>Santa Barbara, CA, USA<nowiki>}</nowiki>,
 
month = jul,
 
month = jul,
 
project = <nowiki>{</nowiki>Vaucanson<nowiki>}</nowiki>,
 
project = <nowiki>{</nowiki>Vaucanson<nowiki>}</nowiki>,

Revision as of 14:30, 25 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)},
  pages		= {96--107},
  year		= 2013,
  editor	= {Oscar H. Ibarra and Zhe Dang},
  publisher	= {Springer},
  volume	= 2759,
  series	= {Lecture Notes in Computer Science},
  address	= {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.}
}