Adapting the data structures of Vaucanson to the concept of kind and a new interface

From LRDE

Revision as of 17:04, 9 January 2018 by Bot (talk | contribs) (Created page with "{{CSIReport | authors = Jérôme Galtier | title = Adapting the data structures of Vaucanson to the concept of kind and a new interface | year = 2010 | abstract = The design o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

The design of automata in Vaucanson plays a central role concerning the genericity of the library. We want to be able to extend the model to support new types and to specialize behaviours in order to improve performances. The recent introduction of the kind concept in the library together with the definition of a new automata interfaceare targeting the rationalisation of already existing data structures in Vaucanson — Boost Multi Index based graphs for example. The kind of an automaton is the type of the labels on the transitions like a letter or a word. Through an iterator hierarchy respecting the new interface, the user can efficiently iterate over the transitions labeled by a specific occurrence of the kind specified by a predicate — iterating over all the transitions labeled by an for example. The gain is noticeable because the user had no choices but to iterate over a polynomial before those improvements.