00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef VCSN_ALGORITHMS_MINIMIZATION_MOORE_HH
00018 # define VCSN_ALGORITHMS_MINIMIZATION_MOORE_HH
00019
00028
00029
00030 # include <vaucanson/design_pattern/design_pattern.hh>
00031
00032 namespace vcsn {
00033
00050 template<typename A, typename T>
00051 Element<A, T>
00052 minimization_moore(const Element<A, T>& a);
00053
00069 template<typename A, typename T>
00070 Element<A, T>
00071 co_minimization_moore(const Element<A, T>& a);
00072
00073
00087 template<typename A, typename T>
00088 void
00089 minimization_moore_here(Element<A, T>& a);
00090
00091
00105 template<typename A, typename T>
00106 void
00107 co_minimization_moore_here(Element<A, T>& a);
00108
00111 }
00112
00113 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00114 # include <vaucanson/algorithms/minimization_moore.hxx>
00115 # endif // VCSN_USE_INTERFACE_ONLY
00116
00117 #endif // ! VCSN_ALGORITHMS_MINIMIZATION_MOORE_HH