Go to the source code of this file.
|
template<typename Aut , typename Context = context_t_of<Aut>> |
Aut | awali::sttc::compact_thompson (const Context &ctx, const typename Context::ratexp_t &exp, bool keep_history=true) |
| builds a compact variant of the Thompson automaton More...
|
|
template<typename RatExpSet > |
mutable_automaton< sttc::nullable_of< typename RatExpSet::context_t > > | awali::sttc::compact_thompson (const RatExpSet &rs, const typename RatExpSet::ratexp_t &exp, bool keep_history=true) |
| builds a compact variant of the Thompson automaton More...
|
|