eps_removal.hh File Reference

This files declares the backward and forward eps_removal algorithm. More...

Include dependency graph for eps_removal.hh:

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

Go to the source code of this file.

Namespaces

namespace  vcsn

Functions

template<typename A, typename T>
void vcsn::eps_removal_here (Element< A, T > &a, bool bck=true)
 In place eps_removal of an automaton (default is backward eps_removal).
template<typename A, typename T>
Element< A, T > vcsn::eps_removal (const Element< A, T > &a, bool bck=true)
 Eps_Removal of an automaton (default is backward eps_removal).
template<typename A, typename T>
void vcsn::backward_eps_removal_here (Element< A, T > &a)
 In place backward eps_removal of an automaton.
template<typename A, typename T>
Element< A, T > vcsn::backward_eps_removal (const Element< A, T > &a)
 Backward eps_removal of an automaton.
template<typename A, typename T>
void vcsn::forward_eps_removal_here (Element< A, T > &a)
 In place forward eps_removal of an automaton.
template<typename A, typename T>
Element< A, T > vcsn::forward_eps_removal (const Element< A, T > &a)
 Forward eps_removal of an automaton.


Detailed Description

This files declares the backward and forward eps_removal algorithm.

See also:
backward_eps_removal(), backward_eps_removal_here(), forward_eps_removal(), forward_eps_removal_here(), eps_removal(), eps_removal_here()

Definition in file eps_removal.hh.


Generated on Sat Jul 29 17:17:14 2006 for Vaucanson by  doxygen 1.4.6