[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003eThis documentation details maximal clique algorithms based on the Bron-Kerbosch algorithm for finding all cliques within an undirected graph.\u003c/p\u003e\n"],["\u003cp\u003eThe algorithms are derived from research by Bron and Kerbosch, published in their paper "Algorithm 457: finding all cliques of an undirected graph".\u003c/p\u003e\n"],["\u003cp\u003eA primary class for utilizing these algorithms is the \u003ccode\u003eBronKerboschAlgorithm\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content details C++ implementations of maximal clique algorithms, specifically those based on the Bron-Kerbosch algorithm. It references the original algorithm publication by Bron and Kerbosch in 1973. Key terms include undirected graph, clique, and clique cover. The documentation lists one class: `BronKerboschAlgorithm`, which is central to finding cliques within graphs. The content also links to external resources, such as Wikipedia and the original paper.\n"],null,["# cliques\n\nC++ Reference: cliques\n======================\n\n\nNote: This documentation is automatically generated.\nMaximal clique algorithms, based on the Bron-Kerbosch algorithm. See \u003chttp://en.wikipedia.org/wiki/Bron-Kerbosch_algorithm\u003e and C. Bron and J. Kerbosch, Joep, \"Algorithm 457: finding all cliques of an undirected graph\", CACM 16 (9): 575-577, 1973. [http://dl.acm.org/citation.cfm?id=362367\\&bnc=1](http://dl.acm.org/citation.cfm?id=362367&bnc=1). \n\nKeywords: undirected graph, clique, clique cover, Bron, Kerbosch. \n\n| Classes ------- ||\n|--------------------------------------------------------------------------------------|---|\n| [BronKerboschAlgorithm](/optimization/reference/graph/cliques/BronKerboschAlgorithm) |"]]