HomeSort by relevance Sort by last modified time
    Searched refs:epsilon_closure (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Plex/
DFA.py 33 new_state = state_map.old_to_new(epsilon_closure(old_state))
57 for state2 in epsilon_closure(state1):
61 def epsilon_closure(state): function
67 result = state.epsilon_closure
70 state.epsilon_closure = result
Machines.py 65 epsilon_closure = None # used by nfa_to_dfa() variable in class:Node
78 self.epsilon_closure = None

Completed in 63 milliseconds