

Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
| The main namespace of the Vaucanson library. | |
Functions | |
| template<typename A , typename AI > | |
| Element< A, AI > | reduce (const Element< A, AI > &a, misc::direction_type dir=misc::right_left) |
| Reduce of an automaton (default right_left). | |
| template<typename A , typename AI > | |
| void | reduce_here (Element< A, AI > &a, misc::direction_type dir=misc::right_left) |
| In place reduce of an automaton (default right_left). | |
Definition in file reduce.hh.
1.5.8