This file provides a transformation function that computes the equivalent FMP automaton of a Rational Weight tranducer. More...
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
Rational Weight transducer to FMP automaton conversion | |
template<typename S , typename T , typename SS , typename TT > | |
Element< SS, TT > & | rw_to_fmp (const Element< S, T > &trans, Element< SS, TT > &res) |
Compute the equivalent FMP automaton of a Rational Weight transducer. |
This file provides a transformation function that computes the equivalent FMP automaton of a Rational Weight tranducer.
Definition in file rw_to_fmp.hh.