The thompson automaton. More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
| template<typename A , typename T , typename Letter , typename Weight > | |
| void | thompson_of (Element< A, T > &out, const rat::exp< Letter, Weight > &kexp) |
| The Thompson automaton associated to the krat expression. | |
| template<typename AutoType , typename S , typename K , class T > | |
| Element< Automata< S, K > , AutoType > | thompson_of (const Element< S, T > &exp) |
| The Thompson automaton associated to the krat expression. | |
The thompson automaton.
This file contains functions to build automata from rationnal expressions, using thompson algorithm.
Definition in file thompson.hh.
1.7.1