00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef VCSN_ALGORITHMS_MINIMIZATION_HOPCROFT_HH
00018 # define VCSN_ALGORITHMS_MINIMIZATION_HOPCROFT_HH
00019
00033
00034
00035 # include <vaucanson/design_pattern/design_pattern.hh>
00036
00037 namespace vcsn {
00038
00039
00049 template<typename A, typename T>
00050 Element<A, T>
00051 minimization_hopcroft(const Element<A, T>& a);
00052
00061 template<typename A, typename T>
00062 Element<A, T>
00063 quotient(const Element<A, T>& a);
00064
00067 }
00068
00069 # ifndef VCSN_USE_INTERFACE_ONLY
00070 # include <vaucanson/algorithms/minimization_hopcroft.hxx>
00071 # endif // VCSN_USE_INTERFACE_ONLY
00072
00073 #endif // ! VCSN_ALGORITHMS_MINIMIZATION_HOPCROFT_HH