pub fn subset_construction(nfa: &Nfa) -> Result<Dfa, RPQBuildError>Expand description
Convert an NFA to a DFA via the standard subset construction.
pub fn subset_construction(nfa: &Nfa) -> Result<Dfa, RPQBuildError>Convert an NFA to a DFA via the standard subset construction.