nfa_acceptance (268B)
1 # NFA acceptance 2 3 The [automaton_acceptance] problem for an [NFA] 4 5 Can be solved by [state_set_simulation] 6 7 [Hardness_hypothesis] that this is optimal in [backurs2016which], see also [bringmann2024nfa] 8 9 Up: [automaton_acceptance], [NFA] 10 11 See also: [nfa_unary_lengths]