General algorithms concerning realtime aspect of automata. More...
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
template<typename A , typename AI > | |
void | realtime_here (Element< A, AI > &a, misc::direction_type dir) |
Modify an automaton in place to make it realtime. | |
template<typename A , typename AI > | |
Element< A, AI > | realtime (const Element< A, AI > &a, misc::direction_type dir) |
Create a realtime automaton from another one. |
General algorithms concerning realtime aspect of automata.
An automaton over a free monoid is realtime if all its transitions are labeled by single letters of . (Weights do not matter.)
Definition in file realtime.hh.