LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/cliquematch/__init__.py
src/cliquematch/core.cpython-37m-x86_64-linux-gnu.so
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/core.h
src/cliquematch/core/pygraph.cpp
src/cliquematch/core/pygraph.h
src/cliquematch/core/pyiterator.cpp
src/cliquematch/core/pyiterator.h
src/cliquematch/core/pynwgraph.cpp
src/cliquematch/core/pynwgraph.h
src/cliquematch/core/wrap_pygraph.cpp
src/cliquematch/detail/gbits.cpp
src/cliquematch/detail/gbits.h
src/cliquematch/detail/mmio.cpp
src/cliquematch/detail/mmio.h
src/cliquematch/detail/utils.cpp
src/cliquematch/detail/utils.h
src/cliquematch/detail/graph/clique.cpp
src/cliquematch/detail/graph/clique.h
src/cliquematch/detail/graph/dfs.h
src/cliquematch/detail/graph/dfs_recurse.cpp
src/cliquematch/detail/graph/dfs_stack.cpp
src/cliquematch/detail/graph/enumerate.cpp
src/cliquematch/detail/graph/graph.cpp
src/cliquematch/detail/graph/graph.h
src/cliquematch/detail/graph/heuristic.cpp
src/cliquematch/detail/graph/heuristic.h
src/cliquematch/detail/graph/searchstate.h
src/cliquematch/detail/graph/vertex.cpp
src/cliquematch/detail/graph/vertex.h
src/cliquematch/detail/nwgraph/nw_dfs.cpp
src/cliquematch/detail/nwgraph/nw_enumerate.cpp
src/cliquematch/detail/nwgraph/nw_heuristic.cpp
src/cliquematch/detail/nwgraph/nwclique.cpp
src/cliquematch/detail/nwgraph/nwclique.h
src/cliquematch/detail/nwgraph/nwgraph.cpp
src/cliquematch/detail/nwgraph/nwgraph.h
src/cliquematch/detail/nwgraph/wvertex.cpp
src/cliquematch/detail/nwgraph/wvertex.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
tests/test_a2a.py
tests/test_a2l.py
tests/test_align.py
tests/test_iso.py
tests/test_l2a.py
tests/test_l2l.py