Include dependency graph for outsplitting.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
| namespace | vcsn::splitting |
Functions | |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::splitting::outsplitting (const Element< S, T > &aut, std::set< hstate_t > &m) |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::splitting::insplitting (const Element< S, T > &aut, std::set< hstate_t > &m) |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::splitting::outsplitting (const Element< S, T > &aut) |
| template<typename S, typename T> | |
| Element< S, T > | vcsn::splitting::insplitting (const Element< S, T > &aut) |
These functions allow the construction of a composed transducers that respects the multiplicities. (cf. the paper Inside Vaucanson, CIAA 2005)
Definition in file outsplitting.hh.
1.4.6