AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/inference_logic.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/ninety_nine.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
inference_logic/__init__.py
inference_logic/algorithms.py
inference_logic/data_structures.py
inference_logic/equality.py
inference_logic.egg-info/PKG-INFO
inference_logic.egg-info/SOURCES.txt
inference_logic.egg-info/dependency_links.txt
inference_logic.egg-info/not-zip-safe
inference_logic.egg-info/top_level.txt
tests/__init__.py
tests/test_equality.py
tests/.pytest_cache/.gitignore
tests/.pytest_cache/CACHEDIR.TAG
tests/.pytest_cache/README.md
tests/.pytest_cache/v/cache/lastfailed
tests/.pytest_cache/v/cache/nodeids
tests/.pytest_cache/v/cache/stepwise
tests/algorithms/__init__.py
tests/algorithms/test_new_frame.py
tests/algorithms/test_search.py
tests/algorithms/test_unify.py
tests/data_structures/__init__.py
tests/data_structures/test_immutable_dict.py
tests/data_structures/test_prologlists.py
tests/data_structures/test_rule.py
tests/data_structures/test_variable.py
tests/data_structures/.pytest_cache/.gitignore
tests/data_structures/.pytest_cache/CACHEDIR.TAG
tests/data_structures/.pytest_cache/README.md
tests/data_structures/.pytest_cache/v/cache/nodeids
tests/data_structures/.pytest_cache/v/cache/stepwise
tests/ninety_nine_problems/__init__.py
tests/ninety_nine_problems/test_arithmetic.py
tests/ninety_nine_problems/test_list.py