Closed szhorvat closed 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.
is_complete()
g.is_clique()
Perhaps just keep it for discoverability?
Resolved conflicts and rebased.
Yes.
@ntamas PR merged, I think we're good for a release.
One question is whether we should drop
is_complete()
from Python now thatg.is_clique()
(with no parameters) performs the same function, and dispatches to the same C function.Perhaps just keep it for discoverability?