LICENCE.txt
MANIFEST.in
README.rst
pypi-readme.rst
pyproject.toml
examples/logical_methods/design_test_batch.py
examples/logical_methods/find_logical_saboteurs.py
examples/statistical_methods/basic_example/basic_example.py
examples/statistical_methods/genetic_parts_example/genetic_parts_example.py
saboteurs/__init__.py
saboteurs/tools.py
saboteurs/version.py
saboteurs.egg-info/PKG-INFO
saboteurs.egg-info/SOURCES.txt
saboteurs.egg-info/dependency_links.txt
saboteurs.egg-info/requires.txt
saboteurs.egg-info/top_level.txt
saboteurs/logical_methods/__init__.py
saboteurs/logical_methods/logical_methods.py
saboteurs/logical_methods/minimal_cover.py
saboteurs/logical_methods/reports.py
saboteurs/statistical_methods/__init__.py
saboteurs/statistical_methods/reports.py
saboteurs/statistical_methods/statistical_methods.py
saboteurs/statistical_methods/assets/logo.png
saboteurs/statistical_methods/assets/logo.svg
saboteurs/statistical_methods/assets/report_style.css
saboteurs/statistical_methods/assets/report_template.pug
tests/test_logical_methods.py
tests/test_statistical_methods.py