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

sparse_adjacency_matrix definition for AbstractStaticGraph #16

Open
matbesancon opened this issue Apr 19, 2018 · 2 comments
Open

sparse_adjacency_matrix definition for AbstractStaticGraph #16

matbesancon opened this issue Apr 19, 2018 · 2 comments

Comments

@matbesancon
Copy link
Contributor

sparse_adjacency_matrix seems to be defined on evolving graph types, on DiGraph, but not for the abstractions, this makes it unclear if any AbstractStaticGraph has to implement it or not

@weijianzhg
Copy link
Member

I thought the way to handle directed and undirected graph would be different.

Will implement undirected graph Graph first and then make sparse_adjacency_matrix defined for AbstractStaticGraph.

@matbesancon
Copy link
Contributor Author

ok thanks, I'll let a @test_broken for now

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

No branches or pull requests

2 participants