-
Notifications
You must be signed in to change notification settings - Fork 310
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
[FEA] Check for parallel edges #537
Comments
kaatish
added
? - Needs Triage
Need team to review and classify
feature request
New feature or request
labels
Oct 2, 2019
This issue has been labeled |
rapids-bot bot
pushed a commit
that referenced
this issue
Nov 11, 2021
Close #537 Count the number of self-loops & multi-edges. - [x] API update - [x] Implement count self-loops - [x] Implement count multi-edges - [x] Add C++ test suites. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Kumar Aatish (https://github.com/kaatish) URL: #1939
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Core Number and KCore require a graph to not have parallel edges. We could add a test for this while the adjacency list is created.
The text was updated successfully, but these errors were encountered: