igraph / rigraph

igraph R package
https://r.igraph.org
555 stars 201 forks source link

feat: expose `find_cycle()` #1571

Open szhorvat opened 3 weeks ago

szhorvat commented 3 weeks ago

Closes #1471

aviator-app[bot] commented 3 weeks 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 pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


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 3 weeks ago

Need to merge #1568 to deal with the CI failure.

szhorvat commented 2 weeks ago

@krlmlr After rebasing and fixing an example, tests pass now. Merging this will allow me to expose simple_cycles() as well, which I expect will be a popular function.