Include dependency graph for realtime.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Enumerations | |
enum | vcsn::realtime_type |
Enum to indicate which kind of realtime algorithms must be used. | |
Functions | |
template<typename A, typename T> | |
void | vcsn::realtime_here (Element< A, T > &a, realtime_type type) |
In place modification of the automaton to make it realtime. | |
template<typename A, typename T> | |
Element< A, T > | vcsn::realtime (const Element< A, T > &a, realtime_type type) |
Returns a fresh realtime automaton. |
Algorithms concerning realtime aspect of automata, i.e. presence or absence of epsilon transitions in the automaton.
Definition in file realtime.hh.