Monte Carlo Clique Search
Monte Carlo Clique Search
The Mathematica package Combinatorica can find maximum cliques in graphs; however it is very slow because the MaximumClique function performs an exhaustive search. Randomization with a Monte Carlo method accelerates the process at the cost of losing the guarantee that the solution is optimal.