Go to the source code of this file.
Namespaces | |
namespace | vcsn |
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. |
See is_complete() for the definition of a complete automaton.
Definition in file complete.hh.