Module de.learnlib.algorithm.observationpack

This module provides the implementation of the Observation-Pack learning algorithm as described in the PhD thesis Active learning of interface programs by Falk Howar.

This module is provided by the following Maven dependency:

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