Module de.learnlib.algorithm.kv

This module provides the implementation of the learning algorithm described in the book "An Introduction to Computational Learning Theory" by Michael Kearns and Umesh Vazirani.

This module is provided by the following Maven dependency:

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