kclique-problem
There are 4 repositories under kclique-problem topic.
AlonHarell/Graph-Theory-And-Social-Networks
Various algorithms and models implementations, all related to graph theory and social networks.
refactormyself/KernelizeKClique
Parallel Implementation of some Kernelization algorithms specifically for solving K-Clique problems
sabidea23/K-Clique-to-SAT
Compares an algorithm that solves the K-Clique problem exponentially with an algorithm that solves the polynomial transformation to SAT
OnurArdaB/k-clique
Greedy heuristic for k-Clique problem with visualization.