1 #ifndef VCSN_ALGOS_MINIMIZE_BRZOZOWSKI_HH
2 # define VCSN_ALGOS_MINIMIZE_BRZOZOWSKI_HH
15 template <
typename Aut>
24 template <
typename Aut>
35 #endif // !VCSN_ALGOS_MINIMIZE_BRZOZOWSKI_HH
auto codeterminize(const Aut &a) -> decltype(transpose(determinize(transpose(a))))
auto cominimize_brzozowski(const Aut &a) -> decltype(transpose(minimize_brzozowski(transpose(a))))
auto determinize(const Aut &a) -> determinized_automaton< Aut >
auto minimize_brzozowski(const Aut &a) -> decltype(determinize(codeterminize(a)))
Aut transpose(const transpose_automaton< Aut > &aut)