Include dependency graph for forward_realtime.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
template<typename A, typename T> | |
void | vcsn::forward_realtime_here (Element< A, T > &a) |
In place modification of the automaton to make it realtime. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::forward_realtime (const Element< A, T > &a) |
Returns a fresh realtime automaton. |
This file contains algorithms to build realtime automaton. These algorithms use the forward version of eps_removal.
Definition in file forward_realtime.hh.