Go to the source code of this file.
Namespaces | |
namespace | vcsn |
Functions | |
Determinization algorithms | |
template<typename A, typename T> | |
Element< A, T > | determinize (const Element< A, T > &a) |
Returns the determinized of a Boolean automaton. | |
template<typename A, typename T> | |
Element< A, T > | determinize (const Element< A, T > &a, std::map< typename T::hstate_t, std::set< typename T::hstate_t > > &m) |
Returns the determinized of a Boolean automaton. |
Definition in file determinize.hh.