`cliquematch`
Finding correspondence via maximum cliques in large graphs
[][3] [][4] [][5] [][6]
The `cliquematch` package aims to do two specific things:
1. Find [maximum cliques][wiki] 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][finger], [image registration][imreg], or [molecule alignment][molecule] 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/