00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef VCSN_ALGORITHMS_TRIM_HH
00018 # define VCSN_ALGORITHMS_TRIM_HH
00019
00030
00031
00032
00033
00034 # include <vaucanson/design_pattern/design_pattern.hh>
00035 # include <vaucanson/automata/concept/handlers.hh>
00036
00037 # include <set>
00038
00039 namespace vcsn {
00040
00050 template<typename A, typename AI>
00051 std::set<typename Element<A, AI>::hstate_t>
00052 useful_states(const Element<A, AI>& a);
00053
00059 template<typename A, typename AI>
00060 Element<A, AI>
00061 trim(const Element<A, AI>& a);
00062
00064
00069 template<typename A, typename AI>
00070 void
00071 trim_here(Element<A, AI>& a);
00072
00075 }
00076
00077 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00078 # include <vaucanson/algorithms/trim.hxx>
00079 # endif // VCSN_USE_INTERFACE_ONLY
00080
00081 #endif // ! VCSN_ALGORITHMS_TRIM_HH