Testing and building complete 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 | complete_here (Element< A, AI > &a) |
| Make the transition function of an automaton total w.r.t. | |
| template<typename A , typename AI > | |
| Element< A, AI > | complete (const Element< A, AI > &a) |
| Make the transition function of an automaton total w.r.t. | |
| template<typename A , typename AI > | |
| bool | is_complete (const Element< A, AI > &a) |
| Test whether an automaton is complete. | |
Testing and building complete automata.
See is_complete() for the definition of a complete automaton.
Definition in file complete.hh.
1.7.1