Go to the documentation of this file.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
00036 # include <vaucanson/design_pattern/design_pattern.hh>
00037
00038 namespace vcsn {
00039
00040
00054 template<typename A, typename AI>
00055 Element<A, AI>
00056 minimization_hopcroft(const Element<A, AI>& a);
00057
00071 template<typename A, typename AI>
00072 Element<A, AI>
00073 quotient(const Element<A, AI>& a);
00074
00077 }
00078
00079 # if !defined VCSN_USE_INTERFACE_ONLY && !defined VCSN_USE_LIB
00080 # include <vaucanson/algorithms/minimization_hopcroft.hxx>
00081 # endif // VCSN_USE_INTERFACE_ONLY
00082
00083 #endif // ! VCSN_ALGORITHMS_MINIMIZATION_HOPCROFT_HH