wiki_research

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

k_ambiguous_nfa (167B)


      1 # K ambiguous NFA
      2 
      3 A *k-unambiguous NFA* is an [NFA] where every [word] has at most k [accepting_runs]
      4 
      5 For k=1, we get the notion of [UFAs]
      6 
      7 Up: [k_ambiguous], [NFA]