Module de.learnlib.algorithm.lsharp

This module provides the implementation of the L# algorithm as described in the paper A New Approach for Active Automata Learning Based on Apartness by Frits Vaandrager, Bharat Garhewal, Jurriaan Rot, and Thorsten Wißmann.

This module is provided by the following Maven dependency:

 <dependency>
   <groupId>de.learnlib</groupId>
   <artifactId>learnlib-lsharp</artifactId>
   <version>${version}</version>
 </dependency>