igraph / rigraph

igraph R package
https://r.igraph.org
557 stars 202 forks source link

test: test-cliques #1541

Closed maelle closed 2 months ago

maelle commented 2 months ago

moving all related tests into test-cliques and refactoring just a bit at the same time. not ready.

aviator-app[bot] commented 2 months ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
szhorvat commented 2 months ago

I didn't look at any code here, I just wanted to note that the independent vertex sets of $G$ are the same as the cliques of the complement of $G$ (and vice versa). See complementer(). This may be an extra way to test.

aviator-app[bot] commented 2 months ago

This pull request can't be queued because it's currently a draft.