Oleg Dats

Results 2 comments of Oleg Dats

How can I use them with Express 2.x ? I'm using Express 2.x and I need fixes from this versions.

Something like this: ``` def from_table_to_transition_function(table): transition_function = {i : {0:s[0], 1:s[1]} for i, s in enumerate(table)} return transition_function def get_random_dfa(number_of_states = 6, alphabet_size = 2): dfa_table = np.random.randint(number_of_states, size=(number_of_states,...