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

igraph_motifs_randesu() should accept NULL for cut_prob #2555

Open
szhorvat opened this issue Mar 31, 2024 · 0 comments
Open

igraph_motifs_randesu() should accept NULL for cut_prob #2555

szhorvat opened this issue Mar 31, 2024 · 0 comments
Labels
good first issue Candidates for first-time contributors who are already familiar with C wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it!
Milestone

Comments

@szhorvat
Copy link
Member

igraph_motifs_randesu() should accept a NULL value for its cut_prob, and should interpret it as "find all motifs instead of sampling". This can be implemented by internally constructing an all-zero vector of length size and using it.

@szhorvat szhorvat added wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it! good first issue Candidates for first-time contributors who are already familiar with C labels Mar 31, 2024
@szhorvat szhorvat added this to the 1.1 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Candidates for first-time contributors who are already familiar with C wishlist Feature request that has not been chosen for implementation yet; vote or comment to prioritize it!
Projects
None yet
Development

No branches or pull requests

1 participant