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

Use petgraph traits whereever possible #29

Open
sebschmi opened this issue Jul 22, 2020 · 1 comment
Open

Use petgraph traits whereever possible #29

sebschmi opened this issue Jul 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@sebschmi
Copy link
Collaborator

petgraph already defines many traits for unidirected and undirected graphs, we should use them instead of spending time on creating our own.

@sebschmi sebschmi self-assigned this Jul 22, 2020
@sebschmi sebschmi added the enhancement New feature or request label Jul 22, 2020
@sebschmi
Copy link
Collaborator Author

This would require substantial work on petgraph, as the crate is not developed trait-based, but rather implementation based.
On the other hand, it would allow us to use some of their basic algorithms for SCCs and WCCs.

@sebschmi sebschmi removed their assignment Jul 22, 2020
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

1 participant