Closed koniksedy closed 3 days ago
This PR overloads Nfa methods print_to_dot and print_to_mata to enable them to print the automaton to a file specified by the filename. This change will simplify the debugging.
Nfa
print_to_dot
print_to_mata
This PR overloads
Nfa
methodsprint_to_dot
andprint_to_mata
to enable them to print the automaton to a file specified by the filename. This change will simplify the debugging.