

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
Functions | |
| template<typename A, typename T> | |
| void | realtime_here (Element< A, T > &a, misc::direction_type type) |
| In place modification of the automaton to make it realtime. | |
| template<typename A, typename T> | |
| Element< A, T > | realtime (const Element< A, T > &a, misc::direction_type type) |
| Returns a fresh realtime automaton. | |
An automaton over a free monoid
is realtime if all its transitons are labeled by single letters of
. (Weights do not matter.)
Definition in file realtime.hh.
1.5.5