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/core.cpp
src/cliquematch/core/pygraph.cpp
src/cliquematch/core/pygraph.h
src/cliquematch/core/pyiterator.cpp
src/cliquematch/core/pyiterator.h
src/cliquematch/core/wrap_pygraph.cpp
src/cliquematch/detail/clique.cpp
src/cliquematch/detail/clique.h
src/cliquematch/detail/dfs.h
src/cliquematch/detail/dfs_recurse.cpp
src/cliquematch/detail/dfs_stack.cpp
src/cliquematch/detail/enumerate.cpp
src/cliquematch/detail/gbits.cpp
src/cliquematch/detail/gbits.h
src/cliquematch/detail/graph.cpp
src/cliquematch/detail/graph.h
src/cliquematch/detail/heuristic.cpp
src/cliquematch/detail/heuristic.h
src/cliquematch/detail/mmio.cpp
src/cliquematch/detail/mmio.h
src/cliquematch/detail/searchstate.h
src/cliquematch/detail/vertex.cpp
src/cliquematch/detail/vertex.h
src/cliquematch/ext/A2Agraph.cpp
src/cliquematch/ext/A2Agraph.h
src/cliquematch/ext/A2Lgraph.cpp
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/L2Lgraph.cpp
src/cliquematch/ext/L2Lgraph.h
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.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/_gen_graph.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