| igraph Reference Manual |
|---|
int igraph_clique_number(const igraph_t *graph, igraph_integer_t *no);
The clique number of a graph is the size of the largest clique.
Arguments:
|
The input graph. |
|
The clique number will be returned to the |
Returns:
Error code. |
See also:
Time complexity: TODO.
<< 1.3. igraph_maximal_cliques — Find all maximal cliques of a graph |
2. Independent Vertex Sets >> |