Compute an automaton which accepts any factor of the language accepted by the given 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 AI > | |
| void | factor_here (const Element< A, AI > &a) |
| Make every states of the automaton initial and final states (in place). | |
| template<typename A , typename AI > | |
| Element< A, AI > | factor (const Element< A, AI > &a) |
| Make every states of the automaton initial and final states. | |
Compute an automaton which accepts any factor of the language accepted by the given automaton.
Definition in file factor.hh.
1.7.1