wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

nfa_acceptance (308B)


      1 # NFA acceptance
      2 
      3 The [automaton_acceptance] problem for an [NFA], of course in [combined_complexity]
      4 
      5 Can be solved by [state_set_simulation]
      6 
      7 [Hardness_hypothesis] that this is optimal in [backurs2016which]
      8 
      9 [NFA_acceptance_classification]
     10 
     11 Up: [automaton_acceptance], [NFA]
     12 
     13 See also: [nfa_unary_lengths]