You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LearnLib Q&A
Dear all,
Is there a way to extract a learnt automaton in a some textual format that describes the states (start/end) and the transitions of the automaton?
Thank you.
Best regards,
Nikos
Markus Frohme
unread,
Jan 30, 2021, 3:46:17 PM1/30/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nikos Katzouris, LearnLib Q&A
Hi Nikos,
check out one of the serializer of AutomataLib [0]. I think the best formats for "human" interpretation are DOT, AUT and TAF.
You can find some examples in the AutomataLib examples [1] (here we additionally use the GraphViz tool to visualize the automata directly) and the LearnLib examples [2].