NFARunAutomaton

constructor(automaton: Automaton, alphabetSize: Int)


constructor(automaton: Automaton)

Constructor, assuming alphabet size is the whole Unicode code point space

Parameters

automaton

incoming automaton, should be NFA, for DFA please use RunAutomaton for better efficiency