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

Consistent approach to graph direction #69

Open
jpfairbanks opened this issue Nov 13, 2021 · 0 comments
Open

Consistent approach to graph direction #69

jpfairbanks opened this issue Nov 13, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jpfairbanks
Copy link
Member

In traversals we use dir=[:in,:out] to tell functions to use in or out neighbors. We should probably have a more systematic approach based on a type like ReverseGraph{G} <: AbstractGraph. This came up in #36 where you have a symmetry in the algorithm that is invariant to the direction.

@jpfairbanks jpfairbanks added bug Something isn't working and removed bug Something isn't working labels Nov 13, 2021
@gdalle gdalle added the enhancement New feature or request label Dec 15, 2021
@gdalle gdalle added this to the v2.0 milestone Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants