MANIFEST.in
README.md
setup.py
src/cliquematch/__init__.py
src/cliquematch.egg-info/PKG-INFO
src/cliquematch.egg-info/SOURCES.txt
src/cliquematch.egg-info/dependency_links.txt
src/cliquematch.egg-info/not-zip-safe
src/cliquematch.egg-info/requires.txt
src/cliquematch.egg-info/top_level.txt
src/cliquematch/core/clique.cpp
src/cliquematch/core/clique.h
src/cliquematch/core/core.cpp
src/cliquematch/core/dfs.h
src/cliquematch/core/dfs_recurse.cpp
src/cliquematch/core/dfs_stack.cpp
src/cliquematch/core/gbits.cpp
src/cliquematch/core/gbits.h
src/cliquematch/core/graph.cpp
src/cliquematch/core/graph.h
src/cliquematch/core/heuristic.cpp
src/cliquematch/core/heuristic.h
src/cliquematch/core/mmio.cpp
src/cliquematch/core/mmio.h
src/cliquematch/core/pygraph.cpp
src/cliquematch/core/pygraph.h
src/cliquematch/core/searchstate.cpp
src/cliquematch/core/searchstate.h
src/cliquematch/core/vertex.cpp
src/cliquematch/core/vertex.h
src/cliquematch/core/wrap_pygraph.cpp
src/cliquematch/ext/A2Agraph.cpp
src/cliquematch/ext/A2Agraph.h
src/cliquematch/ext/A2Lgraph.cpp
src/cliquematch/ext/A2Lgraph.h
src/cliquematch/ext/Aligngraph.cpp
src/cliquematch/ext/Aligngraph.h
src/cliquematch/ext/Isograph.cpp
src/cliquematch/ext/Isograph.h
src/cliquematch/ext/L2Agraph.cpp
src/cliquematch/ext/L2Agraph.h
src/cliquematch/ext/L2Lgraph.cpp
src/cliquematch/ext/L2Lgraph.h
src/cliquematch/ext/eigen_distance.cpp
src/cliquematch/ext/eigen_distance.hpp
src/cliquematch/ext/eigen_wrap.h
src/cliquematch/ext/ext.cpp
src/cliquematch/templates/ext_template.h
src/cliquematch/templates/ext_template.hpp
src/cliquematch/templates/pair_dist.h
src/cliquematch/templates/pair_dist.hpp
src/cliquematch/templates/relset.h
src/cliquematch/templates/relset.hpp
src/cliquematch/templates/wrap_template.hpp
src/cliquematch/wrappers/__init__.py
src/cliquematch/wrappers/a2agraph.py
src/cliquematch/wrappers/a2lgraph.py
src/cliquematch/wrappers/aligngraph.py
src/cliquematch/wrappers/isograph.py
src/cliquematch/wrappers/l2agraph.py
src/cliquematch/wrappers/l2lgraph.py