Internal functions used by the rw_composition algorithm. More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
Functions | |
| template<typename SA , typename TA , typename M > | |
| void | partial_elimination (const Element< SA, TA > &a, M &state_exp_pair) |
| This function computes a set of expression, after having eliminated all states which are not initial or final. | |
| template<typename S1 , typename T1 , typename S2 , typename T2 , typename M > | |
| void | partial_evaluation (const Element< S1, T1 > &E, const Element< S2, T2 > &S, const typename Element< S2, T2 >::hstate_t &p, M &res) |
| Partial evaluation of a K RatExp E over a realtime transducer S, starting from a given state p. | |
Internal functions used by the rw_composition algorithm.
Definition in file evaluation.hh.
1.7.1