Namespaces | Functions

suffix.hh File Reference

Compute an automaton which accepts any suffix of the language accepted by the given automaton. More...

Include dependency graph for suffix.hh:
This graph shows which files directly or indirectly include this file:

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 suffix_here (const Element< A, AI > &a)
 Make every states of the automaton initial states (in place).
template<typename A , typename AI >
Element< A, AI > suffix (const Element< A, AI > &a)
 Make every states of the automaton initial states.

Detailed Description

Compute an automaton which accepts any suffix of the language accepted by the given automaton.

See also:
is_realtime()

Definition in file suffix.hh.