igraph / python-igraph

Python interface for igraph
GNU General Public License v2.0
1.31k stars 249 forks source link

feat: `is_clique()` and `is_independent_vertex_set()` #786

Closed szhorvat closed 4 months ago

szhorvat commented 4 months ago

One question is whether we should drop is_complete() from Python now that g.is_clique() (with no parameters) performs the same function, and dispatches to the same C function.

Perhaps just keep it for discoverability?

szhorvat commented 4 months ago

Resolved conflicts and rebased.

ntamas commented 4 months ago

Perhaps just keep it for discoverability?

Yes.

szhorvat commented 4 months ago

@ntamas PR merged, I think we're good for a release.