1.4. igraph_clique_number — Find the clique number of the graph

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: 

graph:

The input graph.

no:

The clique number will be returned to the igraph_integer_t pointed by this variable.

Returns: 

Error code.

See also: 

igraph_cliques(), igraph_largest_cliques().

Time complexity: TODO.