Skip to content

How learnlib works #96

Closed Answered by mtf90
VishalPatel43 asked this question in Q&A
Oct 12, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote
  1. We have an examples module in the repository which should give you ready-to-use starting points on how to work with (the different features of) LearnLib. If you have any specific questions about one of the concepts/components, feel free to ask.

  2. The automata-util module holds a RandomAutomata class that allows you to generate random automata of different kinds (such as DFAs). If you want to (de-)serialize DFAs to (from) DOT, there exists an automata-serialization-dot module that provides a DOTParsers and GraphDOT class for (de-) serializing automata. You may have a look at the test cases to see how to operate them. Again, if you have any specific questions, just ask.

Unfortunately, s…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@VishalPatel43
Comment options

@mtf90
Comment options

Answer selected by mtf90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants