Open Ahmadrezagh opened 4 years ago
the first line in the input file: the symbols second line: states of the initial NFA third line: the start state of the initial NFA fourth line: the final state of the initial NFA the rest of the input file, each line contains a tranisiton in the NFA: "peresent state" "input symbol" "next state for the input" and yes the p1_2_9731019.py can be used to only convert NFA with epsilon movements to DFA. the ouput format is similar to the input.
would you explain the nfa input files and can we use nfa to dfa convertor stand alone?