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

[FEA] Check for parallel edges #537

Closed
kaatish opened this issue Oct 2, 2019 · 1 comment · Fixed by #1939
Closed

[FEA] Check for parallel edges #537

kaatish opened this issue Oct 2, 2019 · 1 comment · Fixed by #1939
Assignees
Labels
feature request New feature or request
Milestone

Comments

@kaatish
Copy link
Collaborator

kaatish commented Oct 2, 2019

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.

@kaatish kaatish added ? - Needs Triage Need team to review and classify feature request New feature or request labels Oct 2, 2019
@BradReesWork BradReesWork added this to the 0.16 milestone Aug 20, 2020
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Aug 20, 2020
@BradReesWork BradReesWork modified the milestones: 0.16, 0.18 Sep 22, 2020
@BradReesWork BradReesWork self-assigned this Jan 5, 2021
@BradReesWork BradReesWork modified the milestones: 0.18, 0.19 Jan 26, 2021
@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@BradReesWork BradReesWork modified the milestones: 0.19, 0.20 Mar 29, 2021
@ChuckHastings ChuckHastings modified the milestones: 21.06, 21.08 Jun 3, 2021
@rlratzel rlratzel modified the milestones: 21.08, 21.10 Jul 19, 2021
@BradReesWork BradReesWork modified the milestones: 21.10, 21.12 Oct 6, 2021
@ChuckHastings ChuckHastings modified the milestones: 21.12, 22.02 Nov 10, 2021
@ChuckHastings ChuckHastings modified the milestones: 22.02, 21.12 Nov 10, 2021
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
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants