| 
    Vaucanson 1.4 
   | 
 
Declaration of useful_states() and trim(). More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn | 
The main namespace of the Vaucanson library.  | |
Functions | |
| template<typename A , typename AI > | |
| std::set< typename Element< A,  AI >::hstate_t >  | useful_states (const Element< A, AI > &a) | 
| Returns a useful states of the automaton.   | |
| template<typename A , typename AI > | |
| Element< A, AI > | trim (const Element< A, AI > &a) | 
| Return a fresh automaton in which non useful states are removed.   | |
| template<typename A , typename AI > | |
| void | trim_here (Element< A, AI > &a) | 
| Trim a.   | |
Declaration of useful_states() and trim().
Definition in file trim.hh.
 1.7.4