21 return detail::eliminate_state_registry().call(aut, i);
33 return detail::to_expression_registry().call(aut, algo);
std::shared_ptr< detail::automaton_base > automaton
std::shared_ptr< detail::ratexp_base > ratexp
ratexp to_expression(const automaton &aut, const std::string &algo="auto")
A ratexp denoting the language of aut.
automaton eliminate_state(const automaton &aut, int s)
The LAO automaton aut with state s removed.