Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DigraphAllChordlessCycles #679

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

MeikeWeiss
Copy link
Contributor

This pull request adds a method for computing all chordless cycles. A cycle C is chordless if two vertices in C are not connected by an edge not included in C.

@james-d-mitchell james-d-mitchell added the new-feature A label for new features. label Aug 28, 2024
Copy link
Collaborator

@reiniscirpons reiniscirpons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! A couple of suggestions but otherwise looks very good!

doc/attr.xml Outdated Show resolved Hide resolved
gap/attr.gi Outdated Show resolved Hide resolved
gap/attr.gi Outdated Show resolved Hide resolved
tst/standard/attr.tst Outdated Show resolved Hide resolved
@reiniscirpons
Copy link
Collaborator

Ill wait for the CI to pass and then merge. Thanks again!

@reiniscirpons reiniscirpons merged commit 1de6a43 into digraphs:main Aug 29, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature A label for new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants