17 #ifndef AWALI_ALGOS_MINIMIZE_BRZOZOWSKI_HH
18 # define AWALI_ALGOS_MINIMIZE_BRZOZOWSKI_HH
23 namespace awali {
namespace sttc {
30 template <
typename Aut>
32 typename Aut::element_type::automaton_nocv_t
Aut::element_type::automaton_nocv_t minimize_brzozowski(const Aut &a)
Definition: minimize_brzozowski.hh:33
auto determinize(const Aut &a, bool keep_history=true) -> mutable_automaton< context_t_of< Aut >>
Determinization of the automaton.
Definition: determinize.hh:41
std::shared_ptr< internal::transpose_view_impl< Aut > > transpose_view(std::shared_ptr< Aut > aut)
Definition: transpose_view.hh:265
Main namespace of Awali.
Definition: ato.hh:22