This repository contains an implementation for the paper "Accelerating Black Box Testing with Light-Weight Learning".
The main class for MRPNI model checking is located in mrpni_model_checking.py
. To run the script, simply execute the following command:
python mrpni_model_checking.py
Examples of automata can be found in Examples.py
.