This file provides a transformation function that computes the FMP transducer of a pair letter automaton. More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
Pair letter automaton to FMP transducer algorithm. | |
| template<typename S , typename T > | |
| void | pair_to_fmp (const Element< S, T > &aut, typename mute_pair_to_fmp< S, T >::ret &res) |
| template<typename S , typename T > | |
| mute_pair_to_fmp< S, T >::ret | pair_to_fmp (const Element< S, T > &aut) |
This file provides a transformation function that computes the FMP transducer of a pair letter automaton.
Definition in file pair_to_fmp.hh.
1.7.1