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
00048 template<typename A, typename T>
00049 Element<A, T>
00050 minimization_moore(const Element<A, T>& a);
00051
00067 template<typename A, typename T>
00068 Element<A, T>
00069 co_minimization_moore(const Element<A, T>& a);
00070
00071
00084 template<typename A, typename T>
00085 void
00086 minimization_moore_here(Element<A, T>& a);
00087
00088
00103 template<typename A, typename T>
00104 void
00105 co_minimization_moore_here(Element<A, T>& a);
00106
00109 }
00110
00111 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00112 # include <vaucanson/algorithms/minimization_moore.hxx>
00113 # endif // VCSN_USE_INTERFACE_ONLY
00114
00115 #endif // ! VCSN_ALGORITHMS_MINIMIZATION_MOORE_HH