MANIFEST.in
README.md
setup.py
eig/__init__.py
eig/bayes.py
eig/context.py
eig/eig.py
eig/hypothesis.py
eig/battleship/__init__.py
eig/battleship/parser.py
eig/battleship/program.py
eig/battleship/cpp/hypothesis.cc
eig/battleship/cpp/hypothesis.h
eig/battleship/cpp/nodes.cc
eig/battleship/cpp/nodes.h
eig/battleship/cython/__init__.py
eig/battleship/cython/executor.pxd
eig/battleship/cython/executor.pyx
eig/battleship/cython/hypothesis.pxd
eig/battleship/cython/hypothesis.pyx
eig/battleship/python/__init__.py
eig/battleship/python/executor.py
eig/battleship/python/functions.py
eig/battleship/python/hypothesis.py
eig/battleship/python/priors.py
expected_information_gain.egg-info/PKG-INFO
expected_information_gain.egg-info/SOURCES.txt
expected_information_gain.egg-info/dependency_links.txt
expected_information_gain.egg-info/requires.txt
expected_information_gain.egg-info/top_level.txt
test/test_bayes.py
test/test_context.py
test/test_eig.py
test/test_executor.py
test/test_hypothesis.py
test/test_parser.py