Module net.automatalib.modelchecker.ltsmin

This module contains the integration of the model checker LTSmin as described in the paper Sound Black-Box Checking in the LearnLib by Jeroen Meijer and Jaco van de Pol.

Note that this implementation requires a local installation of the LTSmin binaries which are not explicitly included in this module due to packaging reasons.

This module is provided by the following Maven dependency:

 <dependency>
   <groupId>net.automatalib</groupId>
   <artifactId>automata-modelchecking-ltsmin</artifactId>
   <version>${version}</version>
 </dependency>