igraph / rigraph

igraph R package
https://r.igraph.org
532 stars 200 forks source link

Add `is_clique` and `is_ivs` #1388

Open szhorvat opened 4 weeks ago

szhorvat commented 4 weeks ago

Expose igraph_is_clique() and igraph_is_independent_vertex_set(). I suggest the is_clique() and is_ivs() names in R.

Related: #1316