Skip to content

cliquematch

Latest
Compare
Choose a tag to compare
@ahgamut ahgamut released this 17 Nov 11:40
· 42 commits to master since this release

cliquematch

Finding correspondence via maximum cliques in large graphs

pyvers license travis build appveyor build

The cliquematch package aims to do two specific things:

  1. Find maximum cliques in large sparse undirected graphs, as quickly and efficiently as possible.
    cliquematch provides fast C++ implementations solving the maximum clique and clique enumeration problem.

  2. Many applications of the clique problem, such as fingerprint matching, image registration, or molecule alignment involve construction of a graph from two given datasets. cliquematch provides flexible methods to construct large sparse undirected graphs in-memory for such applications.

Source code at https://github.com/ahgamut/cliquematch
View the documentation at https://cliquematch.readthedocs.io/