This is the code used for comparing my tool with learnLib version 0.9.1.I use this version because of some errors introduced in learnLib by newer versions.LearnLib code, readme, license and other relevent information can be found at https://github.com/LearnLib/learnlibHow to setup this example:In your favorite IDE create a project including the content of the src folder and adding to the paththe LearnLib library (the content of the lib folder). Everything has been tested in Eclipse Lunawith JavaSE-1.7.Adapt the paths to your specific case (around line 178 of TicTacToeLearner.java) and run it tolearn the SUT. You might need to install Graphviz for the dot program.