Module de.learnlib.algorithm.observationpack.vpa

This module provides the implementation of the VPA adaption of the Observation-Pack learning algorithm as discussed in the PhD thesis Foundations of Active Automata Learning: An Algorithmic Perspective by Malte Isberner.

This module is provided by the following Maven dependency:

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