Skip to content

Latest commit

History

History
4 lines (3 loc) 路 377 Bytes

File metadata and controls

4 lines (3 loc) 路 377 Bytes

FiniteAutomataGenerator-for-JFLAP

馃帗 Random automata generator compatilble with JFLAP tool. Project for my CS studies

To generate an automata you have to type number of states (n), number of final states (fs) and alphabet as charstring ending with "*". The result is an XML file with .jff extension. You can open it with JFLAP. Used algorythm is Gnp model with p = 0.5.