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

Implement petgraph traits #70

Merged
merged 3 commits into from
Jun 14, 2023
Merged

Implement petgraph traits #70

merged 3 commits into from
Jun 14, 2023

Conversation

aborgna-q
Copy link
Collaborator

@aborgna-q aborgna-q commented Jun 14, 2023

Implements many of petgraph's visit traits, behind a feature flag to avoid the extra dependency when not necessary.
With this we should be able to use petgraph's algorithms and compare them with our implementations.

To mirror the filtering options from our algorithms we should be able to use the petgraph::visit::EdgeFiltered and petgraph::visit::NodeFiltered wrappers.

@aborgna-q aborgna-q requested a review from ss2165 June 14, 2023 15:06
Copy link
Member

@ss2165 ss2165 left a comment

Choose a reason for hiding this comment

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

nice!

@aborgna-q aborgna-q merged commit ea13161 into main Jun 14, 2023
@aborgna-q aborgna-q deleted the feature/petgraph-traits branch June 14, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants